I have deleted two other threads like this one (2023.03.22 and 2023.03.23). Please be patient.
Hello coders I need help in correcting the code below. I want a situation whereby after the buy order has been activated the grid will open buy orders after every increase of 50 pips and when sell order has been activated the grid will open trades after a decrease of 50 pips. I've tried to correct the code but it's not working according to the conditions.
NextBuyPrice = OrderOpenPrice() + Griddistance * _Point; NextSellPrice = OrderOpenPrice() - Griddistance * _Point;
You should consider hiring somebody.
- 2023.03.24
- www.mql5.com
Thank you for the help. What if I want it to buy after a decrease of 50 pips in current price and sell after price moves up by 50 pips
Hello coders I need help in correcting the code below. I want a situation whereby after the buy order has been activated the grid will open buy orders after every increase of 50 pips and when sell order has been activated the grid will open trades after a decrease of 50 pips. I've tried to correct the code but it's not working according to the conditions.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello coders I need help in correcting the code below. I want a situation whereby after the buy order has been activated the grid will open buy orders after every increase of 50 pips and when sell order has been activated the grid will open trades after a decrease of 50 pips. I've tried to correct the code but it's not working according to the conditions.