Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Source code control with TradingView and Pine

I'm searching for a source code control system for TradingView and Pine.

Seems obvious that one does not exist within in TradingView itself, but curious of any of you ingenious developers have devised an external solution.

Any solutions?

like image 629
RedneckBob Avatar asked May 10 '26 22:05

RedneckBob


1 Answers

Every time you save your code, you get a new version number for your code. Later, you can select different versions and see what the code was like in that version. That kinda helps when you need to revert back. Also you can copy different versions into a file and use your favorite text compare tool to see the differences.

enter image description here

Other than that, I code my indicator step by step to make sure everything is fine and also this way I create new versions for every "step" in my code. It is very common that my indicators have more than 100 versions.

like image 131
vitruvius Avatar answered May 14 '26 08:05

vitruvius



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!