Join our fan page
- Views:
- 5570
- Rating:
- Published:
- 2019.02.07 08:46
- Updated:
- 2023.03.29 13:48
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Indicator Float_Pivot_Smoothed_Digit with the timeframe selection option in its input parameters
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // The indicator chart period (timeframe)
For the indicator to operate, indicator Float_Pivot_Smoothed_Digit.ex5 should be added to the <terminal_data_directory>\MQL5\Indicators folder.
Fig.1. Indicator Float_Pivot_Smoothed_Digit_HTF.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/23381

Displaying the latest closed values of indicator Float_Pivot_Digit with colored rectangles and background filling

Two identical trading systems (for long and short deals) based on the AdaptiveRenko indicator signals that can be configured in different ways within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system

Summary of the Expert Advisor

A trading system based on three indicators iMA (Moving Average, MA) and two indicators iRSI (Relative Strength Index, RSI)