Browse Scripts

8 scripts available

Basic bot/template for managing multiple positions and single order per position with stoploss and take profit Get a signal from where e...

Strooth 👁 4,741 💬 7 ★ Staff Pick Nov 2021

-- Have you ever wanted to open a new position and let the bot manage it (or close bot's position manually), -- but did not want to login...

ProfGhibli 👁 1,712 💬 0 May 2020

A handy custom command for useful information in backtests and live bots! Information displayed via CustomReport()'s. Usage testample: l...

pshai 👁 1,691 💬 0 Jun 2020

Updated version of VPM for V4 using buttons and can still be called from another script using old logic for multi market controller scrip...

Strooth 👁 1,675 💬 1 Nov 2021

[cmd] getOID

stable

---Usage local oid = CC_getOID(true, 1) ----blah get signal then place order if oid == '' and signal == SignalLong then oid = CC_getOI...

Strooth 👁 1,468 💬 2 Nov 2021

---Usage for i=1, 100 do local LongPosId = CC_getPID(true, k) local ShortPosId = CC_getPID(false, k) do blah with LongPosId do blah w...

Strooth 👁 1,463 💬 1 Nov 2021

--Usage local oid = CheckOpenOrder(Load('oid', ''))

Strooth 👁 1,341 💬 0 Nov 2021

Usage local positionid = CC_CheckPositionId(Load('positionid', NewGuid())) --- Run bot code, do blah, make teh profitz Save('positionI...

Strooth 👁 1,323 💬 1 Nov 2021