CBot Development - Systematic Renko Expansion Strategy (C# / cTrader API)

指定

Project Overview

I am looking for an experienced C# developer to build a fully automated cBot for cTrader based on a structural Renko expansion strategy primarily traded on Gold (XAUUSD). The strategy relies on the breakout of multiple structural swing levels (Renko bricks), a customized Fibonacci retracement overlay, automated multiple-order splitting, and dynamic position management based on two distinct market scenarios.

The strategy is strictly rule-based, and because it relies entirely on precise Renko brick tracking, the developer must have a solid grasp of cTrader's MarketData.GetSeries for Renko bars.

Technical Requirements & Specifications

1. Chart Configuration

  • Chart Type: Native cTrader Renko bars.

  • Instrument: Gold (XAUUSD), but the cBot should be versatile enough to run on any instrument it is applied to.

  • Brick Size: User-defined input parameter (e.g., 20 pips / 2.0 gold points).

2. Entry Filter 1: Structural Expansion Breakout

The cBot must scan the historical Renko bricks to identify a strong directional macro expansion.

  • For a Sell Setup: The current price expansion must break down and completely clear at least 3 consecutive, distinct structural swing lows in a single, continuous, aggressive downward push.

  • For a Buy Setup: The current price expansion must break up and completely clear at least 3 consecutive, distinct structural swing highs in a single, continuous, aggressive upward push.

  • Condition: If the move only clears 1 or 2 structural swing levels before pausing, the setup is invalid. It must be at least 3.

3. Entry Filter 2: Volatility / "Obviously Big" Filter

To prevent the cBot from getting caught in tight ranging market chop, the expansion move must be mathematically validated as a high-volatility event.

  • Implementation: The total height of the continuous expansion move (from start to the tip of the peak/valley brick) must be X times larger than the average Renko swing size over the last Y periods (X and Y must be user-adjustable input parameters).

4. Fibonacci Overlay & Split Order Placement

Once Filters 1 & 2 pass and a reversal brick begins to form, the cBot must automatically project a custom Fibonacci Grid from the macro structural high to the structural low of that expansion move.

  • Custom Fibonacci Levels Required: 0%, 20%, 38.2%, 50%, 61.8%, 100%, and -27%.

  • Dynamic Fib Drawing: If the expansion continues to push lower/higher without triggering a retracement, the 0% or 100% anchors must dynamically move with the expansion's peak/valley until a reversal brick prints.

  • Three Split Limit Orders: The cBot will divide the total risk into three (3) separate pending limit orders:

    • Order 1: Placed exactly at the 38.2% Fibonacci level.

    • Order 2: Placed exactly at the 50.0% Fibonacci level.

    • Order 3: Placed exactly at the 61.8% Fibonacci level.

  • Stop Loss (SL): The SL for all three orders is identical and must be set exactly one (1) Renko brick beyond the 100% Fibonacci level.

5. Position Management & Execution Scenarios

The cBot must monitor these pending limit orders and dynamically execute one of two paths:

  • Scenario A: Shallow Retracement (Only 38.2% Filled)

    • Trigger: Only the 38.2% Limit Order is filled, and the price reverses back in the direction of the original expansion without hitting the deeper 50% or 61.8% levels.

    • Take Profit (TP): Kept at the -27% Fibonacci extension level for this order.

    • Break-Even Trigger: The exact moment the price crosses back through the 20% Fibonacci level moving in our favor, the cBot must immediately modify the Stop Loss of this open position to Break-Even (plus commission/spread padding). The remaining unfilled 50% and 61.8% limit orders must be canceled.

  • Scenario B: Deep Retracement (All Three Levels Filled)

    • Trigger: The market retraces deeply, filling the 38.2%, 50.0%, and 61.8% Limit Orders.

    • Rule Change: Because a deep retracement implies weakened momentum, the profit target changes. The cBot must immediately modify the Take Profit (TP) of ALL THREE open positions to the 20% Fibonacci level.

    • No Break-Even: In Scenario B, no break-even trigger is applied. The original Stop Loss (1 brick beyond 100%) remains untouched for all positions to allow room for the market to breathe.

6. Risk Management

  • Total Account Risk %: User input parameter (e.g., 1%).

  • Dynamic Lot Sizing: If the total risk is set to 1%, a full stop-out across all three orders must equal exactly 1% of the account equity. Because the distance from entry to SL is different for each level (38.2%, 50%, 61.8%), the cBot must calculate the decreasing risk distance for each order and scale the volume (lots) accordingly so that the math scales perfectly.

7. Time Filter

  • Trading Window Inputs: Parameters to restrict the cBot to hunting for new setups only during a specific time block (e.g., 07:00 AM to 09:00 AM Broker Time).

  • Session Close: Once the time window closes, the cBot ceases searching for new expansion setups, but must continue managing already active or pending trades until they naturally hit TP or SL.

Deliverables Expected

  1. Clean, well-structured, and fully commented C# source code (.cs file) compliant with the latest cTrader API.

  2. A custom user settings panel UI allowing customizable inputs for: Renko Brick size, Volatility Multiplier threshold, Time Window, Risk %, and custom label tags.

  3. Successful backtesting demonstration using cTrader's native backtester, showing correct execution of both Scenario A and Scenario B.

How to Apply

Please outline your experience working with cTrader’s MarketData.GetSeries specifically for Renko/Ticks bars. Applications that feature copy-pasted generic text or look like AI spam without addressing the strategy mechanics will be deleted. Please explain briefly how you plan to calculate the 3-swing structural filter using C#.



反馈

1
开发者 1
等级
(31)
项目
33
42%
仲裁
0
逾期
3
9%
空闲
2
开发者 2
等级
(8)
项目
11
0%
仲裁
8
25% / 63%
逾期
2
18%
工作中
3
开发者 3
等级
(48)
项目
57
35%
仲裁
15
27% / 60%
逾期
1
2%
工作中
4
开发者 4
等级
(25)
项目
31
13%
仲裁
13
0% / 77%
逾期
9
29%
空闲
5
开发者 5
等级
(169)
项目
179
46%
仲裁
3
33% / 33%
逾期
1
1%
工作中
6
开发者 6
等级
(3)
项目
5
60%
仲裁
0
逾期
0
工作中
7
开发者 7
等级
(3)
项目
1
0%
仲裁
5
0% / 100%
逾期
0
空闲
8
开发者 8
等级
项目
1
0%
仲裁
1
100% / 0%
逾期
0
空闲
相似订单
Professional MT5 Expert Advisor – Multi-Engine Trading Framework Description I'm looking for an experienced MQL5 developer to build a professional MetaTrader 5 Expert Advisor. This is not a simple indicator-based EA. The system should be designed using a modular architecture with a strong focus on maintainability, optimization, and future scalability. The first version should include the following features. Market
English Description (For Developers): I need a custom Expert Advisor (EA) for MT5 to trade ONLY ETHUSD based on trend-following and counter-trendline breakout-retest with an M1 execution filter and strict risk management. Trading Logic: 1. Trend Filter: Price must be below 200 EMA on both H1 and M15 timeframes for Short (Sell) trades. (Opposite for Long/Buy trades). 2. Setup: On the M15 chart, after a strong move in
Can you Build a custom NinjaTrader 8 ChartStyle or BarsType called Optimized Footprint Bars. This project is urgent and i need someone that's wiiling to do his project with me kinldy bid for this. Thanks
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​Core Logic: ​Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​Dynamic TP: Total basket TP must update instantly upon new order
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​ Core Logic: ​ Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​ Dynamic TP: Total basket TP must update instantly upon new order
I have an expert advisor's investor login. I want you to study it and make me the exact same EA. There should be absolutely no differences or mistakes. You should have great observation skills for this aswell
I am looking for an experienced MQL5 or MQL4 developer with a strong background in low-latency algorithmic trading, market data integration, arbitrage and execution optimization. The project involves developing a high-performance HFT Expert Advisor (EA) for XAUUSD or US30 on IC Markets that is designed for robust execution in both demo and live environments. The EA may use market data feeds (such as lmax,one zero or
I am looking for an experienced MQL5 or MQL4 developer with a strong understanding of high-frequency trading (HFT) concepts who can explain how certain HFT-style strategies have historically been able to pass proprietary firm evaluations while also being profitable on demo accounts and capable of transitioning successfully to live trading. I am interested in understanding the legitimate trading logic, execution
I am looking for an experienced MQL5 developer to code a custom Expert Advisor for MetaTrader 5 based on my own private trading strategy.I have all the specific entry rules, exit conditions, and risk management parameters fully prepared. I will share these exact details with the selected developer via direct message once the job is initiated.The final delivery must include the clean, fully commented source code (.mq5
Hello, I'm interested in a quote to convert my manual trading strategy into an automated strategy for NinjaTrader. Please note, I would like the quote based on the work and not my available budget; therefore, I entered $5 for the budget. Additionally, I would appreciate knowing how long it would take to build/test. I would prefer to have it sooner rather than later but selected 7 days not knowing how long it takes to

项目信息

预算
50+ USD