I am trying to implement time of day priority for a strategy that buys at limit intraday and may sell at a profit target, or at a stop loss. If nothing of these two levels is reached I want to exit the position at the end of the same day.
How could I implement time of day priority for all of these orders without writing the strategy for intraday data?
My intraday data are in ASCII format.
Size:
Color:
Size:
Color:
I have already seen these solutions and also read the
relevant postIn that post you mentioned that there is a really cumbersome workaround for using the SetTimeOfDayPriority method (accurate method) for non WealthLab.BarDataStore data. Can you explain what would that be?
Secondly, regarding the estimated priority solution, would you confirm that the tighter the bracket order's bands the most unreliable the results would be?
Thanks
Size:
Color:
I don't remember what I was thinking in April, so why not simply give LimitPriorityLong/IntradayFillPriorityEstimate a try first?
Size:
Color:
Because I believe that the estimation will be really far from reality taking into account the very tight bracket order I have in mind.
Size:
Color: