It works on all currency pairs. Timeframes – M5, M15, M30,H1.
It is very easy to use the indicator. When the up arrow appears, open a buy deal. When the down arrow appears, open a sell transaction.
The indicator does not redraw its values. The arrows always remain where they appeared.
- Orange arrow: opening a sale transaction.
- Green arrow: opening a purchase transaction.
- Red line: the trend line.
- supportresistance_timeframes =PERIOD_H1; – support and resistance timeframes.
- SR=true; – text of support and resistance.
- SR_Linie=true; — support and resistance lines.
- Trend_Chanel=false; — daily trend channel, true or false.
- Period_Trend_Chanel = 5; — trend period from 2 to 20.
- HL_Trend =true; – trend High/Low, true or false.
- input int HL_Trend_period = 34; — the High/Low trend period from 20 to 50.
- High_Low_Arrow =false; – arrow High_Low, true or false.
- Line_High_Low =false; – daily lines High/Low, true or false.
- trendcandles=true; – colored trend candlesticks, true or false.
- Display =false; – display of trend candles, true or false.
- Symbols = “EURUSD/GBPUSD/USDCHF/USDJPY/AUDUSD/USDCAD” — – instrument selection.
- ColorUp = RoyalBlue; — the color of the upward movement.
- ColorDown = Red ; — the color of the downward movement.
- Alerts = true; – alerts.
- EmailOn = false; – email notification.