E Code Pro
- Utilities
- Pham Khanh Duy
- Version: 1.8
- Updated: 14 July 2024
- Activations: 5
eCodePro - Code robot FX like pro (professional)
eCodePro is a Framework, which help Traders can automate all strategies.
With eCodePro, you don't need to know about any programming language before. Because of me, who has self-study, who known what was hardest when using mql5 into automate trading.
So, I fixed the most hardest in coding for traders. Nowadays, trader don't have to take time to find bugs (errors), or take time to build complicate functions as:
- Trailing-stop, breakeven price for Buy/Sell positions;
- Breakeven price for account;
- Build new function to exit all positions based on some conditions;
- Or, anything what you can imagine are the things can apply on coding with eCodePro.
eCodePro starting with trading functions like:
- Instant entry functions: Buy, Sell, Buy Stop, Sell Stop, Buy Limit, Sell Limit
- Modify positions: modify Buy/Sell
- Modify orders: modify Buy Stop, Sell Stop, Buy Limit, Sell Limit
- Delete orders: delete all orders with or without condition, or delete some orders with some conditions
- Exit positions: exit all positions with or without condition, or exit some positions with some conditions.
Besides that, eCodePro is integrated advanced trading tools as:
- Smart trailing stop
- Smart calculate breakeven point (Net point with cost/fees included)
- Auto checking volume, margin, stop level, ... before trade
- High frequency trading tools, using Asynchronous to handle trade functions. Make sure we can exit or delete hundred or thousand orders/positions in a seconds.
- Some basic object tools are available for purpose of drawing or show information
- All candle's data with multi-timeframe available for using
- All data of indicators with multi-timeframe available for using
To use eCodePro, you have to setup first exactly as the instruction in link bellow.
Setup eCodePro instruction: https://www.mql5.com/en/blogs/post/757399
To practice code by your-own, let send me message to get User Guide by English (PDF file, now is translating, finish on 10-May-2024). And follow me on YouTube, I will show you how to easy code robot trading by eCodePro.