GainLossInfo

GainLossInfo

Shows the current gain and loss for all candlesticks exceeding the specified threshold. Values are calculated in percentages and points.

The indicator can calculate gain/loss in two modes: the simple difference between Open and Close prices, the difference between current Close and previous Close. The user can set a minimum threshold (in points and per cent), change the calculation mode and control the font colour for displayed values.

Input Parameters:

  • PercentageLimit (by default = 1.0) — the threshold for displaying the change in percentage points.
  • PipsLimit (by default = 1000) — the threshold for displaying the change in broker points.
  • CloseToClose (by default = true) — if true, the indicator will compare the current Close price with the previous Close price, if false — with the current Open price.
  • DisplayLossColor (by default = Red) — color for negative changes (losses).
  • DisplayGainColor (by default = Green) — color for positive changes (gains).
  • display distance (by default = 100) — distance from the Maximum price of a candlestick to the displayed gain/loss value in broker points.
  • MaxBars (by default = 100) — maximum number of bars to process. The higher this value, the slower the indicator will work.

Recommendations:

  • It is almost impossible to use this indicator for getting trade signals. It mainly intended to simplify the market analysis and to make it easier to find certain bullish or bearish patterns. Of course, everyone can try to use abnormally big changes as signals to open or close positions.
Register to download