Miscellaneous
128 scripts available
Formats a number to be rounded and have the percent symbol. Custom Command Dependencies: None Test code: if not Load('done', false) the...
Firetron's ObjectArray
stableCreates and returns an ObjectArray Class instance. It has less operations than a normal array, but it can store objects instead of just s...
[pshaiCmd] SuperInput
stableCreates an input field and monitors changes in value. A handy way to monitor values and/or optimize calculations. Requires: https://www...
OneForAll ..prices.. in HighSpeed resolution great for calculating higher timeframes and a one stop shop for what you need. Based on Psha...
Simple but effective custom command for modulo operation. Made for the great users of VE, with love. <3 ~pshai More on modulo opera...
A simple but yet handy custom command to input and convert trade amounts based on settings. Update: Added optional market input
[pshaiCmd] ArrayRemove
stableSimple custom command to remove a cell from an array. Usage testample: local testArr1 = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', '...
I see lots of people asking if they can do for each loops in visual editor. This should sort of help, but not great. You need to know th...
[CMD] BacktestSettings
stableThis expands from the balance monitor command as most of these things are all used together so I have combined most of the usual settings...
I posted my risk management method in https://discord.com/channels/269316665483722764/491747780029579276/793910926466220032 It is very i...
Here is my take on bot blueprint!! It has quite a lot of inner works and I intend on adding more later on. Unfortunately I cannot upload...
Custom command to calculate Bollinger Band Width.
Adds a custom report on your maximum margin used.
Formats a number to be rounded and have the profit currency symbol.
[CMD] Sync Positions
stableYes it works, Yes Its running on live working bots. Will sync positions with whats open at the exchange if the bot looses its amount or...
Firetron's InputOrderOptions
stableCreates a group of inputs for order options. Custom Command Dependencies: None Test Script: if not Load('done', false) then -- Test ...
[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...
Generic template for long short bot using remote signals. Long signals exits a running short and vice versa. Long TP/SL and Short TP/SL...
[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...
This command is used to calculate a standard deviation for a given data set. Note: Its a bit slow but works well enough
[CMD] Sleep
stableSimple command to sleep/pause scripts and includes a switch to disable in backtest. To sleep for 10 seconds for example CC_Sleep(10) ...
Firetron's FormatBoolean
stableFormats a boolean to a string so it can be logged.
RSI smoothed with MA Type, select SourcePrices with InputSourcePrice, Delay BuySignal.
Firetron's XTR
stableFinds the average, maximum, median, or minimum true range or percent true range. Supports specifying a fraction of the range to use. Supp...