Murrey_Math_Lv_Arr_r – indicator MetaTrader 5
Indicator Murrey_Math_Lv_Arr limiting the computer resources used in calculating and displaying the indicator on the chart. The new input variable, CountBars, has been added into the block of the indicator’s inputs to optimize the calculations: //+———————————————-+ //| INDICATOR INPUT PARAMETERS | //+———————————————-+ input int CalculationPeriod=64; //P calculation period input int StepBack=0; input bool ViewFlag=false; input int FontSize=8; //font … Read more