German Andres Soto Castro / Profile
- Information
|
no
experience
|
2
products
|
3
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
I develop and run my own EAs on a Dockerized MT5 VPS and trade a funded prop-firm account (Axi Select), so I design around the rules that actually kill accounts: daily drawdown, max drawdown, consistency rules, news restrictions, minimum trading days and lot-size limits.
What I do:
· Convert your strategy into a clean, commented EA (any symbol: forex, gold, indices, crypto CFDs)
· Prop-firm compliance modules: daily/total DD guard, equity lock, news filter, trade-count and profit-cap logic (FTMO, Axi Select, FundedNext, The5ers and similar)
· Risk management: ATR/chandelier trailing, break-even, partial close, session and spread filters, risk-per-trade sizing
· Fix, optimize or refactor existing MQL5/MQL4 code
· Alerts (Telegram/push), dashboards, multi-symbol and multi-timeframe logic
· VPS setup and unattended deployment (Linux/Docker/Wine)
Software engineer first, trader second: I've been writing production code since 2009. 15+ years in software engineering (Python, Docker, backend systems). Every delivery includes readable source code, a README explaining each input, and strategy tester reports. Fixed scope, clear communication, no surprises.
Add friends via their profile or user search and you will be able to see if they are online
PropFirmGuard Pro is a protection layer for prop firm evaluations and funded accounts. It watches account equity on every tick against the two rules that end many evaluations, the daily loss limit and the maximum total drawdown, and when a limit is about to be broken it closes every position, deletes every pending order and blocks new trades until the next daily reset. The expert opens no trades of its own (the optional inactivity heartbeat is the single documented exception, see below). It is
Shushi Expert Advisor is a mean-reversion trading robot that combines four independent confirmations before opening a trade: a reversal candlestick pattern (hammer, shooting star or engulfing), RSI positioning, MACD momentum direction and the price location relative to the Bollinger middle band. All signals are evaluated on closed bars only, so the strategy does not repaint and backtest results match live behaviour. The EA opens at most one position per symbol, never averages down and never

