Want to create a custom indocator based on fxdreema EA logic
-
I have some 'generic' EA code that I want to be available for use as a Custom indicator. Can this be done using FXdreema ? Perhaps using fxdreema Studio ? Any documentation or examples available ?
-
You can use code in a custom code block, or you could create a custom block, this is hard work though, pass the code to AI (chat gpt/deepseek) and say what you would like to do with it, try custom code first, then if needed try creating a custom block.
-
I am familiar with that but I mean creating something that can be imported in fxdreema under MyIndicators - I load a .MQ5 there and functionality appears as a custom indicator rather than a custom block.
-
yes you import the MQ file and all buffers are added, import the EX file and you have to manually add things, like buffers, on your project page you have the my indicators tab, to check it has relevant buffers open the data window on your terminal.