Pips away from take profit
-
I want a trade to execute when the market price is equal to or greater than a certain distance from the take profit. The "pips away from take profit" box has only absolute values; it doesn't allow "equal to or greater than." Does this mean the box will run ONLY when the distance is EXACTLY the distance specified in the box? For example, if I put "100" in the box, will the trade execute only when the market price is exactly 100 pips greater than the take profit? If so, what other box could I use to achieve the result I'm seeking? Thank you.
-
Exactly 100 pips - not at all. When working with prices, never use "==", this is an important rule. You can look in the code of this block, it uses ">=". I think this is what you want, but you can also get the level take-profit in Condition -> (in loop)....
Don't forget to use "For each..." when you are working with pink blocks
