Deep structurs
- Experts
- Omar Talaoutou
- Versione: 0.1
- Attivazioni: 20
Deep strategy is a combination of deep superposition and trading signal model. EA DEEP STRUCTURE determines Buy and Sell positions simultaneously for each signal and simultaneously places 2 orders Buy Stop and Sell Stop. Then the momentum determines which order position is executed and cancels the remaining pending order. This interesting idea forms the deep structure with a unique entry method. Open positions are then managed by Trailing, Stop Loss and position balancing strategies to control risk and optimize performance.
The EA settings are simple and easy to use. Just set default (if XAUUSD has 2 digits) and can start with small balance account from 100 USD.
Settings:
| Max Spread | = 25 to 50 (Must be higher than the average spread of the currency pair) |
| Fixed Lot | = 0.01 |
| Auto Lot | = true / false |
| Take Profit | = 100 (points) |
| Stop Loss | = 100 (points) |
| Trailing | = 20(points) |
| Start Trailing | = 50 (points) |
| Magic Number, comment | = your value |
Pair: XAUUSD
Time frame: M1 or any time frame. Use VPS with low latency (<20ms).
Use EA with ECN or Raw spread accounts, spread < 40 points. Min Balance: 100 USD.
Stops Level = 0 (check the Stops Level by: Press Ctrl + U, select currency pair, click Properties and Stops Level on the 3rd line)
Download history before backtest (Press F2, find currency pair, then Download). Backtest with model: Every tick.
Note:
+ If you use EA with Gold and the price has 3 decimal places (like 2230.123), then you need to increase 10 times the value of Max Spread, Take Profit, Trailing, Distance Entry ... parameters in points. For example, set Take Profit = 5000 (instead of the default value = 500), Stop Loss = 3500. Because Point calculation is different with 2 decimal places.
