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

Rabbit - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources - MetaTrader 5 Resources

author EAcpu | 2 reads | 0 comments |

Rabbit - indicator for MetaTrader 5

Modified version of the "Rabbit" indicator written by JonKatana. According to the version the author thinks the chart looks better without blurred lines.

The indicator was first implemented in MQL4 and published in the code base of mql4.com on March 14, 2011.

Input parameters:

 //+------------------------------------------------------------------------+
//|Indicator input parameters |
//+------------------------------------------------------------------------+
Input integer yesterday = 0 ; // Day offset 0 - current, 1 - previous, 1 - future
Input integer level = 7 ; // number of levels
Input boolean communication = true ; // Show comments on the chart
Input boolean secondary = true ; // Show sublevels between base levels
//----
input color font color = black; // price level color
//----
Input color line color = dark sky blue; // basic line color
Input style line style = SOLID_; // Basic line style
Input width LineWidth = Width_1; // Basic line width
//----
Input color MLineColor = lime; // sub-level line color
Input style MLineStyle = DASHDOTDOT_; // Sub-level line style
Input width MLineWidth = Width_1; // Sub-level line width
//----
Input color VlineColor = black; // vertical line color
Input style VLineStyle = SOLID_; // Vertical line style
Input width VLineWidth = Width_1; // Vertical line width
//----
Input color HL_lineColor = lime; // Previous day range line color
Input style HL_lineStyle = SOLID_; // Previous day range line style
Input width HL_lineWidth = Width_5; // Range line width of the previous day
//----
Input boolean background= true ; // Draw vertical line as background 

Rabbit - indicator for MetaTrader 5


Attachment download

📎 rabbit.mq5 (18.58 KB)

Source: MQL5 #697

Verification code Refresh