📤Upload indicator to FTO
This guide shows you how to take your freshly built indicator and bring it into Forex Tester Online.
f you’ve already run the npm run build
command and everything went smoothly, you should now have a file called my-indicator-project.js sitting inside your dist folder. That’s the one we’re going to upload.
Open FTO, head over to your project, and in the Indicators tab hit Upload Indicator. Then just drag-and-drop your .js file into the upload area or select it manually (see Picture #1 and Picture #2).
Pro tip: Treat this file like your golden ticket — once it’s in FTO, you’ll finally get to see your indicator in action.


After uploading, your indicator will show up in the “My Indicators” dropdown menu (see Picture #3).
From here, just pick it, hit Apply, and watch it come alive on your chart.
Pro tip: If you don’t see it right away, double-check that you uploaded the .js file from your dist folder — that’s the only one FTO recognizes.

Last updated