Munkhtur Borjigon / Profilo
- Informazioni
|
no
esperienza
|
0
prodotti
|
0
versioni demo
|
|
0
lavori
|
1
segnali
|
0
iscritti
|
I build MetaTrader 5 Expert Advisors that are properly testedbefore delivery. My focus areas:
- Custom EA development from your strategy rules (any indicator combination, entry/exit logic, money management)
- Position sizing done right: percent-risk, fixed-money, or drawdown-buffer sizing for prop firm accounts
- Prop firm ready EAs: daily loss guards, max drawdown protection, news filters, spread filters, full audit logging
- Bug fixing and code review for existing EAs (lot calculation errors, broker compatibility, look-ahead bias in backtests)
- Pine Script indicators converted to MQL5
What makes my work different: every EA I deliver includes abacktest report with realistic spread and slippage costs, andclear documentation of every input parameter. I test on realtick data before you ever see the file.
I respond within 12 hours. Clear communication, no overpromising
- Custom EA development from your strategy rules (any indicator combination, entry/exit logic, money management)
- Position sizing done right: percent-risk, fixed-money, or drawdown-buffer sizing for prop firm accounts
- Prop firm ready EAs: daily loss guards, max drawdown protection, news filters, spread filters, full audit logging
- Bug fixing and code review for existing EAs (lot calculation errors, broker compatibility, look-ahead bias in backtests)
- Pine Script indicators converted to MQL5
What makes my work different: every EA I deliver includes abacktest report with realistic spread and slippage costs, andclear documentation of every input parameter. I test on realtick data before you ever see the file.
I respond within 12 hours. Clear communication, no overpromising
Munkhtur Borjigon
Codice pubblicato Breakout Distance - Donchian channel with distance-to-trigger panel in ATR units
Most channel indicators tell you where the breakout level is. This one tells you
how far away from it you are, right now, in a form you can act on.
The panel shows, for both the upper and the lower channel edge:
the level itself
the distance from the current price, in the symbol's own price units
the same distance expressed in ATR units
a proximity bar that fills as price approaches the trigger
Why the ATR column matters. A distance of 8 dollars from a breakout means something
completely different in a quiet Asian session than it does during a news release.
Dividing the distance by the current ATR makes the number comparable across
sessions, across volatility regimes and across symbols. A reading of 0.30 ATR means
the same thing on gold as it does on EURUSD.
Colour coding:
normal text : more than InpNearATR away (default 1.0 ATR)
gold : within InpNearATR
orange red : within InpVeryNearATR (default 0.5 ATR)
: