FYERS API Discussions

#11
Is that possible to get 5 years 1 min data of NSE EQ and Futures from FYERS software/terminal?

Please suggest me the correct source where I can get this data for my backtesting.

Thanks in advance!
 

kaly422000

Well-Known Member
#13
Hello @Tlkshubham, I suggest you subscribe to data from a data vendor. We are in the process of tying up with vendors. There are some of them out here on Traderji too.
do u mean eod data or realtime .but nowadays all free eod data downloaders r not working. so tie up with some eod data venders for meta or ami wud be ok,if they can provide low cost eod data for fyers customers
 

Tejas Khoday

Co-Founder & CEO, FYERS
#17
Invitation to attend a webinar: Hey Good Morning Folks! Today, we are conducting a webinar on the API Bridge and how one can use it with Tradingview. It is one of the easiest and most effective ways to start AlgoTrading. The session will be very informative and I invite you all to join the webinar to get all your doubts clarified. We look forward to your participation at 1 PM. Here's the link to it:

 
#20
can i get live execution for the following strategy


***** Draw Support / Resistance Levels as follows : ************
__________________________________________________________________


R4 = R3 + (R2 - R1)
R3 = R1 + (PREVIOUS DAY HIGH - PREVIOUS DAY LOW )
R2 = PIVOT + (PREVIOUS DAY HIGH - PREVIOUS DAY LOW )
R1 = (2 X PIVOT -PREVIOUS DAY LOW )

PIVOT = (PREVIOUS DAY HIGH + PREVIOUS DAY LOW + PREVIOUS DAY CLOSE ) / 3

S1 = ( PIVOT X 2 ) - PREVIOUS DAY HIGH
S2 = PIVOT - ( PREVIOUS DAY HIGH - PREVIOUS DAY LOW )
S3 = PIVOT - R2 + S1
S4 = S3 - (S1 - S2 )


***** Draw Previous Day's High Line / Previous Day's Low line ********
_______________________________________________________________________

***** Enable True / False for Viewing Weekly High/Weekly Low, Monthly High / Monthly Low *******
________________________________________________________________________________________________

***** Draw Current Day's First 3 candles High and Low line ******* (Opening Range Breakout )
________________________________________________________________________________________________


First 15 minutes OF THE DAY ( 3 Five Minute Candles ) High is to be marked as ORB HIGH
First 15 minutes OF THE DAY ( 3 Five Minute Candles ) Low is to be marked as ORB LOW
__________________________________________________________________________________________________



BUY LOGIC :
____________

Rule 1 : Atleast one candle ( one Five minute candle) must close above ORB HIGH (First 15Min High)
Rule 2 : Atleast one candle ( one Five minute candle) must close above Previous Day's High
Rule 3 : Atleast one candle (one Five minute candle) must close above Current Day's R1


When all rules matching, place a buy arrow in a new candle open

(** Due to market movements, sometimes, all the rules can be possible in a single candle itself, that also
valid **)


Stoploss is Midpoint of ORB HIGH and ORB LOW ( DRAW STOPLOSS LINE WITH DIFFERENT COLOR )

** No re entry in buy side if stoploss hits, only one buy trade for a day

** No entry after 2 PM , Profit or Loss Exit by 3 PM


SELL LOGIC :
____________

Rule 1 : Atleast one candle ( one Five minute candle) must close below ORB LOW (First 15Min LOW)
Rule 2 : Atleast one candle ( one Five minute candle) must close below Previous Day's Low value
Rule 3 : Atleast one candle (one Five minute candle) must close below Current Day's S1


When all rules matching, place a sell arrow in a new candle open

(** Due to market movements, sometimes, all the rules can be possible in a single candle itself, that also
valid **)

Stoploss is Midpoint of ORB HIGH and ORB LOW ( DRAW STOPLOSS LINE WITH DIFFERENT COLOR )

** No re entry in sell side if stoploss hits, only one sell trade for a day

** No entry after 2 PM , Profit or Loss Exit by 3 PM
 

Similar threads