Miscellaneous

128 scripts available

[CMD]GetColor

stable

A custom command for setting color in scripts which use multiple positions and is used in my mod of plot average enter price Default co...

Strooth 👁 1,228 💬 0 Mar 2021

ArrayFilter command that works with numbers and text too. Example of use: -- build test arrays local array1 = {} -- will contain GUID v...

pshai 👁 1,221 💬 0 Aug 2022

This is an example of how to use the loop method 'for key in pairs' on a Lua Array, as well as how to construct an Array manually and how...

Strvinmarvin 👁 1,216 💬 0 Dec 2021

Creates a spread of values that can be used for order amounts or prices. Custom Command Dependencies: Firetron’s Fib Test code: if not ...

Firetron 👁 1,214 💬 0 Feb 2021

Rework of the Plot exposure command, which is a bit easier on the eye and to understand, at least for me anyway. Hope others find useful ...

Strooth 👁 1,212 💬 0 Apr 2021

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

Firetron 👁 1,196 💬 0 Dec 2020

Creates a spread of amounts that can be used in orders. Custom Command Dependencies: Firetron’s Fib

Firetron 👁 1,194 💬 0 Dec 2020

Custom command to concatenate list values into a single string.

pshai 👁 1,190 💬 0 Apr 2021

Another one for the rabbit hole, creating meta table like objects without the table commands. Use this framework to handle the recordin...

Strooth 👁 1,178 💬 0 Jul 2021

Sorts a table using the bubble sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local...

Firetron 👁 1,177 💬 0 Mar 2021

Gets the time of start to the time of finish of backtest for custom report on length. Usage CC_ElapsedTime(Time())

Strooth 👁 1,174 💬 0 Dec 2021

Pshai's Get Throttled in Firetron's command template. Added index keys for things to make your charting life easier. very much still in d...

Kobalt 👁 1,171 💬 0 Aug 2022

The original High Speed Prices by Pshai - Mod by me to include bid, ask, avg high, avg low and some syntax changes.

Strooth 👁 1,168 💬 0 Nov 2021

For use where ArrayDistinct() is not available.

Strooth 👁 1,159 💬 0 Dec 2021

Gets the time of an event for custom reports. CC_EventTime(Time())

Strooth 👁 1,158 💬 0 Dec 2021

A handy custom command to (maybe) make it a little easier to place orders in VE.

pshai 👁 1,147 💬 0 Jan 2021

Last version optimised for v4 [[The (InputButtons used) are NOT compatible with V3.]] -before merging with virtual actual order interim...

Kobalt 👁 1,144 💬 1 Aug 2022

Convert List to String for Logging usually Usage - CC_ListToString({['a']={1,2,3,4},'d','g',1,4,8,3,'3','4',{1}, ok="AverageOrderbookS...

Strooth 👁 1,143 💬 0 Nov 2021

Creates a settings objects for SuperInput. This is required when using SuperInput.

pshai 👁 1,139 💬 0 Nov 2020

This simple snippet will help you when back testing your script/setting for SMM or any other bot that has size reduction setting. Now you...

smokyho 👁 1,131 💬 2 Jan 2021

Here's one for the advanced scripters who will love this when they find it. Creating objects from an instance of a meta-class without th...

Strooth 👁 1,130 💬 0 Jul 2021

I've come over a problem, I wanted to solve, that has to do with reaching deadlines in the future, like canceling a position or something...

romdisc 👁 1,124 💬 1 May 2024

Example - Return multiple values from a function in SE

pshai 👁 1,094 💬 0 Nov 2020

Converts a list of numbers to a list of strings. Example: local tests = 100 local t StartTimer() CC_ListToStringList(ClosePrices()) t ...

pshai 👁 1,092 💬 0 Apr 2021