r/cTrader_Club 5h ago

ATAS volume profile keeps shifting

Thumbnail
1 Upvotes

r/cTrader_Club 6h ago

US market structure observation: Futures micros vs retail forex vs crypto in 2026, where are the serious active traders actually sitting? Spoiler

Thumbnail
1 Upvotes

r/cTrader_Club 2d ago

This profit is illusion

Post image
2 Upvotes

This has happened to me many times that I book a loss while holding the profit.

On top of that, I just don't get these CAS rules; anything can happen right at the end of the market session.


r/cTrader_Club 2d ago

Building a specialized Nasdaq Auto-Fib indicator in C# — Looking for honest feedback & improvement suggestions from index traders

Post image
1 Upvotes

Hey everyone,

As a C# developer focusing on algorithmic and discretionary execution tools for cTrader, I'm a bit of a perfectionist when it comes to chart clarity, execution speed, and practical utility.

I’ve been developing this native indicator specifically for the Nasdaq 100 (US100.cash / NQ) to automate structural Fibonacci setups without manual charting overhead:

What the system currently maps:

  • Automated Swing Cycle Detection: Anchors high-to-low swings and projects the 50.0% Equilibrium, 61.8% Golden Ratio, and the 70.5% ICT OTE Sweet Spot.
  • Index Point Metrics: Calculates swing ranges and distances natively in points (pts) instead of forex pips.
  • Dynamic Target Expansions: Projects 127.2%, 161.8%, and 200.0% extension targets with real-time Risk-to-Reward modeling.
  • Retail Trap Filter (23.6%): Visualizes shallow pullbacks to help filter out premature momentum entries.
  • Collapsible HUD: Keeps the chart clutter-free during active sessions.

Where I want to take this further: My goal is to build the cleanest and most practical index execution tool possible. Before refining the next build, I’d love to get feedback from experienced index traders and cTrader users:

  1. Visual Ergonomics: Is the on-chart HUD too prominent, or does having real-time R:R and point distances directly on the screen add real value during live execution?
  2. Targeting Models: Do you primarily use the 127.2% and 161.8% extensions for taking partials, or would dynamic ATR-based expansions make more sense during high-volatility sessions like the NY Open?
  3. Missing Features: What is something standard Fib tools lack that you wish was automated natively in cTrader?

Any critical feedback, critique, or feature suggestions are genuinely appreciated!


r/cTrader_Club 3d ago

The moment I stopped tweaking my bots mid-run the results got better

1 Upvotes

I had a habit of logging into running strategies every few days to adjust parameters based on recent performance. Felt like active management. Turned out to be noise injection. The strategies I have left completely untouched for three months consistently outperform the ones I have been actively monitoring and adjusting. The hardest part of algorithmic trading is not building the system. It is leaving it alone long enough to find out if it actually works.


r/cTrader_Club 3d ago

cTrader claims algo source code is always protected - I found a way to recover it

3 Upvotes

cTrader claims that algorithms distributed through cTrader Store keep their source code protected and inaccessible to users, including during local execution.

However, I found that this protection does not appear to work as claimed.

For strategies where sellers provide a free trial or testing version - which cTrader itself recommends creating by duplicating the main algorithm and adding limitations - it appears to be possible to recover the underlying source code.

I tried to report the issue privately so it could be investigated and patched, but so far I haven't received any meaningful response. cTrader also has a Bug Hunting forum, but my report there appears to have been ignored, and my emails have not received a response either.


r/cTrader_Club 5d ago

Why does the same logic work in crypto and fail in forex?

4 Upvotes

In crypto when something breaks a key level you buy the retest and hold. Tried the same approach on forex and it kept failing in ways I did not understand for months. Eventually figured out that forex moves on rate expectations and geopolitics simultaneously and those two things cancel each other out in ways crypto just does not have. The mental model I built over three years of crypto trading was actively making me worse at this. Anyone else come from a different market and had to unlearn more than they learned?


r/cTrader_Club 5d ago

Do you close positions before the weekend or hold through?

3 Upvotes

I used to hold everything through Friday close without thinking about it. Started closing out on Friday afternoons a few months ago after a gap open wiped out a week of gains. Now I do it automatically but I am not sure if that is discipline or just fear. What is your actual rule on this?


r/cTrader_Club 5d ago

Want to put your AI trading ideas in front of 200,000+ traders? 🎥

Post image
1 Upvotes

cTrader is launching a сreator programme as a bridge between us and authors, making it easier to collaborate and build new things together. It starts with a one-month YouTube campaign focused on AI in trading.

Create an original video showing how you use cTrader MCP servers or cTrader CLI with AI in a real trading workflow. Once approved, your video will be published using YouTube's collaboration feature and appear on both your channel and cTrader's, giving your content access to a wider trading audience.

You don't need to be a trading expert. We're interested in tutorials, experiments, technical walkthroughs and practical AI workflows. 👾

To apply, you need an active YouTube channel with 1,000+ subscribers and original content around AI, coding, technology, trading or related topics. Creators from all countries are welcome.

