Miscellaneous

128 scripts available

Different ways for handling arrays/tables in SE

pshai 👁 1,607 💬 3 Nov 2020

Custom command that creates all Heikin-Ashi prices. And since loops can be slow, you can optimize and set the amount of data you want it ...

pshai 👁 1,594 💬 0 May 2020

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,581 💬 0 May 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,568 💬 4 Aug 2020

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

Firetron 👁 1,543 💬 0 Aug 2020

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

pshai 👁 1,542 💬 2 Jun 2021

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

smokyho 👁 1,541 💬 0 Dec 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,535 💬 3 Aug 2020

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,531 💬 1 May 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,528 💬 0 Apr 2021

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

pshai 👁 1,527 💬 7 Nov 2020

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,496 💬 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,490 💬 0 May 2020

Custom command to calculate Bollinger Band Width.

pshai 👁 1,489 💬 0 Dec 2019

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

Firetron 👁 1,477 💬 0 Nov 2020

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,473 💬 1 Dec 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

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,464 💬 1 Aug 2022

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

Adds a custom report on your maximum margin used.

Strvinmarvin 👁 1,442 💬 0 Jan 2023

[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,424 💬 2 May 2021

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

Firetron 👁 1,405 💬 1 Jul 2020

Simple command to remove value(s) from the array. Usage testample: local testArr1 = {'a', 'a', 'b', 'c', 'a', 'b'} local testArr2 = {1, ...

pshai 👁 1,389 💬 0 May 2020

Creates a group of inputs for debug options: fee, logging, plotting, reporting, verbose, verbosityInterval. Custom Command Dependencies:...

Firetron 👁 1,389 💬 0 Nov 2020