Compilation errors identifier 'enPrices' already used ambiguous access, can be one of:
-
Hello all,
I'm having an issue with compiling my EA when using the TDFI indicator block.
Im getting the following error:Compilation errors
identifier 'enPrices' already used
ambiguous access, can be one of:
ambiguous access, can be one of:
ambiguous access, can be one of:
ambiguous access, can be one of:
ambiguous access, can be one of:
ambiguous access, can be one of:here is the link to the EA in question.
shared/r0PH4nvkdI have tried deleting the indicator and reinstalling it into FXdreema with the enum section blank with no success.
I checked the indicators source code with metaeditor and there are no logged errors.Please find attached the indicator in which is causing the issue.0_1631226795527_Trend direction and force index.mq5
Thanks.
-
@iraptoir said in Compilation errors identifier 'enPrices' already used ambiguous access, can be one of::
shared/r0PH4nvkd
Can you please reupload the link to your project? It doesn't work.
-
@l-andorrà
I have rectified this issue. Found out from another user that FXDreema uses enPrices as a reference in its compiling / code and if you use an indicator which references this it will run into an error.
I rectified the issue by just changing the indicator.
Can anyone confirm that this is true? -
@iraptoir Never heard that. Well, if it works that's all we need to know.
