Elliott_Wave_Oscillator_Sign – indicator MetaTrader 5
Semaphore signal indicator based on the Elliott_Wave_Oscillator indicator algorithm. Input Parameters: //+———————————————-+ //| INDICATOR INPUT PARAMETERS | //+———————————————-+ input ENUM_MODE Mode=MODE1; //Signal defining algorithm input Smooth_Method MA_Method1=MODE_SMA_; //Method of averaging of the first Moving Average input int Length1=5; //Depth of the first Moving Average input int Phase1=15; //Parameter of the first Moving Average, //—- for JJMA … Read more