anandaanv / zerodha-algo-trading

A codebase to connect zerodha connect along with algo trading library to use power of algo trading with zerodha
45 stars 34 forks source link

Issues with live stratege runner #12

Closed anandaanv closed 3 years ago

anandaanv commented 4 years ago

Two issues observed while running the stragety today - The trades were triggered based on high / low instead of close, which increased the probability of entering into false breakouts. Today stoplosses triggeded immediately after I entered the trade, it triggered when price returned into opening range, and it was random..

Possible rootcause - There is proabbly some issue in the logic we use to merge the historical data and current data.

anandaanv commented 3 years ago

We are redesigning live runner with Websockets, and this issue stabds closed.