For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
notify order executing after next interval
-
I am working on live data with 3 minutes interval. My intraday strategy takes both long and short trades according to the conditions. When strategy status is completed I store strategy data into csv file to display on front end, this thing I do in notify order. Everything is working fine but the problem is notify order is working 3 minutes late i.e it creates csv row or show trade completed on next interval which is creating issue for the client.
So if anyone have any solution please help me out.
Thanks in advance.