Usama Bin Islam / 个人资料
- 信息
|
不
经验
|
0
产品
|
0
演示版
|
|
0
工作
|
0
信号
|
0
订阅者
|
MT5 Expert Advisor (EA) Developer
在
MQL5 developer: Expert Advisors from written rules, indicator development, Pine Script to MQL5 conversions, and cost-aware backtesting.
How I work:
- I turn your rules into a short written spec (entries, exits, stops, sizing, filters) before writing any code, so we agree on the logic first.
- Delivered code compiles clean and is tested in the Strategy Tester with realistic spread, slippage and commission.
- You get commented source code, a compile log, and a usage guide with every delivery.
- No lookahead, no repainting: signals are generated only from data available at that moment.
I do not promise profits or sell strategies. I build and test the tooling; the trading decisions stay yours.
Public examples of my work (Python/MQL5 parity testing, backtesting pipelines): github.com/RAo797bit
Send your rules or an existing EA/indicator and I will tell you what it would take.
How I work:
- I turn your rules into a short written spec (entries, exits, stops, sizing, filters) before writing any code, so we agree on the logic first.
- Delivered code compiles clean and is tested in the Strategy Tester with realistic spread, slippage and commission.
- You get commented source code, a compile log, and a usage guide with every delivery.
- No lookahead, no repainting: signals are generated only from data available at that moment.
I do not promise profits or sell strategies. I build and test the tooling; the trading decisions stay yours.
Public examples of my work (Python/MQL5 parity testing, backtesting pipelines): github.com/RAo797bit
Send your rules or an existing EA/indicator and I will tell you what it would take.
好友
请求
通过他们的个人资料或用户搜索添加好友,您将能够看到他们是否在线
传出请求
Usama Bin Islam
已发布代码ATR Trailing Stop (Pine Script Port)
MQL5 port of a Pine Script ATR trailing-stop indicator: nLoss = ATR-multiple, the stop ratchets under price in an uptrend and over price in a downtrend, and flips (with a buy/sell arrow) when price closes through it. Includes a Python reference port and a parity test that checks both agree with a literal, bar-by-bar transcription of the Pine semantics (na/nz/series history).
5
Usama Bin Islam
已发布代码EMA Cross Demo EA with ATR Stops
A small demo Expert Advisor: EMA fast/slow cross entries (evaluated on closed bars only, no repainting), ATR-based stop-loss and take-profit, spread filter, and position handling that works on both hedging and netting accounts. Includes a Python reference implementation for parity testing. This is a deliverable example, not a trading recommendation - the attached equity curve is from synthetic data and shows the method, not an edge.
3
: