Комментарии могут оставлять пользователи, купившие или арендовавшие продукт
patrickdrew  

Thanks.

Will be interesting to monitor the grid intervals. 

patrickdrew  

What is the trigger to initiate a trade? 

Double MA? 

Shota Watanabe  
patrickdrew #:

Thanks.

Will be interesting to monitor the grid intervals. 

Thank you for the comment.

This approach is based on dollar-cost averaging.

Shota Watanabe  
patrickdrew #:

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.

patrickdrew  
Shota Watanabe #:

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.

Thank you. :-)
patrickdrew  

So... to increase the LS is there anything else I need to change apart from the LS setting?

Br,

Patrick

patrickdrew  

You state H1 as the TF. 

But in the "common" section of the EA there seems to be a mention of M5??

Файлы:
Peace.png  11 kb
patrickdrew  

Does it TP as a basket?

I seem to see the original TP_Close that does not move as the grid builds??

Shota Watanabe  
patrickdrew #:

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.

Shota Watanabe  
patrickdrew #:

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.

Shota Watanabe  
patrickdrew #:

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.

patrickdrew  
Shota Watanabe #:

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. 

:-)

patrickdrew  

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?

Файлы:
PE1.png  2 kb
Shota Watanabe  
patrickdrew #:

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.

patrickdrew  

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 

Shota Watanabe  
patrickdrew #:

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.

patrickdrew  
Shota Watanabe #:

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?

Shota Watanabe  
patrickdrew #:

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.

patrickdrew  
Shota Watanabe #:

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.

:-)
Комментарии могут оставлять пользователи, купившие или арендовавшие продукт