Coding editor

For those who are making custom indicators, what are you using as your editor?

You should consider using the built in Code Explorer. You can add it as a component of your workspace like any other Tradovate component. You can test your code live this way and view the results without doing anything special. There’s not a great reason not to use it in my opinion.

1 Like

For what it’s worth, I use vim. It has a steep learning curve, but it makes it easy to bounce between python, java, javascript, etc.

Other good option is VSCode.

The builtin editor is functional, but not if you are into longer more detailed indicators.

I’ve been using Sublime and it works pretty good with the Javascript format settings.

1 Like

how to use vscode for custom indicator debugging?