Hi Aydinsarihan, thank you for the update. Did you not use Python in V7?
expert advisors 5 replies
Are there any Expert Advisors with no TP and SL? 2 replies
Looking for someone familiar with programming expert advisors for MT4... 6 replies
Expert Advisors Tutorial. 10 replies
Expert Advisors for Meta 4 6 replies
Disliked{quote} Maybe it works on crypto, but on fiat where there is no increased volatility, it is not possible: The reference price is constantly reset to the current Bid That means: every second (OpenTime = 1) the reference price is set to the current Bid Therefore: BuyTriggerLine = Bid + step SellTriggerLine = Bid – step And because the reference price is updated before the price has a chance to breakout… the lines move with the price and the price can never cross them. So the entry condition is only active in an extremely short window. SekanasStep...Ignored