Ichimoku Algorithm
- Эксперты
- Bogdan Mihail Moise
- Версия: 1.20
- Обновлено: 20 сентября 2021
- Активации: 5
This EA takes advantage of Ichimoku kinko hyo indicator for its trading strategy, and uses the ATR for money management.
Does not use martingale or grid. It only enters a trade with active orders and uses a stop loss for each trade!
In order to open a buy trade the EA makes sure that the price is above the Cloud ( Senkou A and Senkou B ) and the crossing over of Kijun and Tenkan lines (or it can be switched to Kijun and Price).
In order to open a sell trade the EA makes sure that the price is below the Cloud and Kijun and Tenkan lines just crossed over(or it can be switched to Kijun and Price ).
Opened orders are closed by, hitting the stoploss, take profit, or contrary signal (Ex; If a long position is opened and the indicator signal favoring "Sell", the opened "Buy" position will be closed).
Time Frame: Doesn't matter ;
Account balance: Doesn't matter ;
Currency pair: Doesn't matter ;
Features
- Choose the active and the inactive trading hours (in hh:mm - format).
- Multiple user options;
- Automatic lot sizing (can also be turned off) and money management;
- Trades always protected with a stop loss;
- Take half the profit off the table option (or take all the profit at once, or no take profit limit);
- Dynamic trailing stop (Can be disabled);
- Its not limited by chart Timeframe, Currency Pair or Account Balance (as long as you can afford the smallest lot option);
- User can modify Ichimoku indicator's parameters for more control;
Ichimoku Algorithm control panel options;
START_TradingTime The start of active trading hours in hh:mm format.
STOP_TradingTime The start of inactive trading hours in hh:mm format.
DynamicStoploss = True/False Disable or enable Dynamic Stoploss feature;
CrossOver_Mode= True/False Chose between Crossing over of Kijun and Tenkan (True option) or Price and Kijun (False option) as a signal;
Risk = 2 Maximum risk percentage allowed
FixedLots = 0 Change this with the desired lot size if you don’t want an automated lot sizing based on the Risk.
SLRatio = 1.0 Stop loss ratio, using a value of 2 will place the stop loss 2*ATR, recommended minimum 1.
TPRatio = 1.5 Take profit ratio, 1.5 will place the takeprofit 1.5*ATR
TPRatio2 = 0; Take profit ratio, 1.5 will place the takeprofit 1.5*ATR
Tenkan_sen = 9 Ichimoku Tenkan Sen parameter
Kijun_sen = 26 Ichimoku Kijun Sen parameter
Senkou_span_b = 52 Ichimoku Senkou Span (The Cloud) parameter