Custom Indicator EA not taking trades
-
Hi,
I have created an EA using ROC indicator(custom indicator) but it takes no trades.
Please, can someone point me in the right direction where i have gone wrong.buy parameter is ROC indicator above 0.4 on D1 and Stochastic oscillator 13,3,3 main line cross signal line up on H1
Sell parameter is ROC indicator below -0.4 on D1 and Stochastic oscillator 13,3,3 main line cross signal line below on H1https://fxdreema.com/shared/ehIxtY9Ac
Thanks.

-
When I build, I always build from the simple to the more complex which allows for better diagnosing. In other words, I put in the most basic things then test and if it passes, then add more. I do not have the indicator, so could not test.
You need to set Candle ID to 1, not 0.
I broke it down to the basics which is this

-
Not that it matters, but why would you create blocks 3513 and 3514 when you can specify the time frame in the condition block?
I am learning how to do this, so perhaps there is something you know that I don't.
-
Now I see that the blocks are not in numerical order. Lowest # block at the top to Highest # at the bottom.
-
@line I dont think it will affect it with the currently used blocks.
@sese I would start with removing the last condition block before the buy and sell blocks. Test please and see if it works from there. If that is not it, I would look next at the custom indicator.
If removing that last condition doesn't fix it, can you please share the window from FXDreema that shows the buffers for the custom indicator?
-
@line That is not relevant. fxDreema reads the number of those blocks ON TOP only of each separated tree. Those connected BELOW the block on top can have any number. They will be executed AFTER that one on top.
-
@line Thanks I for the explanation i would give it a try.
Find attached Rate of Change Strategy (ROC Indicator). -
@sese ah sorry....im not help. MT4 only.
-
I got it to work but there is a problem. Please add "no trade" to the project (anywhere is fine) then reshare the link (provide a new link).
-
@line
I have added no position block(s). Please, find attached new shared link. Thanks -
@sese Is the 'Equity > 200000' condition as well as both 'USD pair...' conditions the only ones suposed to be checked daily? If so you can remove the block on top setting the daily timeframe and then selecting it inside those same blocks.
-
It works, only constructed the things I needed to. You can add the other items later. This image is for buys.

-
Notice the checks in the boxes, this allows to modify this in the strategy tester which will help in modification/testing.
