Peace AllPairs Grid
199 USD
Скачано демо:
13
Опубликован:
28 января 2026
Текущая версия:
1.1
Не нашли подходящего робота?
Закажите собственного
на бирже фрилансеров
Перейти на биржу
Закажите собственного
на бирже фрилансеров
Как купить торгового робота или индикатор
Запусти робота на
виртуальном хостинге
виртуальном хостинге
Протестируй индикатор/робота перед покупкой
Хочешь зарабатывать в Маркете?
Как подать продукт, чтобы его покупали
Вы упускаете торговые возможности:
- Бесплатные приложения для трейдинга
- 8 000+ сигналов для копирования
- Экономические новости для анализа финансовых рынков
Регистрация
Вход
Вы принимаете политику сайта и условия использования
Если у вас нет учетной записи, зарегистрируйтесь

Thanks.
Will be interesting to monitor the grid intervals.
What is the trigger to initiate a trade?
Double MA?
Thanks.
Will be interesting to monitor the grid intervals.
Thank you for the comment.
This approach is based on dollar-cost averaging.
What is the trigger to initiate a trade?
Double MA?
It’s a contrarian strategy using the ADX oscillator, with an MA filter applied.
This allows entries based on short-term mean reversion while still taking the MA trend into account.
It’s a contrarian strategy using the ADX oscillator, with an MA filter applied.
This allows entries based on short-term mean reversion while still taking the MA trend into account.
So... to increase the LS is there anything else I need to change apart from the LS setting?
Br,
Patrick
You state H1 as the TF.
But in the "common" section of the EA there seems to be a mention of M5??
Does it TP as a basket?
I seem to see the original TP_Close that does not move as the grid builds??
So... to increase the LS is there anything else I need to change apart from the LS setting?
Br,
Patrick
Increasing the lot size is not the only way to improve profitability.
If you prefer not to increase the lot size, you can try setting a larger TP_pips value. You generally do not need to adjust TP_profit as much.
When the lot size is small, it is harder to generate larger monetary gains, so taking profit based on pips can be more effective. As the lot size increases, using TP_profit allows the EA to secure profits earlier, helping it exit on smaller pullbacks.
Additionally, if you set Entry_Type to "always", the EA will operate in continuous entry mode, which can significantly increase the number of trades.
I recommend running some optimizations to find the settings that best match your risk tolerance and trading preferences.
Does it TP as a basket?
I seem to see the original TP_Close that does not move as the grid builds??
Positions are closed using market orders, not preset take-profit limit orders.
When multiple positions are open, the exit level is calculated based on the average entry price of the basket. Once the target condition is met, the EA closes all positions accordingly.
You state H1 as the TF.
But in the "common" section of the EA there seems to be a mention of M5??
Thank you for pointing that out.
The reference to M5 is a leftover from a previous version of the EA and was accidentally not removed. I apologize for any confusion this may have caused.
Although the documentation mentions H1, the EA can operate on any timeframe.
Positions are closed using market orders, not preset take-profit limit orders.
When multiple positions are open, the exit level is calculated based on the average entry price of the basket. Once the target condition is met, the EA closes all positions accordingly.
Ok thank you.
That sounds like the definition of a basket close.
:-)
In your default settings you have BOTH TP in pips and in dollars. (see attached)
So which gets priority?
Should I set one of them to 0?
In your default settings you have BOTH TP in pips and in dollars. (see attached)
So which gets priority?
Should I set one of them to 0?
Both TP_pips and TP_profit are active, and positions will be closed when either condition is met — whichever comes first.
If a parameter is set to 0, that take-profit method will be disabled.
Hello Wan-san,
I have a question.
CONTEXT:
I have been testing for 1 week on 12 pairs. Default settings.
It is going well but slowly. Profits are slowly going up - but DD also - about the same.
After 1 week - 500 plus closed and -500 DD.
This is normal for grid / basket EA and closed will eventually be higher. :-)
ASSUMPTION:
There must be a reason you chose these settings and H1??
QUESTION:
Do you have settings / quicker TP that would work on a lower TF?
Br,
Patrick
Hello Wan-san,
I have a question.
CONTEXT:
I have been testing for 1 week on 12 pairs. Default settings.
It is going well but slowly. Profits are slowly going up - but DD also - about the same.
After 1 week - 500 plus closed and -500 DD.
This is normal for grid / basket EA and closed will eventually be higher. :-)
ASSUMPTION:
There must be a reason you chose these settings and H1??
QUESTION:
Do you have settings / quicker TP that would work on a lower TF?
Br,
Patrick
You are correct. Floating drawdown will occur most of the time, but the strategy is designed so that profits eventually outweigh the losses.
If you wish to stop trading, please select “STOP” in the “Position_Type” parameter. This will restrict new entries only, and the EA will fully stop once all positions have been closed.
Placing the EA on a lower timeframe will increase the entry frequency. However, it also raises the probability of entering near market peaks. If you would like to configure a higher-risk trading style, you may consider reducing the “Nanpin_interval_hour” value and setting “Auto_Adjustment” to “false.”
I recommend running backtests to find the settings that best match your risk tolerance and trading preferences.
You are correct. Floating drawdown will occur most of the time, but the strategy is designed so that profits eventually outweigh the losses.
If you wish to stop trading, please select “STOP” in the “Position_Type” parameter. This will restrict new entries only, and the EA will fully stop once all positions have been closed.
Placing the EA on a lower timeframe will increase the entry frequency. However, it also raises the probability of entering near market peaks. If you would like to configure a higher-risk trading style, you may consider reducing the “Nanpin_interval_hour” value and setting “Auto_Adjustment” to “false.”
I recommend running backtests to find the settings that best match your risk tolerance and trading preferences.
Ok thank you. :-)
Tricky question here...
I am going to travel now and will be off line for about 15 hours.
IF I keep the trades open (all on demo in anycase) and turn on the EA again in 10 hours... will positions close even if the asset price has gone PAST the close TP?
Ok thank you. :-)
Tricky question here...
I am going to travel now and will be off line for about 15 hours.
IF I keep the trades open (all on demo in anycase) and turn on the EA again in 10 hours... will positions close even if the asset price has gone PAST the close TP?
Of course. TakeProfit is executed when the price reaches or exceeds the configured level, so the position will be closed once that condition is met.
Of course. TakeProfit is executed when the price reaches or exceeds the configured level, so the position will be closed once that condition is met.