@l-andorrĂ conditions are differents but with the same indicator that's why I use it 3 times. Is there another way to do it?
Best posts made by facto
-
RE: Need help with EA based on indicatorposted in Questions & Answers
Latest posts made by facto
-
RE: EA based on MACD lines and RSI levelsposted in Questions & Answers
Hello,
Thank you for your reply. So I understand the 1 and 2 but not the 3. Could you clarify please?I forgot to mention it but I'd like the default setting on my strategy MACD to be 21, 42, 21 et not the standard 12, 26, 9. How to implement that please?
Regards
-
EA based on MACD lines and RSI levelsposted in Questions & Answers
Hello, I would like to create a strategy that takes long or short positions based on the crossing of the MACD lines upwards and downwards and RSI level but my strategy only takes one trade on the entire backtest and I don't know why. Could you please help me ?
I would also like to be able to configure the RSI to only open positions between levels 30 to 80
Here is the project : https://fxdreema.com/shared/2X3qXeiJb
Thanks for your help
-
RE: Need help with EA based on indicatorposted in Questions & Answers
I understandbut I am quite limited in the number of blocks in the free Fxdreema plan so I can't create many blocks...
-
RE: Need help with EA based on indicatorposted in Questions & Answers
Yes, each independent condition within an EA works.
Beyond the fact that the conditions can be all fulfilled at the same time or not I would still like to know how to create the inputs for the timeframes because it will also allow me to learn
-
RE: Need help with EA based on indicatorposted in Questions & Answers
Thanks but even testing the conditions one by one how to make positions are taken only if Ichimoku condition(s) are met on ALL the defined timeframes. Because think that I'm not using the right type of character data for the timeframes.
-
RE: Need help with EA based on indicatorposted in Questions & Answers
Yes, this is possible, but you have to be reactive and the opportunity doesn't come along very often.
If at least 2 conditions are met on all the timeframes defined at the same time or within a few seconds, that would also be fine for me but I can't manage to set that up... -
RE: Need help with EA based on indicatorposted in Questions & Answers
I have no more errors in my code but I have no idea if the positions respect the conditions to be taken:
- all Ichimoku conditions are met,
- the positions are taken only if Ichimoku conditions are met on ALL the defined timeframes.
Could you please take a look at it ?
Link to project :
https://fxdreema.com/shared/6PSMEuorbThanks in advance
-
RE: Need help with EA based on indicatorposted in Questions & Answers
I juste have to change type to ENUM, that's all ? And I have to use this variable aflter like here :

? -
RE: Need help with EA based on indicatorposted in Questions & Answers
@l-andorrĂ thanks for your help.
Which block should I choose to open a buy or sell position only if all conditions are met on several defined timeframes please ?Here is my project :
https://fxdreema.com/shared/NyKKrQSkeThanks
-
RE: Need help with EA based on indicatorposted in Questions & Answers
Hello, I tried but every time it doesn't work, I think there is an error in the syntax and variables but I don't have the MQ4 file so I go blind...