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

Float_Pivot_Digit_Box - MetaTrader 5 Script - MT4/MT5 Resource

author EAcpu | 2 reads | 0 comments |

Float_Pivot_Digit_Box - indicator for MetaTrader 5

Shows the latest closing value of the Float_Pivot_Digit indicator with colored rectangle and background fill.

 //+------------------------------------------------------------------------+
//|Indicator input parameters |
//+------------------------------------------------------------------------+
Enter Mr. String Name = "Float_Pivot_Number_Box" ; //Object name
Input ENUM_TIMEFRAMES time range = PERIOD_D1 ; //Calculate the indicator time range of the indicator
Input unit Number of bars = 1 ; //Calculate the number of bars of the indicator
Input integer IP period = 100 ; //Extreme value search period
Enter ENUM_APPLIED_PRICE_ IPC=PRICE_MEDIAN_; //Price constant
Enter unit number = 2 ; //Number of digits to round
input boolean show price = true ; //show price tag
Input color Upper color = cyan ; //Color of the upper price label
Input color medium color = clear blue ; //The color of the middle price label
Input color lower color = magenta ; //Color of lower price tag
Input unit Total number of bars = 30 ; //Number of rectangular bars
Input unit right tail = 5 ; //Move the rectangle other than the zeroth bar line in the current chart bar to the right
Input color color_resolution = C'202,255,202' ; //upper frame color
Input color Color_Sup= C'255,176,255' ; //Lower box color

In order for the indicator to work, the Float_Pivot_Digit.ex5 indicator should be added to \MQL5\Indicators folder.

Float_Pivot_Digit_Box - indicator for MetaTrader 5

Figure 1. Indicator Float_Pivot_Digit_Box


Attachment download

📎 float_pivot_digit.mq5 (31.81 KB)

📎 float_pivot_digit_box.mq5 (21.22 KB)

Source: MQL5 #23380

Verification code Refresh