Can you create Indicators using FxDreema?
-
I only see options to create scripts and EA but no option for creating Indicators
-
With the use of blocks (formula) you can create mathematical calculations that serve as indicators: D
-
Thanks for your reply.
How do I apply to the Indicator to my chart? I tried to create the .ex4 file after setting up my blocks and copied this file to my Indicator folder on my MT4. I do see it appear as an Indiacartor but when I apply to the chart, nothing happens. -
export is allways as expert, not indicator ... so your files must goes into experts folder ...
-
Expert Advisors, Scripts and Indicators are different kind of programs that have the same file extension. You are responsible to put these files in the right folders
If you put EA into the /Indicators folder, it will not work.Indicators cannot be embedded into the code of an Expert Advisor. You can use as many indicators as you want in the EA, but these indicators remain separate programs and their files must exist in /Indicators. The EA only needs to know the name of the indicator that it uses, the input parameters and also to point to the output buffer from which to get the data. So, in fxDreema you only need to define those 3 things - indicator name, input parameters and output buffers. This happens automatically when you "upload" an indicator file (which is not actually uploaded) or manually fill all the data that is needed.
When the EA calls to an indicator, it loads that indicator in background. You can add the same indicator over the chart, but it will be different instance of the indicator.
-
https://fxdreema.com/shared/imhXhZefc
In this example I didn't use the Market option. I'm too lazy to test it on live and the Tester only works for the current market. I also don't have BO setup at the moment. So, Market settings are important. Also the Group settings are important, especially when you work with 2 EAs on a different chart.
Here is about these pink blocks: https://fxdreema.com/examples#Loop-(For each...)
Here is about Group and magic numbers: https://fxdreema.com/help/working-with/magic-start-and-groups -
How can we make an indicator apply bollinger bands in stochastic datas ? Can anyone have idea ? Thanks if u response me
-
I'm afraid you will need custom code to do that. No fxDreema block can do it. Probably the best option is hiring a programmer to do that specific combo and then you import it into your fxDreema ccount.