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

Elli - MetaTrader 5 Expert | Forex Indicator Downloads - MT4/MT5 Resources - MetaTrader 5 Resources

author EAcpu | 3 reads | 0 comments |

Elli - expert for MetaTrader 5

Elli - expert for MetaTrader 5

The author of the ideaYuri Tokman , the author of the MQL5 codeBarabashkakon .

This Expert Advisor is based on the ADX Wilder and Ichimoku Kinko Hyo indicators. The lot size is calculated based on the risk percentage of the margin.

Elli - expert for MetaTrader 5

Regarding time range selection:

The ADX indicator comes with a separate setting "adx_timeframe". Its default value is PEROID_M1.

The Ichimoku indicator does not have a timeframe setting — the PERIOD_H1 timeframe is hardcoded into it.

Additionally, in the trend direction detection module, use the bar closing price of the PERIOD_H1 time frame:

 Doubled sb = iIchimokuGet( CHIKOUSPAN_LINE , 0 );
Double off = off ( 0 ,m_symbol.Name(), PERIOD_H1 );
Double contrast = mathematical antibodies (ts-ks)/m_symbol. View ();


Attachment download

📎 elli.mq5 (33.74 KB)

Source: MQL5 #17762

Verification code Refresh