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

작업 종료됨

실행 시간 76 일

명시

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
등급
(32)
프로젝트
33
42%
중재
0
기한 초과
3
9%
무료
2
개발자 2
등급
(8)
프로젝트
11
0%
중재
8
25% / 75%
기한 초과
2
18%
무료
3
개발자 3
등급
(52)
프로젝트
63
40%
중재
15
27% / 60%
기한 초과
1
2%
무료
4
개발자 4
등급
(25)
프로젝트
31
13%
중재
13
0% / 77%
기한 초과
9
29%
작업중
5
개발자 5
등급
(173)
프로젝트
185
46%
중재
3
33% / 33%
기한 초과
1
1%
작업중
6
개발자 6
등급
(4)
프로젝트
7
57%
중재
1
100% / 0%
기한 초과
0
무료
7
개발자 7
등급
(3)
프로젝트
1
0%
중재
5
0% / 100%
기한 초과
0
무료
8
개발자 8
등급
프로젝트
1
0%
중재
1
100% / 0%
기한 초과
0
무료
비슷한 주문
Anyone with experience in trading bots? I'm using TraderBlox ( https://traderblox.com/ ) and the AI assistant generated a bot with RSI that's showing a 68% win rate in backtesting. However, the generated code has some parts " Important: I will only reply to those who send me a photo of their project and have read this; this way I rule out bots. "I don't fully understand (especially order management and dynamic
I buy EA for USDEUR or XAUUSD for FTMO with proven backtest. Send me images with backtest reports where daily max dd is 1% on 200k account. I can buy several eas if you have them with proofs. Need images of backtesting for 5 years
i need someone that can make me an EA really easy with the martingala system?, I am looking for something that doesn't exceed 5 trades for the martingale, I think I did it, but it only works for propfirms, So i need to develop it on ninja trader I have identified a very very simple strategy but it only works on propfirms, with only two propfirm accounts, i absolutely need account A and account, And they have to open
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
JazzDaBot 30+ USD
""" 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

프로젝트 정보

예산
50+ USD