Amplify Market Prices - MetaTrader 5 Script | Forex Indicator Downloads - MT4/MT5 Resources - MetaTrader 5 Resources

This indicator displays the current price in the corner of the chart.
The indicator was first implemented in MQL4 and published in the code base of mql4.com on July 30, 2008.

Input parameters:
//+------------------------------------------------------------------------+ //|Indicator input parameters | //+------------------------------------------------------------------------+ Input type_price PriceType=MODE_BID; // Display price type Input boolean markdown = false ; // last digit removal flag Input boolean resetcolor= true ; // color reset flag Input color UpPriceColor=lime; // price increase color Input color price color = gray; // price color remains unchanged Input color DnPriceColor=magenta; // Price drop color Input integer font size = 24 ; // font size Input type_font FontType=Font7; // Font type Input ENUM_BASE_CORNER what corner = corner lower left corner ; // position corner
Attachment download
📎 magnified_market_price.mq5 (9.76 KB)
Source: MQL5 #532
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •