エントリーがうまくいかない
-
I’m creating an EA that enters trades when moving averages cross, but I’m having trouble because it often enters near the end of a trend or gets caught in false breakouts.
I’ve been trying to improve it by adjusting filters like ADX and long-term MA conditions, but it’s still not very stable.
Do you have any recommendations for better entry methods or ways to avoid late entries and fake signals?
-
The only reasonable solution I found over the years is limiting those MA crossing based strategies to high time frames. From 4H up. Otherwise, what you found is simply inevitable.
-
ありがとうございます
4Hでクロスを待つほうがだましが少なくなるのは理解しました
では、もっと短時間でエントリーするEAを作る場合、どういったエントリーをしたらよいでしょうか? -
Personally I didn't find any viable solution through the years. Maybe using a long period RSI crossing another longer period RSI, but volatility usually kills any profit in the long run. I would not recommend trading below 4H, honestly.
-
そうなんですね
ありがとうございます -
You're welcome.