Adding mt4 indicators
-
how do i add mt4 default indicators as custom indicators? i need to use the moving average oscillator but i do not know how to arrange the input. which 1 comes first.
or do i use the custom indicators in the indicator? -
MT4 has built-in indicators and custom indicators. In the navigator there is a single list now, it shows both. How to know what is built-in and what is not in this list... If you have this dot, then it's custom, external, and you can find it as a file in MQL4/Indicators
http://i.imgur.com/GPMqK9Y.pngMetaTrader comes with some custom indicators included, some of them are available as built-in and custom.
In fxDreema you can add custom indicators. You can upload .mq4 file so it's input parameters will be read, or you can manually write those parameters. More here: https://fxdreema.com/documentation/proj ... indicators
Moving Average Oscillator is listead as MACD Histogram in fxDreema, but I don't remember why I named it like this

-
Anyway, I just renamed it to Moving Average of Oscillator
-
ok
was wondering which 1 to use as its a default indicator not a custom indicator