EA not compiling due to incorrect data types of input parameters
-
@l-andorrà , I am trying to create an EA with the indicator attached, but there are errors after compiling. I suspect they are due to incorrect input parameters. I tried source code upload, but Fxdreema did not update its details. Please, how do I go about it? Thanks.
https://drive.google.com/file/d/1chSXa5MXRJf8H743ahy7HExd9eo3oEQn/view?usp=sharing
The project link: https://fxdreema.com/shared/TfuuNCH7e
-
@laudable222
Please upload an image with the error message. -
@rgoo
This is what the error looks like in metaeditor

-
@laudable222
This is a problem with the indicator. First try to use another one and then replace it.
You also have to save the indicator in the MT under "Indicators". -
@laudable222 Before working with any custom indicator I strongy recommend to check if it repaints. If it does you should not use it in any case.
-
@laudable222
Yes, exactly, with custom indicators there are problems in various places.
Use the existing CCI first. -
@rgoo Thank you all