Giving away your work
Send someone your code and you cannot take it back.
For strategy creators
If you make strategies or indicators for other people, your code is your business. AlgoBarsX lets you hand over something that runs without handing over how it works.
Send someone your code and you cannot take it back.
People are right to be wary of tools that say nothing about what they do.
A script for one platform only reaches that platform's users.
A sealed .abx file runs on another account. Nobody can read the code.
A sealed file still states its name, what it trades, its inputs and what it does in plain English. Nobody runs it blind.
Read more about honest on the outsideLibraries and indicators carry version numbers, so an update never breaks a buyer's setup by surprise.
Read more about versionsImport your old scripts from six languages. Read every result before you ship it.
Read more about bring your back catalogueAlgoBars has a marketplace for strategies. Creators keep 80% of each sale. Card payments are held for 180 days before payout.
Read more about a place to sellThe fill rules are written down, and a test gives the same answer every time.
Read more about proof you can showInputs become settings, with labels, limits and groups. Your buyers change numbers, not code.
input fast = 20, label: "Fast length", min: 2, max: 500, group: "Trend"input source = close, label: "Source"input higher_tf = 4h, label: "Higher timeframe"input session = "london", options: ["london", "new_york", "asia"]input risk = 1%, min: 0.1%, max: 5%, step: 0.1%input show_zones = true, group: "Display"input zone_color = blue.fade(70), group: "Display", visible_if: show_zonesconst RISK_CAP = 2%No. The code travels sealed and only the AlgoBars platform can open it. Sealing happens on the platform, not in your browser.
The name, what it trades, the inputs they can change, and a plain-English description of what it does.
No. Tests use past prices and leave out spread, fees, swaps and slippage. Past results do not tell you what will happen next.
Build one thing. Read it back. Test it.
Create my free account$0 a month · No card needed · Not a trial
Trading is risky. You can lose money. It is not right for everyone.