Placing trades at specific price points
-
Would this be correct for placing a trade exactly when the price hits 1.0845? Would I need to adjust to mid to get a better chance of getting my order filled at the price I want. This is part of a grid system and I need trades filled as close to the price I set as possible.
-
@iagnew This should sell at that price point, but will sell at the the spread difference, also this relies on a tick to arrive at the right time, maybe 2 condition blocks one with => connected to one with =<
-
About the tick coming at the right time, are you saying if it's not at the right time the EA will miss the opportunity to place a trade? The condition block is the price point. I don't know what you mean by 2 condition blocks "one with => connected to one with =<". Thank you jstap
-
@iagnew Yes so a tick could come in, this is what makes meta trader do something, just after the price is at the right point.

You may not need to do this, test to find out.