i have a strategy that sends a buyorder if for example stochastik turns up.
its running via "calc on barclose" mode.
So it measures the Stoch-value of Close[0]
I want to enter immediately with a limitorder at the Open of the new bar .
This new Bar then is just started (means still running) at the moment the signal comes. How do i define this bars OpenValue ?
is it possbile although the strategy is running "calc on BarClose" ?
Thanks for help
max-td

Comment