Home Technical Indicator Post

Master Your Trading with Gain/Loss Info Indicator for MT5

Attachments
55390.zip (2.18 KB, Download 0 times)

Gain/Loss Info Indicator for MetaTrader 5 is a powerful tool for traders who want to keep tabs on their gains and losses across all candles. This handy indicator shows you when your specified thresholds are exceeded, calculating values in both points and percentages. You can choose between two modes for gain/loss calculations: the simple candlestick Close and Open difference, or the difference between the current Close and the previous Close. With customizable features like minimum change limits (for both pips and percentage), mode selection, and font color control for the output numbers, it’s a must-have for your trading arsenal. And the best part? It’s available for both MT4 and MT5!

Input Parameters

  • PercentageLimit (default = 1.0) — sets the minimum threshold for changes to be displayed in percentage points.
  • PointsLimit (default = 1000) — establishes the minimum threshold for changes to be displayed in points.
  • CloseToClose (default = true) — if true, the indicator compares the current Close to the previous Close; if false, it compares the current Close to the current Open.
  • DisplayLossColor (default = clrRed) — sets the color for displaying negative price changes.
  • DisplayGainColor (default = clrGreen) — sets the color for displaying positive price changes.
  • MaxBars (default = 100) — determines the maximum number of bars used for calculations; keep in mind, the higher the number, the more lagging the indicator becomes.
  • FontFace (default = "Verdana") — specifies the font type for display.
  • FontSize (default = 10) — sets the font size for the display.
  • ObjectPrefix (default = "GLI-") — a prefix for chart objects to ensure compatibility with other indicators.

Related Posts

Comments (0)