HELP REALLY NEED WITH MT5 EA
-
Hello i would really appreciate it if you helped me with creating a MT5 Expert Advisor.i really dont know much about coding and i would love your help with this.Please
So If the H4 candle is BEARISH then in the next 4hours the EA should only SELL
For example if from 4:00-8:00 the market formed a bearish candle then from 8:00 to 12:00 the EA should only sellSo if the H4 candle is bearish then the next 4 hours on M5 TIMEFRAME when the FORCE INDEX (13, simple) is BELOW 0 and the RSI(2) is EQUAL TO OR BELOW 90 then it executes a SELL TRADE.
The SL is 100pips and the TP is 100pips(but if it could be adjustable then that would be great)
May it only take ONE TRADE PER 4HOURS.For a buy the RSI(2) on M5 should be equal to or above 90 as well as the **force index above 0.**Basically the opposite of the sell rules
Don't worry about it's profitability as long as it works then I'm would be glad
Thank you very much in advance
-
- Use "once per bar" on top of everything
- Use "set current timeframe for next blocks" to change between M5 and H4
Otherwise this is just putting condition blocks one after another, very simple. I'm too lazy to do the whole EA for you

You can share your progress via the projects-menu top left
-
I really don't even have an idea with how to make an EA out of building blocks.please help me if you can
-
-
Just one more request if you may,may you please compile it for me,I have the basic version of fxdreema so I'm not able to compole it.Thank you very much
-
Last post kills me...



-
@roar said in HELP REALLY NEED WITH MT5 EA:
I'm curious about those 'Set current timeframe blocks'. If I understand it correctly, the one on top makes all those below it to work on TF M5 until those with number 3 and 11. Then all blocks below them will work on TF H4. Right?
If so, why not just using 'Once per bar' blocks with those same specified TF instead?
-
@leonardo-1 said in HELP REALLY NEED WITH MT5 EA:
Just one more request if you may,may you please compile it for me,I have the basic version of fxdreema so I'm not able to compole it.Thank you very much
Really, man...:(
-
If so, why not just using 'Once per bar' blocks with those same specified TF instead?
Yeah could put the timeframe inside the blocks just as well. This way is just a bit easier to understand for a newbie, I think.
I also prefer to use the individual TF blocks if I have lots of blocks belonging to a particular timeframe. -
Thank you very much. I honestly appreciate your help.May you please compile it for me if you may.
-
@leonardo-1 It's not cheap to develop and maintain a software such as this, you should buy it if you plan to use it.
https://fxdreema.com/shared/1hIntlu8d
This version has 9 connections, you can compile it yourself
-
Thank you very very much.Youre kind
-
@roar Ok. Thanks.