Login Page - Create Account

Support Board


Date/Time: Tue, 22 Apr 2025 10:53:44 +0000



Post From: Convert Trading View indicator to Sierra Chart

[2022-10-17 19:56:18]
ForgivingComputers.com - Posts: 1042
Short answer: No.

Long answer: The programming differences between the two languages is not the main issue. Like many other platforms, TradingView numbers their bars from newest to oldest, from right to left. Sierra Chart numbers bars from left to right, which means the same bar will keep its number as bars are added. Each bar is a part of a set of arrays. Converting between the two methodologies is very complex. You can probably find someone to do this, for a fee, and the original developer's permission if you intend to keep it closed source. As a derivative work, it would have to be open-source without this permission.

If you know nothing about programming, this is not where you want to start. You are better off understanding the underlying mathematics of what the Tradingview code is doing. Then either develop it yourself or pay someone to create it in ACSIL. This would be an original creation, not a derivative, as you cannot copyright ideas.