Help please! EA that trades Parabolic SAR signals with 200 moving average.
-
Im trying to create ea that only trade Parabolic SAR BUY signals if its above 200 moving average then exit trade if Parabolic SAR gives sell signal. for sell it would trade Parabolic SAR if its BELOW 200 Moving Average and exit on Parabolic SAR buy signal. tried to do it but only traded buys and no moving average was there.
-
@tt
Can you share your nonfunctional project please ? -
here its thank you btw
https://fxdreema.com/shared/TLPq3YMgb -
@tt As far as I can see, your logic is correct. I guess that combination of conditions with PSAR and MA are very uncommon to happen.
-
@l-andorrà here is another bot i have, it is successful but it only make sells for some reason can you help with this one? just dont understand why is only selling, you can even use it.
If MACD crosses above value 0 and its above 200 Moving Average it BUY signals, if MACD crosses below 0 it close the trade.
If MACD crosses below value 0 and if its below 200 Moving Average it would sell then exit it MACD crosses above 0. -
@seb-0 here is another bot i have, it is successful but it only make sells for some reason can you help with this one as welll? just dont understand why is only selling, you can even use it.
If MACD crosses above value 0 and its above 200 Moving Average it BUY signals, if MACD crosses below 0 it close the trade.
If MACD crosses below value 0 and if its below 200 Moving Average it would sell then exit it MACD crosses above 0. -
@tt
You can't compare the MACD signal line value to the moving average.
The value of the macd signal line is the difference between a fast and slow MA, smoothed.
It doesn't make sense. -
@seb-0 then how would you do it i need answers
-
@seb-0 @l-andorrà I THINK I FIGURED IT OUT! IM GONNA NEED SOME HELP THOUGH. Do any of you pay for fxdreema cause im gonna need you
-
@tt
Do you mean if we have a bought version of the builder or ? -
@seb-0 yes
-
@tt
Sure.
However I recommend you thinking about how to build your EA by your own. Then when you'll get the automatism which will allow you to have the flexibility(as no problem is exactly similar) and build more and more complex structures. And it'll save us a lot of time.
But if it really is too difficult you still can ask question. -
@tt Do you want us to pay for you?
-
@tt I can suggest you to build one project with the part of the purchase orders only, and another one with the sales orders. This way you have two small project and you can test them.
-
@l-andorrà no just to do the back test and if it works id like the .ex4 file and ill share it with everyone