Indicator Assist
-
Hi, My strategy requires two custom indicators. I have an ICustom setup for one, but I do not know how to set it up and I have an EX. file on the other (Choppy Market Indicator)(Signal Line is required but current version does not buffer value)
Are you capable in assisting me in getting these two indicators to function with my EA or do you have someone that I can pay for assistance?
-
Here is some basic information of how indicators work: https://fxdreema.com/documentation/gett ... indicators
And here is some basic information of how to manually add custom indicators when you don't have .mqX file: https://fxdreema.com/documentation/proj ... indicatorsWhat matters is the number of input parameters - they must be right. Also their data types - they can be only "string" and "double", but it's better if they are also right. Their names can be different, but it's better if they are the same. Their order matters, it must be the same. And the buffers count matters... buffer names don't.
But if your indicator does not use any buffers to send data to the EA, then you can only use the object that it draws. Which is another story
