Kyoto MT4
⛩ Kyoto is a fast and dynamic algorithm with more than 98% profitable trades in a historical backtest. It usually opens multiple trades per week and closes them mostly within the same day.
📣 Introductory offer: Only the next 3 copies of this EA will be sold at the current price. 📣
The price will increase after this threshold.
NO martingale, smart recovery, grid trading or averaging in this algorithm.Be careful with such methods as they can quickly wipe out your portfolio.
Recommended Broker: www.vantagefx.com
MetaTrader 5 Version: https://www.mql5.com/en/market/product/60171
Trades
Every Trade has a fixed Take Profit and Stop Loss set from the beginning. Although the values can be changed, it is recommended to keep the default values to get the best performance from the algorithm.
There will always be only one trade at a time.
Currency Pairs and Timeframes
The algorithm has been designed to work best on the EURUSD pair. Feel free to test and experiment with other currency pairs.
You can use any timeframe chart, the EA with always be working in the same way.
Input Parameters
- Dynamic lot (per 1000 balance): Dynamically sets the lot size based on the current balance.
(Example: Dynamic lot 0.5 and an account balance of 1'200 USD, the lot size of the trade will be 0.6 (0.5*(1'200/1000)) - Stop Loss (pips): Sets the Stop Loss value in pips. It is recommended to keep the default value.
- Take Profit (pips): Sets the Take Profit value in pips. It is recommended to keep the default value.
- Max spread (points): Sets the maximum spread at which a trade will be executed. if the current spread exceeds this value, no trade will be executed.
- Max Lot (absolute): The maximum lot per trade. If the trade lot is calculated above this value, the lot size is automatically set to the max lot.
- Magic Number: EA identifier. When running multiple instances of the same EA on one currency pair, this value should be changed for each instance
- Trade Comment: Comment that will be sent with your trades.
Backtest
During the development, the algorithm was tested and optimised with default settings for the period between 01.01.2017 and 31.12.2020 on 100% history quality data in MT5.
For Backtesting in MT4: In MT4 the timeframe must be set to M1. Also, make sure that you have all data available in for the currency pair in the history center.
If you have any questions, please do not hesitate to contact me through PM, in the comment section or through telegram @rubengaviles. I will always reply as quickly as possible.
Do not forget to join my very active telegram group: https://t.me/rubengavilesmql5
The information panel now shows the lot that is calculated based on the balance and dynamic lot size. It will show the approximate risk and reward in your accounts currency. This works for accounts in USD, EUR and GBP, otherwise it will just be shown in USD. This should facilitate the choice of the right dynamic lot value according to your risk tolerance.
- Trade comments are now available as input for customisation
- Removed automatic trade closing on Friday market close.
- New lot calculation:
The Expert Advisor now automatically retrieves the minimal lot change step from your broker and rounds the calculated lot to the nearest allowed lot size.
The EA will calculate: dynamic lot * (balance/1000) and round it to your brokers minimal lot step change.
E.g., if your balance is 220$ and your dynamic lot is set to 0.5 and your broker minimal step change is 0.1, your executed lot will be 0.1. If your brokers minimal step change is 0.01, your executed lot will be 0.11.
- Reduced SL -> Slightly lower win/loss ratio but much better risk/reward ratio
- Included additional parameters and indicators to avoid losses in the past -> Slightly less trades but much longer valid backtest
Fixes:
- Fixed a small bug where text on the chart would go over the border of the information panel.