How can this be properly done?
-
I’m looking to make an mt5 ea with the following rules:
Lets code an MT5 ea that places a buy order with a 1.5 pip take profit, no stop loss, after it’s turned on.
If 15 minutes pass, close the buy order and place a sell for +1.5 pip the value for take profit, no stop loss, and +15 minutes the value of the wait time.
Back to buy if time is up and so on…
Once the pip value turns into 15 pips while at the same time 15 minutes turn into 150 minutes, ensure it’s +15 pip value and +150 minutes value when time is up and so on, ie 150 pips = 1500 minute value, that’s IF the ea graduates the to risk of both time and space

-
This is all fairly straight forward, Create a project and test, you can then add a shared link here asking how to achieve something
-
For sure, let me get started

@jstap