Any tutorials you would like to suggest that are particularly for 'building automated trading systems in python'
import csv from kiteconnect import WebSocket api=' ' public=' ' userid=' ' kws=WebSocket(api,public,userid) def on_tick(tick,ws): crudeoilm...
Offcourse it is my responsibility to review source code before going live.
Okay. So you meant is I use some kind of scheduler that runs at the end of time interval and it appends the new data to an already existing data?...
But how to go about building the OHLC? I mean The data that we receive from Broker end which is live and streaming, how shall we take it and...
Real-Time Data Feed from a broker would give Tick Data and not OHLC Apart from I converting TD to OHLC, is there any other way?
I mean ya. You are right. So where do I get the current 5 min interval?
Live Streaming, I doubt. quantopian.com
I have a small confusion- Please help me on this as I m little new to Automating trading I cant understand one thing - When i call historical data...
Any indicators or oscillators or any combination of them with chart types do you suggest to put into algo trading that I can backtest?
Ah!!... Got it... Ya... So basically if i write a logic that if HA_Close> say MA(5): Buy @ current market price (Which can be totally...
Why would backtesting become complicated.. If we have defined a function of HA and we run any indicator on top its OHLC. Where will be the...
Hi all, I have a small doubt. Whenever we change Chart type to Heiken Ashi, the values of all Indicators changes completely. For instance the...
Separate names with a comma.