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...
-- 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...
A handy custom command for useful information in backtests and live bots! Information displayed via CustomReport()'s. Usage testample: l...
Updated version of VPM for V4 using buttons and can still be called from another script using old logic for multi market controller scrip...
[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...
[cmd] GetPID (getPositionId)
stable---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...
[CMD]CheckPositionId
stableUsage local positionid = CC_CheckPositionId(Load('positionid', NewGuid())) --- Run bot code, do blah, make teh profitz Save('positionI...