The scanner is designed to support Ichimoku trading. Basic properties:
- 10 trading installations according to the Ichimoku method,
- simultaneous scanning of multiple tools available in the platform,
- simultaneous scanning on multiple timeframes available in the platform,
- two trading modes: Manual (manual) and AutoTrading (automatic),
- the ability to open trades from the chart level in manual mode,
- ability to determine the position size based on the estimated stop loss,
- sending notifications to the mobile app.
The scanner generates two types of trading signals:
BUY or SELL signals appear after the current candle closes.
The Coming Buy or Coming Sell signals are created when the current candle is drawn and can then disappear.
You can combine any of the 10 built-in customization filters.
Important!! To generate a signal, all the conditions of the active tuning filters must be met simultaneously.
Important!! To generate a signal, all the conditions of the active tuning filters must be met simultaneously.
Auto Trade mode enables automatic opening/closing of positions by the scanner. In this case, the size of open positions is determined by the Fixed_Lot parameter.
[spoiler title=”Read More…”]
Important!! Auto Trade mode is just an addition. It allows you to fully automate trading, but, in my opinion, is not the best solution. I recommend trading manually on the signals (BUY, SELL) of the scanner.
Important!! Auto Trade mode is just an addition. It allows you to fully automate trading, but, in my opinion, is not the best solution. I recommend trading manually on the signals (BUY, SELL) of the scanner.
- Auto_trade = false – in automatic mode, the Expert Advisor opens and closes positions independently. In manual mode, you can open positions using the BUY and SELL buttons;
- Tenkan = 7;
- Kijun = 28;
- Senkou = 119.
Preset trading settings
- Tenkan_Kijun_cross = false;
- Price_Kijun_cross = false;
- Price_Tenkan_cross = false;
- Price_above_below_cloud = false;
- ChikouSpan_above_below_price = false;
- ChikouSpan_Kijun_cross = false;
- Cloud_up_down_trend = false;
- Cloud_change_trend = false;
- Three_lines = false;
- Breakout_cloud = false;
- Auto_select_pairs = false – if true, the scanner scans all financial instruments available in the platform. If false, the list of instruments must be entered manually on the Instruments tab;
- Fixed_Lot = 0.1–fixed position size for automatic or manual trading without calculating the position size based on the stop loss distance;
- Risk_perc = 1–acceptable risk in % for calculating the position size using the stop loss distance;
- is_Trailing_Stop_Mode = false – if false, the trailing stop does not work;
- TrailingStop = 500 – trailing stop distance;
- Send_Notification = false – send messages to mobile apps;
- Show_Alert = true–messages displayed on the chart;
- string Suffix = ” ” – Instruments name extension;
- Instruments = ” USDJPY,USDCAD….” – list of instruments to scan if Auto_select_pairs = false;
- Periods = “H1, H4,D1” – list of timeframes on which the instruments are scanned;
- alert_sound = alert sound (“sound.wav”);
- SW_Y_shift =700 – vertical shift of the scanner buttons;
- SW_X_shift =750 – horizontal shift of the scanner buttons.
[/spoiler]