@l-andorrà Hi, this is only part of the structure, but you're suggestion worked! I guess it was the redundant passing blocks, I only started fxdreema a few days ago. Thanks!
Posts made by shingi94
-
RE: How to fix EA with higher timeframe moving averageposted in Questions & Answers
-
How to fix EA with higher timeframe moving averageposted in Questions & Answers
So I have an EA I'm working on, it trades on the 1min TF and uses a 1hour higher timeframe moving average.

Now this works just fine in strategy tester on mt5 as it automatically opens the 1hr chart and applies the moving average, however on live market when I drag the EA to the 1min timeframe it self terminates. Clearly I'm missing something.
-
RE: How to buy and sell based on RSI level as trade filter?posted in Questions & Answers
Thank you! I'll keep this logic in mind for similar tasks
-
How to buy and sell based on RSI level as trade filter?posted in Questions & Answers
Let me explain further. What I want is the EA to place SELL trades when price the RSI line is below 50 and place buy trades when the RSI is above 50 level. Image attached for reference. This will be based on candle close of course. How might I go about this? Thanks!

-
RE: How to stop EA trading after it hits x% profit and resume next month?posted in Questions & Answers
Thanks! Just implemented this, working perfectly
-
How to stop EA trading after it hits x% profit and resume next month?posted in Questions & Answers
I want my EA to do the following once x% profit is reached each month:
-
Close open and pending orders
-
Turn off buy and sell blocks
-
Resume trading the following month.
I understand the basic logic but I'm not sure which time filter to use and how to link the blocks. Thanks in advance!
-