Miscellaneous

128 scripts available

Creates an input field and monitors changes in value. A handy way to monitor values and/or optimize calculations. Requires: https://www...

pshai 👁 1,733 💬 7 Nov 2020

Creates and returns an ObjectArray Class instance. It has less operations than a normal array, but it can store objects instead of just s...

Firetron 👁 1,723 💬 4 Aug 2020

Formats a number to be rounded and have the percent symbol. Custom Command Dependencies: None Test code: if not Load('done', false) the...

Firetron 👁 1,710 💬 0 Jul 2020

Simple but effective custom command for modulo operation. Made for the great users of VE, with love. <3 ~pshai More on modulo opera...

pshai 👁 1,705 💬 3 Aug 2020

OneForAll ..prices.. in HighSpeed resolution great for calculating higher timeframes and a one stop shop for what you need. Based on Psha...

Kobalt 👁 1,693 💬 0 Oct 2020

A simple but yet handy custom command to input and convert trade amounts based on settings. Update: Added optional market input

pshai 👁 1,665 💬 2 Jun 2021

This expands from the balance monitor command as most of these things are all used together so I have combined most of the usual settings...

Strooth 👁 1,653 💬 0 Apr 2021

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...

Strooth 👁 1,651 💬 1 May 2021

Simple custom command to remove a cell from an array. Usage testample: local testArr1 = {'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', '...

pshai 👁 1,640 💬 0 May 2020

I posted my risk management method in https://discord.com/channels/269316665483722764/491747780029579276/793910926466220032 It is very i...

smokyho 👁 1,626 💬 0 Dec 2020

Adds a custom report on your maximum margin used.

Strvinmarvin 👁 1,622 💬 0 Jan 2023

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...

pshai 👁 1,620 💬 1 Aug 2022

Custom command to calculate Bollinger Band Width.

pshai 👁 1,609 💬 0 Dec 2019

Yes 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...

Strooth 👁 1,606 💬 1 Dec 2021

Creates a group of inputs for order options. Custom Command Dependencies: None Test Script: if not Load('done', false) then -- Test ...

Firetron 👁 1,599 💬 0 Nov 2020

[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,598 💬 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,593 💬 1 Nov 2021

Formats a number to be rounded and have the profit currency symbol.

Firetron 👁 1,591 💬 0 Aug 2020

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...

galselhard 👁 1,589 💬 1 Aug 2022

This command is used to calculate a standard deviation for a given data set. Note: Its a bit slow but works well enough

r4stl1n 👁 1,572 💬 0 May 2020

[CMD] Sleep

stable

Simple command to sleep/pause scripts and includes a switch to disable in backtest. To sleep for 10 seconds for example CC_Sleep(10) ...

Strooth 👁 1,555 💬 2 May 2021

Formats a boolean to a string so it can be logged.

Firetron 👁 1,531 💬 1 Jul 2020

RSI smoothed with MA Type, select SourcePrices with InputSourcePrice, Delay BuySignal.

Kobalt 👁 1,510 💬 3 Sep 2022

This snippet checks for open positions and reports the lowest 'x' number of them in a Custom Report. Useful for Dashboard reporting and B...

Strvinmarvin 👁 1,492 💬 0 Dec 2021