そうなんですね
ありがとうございます
Posts made by tomokun
-
RE: エントリーがうまくいかないposted in Questions & Answers
ありがとうございます
4Hでクロスを待つほうがだましが少なくなるのは理解しました
では、もっと短時間でエントリーするEAを作る場合、どういったエントリーをしたらよいでしょうか? -
エントリーがうまくいかないposted in Questions & Answers
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?
-
買いエントリーがうまくできないposted in Questions & Answers
https://fxdreema.com/shared/QQiYfidQ
ぼくの現在のEAです
買いエントリーの後、下落することが多く、損切りされてしまう。どなたか、エントリーの設定の方法のアドバイスをください。
This is my current EA. After entering a buy, it often drops and gets stopped out. Can anyone give me advice on how to set up my entries?
-
RE: My EAposted in Questions & Answers
Will that fix it if I do that?
Is it okay to leave the settings inside as they are?
-
Hello,posted in Questions & Answers
Hello,
Here is my fxDreema shared project link:
https://fxdreema.com/shared/86kHj2dXdI am trying to build a simple grid / averaging EA with the following logic:
First buy order
Next buy only after price moves 10 pips down
Another buy after another 10 pips down
Take profit based on average price + fixed pipsHowever, I am experiencing these issues:
Averaging orders sometimes open simultaneously
Grid distance does not behave correctly
Take profit does not always triggerCould you please review my project structure and explain what I am doing wrong?
-
RE: My EAposted in Questions & Answers
Here is my shared project code from fxDreema.
Please check why my grid (averaging) orders are opening at the same time instead of after the set pip distance.
I tried setting -10 pips but multiple positions still open simultaneously.
Thank you.Here is my shared project code: bFTkS5XId
Please check why my grid orders open at the same time. -
My EAposted in Questions & Answers
My EA opens all averaging orders at the same price immediately after the first trade.
I want a simple grid logic: first order, then next buy only after price moves 10 pips down, then another after another 10 pips down.
But all averaging orders are triggered at once.
Can someone explain the correct fxDreema structure for this?
-
I am trying to build a grid / averaging EA in FXDreema.posted in Questions & Answers
I am trying to build a grid / averaging EA in FXDreema.
However, the averaging orders are triggered at the same time as the first entry,
and take profit is not working correctly based on the average price.
I want averaging to trigger only after price moves a certain distance (e.g. 10 pips).
Can someone explain how to structure this logic properly?