Daily Performance Tracker
- Göstergeler
- Mcblastus Gicharu Ndiba
- Sürüm: 1.0
- Etkinleştirmeler: 10
Daily Performance Tracker (MetaTrader indicator) calculates the currency rate change relative to the previous day's close and displays it as a percentage in the main chart window. It also offers the option to show weekly and monthly percentage changes. You can customize colors to differentiate between positive and negative price movements. Additionally, a small, customizable arrow visually indicates the price direction. If your broker operates in a non-standard time zone, the Time Shift parameter allows adjustment to the day's closing hour. This indicator is compatible with both MT4 and MT5.
Input parameters
General
- Time Shift (default = 0) — if non-zero, shifts the effective day's end forward or backward. Can be between -12 and 12.
- Show Weekly (default = true) — if true, weekly percentage change will be shown on chart.
- Show Monthly (default = true) — if true, monthly percentage change will be shown on chart.
Appearance
- Font Size (default = 8) — font size for displayed text.
- Arrow Size (default = 10) — font size for displayed arrow.
- Up Color (default = clrGreen) — the color of the text and arrow when price change is positive.
- Up Arrow (default = "p") — the Windings 3 symbol for the increase arrow.
- Down Color (default = clrRed) — the color of the text and arrow when price change is negative.
- Down Arrow (default = "q") — the Windings 3 symbol for the decrease arrow.
- No Change Color (default = clrBlue) — the color of the text when there is no change in price.
Positioning
- X Distance for Text (default = 21) — horizontal distance in pixels from the chosen screen corner to the daily change text.
- Y Distance for Text (default = 20) — vertical distance in pixels from the chosen screen corner to the daily change text.
- Text Corner (default = CORNER_LEFT_LOWER) — chart corner to display the daily change text.
- X Distance for Arrow (default = 5) — horizontal distance in pixels from the chosen screen corner to the daily change arrow.
- Y Distance for Arrow (default = 20) — vertical distance in pixels from the chosen screen corner to the daily change arrow.
- Arrow Corner (default = CORNER_LEFT_LOWER) — chart corner to display the daily change arrow.
- X Distance for Weekly Text (default = 21) — horizontal distance in pixels from the chosen screen corner to the weekly change text.
- Y Distance for Weekly Text (default = 35) — vertical distance in pixels from the chosen screen corner to the weekly change text.
- Weekly Text Corner (default = CORNER_LEFT_LOWER) — chart corner to display the weekly change text.
- X Distance for Weekly Arrow (default = 5) — horizontal distance in pixels from the chosen screen corner to the weekly change arrow.
- Y Distance for Weekly Arrow (default = 35) — vertical distance in pixels from the chosen screen corner to the weekly change arrow.
- Weekly Arrow Corner (default = CORNER_LEFT_LOWER) — chart corner to display the weekly change arrow.
- X Distance for Monthly Text (default = 21) — horizontal distance in pixels from the chosen screen corner to the monthly change text.
- Y Distance for Monthly Text (default = 50) — vertical distance in pixels from the chosen screen corner to the monthly change text.
- Monthly Text Corner (default = CORNER_LEFT_LOWER) — chart corner to display the monthly change text.
- X Distance for Monthly Arrow (default = 5) — horizontal distance in pixels from the chosen screen corner to the monthly change arrow.
- Y Distance for Monthly Arrow (default = 50) — vertical distance in pixels from the chosen screen corner to the monthly change arrow.
- Monthly Arrow Corner (default = CORNER_LEFT_LOWER) — chart corner to display the monthly change arrow.