Chaikin Oscillator - is it working
-
Hello Guys,
Has anyone used the subject indicator to create block structure for an ea? is it working properly? i cant find all the necessary input parameters. any help will be appreciate.
-
@musa-5 As this is not a standard MT indicator you need to add the custom indicatorn on FX MQ is easier to add than EX, then you need to verify that the buffers contain relevent data, then build EA around it.
-
@jstap thanks ,,,just did this..now learning how buffers work.
-
@musa-5 No Problem
-
@jstap hello sir, ive tried learning how to set the buffers for so long now and i just cant get it to work. kinldy advice, see my project below.
shared/uhBT6QX0d
-
@musa-5 Is hard to say as I don't have this indicator, if you do as in this picture then you can see in a comment block what is in the buffer, this will then show how to use.

-
@jstap this is very challenging for me. would the same be required if i choose to come up with mt4 ea?
-
@musa-5 If standard indicator then a standard condition block has all you need.
-
@jstap the issue is that the starndard indicator on fxdreema onbly has the fast ma slot and does not have the slow ma slot.

-
@musa-5 This indicator is on MT4 blocks (not from what I saw), I imagine if you have another condition block below with the slower MA settings in it will work as needed.
-
@jstap for record purposes and use by other users, i have tried the above suggestion but has not worked. however, please note that have set the slot for 'shift' with my intended measure for slow ma and has worked. i really appreciate your continued support and contribution and it is becasue of wonderfull users like you that this forum continues to grow. Again, thank you.
-
@musa-5 Unfortunately this also did not work as expected.
-
@musa-5 am getting the below error.

-
@l-andorrà would you be in a position to advice
-
@musa-5 Can you please share the latest version of the EA?
-
@l-andorrà please see below. the basis is the mt5 chaikin indicator.
shared/8s2nWRb2c
-
@l-andorrà Please refer to this one ; shared/x7YZTuNsc
-
@musa-5 said in Chaikin Oscillator - is it working:
shared/x7YZTuNsc
Your logic is correct. However, I guess the problem is the custom indicator. Are you sure that is the correct buffer?