How to create trendline based robot and indicator
-
I wish to create an mt5 indicator that shows trendlines on the chat and takes trade when price gets there.
-
I'm afraid fxDreema cannot be used to create indicators. Only EAs can be created.
-
@Humble_Fx thanks for the information..
But can i turn a custom indicator into an ea? if yes, how do i do it and what is needed to do it?
thanks again
-
@l-andorrà Thanks for the information..
But can i turn a custom indicator into an ea? if yes, how do i do it and what is needed to do it?
thanks again
-
Add the indicator into FX then you can select it in most blocks
-
@Humble_Fx Some indicators simply do not work in EA. Repaint and unknown buffers are 2 major problems
-
@jstap okay thanks
-
@Humble_Fx As jstap said, you need to import the indicator as a custom indicator on fxDreema. Then you can use it normally as explained here:
https://fxdreema.com/documentation/builder/indicators
However, sktsec is also right. Many indicators repaint. If you indicator does it, the bot is doomed.