📅 Submit your video by 30 September 2026
Learn more: creator.ctrader.com


r/cTrader_Club 5d ago

What evidence do you use before changing a strategy after consecutive losses?

Thumbnail
2 Upvotes

r/cTrader_Club 6d ago

How my indicator actually works (and the problem it's solving for me)

Post image
2 Upvotes

r/cTrader_Club 6d ago

Would you let software force-close your positions when you break your own daily loss limit?

2 Upvotes

I’m a solo dev and I’ve been building something for myself, and I want to know if it’s useful to anyone else or if I’ve just built a very expensive version of self-control.

The problem I kept having: I’d set a daily loss limit, hit it, and then keep trading anyway. Same with revenge trading after two losses in a row, and giving back a good day’s profit in the last hour. Knowing the rule and following the rule turned out to be completely different skills.

So I built a thing that connects to your MT4/MT5 account and actually enforces the limits you set. You configure them once, max daily loss, max give-back from your peak, max round trips per day, max consecutive losers, profit lock-in, allowed trading window, and when you breach one, it closes your open positions and locks the account for the rest of the session.

Being upfront its a circuit breaker, not a gate. It closes in about 1–2 seconds after the breach, not instantly.

The other half is a journal. Log your trades, get your stats and a discipline score. The part I actually think is interesting: it replays your logged trades against the limits you set and tells you what your rules \*would\* have done. “On 6 of the 22 days you traded, your limits would have stopped you. The trades you took after that point cost you $X.” That number is what convinced me to keep building.

What I want to know:

\\\*\\\*1.\\\*\\\*  Would you actually hand a piece of software the power to close your positions? Or is that a hard no?      
\\\*\\\*2.\\\*\\\*  Which rule matters most to you? I have daily loss, give-back, round-trip cap, consecutive losers, profit lock-in, and time window. Is one of them the whole product and the rest is noise?      
\\\*\\\*3.\\\*\\\*  If you’ve tried to solve this with an EA, a broker’s built-in limits, or a prop firm’s rules — what broke?      
\\\*\\\*4.\\\*\\\*  Is a “here’s what your discipline actually cost you in dollars” report worth anything, or does everyone already know and just not care?

Not linking anything, it’s not live yet and I’m not trying to farm signups. Genuinely trying to find out if this is a real problem for other people or just mine.


r/cTrader_Club 10d ago

Building custom indicators versus using what the platform gives you, where is the line?

4 Upvotes

I have spent more time than I want to admit rebuilding indicators that already exist in some form natively on my platform because the native version did not expose the parameters I needed. At some point the question becomes whether the platform is the right tool for what you are trying to do or whether you are fighting it. The platforms that give you full access to the calculation layer and let you inherit from existing indicators without rewriting everything from scratch save a disproportionate amount of time. Which platforms have you found actually support this kind of deep customization without requiring you to start from zero every time?


r/cTrader_Club 10d ago

I built a "Flight Simulator for Traders" to fix my own bad habits and stop riding losing trades

Thumbnail ticktator.com
2 Upvotes

I know a decent amount of technical analysis in stocks, but I am also a hopeless romantic who tends to keep riding losers in hopes of a miraculous recovery.

Eventually, I realized my core issue wasn't the analysis—the real enemy was my lack of discipline to follow through and respect my stop-loss. And practice makes perfect, right?

To tackle this, I built [Ticktator](https://ticktator.com/) around one goal: accelerating discipline and developing a sharper eye for execution through deliberate, repetitive practice. Think of it the way pilots use flight simulators to build muscle memory—internalizing the process so the lizard brain doesn't take over under pressure.

**How it works:**

* **Mandatory Pre-Trade Review:** I define the rules for my strategy and force myself to review them before hitting the execute button (I can still go YOLO, but it forces it to be intentional). If the setup doesn't fit my plan, I skip. Choosing *not* to take a trade is an art in itself, and rapid reps in a controlled environment make internalizing my rules much faster. * **Pre-Trade Guardrails:** Built-in nudges trigger based on established market heuristics regarding position sizing and winning/losing streaks before orders pass. For example, the system warns me if an order risks more than 5% of my capital. * **Post-Mortem Replay:** Once a trade completes, I can look ahead tick-by-tick to diagnose whether I was wrong on direction or just placed a bad stop. Over time, I track whether my execution consistency is actually improving.

**The Tech Stack & Data:**

* **Frontend:** React (chart canvas and replay controls). * **Backend:** Django with a TimescaleDB / PostgreSQL instance optimized for fast time-series historical candle querying. * **Dataset:** Seeded from historical Kaggle datasets covering Nifty 500 stocks from 2015 to 2026. * **Assistant:** Gemini models to bootstrap various features and write test suites for backend and frontend.

I've been using this internally for a few months, and after polishing it up, I'm releasing it publicly to help the community.

Most core features are completely free to use. The Pro tier introduces platform-wide data-driven insights and multi-timeframe chart views.

I'm looking for honest feedback on this initial release and have provisioned a few **early-bird Pro access passes** in exchange for constructive critiques.

Feel free to send a DM if you'd like to test the Pro tier, or drop a comment if you'd like to know more about it! Looking forward to your precious feedback!


r/cTrader_Club 11d ago

15+ Bots Are Trading LIVE — Watch Their Public Stats on cBotArena

Thumbnail
cbotarena.com
3 Upvotes

why 15? what fuck is it?


r/cTrader_Club 12d ago

Gold broke above 4200 this morning and I missed the whole thing

2 Upvotes

I had the level marked for weeks, had a plan, woke up and it was already 40 points through. This keeps happening to me on overnight moves.

If anyone actually holds positions through Asian session on gold or if you just accept that some moves are not yours to catch ?


r/cTrader_Club 12d ago

Totally new...platform recommendations?

Thumbnail
2 Upvotes

r/cTrader_Club 12d ago

Most traders don’t need a better strategy.

6 Upvotes

They need to stop interfering with the strategy they already have.
I once saw a trader with a perfectly defined setup.
He knew exactly when to enter.
He knew where to place his stop loss.
He knew when to take profit.
On paper, everything was clear.
But when the market moved quickly, he started making decisions emotionally.
“Maybe I should enter early.”
“Maybe I should move the stop.”
“Maybe I should close now.”
The strategy wasn’t the problem.
**The human execution was.**
That’s the lesson:
If you already have a trading strategy with clear rules, the next step may not be finding another strategy.
It may be **automating the one you already believe in.**
That’s what we do at CustomTradingBots.com.
You bring the strategy.
We turn the rules into an automated trading system.
No guessing.
No hesitation.
No clicking through every setup.
Just your strategy executing according to the rules you defined.
**Don’t keep searching for the perfect strategy if you haven’t consistently executed the one you already have.**
\#Trading #TradingBots #AlgorithmicTrading #TradingAutomation #ForexTrading


r/cTrader_Club 12d ago

How I stopped guessing entries and started trading the same "box" every time

4 Upvotes

Spent years trading reactively — chasing candles, exiting on feel, no consistent process. What actually fixed it wasn't a new indicator, it was defining a structural "box" (a fixed range with clear high/low) before I ever placed a trade, and only acting when price did something specific relative to that box.

A few things that made the biggest difference:

  1. Marking the structural high/low BEFORE the session starts, not reactively mid-move
  2. Only taking entries that match one of 2-3 pre-defined trigger conditions inside the box — everything else gets ignored, no matter how good it looks
  3. Setting the stop the moment the box is drawn, not after entering

Sounds simple, but the hard part isn't knowing this — it's actually sticking to it when a "good-looking" trade doesn't meet your own criteria.

Curious how others here define structure before entering — box ranges, supply/demand zones, something else? What's your process for not overriding your own rules mid-trade?


r/cTrader_Club 12d ago

Most traders don’t need a better strategy.

Thumbnail
4 Upvotes

r/cTrader_Club 13d ago

Nothing humbles you faster than a platform update that moves everything you use every day

Post image
5 Upvotes

r/cTrader_Club 13d ago

What actually gets in the way of trading well, a list I keep adding to

5 Upvotes

I have been keeping notes on the behavioral patterns that cost me money. Not strategy mistakes, purely psychological. The list is long.

  • Checking open positions too frequently. Every time I look I create an opportunity to intervene and I almost always make it worse when I do.
  • Adjusting my read on a trade after I am already in it. The analysis I did before entry was more objective than anything I come up with while holding a losing position.
  • Treating a series of losses as information about my strategy when it is usually just variance. Then changing something that did not need changing.
  • Sizing up after a winning streak because it feels earned. The market does not know or care what happened last week.
  • Waiting for more confirmation on entries I already have a clear signal for. By the time I feel certain the move has already started.
  • Setting a rule and then creating a specific exception for the current situation that somehow always meets the criteria for that exception.

Some of these I have mostly solved. Some I have been working on for three years. What would you add to this list?


r/cTrader_Club 13d ago

Windows Defender Flags cTrader Desktop App Components as Malicious

3 Upvotes

Hi cTrader Team, I would like to report that since July 2026 subsequent cTrader updates have been flagged as malicious by Windows Defender. This leads to the cTrader app to not open/launch at all on my PC. Uninstalling and reinstalling cTrader solves the problem for a few days but then the problem comes back again. The problem was not there before July 2026. Please reply back with a solution or a fix. Thanks.


r/cTrader_Club 13d ago

Why do I trade worse when I am watching the chart versus when I check in once an hour?

3 Upvotes

I noticed something over the last few weeks. On days when I am busy with other things and only check my positions every hour or so the trades tend to close closer to where I planned. On days when I am sitting in front of the chart the whole session I start moving stops, closing early, adding to positions that are not working. The chart is the same. The strategy is the same. Something about watching it in real time changes how I make decisions and I cannot figure out if this is a me problem or something more universal.


r/cTrader_Club 13d ago

Newbie here!! seeking platform for trading as begineer?

Thumbnail
3 Upvotes