Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

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

author EAcpu | 2 reads | 0 comments |

Magnified Market Price - indicator for MetaTrader 5

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.

Magnified Market Price - indicator for MetaTrader 5

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

Verification code Refresh