Multy_MA

Multy_MA

It shows the difference between two MAs in a separate window.

Minor and major MA can be set up.

The indicator of group moving. It shows the difference between two MAs in a separate window.

There is something wrong with the code, it doesn’t draw anything instantly, first of all, you should “reload” the timeframe. The history must be uploaded. If it draws in the wrong manner switch the timeframe once more, the history will be uploaded and the picture will be redrawn.

If you put the cursor of your mouse over a line the name of the currency will be shown (lower entry).

Input Parameters:

extern int MA_Period      =5;
extern int MA_Basis       =233;
extern int MA_Shift       =0;
extern int MA_Method      =1;
//----
extern string symbol_1   ="EURUSD";
extern string symbol_2   ="GBPUSD";
extern string symbol_3   ="USDCHF";
extern string symbol_4   ="USDJPY";
extern string symbol_5   ="AUDUSD";
extern string symbol_6   ="USDCAD";
extern string symbol_7   ="medium";
//----

//----
extern bool revers=false;
Register to download