Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Heiken_Ashi_Smoothed_VolatilityStep_tmf_Alert - indicatore per MetaTrader 5

Visualizzazioni:
5961
Valutazioni:
(12)
Pubblicato:
2019.01.02 14:38
Aggiornato:
2023.03.29 13:48
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The Heiken_Ashi_Smoothed_VolatilityStep_Alert indicator with the ability to highlight trading time zones, selected in the indicator input parameters. Such zones are shown in a different histogram color.

input bool   TimeTrade=true;      //Enable highlighting of trading time zones
input HOURS  StartH=ENUM_HOUR_4;  //Trading start (hours)
input MINUTS StartM=ENUM_MINUT_0; //Trading start (minutes)
input HOURS  EndH=ENUM_HOUR_17;   //Trading end (hours)
input MINUTS EndM=ENUM_MINUT_59;  //trading end (minutes)

Histogram bars outside the trading time range are shown in pale gray; bars having the size greater that the trigger level

input uint AlertLevel=150;                      // Trigger level

within the range are shown in yellow; those below the trigger level have the steel gray color. Alerts, push notifications and emails are only sent during the marked trading sessions.

The indicator uses SmoothAlgorithms.mqh library classes (copy it to terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".


Fig.1. The Heiken_Ashi_Smoothed_VolatilityStep_tmf_Alert indicator

Fig.1. The Heiken_Ashi_Smoothed_VolatilityStep_tmf_Alert indicator 

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/23232

XFisher_org_v1_Vol_Supr_Zer XFisher_org_v1_Vol_Supr_Zer

The XFisher_org_v1_Vol_Supr indicator with additional signals displayed as round dots, which indicate zero line breakout by the indicator line

Gap DM Gap DM

The Expert Advisor waits for a gap at the bar opening.

Fib_SR_8 Fib_SR_8

The Fib_SR indicator with three additional support and resistance zones

BullsBearsEyes EA BullsBearsEyes EA

The Expert Advisor based on the BullsBearsEyesindicator custom indicator