Panel of signals EA MT4
- Experts
- Mikhail Mitin
- 버전: 1.0
"All in One" Expert Advisor. The EA collects information from different signals (listed below) on the selected timeframes. Each signal has its own weight. The weight of all signals is summed. If the total weight of signals for a timeframe is greater than the minimum weight, a deal is opened. Operation on each selected timeframe is performed independently. After that, the deal is managed according to the Money Management conditions.
It can work simultaneously on:
- up to 6 periods;
- up to 31 popular signals.
Features
- You can see the sum for all signals taking into account the weight of the signal
- Trades on each timeframe are managed separately from each other
- It is possible to set different Money Management for each timeframe
Version MT4: https://www.mql5.com/ru/market/product/27996
Version MT5: https://www.mql5.com/ru/market/product/27835
Parameters
- NUM_BAR - number of the bar to analyze (set a value greater than 0 to work on closed bars\. This is recommended for a fast optimization).
- timeframe_1....timeframe_6 - working timeframes (if set to "current", the timeframe will not be used).
- separate parameters for each signal.
- a separate weight for each signal (if weight = 0, then the signal is not used).
- weight_MIN_for_total - the "TOTAL" field shows the sum of the signals for each timeframe, for each symbol, with the signal weight taken into account. This parameter sets the minimum value for outputting the result to "TOTAL".
ММ parameters
- type_MoneyManagement - Money Management type. Trailing SL is available.
- inp_close_deal_when_opposite - allow closing the current position and opening a new one in the opposite direction when a signal appears.
- inp_TRADE - allow trading.
- lot_tf_1...lot_tf_6 - lot size. A separate lot size can be set for each TF.
- sl_pips_tf_1...sl_pips_tf_6 - Stop Loss in pips. A separate SL can be set for each TF.
- tp_pips_tf_1...tp_pips_tf_6 - Take Profit in pips. A separate TP can be set for each TF.
- trsl_pips_tf_1...trsl_pips_tf_6 - Trailing Stop Loss in pips. A separate TRSL can be set for each TF.
Description of the signals
- "Ma X Ma" - intersection of 2 MA.
- "Ma X Price" - intersection of MA and the price.
- "Price X BB (out)" - price exceeds the bounds of the Bollinger Bands.
- "Price X BB (in)" - price returns within the bounds of the Bollinger Bands.
- "Price X Env (out)" - price exceeds the bounds of the Envelope.
- "Price X Env (in)" - price returns within the bounds of the Envelope.
- "Rsi X Level (out)" - Rsi exceeds the bounds of buy out/sell out.
- "Rsi X Level (in)" - Rsi returns to bounds of buy out/sell out.
- "Mfi X Level (out)" - Mfi exceeds the bounds of buy out/sell out.
- "Mfi X Level (in)" - Mfi returns to the bounds of buy out/sell out.
- "Osma X zero" - OsMA crosses the "0" line.
- "Osma Dir" - OsMA direction (inclination of the histogram from the NUM_BAR bar to the NUM_BAR+1 bar).
- "Macd X zero (m)" - Macd histogram crosses the "0" line.
- "Macd X zero (s)" - Macd signal line crosses the "0" line.
- "Macd (m) X (s)" - Macd signal line crosses the histogram.
- "Rvi X zero (m)" - Rvi main line crosses the "0" line.
- "Rvi X zero (s)" - Rvi signal line crosses the "0" line.
- "Rvi (m) X (s) (1)" - Rvi main line crosses the signal line in any zone.
- "Rvi (m) X (s) (2)" - Rvi main line crosses the signal line, for the BUY signal in the negative zone, for the SELL signal in the positive zone.
- "PorSar X Price" - change in the direction of the PorSAR indicator.
- "Sth X Lev (m)(in)" - stochastic returns to the bounds of buy out/sell out (main line).
- "Sth X Lev (m)(out)" - stochastic exceeds the bounds of buy out/sell out (main line).
- "Sth X Lev (s)(in)" - stochastic returns to the bounds of buy out/sell out (signal line).
- "Sth X Lev (s)(out)" - stochastic exceeds the bounds of buy out/sell out (signal line).
- "Sth (m) X (s)" - stochastic mail line crosses the signal line.
- "AO" - Awesome Oscillator: 2 green bars in the "+" zone followed by 2 red bars - buy; 2 green bars in the "-" zone followed by 2 red bars - sell.
- "Ma u/d Price" - Ma above of below the price.
- "Rsi (Level)" - Rsi is beyond the bounds of buy out/sell out.
- "Mfi (Level)" - Mfi is beyond the bounds of buy out/sell out.
- "Sth (Level)(m)" - stochastic is beyond the bounds of buy out/sell out (main line).
- "Sth (Level)(s)" - stochastic is beyond the bounds of buy out/sell out (signal line).