Keltner Channel - Custom Indicator Values
-
Hi,
I am trying hard but unable to get the buffer values of upper band and lower band of my Keletner Channel Custom Indicator.
I have tried Trace Activity and Trace option as well. Its working fine with Bollinger band as you can see on the picture, its printing values, but for th Keltner channel its not. Keltner Channel Value always says 0 as you can see on the Image below.
Hers the project Link: https://fxdreema.com/shared/OmvFw0MI


-
@sjthetechguy For me it work .

-
Yeah thats strange, its not working on mine...what do you suggest?
-
@sjthetechguy Check that the indicator has the correct name and see if it loads correctly
-
tried everything but not working.
-
@sjthetechguy did you see in the diary tab tester if thereisn't error?
-
Have you tried finding object if there is no buffer? Or maybe the data tab.
-
Found the issue, the naming convention was different thats why...
Thanks for your help guuys.
-
Just one more question -
Is oit really important that the custom indicator need to be present in mt4 also/ or atached to the chart?
Because i have already added it on fx dreema, so i was thinking why its important to have it in mt4 also?
is there a way we can bypass that?
-
@sjthetechguy, to embed the indi inside an ea you'll need the indi source file, that is mq4, and a help from a coder. In fxdreema we can only link our indi inside ea, not embedding the code. So your indi.ex4 file should be present in indicators folder.
-
Also no need to attach the indi on the chart, unless you're using object on chart block.
-
@sjthetechguy, Hi.How did you add the keltner to the my indicator.Can you explain
-
Here you have the way to import custom indicators:
-
Thank you for your response. I am already following everything mentioned in the tutorial. When I select the MT5 file, many options are automatically available. However, whenever I write code and then try to save it, the file saves as an MQ5 file, but the EX5 file gives an error due to the values of the predefined options and does not provide the file. I have now fixed it, but I do not understand why.
-
Probably something wrong happened to those variables, but if it works, it works.