-EA has a dashboard that shows the following parameters – including the following buttons and parameters:
Time :
Buy Profit :
Sell Profit:
The strategy is based on momentum (Parameter BUY : 100.1132 / Parameter sell : 99.6379 / Mom _Period : 14)
Trade Buy/Trade Sell (manual)
Closed Buy/Closed Sell (manual)
Enter the starting Lotsize number – 0.01
- Options :
- Open new series - on / off beginning of a new seri
- Start lots - start lot.
- Trade Buy - allow the adviser to buy.
- Trade Sell - allow the adviser to sell.
- Support manual orders - allowed or not for EA manage manual orders.
- Use hedge - allow the adviser to trade both direction buy and sell. If off only one trade direction.
- Use Money Management - on / off use of automatic lot calculation.
- Autolot. Free margin for each 0.01 lot - the amount of free margin for opening every 0.01 lots.
- Max Order (default 10)
- Order Comment (VIPEA default)
- GirdOrder lot Type : MultiplierLot/Add Lot
- Lot miltiplier - lot multiplier for the following orders. ) ( Default 1,5)
- Add Lot (default 0.02)
- TP - take profit, in pips. (default 10)
- SL - stop loss, in pips from the first order. (mặc định 0- not use)
- Trail Start - activation of a trailing stop.
- Trail Step - distance from the price when activating a trailing stop.
- DD Reduction Algoritm - drawdown reduction algorithm it when last order with profit will be close with first order series with loss.
- Number order for DD Reduction Algoritm - from which order the drawdown reduction algorithm is activated.
- Percent profit for DD Reduction Algoritm - percentage of profit when closing orders in the drawdown reduction mode.
- Magic - is a special number that the EA assigns to its orders.
- Fix distance - fixed distance between orders (default 250 - in points)
- Order dinamic distance - from which order will the dynamic distance be applied in order.
- Dinamic distance start - the starting value for the dynamic distance.
- Distance multiplier - the dynamic distance multiplier.
- Start, End hour - time for opening the first order.
- Maximum Lot - maximum lot.
- Maximum spread - the maximum spread for the adviser.
- Mom_Period - period of the Momentum indicator.
- Up Level - the reading of the Momentum indicator above which the EA sells. Default 100.1132
- Down Level - the reading of the Momentum indicator below which the advisor buys. Default 99.6379
- Draw True/False (True will draw 1 green TP line/Represent the entry point to buy/sell orders with green/red lines)
- TP Hide True/False
- Sl Hide True/False
- The backtest will show the amount + in $ (e.g. TP 10$ will write 10$)
· Source code required
· Can provide license in source code including Expiration Date/Month, ID used, Demo (true/False)
Ordini simili
Hi, do you have a proven EA for MT5, suitable for live accounts and prop firms, including the Brazilian market? I’m looking for ready, tested EAs. Can you send a backtest or demo? Please if you do have and can send me nacktest or demo you should Message me
Access and confidentiality restrictions: You will receive only a separately named copy of the Commander . Existing trading EAs, presets, account credentials, Telegram credentials and proprietary entry/exit code will not be shared. The Commander intelligence must be developed using: Defined signal/input interfaces Anonymized historical logs and replay data Mock EA signals and test harnesses Documented authority and
We are looking for an expert algorithmic trading developer to build a high-performance, fully automated Custom Expert Advisor (EA) or trading bot. The bot must integrate advanced Smart Money Concepts (SMC) , Inner Circle Trader (ICT) methodologies, and Volume Spread Analysis (VSA) with a high-frequency trading (HFT) style execution and scaling model. The core objective is to program a bot that identifies
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Requirements Specification Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with
""" Wick Reversal Strategy — core logic ===================================== Rules (as specified): - Timeframe: 15-minute candles - Entry: candle wick >= WICK_MULTIPLIER x body -> signal candle - long lower wick -> enter LONG at next candle's open - long upper wick -> enter SHORT at next candle's open - Exit: an opposite-direction wick candle forms while in a position - Stop-loss: just beyond the signal candle's
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } Project Overview I am looking for an experienced algorithmic trading developer to build a professional Expert Advisor (EA) for MetaTrader 5 and/or cTrader. The objective is to create a robust automated trading system focused exclusively on XAUUSD (Gold) . This project is intended for serious
I'm looking for a skilled Python developer to help expand and improve an existing Python game. The project is already functional, and I need someone who can add new features, improve gameplay mechanics, optimize performance, and maintain clean, well-structured code. Experience with game development in Python is preferred
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0