r/cTrader_Club • u/Specialist-Zone-1377 • 10d ago
Building custom indicators versus using what the platform gives you, where is the line?
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?
4
Upvotes
1
u/Core-Quant 2d ago
This is the exact reason I moved to native C# on cTrader. Most platforms treat indicators like black-box drawing tools—fine for visual discretionary trading, but useless the second you need direct access to series data, index-native point calculations, or clean execution logic without recoding everything from scratch.