Order is not executed on the next bar open?
-
Hi guys,
so i have a problem where I have data for minute bars and the order is not completed on the next open but on the first open of the following day while I of course want to be executed on the next open of the next minute bar. What is wrong with my code?
I get no errors.
and a scr of the csv file,
-
@Apostolos said in Order is not executed on the next bar open?:
What is wrong with my code?
Specify the time frame for your data. By default
bt
takes data feed as a daily data feed.Also please read the note about code/output blocks and use of backticks and don't post text as pictures.
-
thanks for the reply it helped me, after searching I found that it is very clearly said at the datafeeds documentation which I read without the proper attention.