ghostjat / Shoonya-php

Using Finvasia Shoonya api for NSE, BSE, NFO trading using php
MIT License
5 stars 7 forks source link

example for a simple strategy like 5 ema crossover 10 ema kind #2

Open rahulmr opened 1 year ago

rahulmr commented 1 year ago

First of all, thanks for writing such nice, clean and clear code.

Is it possible to create an example for algo trading like some ema crossover for example when 5 ema crosses over 10 ema in 5 minute time frame then a buy order should be placed.

Such example will really help everyone.