Honest
- Experten
- Miklos Kiss
- Version: 1.0
- Aktivierungen: 5
Honest EA is what it's name suggest. It's a multicurrency EA which trades multiple currencies. It usually trades short periods in the direction of the trend. It uses neural networks to decide what action to take.
The EA has about 55% win rate and a profit factor of around 1.4. These numbers are consistent across the last 15 years. The EA also has randomness built in. This means it will not trade the same trades if backtested multiple times. This also means that live trading result will be different on different accounts (even if everything is the same on both accounts). This randomness is the key factor of the steadiness of the EA.
EA runs on any symbol but trades only the followings: AUDCHF, ETHUSD, EURCHF, EURUSD, USDJPY, QQQ (Nasdaq), TSLA (Nasdaq). Please ensure that all symbols are enabled in market watch.
Inputs:
- MagicNumber: the base magic number the EA uses. EA may use the following 50 numbers too, so please keep them available. Please change the initial 0 to a custom value. Change even when backtesting.
- Money_FixLots: set this to a valid lot amount if you wish EA to trade all trades with a fixed lot size
- Money_RiskPercent: if Money_FixLots is 0.0 and this is >0, all trades will risk this amount of the current balance
- GMTOffsetHours: the broker's GMT offset
- DST: set if DST is in use
- FxSuffix: suffix of forex symbols
- NasSuffix: suffix of Nasdaq symbols
- NasPrefix: prefix of Nasdaq symbols
- multiple weights: weights of individual trading strategies. These weights multiply the calculated lot values (Money_FixLots or Money_RiskPercent). Set to 0 to ignore a specific strategy.