This expert places two opposing initial stop orders, waits for a stop fill, and then converts the structure into a stop + limit sequence in the direction of the move.
The logic is designed to exploit the natural stop-hunt → pullback → continuation behavior of the market — meaning the core structure is inherently aligned with how price actually moves.
By its nature, this approach is structurally biased toward generating profit over time. However, how profits are taken efficiently is still an open research area and must be refined through further testing.
Quick Summary
The logic is designed to exploit the natural stop-hunt → pullback → continuation behavior of the market — meaning the core structure is inherently aligned with how price actually moves.
By its nature, this approach is structurally biased toward generating profit over time. However, how profits are taken efficiently is still an open research area and must be refined through further testing.
Quick Summary
- Places two initial pending stops (BuyStop and SellStop).
- Detects when a stop is filled and restructures orders into a directional stop + limit sequence.
- Detects limit fills via limit-count monitoring and resets to the initial dual-stop state.
- Watchdog (every 5 seconds) ensures that both stop types always exist; if any is missing → full reset.
- Uses strict magic number and symbol filtering.
Inputs
- Lots — lot size (default: 0.10)
- Magic — magic number (default: 123456)
Important Note on Profitability & Exit
At the end of the day, this system almost always produces some level of profit by its structural market alignment.
However, the EXIT STRATEGY IS NOT IMPLEMENTED YET.
The critical task now is not entry — the entry logic already follows real market behavior.
The real work is to discover the most efficient way to extract profits, preferably:
- Without indicators
- Without lagging tools
- Purely based on price behavior, time, structure, or volatility
Possible exit concepts to be researched:
- Fixed TP / SL models
- Volatility or range-based exits
- Time-based exits
- Dynamic break-even or partial closes
- Structure-based trailing techniques
This part requires serious forward testing and constructive ideas from experienced traders.
Status
- Entry and order-logic: fully functional
- Market alignment: structurally profitable by design
- Exit logic: still open — needs research & optimization
Attached File(s)
What does the world cost? A shit, so sell it!