Magnified Market Price – indicator MetaTrader 5
Real author: Habeeb The indicator shows the current price in one of the chart corners. This indicator was first implemented in MQL4 and published in Code Base at mql4.com 30.07.2008. Input parameters: //+———————————————-+ //| Indicator input parameters | //+———————————————-+ input type_price PriceType=MODE_BID; // Displayed price type input bool CutPrice=false; // Last figure removal flag … Read more