|
楼主 |
发表于 2018-7-8 23:44:13
|
显示全部楼层
AI Generate Trading System
AI Generate Trading System is an Expert Adviser generated by AI application. For the last three years, I had been struggling with finding a good EA, which is able to generate consistent profit, robust, and able to survive the back-testing of ten year period. Since I could not find one, I developed the system myself.
As of now, AI Generate Trading System consists of eight strategies, and the number is adding up as the EA is continuously maintained and developed. It will be updated every three months so as to make sure that the strategy is still suitable for the current market condition, with a moderate drawdown.
Our conditions are
No hedge, no martingale, no grid or any other type of dangerous practices
Take profit and stop loss are set for every order
Limited drawdown
No scalping strategy, as it does not need sophisticated trading conditions or high execution speed
Passed the test on a period of more than 10 years
AI Generate Trading System uses the genetic algorithm to explore all the available strategies. Millions of possibilities were created during the week. They were back-tested for the period of 10 years. Thousands of strategies which could make profit were picked up and tested robustness for handling every condition, i.e. market slippage, wide spreads, price fluctuation, etc. The strategies which passed the test were selected to be part of the combinations. This process endured until the best EA combination was found.
Pairs and timeframe
AUDUSD, EURUSD and GBPUSD H1 are recommended.
Recommended balance
The minimum recommended balance for the EA's use is $1000.
Parameters
Prefix_MagicNumber: A prefix of unique number is assigned to each trade when it is opened. The EAs now track trades by their magic numbers.
Use_MM: Money Management Mode
FIX_LOTS = Fix lots Size per trade.
RISK_PER_TRADE = If going to Stoploss, the balance will not lose more than Risk.
BALANCE_CALCULATION = Calculate lots size with balance formula is (balance/100,000*Risk).
Fix_lots: Use when Use_MM = FIX_LOTS
Risk: Use when Use_MM = RISK_PER_TRADE or BALANCE_CALCULATION (recommended is 1.0 - 1.5)
The signal from this EA
AI Generate trading signal: https://www.mql5.com/en/signals/436520
|
|