đ€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