Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

StreamСCandles - MetaTrader 5 Script | Forex Indicators Download - MT4/MT5 Resources

author EAcpu | 6 reads | 0 comments |

StreamСCandles - indicator for MetaTrader 5

Real author : Yuri Tokman (YTG)

The indicator colors candlesticks whose size times volume exceeds a preset value. Depending on the settings, the indicator can consider the candlestick body or the entire candlestick size.

Indicator input parameters:

 //+------------------------------------------------------------------------+
//|Indicator input parameters |
//+------------------------------------------------------------------------+
Enter ENUM_MODE Candles_Mode=OPENCLOSE; //size options
Input unit candle_size = 1000 ; //Minimum candlestick size to trigger
Input ENUM_APPLIED_VOLUME_ VolumeType=VOLUME_TICK_; //Volume
Input unit bar number = 1 ; //Number of bars to generate signal
Input boolean sound on = true ; //enable alert
Input unit alarm number = 2 ; //Alarm number
input boolean email-on = false ; //enable email notifications
input boolean pressed = false ; //enable push notifications

The indicator was originally written in MQL4 and published in the code base on January 22, 2016.

StreamСCandles - indicator for MetaTrader 5

Figure 1. Flow indicator


Attachment download

📎 streamccandles.mq5 (25.25 KB)

Source: MQL5 #17893

Verification code Refresh