My Indicator
-
I've looked through multiple threads on this, but I am still not sure how to find the input parameters of an indicator that I have. It is .ex4 file so when I open it in the MT4 editor I on see Chinese or something.
I want to open trades based on the "colors" 3 and 4, mabey 4 or 5 candles after appear on the chart. They show up white on the chart
0_1607571669469_Wave Entry Alerts (2).ex4
Thanks
-
@daniel208forex this is an ex file, you can't load it in a fxdreema project.
-
First, you need to identify two elements that can be use for entry, or anything. That is buffer or object. The buffer should be in the color tab, in your indicator setting. And you can find object on chart to be used if the object name appear in the list of object.
-
@miki Yes, ex4 files can be included in fxDreema, but you need how to do it (not easy). Take a look at those tutorials:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
@l-andorrà thank you very much, I learned another thing. I never thought about it because I don't use particular indicators.
-
@miki You're welcome.