I been searching Google on how to enter a trade as soon as my conditions are satisfied.
Basically, I'm entering a trade as soon as there has been a retrace by x amount of pips. So in order for me to get the current price, I used Close[0]. I'm not sure if that means the close after the bar is completed or as the bar is happening. I also have the Calculate set to Calculate.OnEachTick. I also looked at CalculateOnBarClose, which seems to be different and applicable only to live accounts. I asked this question previously and a staff was nice enough to tell me to set CalculateOnBarClose to false when you get NJ8, but I get a compile error.
Thanks

. I was able to take a look at the settings and see the Order Fill Resolution option. What I think this option should let me do is this. For an example, if I have a strategy that allows me to place trades on moving averages crossover as soon as that happens, and the chart time frame is hourly, I can go to Order Fill Resolution and click on High and then pick Tick with value set to 1. This would allow my strategy to see all of the inner values within those hourly bars on the chart; this would ultimately allow me to get into trades around 12:37, 3:42, and a bunch of other times instead of it being strictly at the top of the hour.
Comment