Holy Grail grid type EA proven to be profitable, but i need help.
3件の返信
I have made an EA using an online service. I export the mql5 code to Mt5. But optimization is very slow.
So i have decided to make the EA in Algowizard so that i can backtest it at faster speed.
My EA is a grid type EA with stoploss. I used in my real account. It made my account from $640 to $11000 in 4 days.
Here’s what I need:
If the EA place a long trade, and the price go up X pips, then open another long trade. I tried whole night but still don’t know how to do it.
0
こんにちは、,
setup a new condition and set “If Market position Is Long (magic #1) AND Open PL (in pips) > x pips”
action: Enter at Market (magic #2)
The key here is to use 2 different magic numbers as you cannot open another order with the same
0
I attached an image, that’s what i want to do. I tried your idea but not working.
0
3件の返信を表示中 - 1 - 3件目 (全3件中)