指定
HFT Directional Grid Scalper (Simple, Training Project)
Overview
We are looking for a developer to create a high-frequency grid scalper with a simple, deterministic logic. This is not a complex bot — the goal is to have a clean implementation for training, testing, and educational purposes.
The bot should:
- Continually open trades in one direction only (BUY or SELL)
- Use ATR-based grid spacing
- Maintain a fixed lot size (no martingale, no recovery)
- Include a profit basket that closes all open positions once a target is reached
- Operate with a small grid step and small per-trade TP to achieve 1000+ trades/day potential
- Limit the maximum number of grid levels
Key Requirements
- Direction Control
- Input parameter for BUY or SELL mode
- Bot should only trade in the selected direction
- Grid Management
- ATR-based spacing between entries
- Configurable min/max grid spacing
- Max number of positions must be respected
- Profit & Risk Management
- Small per-trade TP
- Basket profit target closes all trades
- Optional: max drawdown protection (basic)
- Position Sizing
- Fixed lot size per trade
- No dynamic lot scaling, no martingale, no recovery
- Execution
- Efficient, low-latency order handling
- Suitable for high-frequency trading scenarios
Deliverables
- Fully functional EA/algorithm implementing the above logic
- Configurable input parameters for:
- Trade direction
- Grid ATR multiplier, min/max spacing
- Max grid levels
- Per-trade TP
- Basket profit target
- Lot size
- Clean, readable, and maintainable code
- Optional: small test/demo setup
Notes for Developers
- The logic is intentionally simple — it should not take more than a day for an experienced developer to implement.
- This project is for training and testing purposes; the budget is limited.
- You may implement some of the code yourself, but guidance and structure are the main requirement.
Skills Required
- Experience with MQL4/MQL5, or similar trading platform coding
- Understanding of grid trading and ATR calculations
- Ability to write clean, readable code suitable for HFT testing
反馈
1
等级
项目
314
28%
仲裁
34
26%
/
65%
逾期
10
3%
工作中
2
等级
项目
15
27%
仲裁
3
67%
/
0%
逾期
0
已载入
3
等级
项目
699
34%
仲裁
34
68%
/
9%
逾期
22
3%
工作中
4
等级
项目
53
49%
仲裁
6
83%
/
0%
逾期
0
工作中
5
等级
项目
2912
63%
仲裁
122
44%
/
25%
逾期
429
15%
工作中
6
等级
项目
2
0%
仲裁
0
逾期
0
空闲
7
等级
项目
0
0%
仲裁
0
逾期
0
空闲
8
等级
项目
0
0%
仲裁
0
逾期
0
空闲
9
等级
项目
33
61%
仲裁
1
100%
/
0%
逾期
1
3%
空闲
发布者: 5 代码
10
等级
项目
1428
59%
仲裁
31
81%
/
0%
逾期
10
1%
空闲
11
等级
项目
262
30%
仲裁
0
逾期
3
1%
空闲
发布者: 2 代码
12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
13
等级
项目
552
49%
仲裁
57
40%
/
37%
逾期
227
41%
工作中
14
等级
项目
0
0%
仲裁
0
逾期
0
空闲
15
等级
项目
14
43%
仲裁
0
逾期
3
21%
空闲
16
等级
项目
1
0%
仲裁
0
逾期
0
空闲
相似订单
Scalping EA
30+ USD
Hello, I am looking for an Expert Advisor (EA) that focuses on account preservation and consistent growth , rather than aggressive or risky strategies. My requirements are: Target: at least ~1% weekly return Strategy: low-risk, controlled drawdown Must NOT use martingale or grid systems that can blow the account Prefer quality trades over quantity like 100–200 trades per day Consistency is more important than high
Looking for a good EA
2000 - 5000 USD
Hello coders ,I am looking for a good already established MT5 EA ,that doesnt blow account, with maximum 10 percent drowdown,I need to backtest by myself,after that i select the developer
Hello i need bot
30 - 100 USD
I need a trading bot (Expert Advisor) that can send alerts to mobile, Telegram, and the MT5 desktop platform. The bot should work as a market scanner for all symbols available in my MetaTrader 5 Market Watch. It must analyze multiple indicators and convert their signals into a point-based scoring system, then send alerts based on those scores. Requirements: Send notifications to: Mobile (push notifications) Telegram
Project Overview I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
A gold + bitcoin extremely high lot HFT
30 - 200 USD
I have recently used an ea that was absolutely perfect however, I have since found it was not a safe source. I use IC Markets raw spread ECN accounts and the bot I would like is a gold + btc trader (other forex are also fine) that trades extremely high lots, whilst trading extremely high frequency. I am happy to take a bot that already exists if this has an account I can view read only for true results
Mlondi traders
30+ USD
//@version=5 strategy("Simple SMC Bot", overlay=true) // Detect highs/lows hh = ta.highest(high, 10) ll = ta.lowest(low, 10) // Break of structure bullishBOS = close > hh[1] bearishBOS = close < ll[1] // Entry logic if bullishBOS strategy.entry("Buy", strategy.long) if bearishBOS strategy.entry("Sell", strategy.short) // Stop loss & take profit strategy.exit("Exit Buy", from_entry="Buy", loss=50, profit=100)
I am interested in purchasing a highly profitable Expert Advisor (EA in MQL4 / MQL5) with a focus on achieving a high Profit Factor and Recovery Factor while maintaining a low Drawdown. I require an EA that not only performs well in backtesting but also has a verifiable track record of success in live trading. Key Criteria: Profitability Metrics: The EA should demonstrate a high Profit Factor and Recovery Factor
I'm not here to waste somebody time also mine should not be wasted provide if you got what I want real profitable high frequency EA Send the backteing results picture then demo EA test on demo account for at least two days
Requirement Specification: Market Structure: Identify Trend on 1H/30M using BOS and CHOCH. Entry Logic: Wait for 50% Fibonacci Retracement into an Order Block (OB) or Fair Value Gap (FVG). Execution: On 5M/15M timeframe, execute trade only if a confirmation pattern forms at the zone. Patterns Required: Bullish/Bearish Engulfing, Morning/Evening Star, Inverse Bullish/Bearish Engulfing (Liquidity Sweeps), and Bearish
I am looking for a scalping EA based on daily VWAP for intraday trading. initiate buy when above VWAP and initiate sell below VWAP. it should have proper risk to reward
项目信息
预算
30 - 150 USD
VAT (21%):
6.3
-
31.5
USD
总计:
36
-
181.5
USD
开发人员
27
- 135
USD
客户
所下订单1
仲裁计数0