Need help
-
I need help with putting my EA together. When I test I don’t get and results. Please have a look.
I am using the Aroon Up down indicator with “7” setting
The conditions:
When the buy buffer has a value == 100 and the sell buffer value is < 100 then “BUY”
When the sell buffer has a value == 100 and the buy buffer value is < 100 then “SELL” -
@xwhysquared add once per bar above your condtion blocks and delete the "and" block. And use C1 as shown below.

-
@vonmunchy After the changes are applied. I am not have success please review.
-
@xwhysquared why are your blocks turned off. Tried testing with them on?
-
@xwhysquared This is the corrected link
https://fxdreema.com/shared/x29Q8dpkc -
The blocks are on now
https://fxdreema.com/shared/tH12hLAW -
@xwhysquared The logic is correct. This means the problem is the combination of conditions to be met. Are you sure they are possible at the same time?
-
Yes
Buy trade: The Red or Maroon Up & Down (7) has to equal the buffer value of 100 and the Value 2 buffer value has to less that 100. Then Buy Now BlockSell trade: The Blue or Value 2 has to equal the buffer value buffer of 100 and the The Red or Maroon Up & Down (7) buffer has to less that 100. Then Sell Now. Block
I am not sure but in the code I see only 2 conditions for each type of trade positions.
How should this code or logic should be structured?
Buy Example
Sell Example -
@xwhysquared in order to check the project, post the indicator you had used.
-
@vonmunchy 'the Indicator is Aroon Up & Down with setting to 7
-
-
@xwhysquared the reason why i asked for the indicator is to check if there is anything wrong with it. The logic is correct. It should trade. Check your journel any errors
-
@xwhysquared It is obvious that the problen should be the indicator. Did you try values other than 7? Is that the only value that doesn't work?
