Yes any price level would work
Posts made by jstap
-
RE: How to set Flag to true/false after consecutive losses?posted in Questions & Answers
No position blocks only pass if there is no position. I think you need to start this again. on tick tab place buy or sell under a no position block, on trade tab buy position closed-sell, sell position closed-buy. 3 trees total 1 on tick, 2 on trade
-
RE: Calculate equity drawdown percentage and open opposite direction tradeposted in Questions & Answers
5 & 6 in a separate tree
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
Then you need a starting level, so you can work out the distance from there
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
10 pips is a lot for 1 candle depending on the asset, run this on backtest and visually check if both conditions have happened, but no trades opened
-
RE: Lots multiplication problemposted in Questions & Answers
Looks it, what is it doing now? I take it pips away is to make sure enough distance has been covered?
-
RE: How to set Flag to true/false after consecutive losses?posted in Questions & Answers
Shouldn't this be set to buys&sells?

-
RE: How to set Flag to true/false after consecutive losses?posted in Questions & Answers
Shouldn't these be set to sell and buy?

-
RE: Lots multiplication problemposted in Questions & Answers
in for each trade set to 1 and new to old, that should mean only the last trade is used.
-
RE: How to set Flag to true/false after consecutive losses?posted in Questions & Answers
Move your no position trees to on tick, then if not working, add your latest shared link
-
RE: Turn off/on strategy when you have more than one strategyposted in Questions & Answers
Create an enum and choose the particular strategy in inputs, check this in a condition, then run the relevant blocks underneath
-
RE: Calculate equity drawdown percentage and open opposite direction tradeposted in Questions & Answers
If count trades == 1 reset
-
RE: Lots multiplication problemposted in Questions & Answers
Yes to modify, get the last trade lot in a loop, and adjust the same (this will get the value from the for each block settings). Yes to code but it would be Lot_Buy,
-
RE: Calculate equity drawdown percentage and open opposite direction tradeposted in Questions & Answers
Use the reset block and put it under the reason to reset
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
It does, put your latest shared link.
-
RE: Calculate equity drawdown percentage and open opposite direction tradeposted in Questions & Answers
Not externally, possibly with magic, but unlikely
-
RE: Who Can help me Here my bot can trigger very well on demo but can't trigger in live tradingposted in Questions & Answers
Exactly what the bot is doing would need to be known, but typically scalping EAs will not work the same as they do on live, this is because volatility can be different on a live account, so only bots with wider SL look the same.
-
RE: HAVING PROBLEM WITH CHECK DISTANCE MT5posted in Bug Reports
Price candle 0 close < or >Candle open ? adjusted to 10 pips
