About custom indicators
-
Is it possible to make an EA with custom indicator and not having need of the custom indicator to be located in MQL5 Indicators folder in order to use the EA? I can't find a topic about it. If you do know a topic about this, please share here. Thanks!
-
@sergelen3294 you need the indicator in folder for the for the ea to get values from the indicator for ea to function. So its not possible.
-
@sergelen3294 Technically it is possible by using a 'custom code' block with all the indicator's code in it. However you will need to be very careful with all internal variables there not messing your EA. Never tried it so you will need help from a real programmer.
-
@captain-jack @l-andorrà Thank you for your response.