Miscellaneous

128 scripts available

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,460 💬 0 Dec 2021

--Usage local oid = CheckOpenOrder(Load('oid', ''))

Strooth 👁 1,452 💬 0 Nov 2021

Credits to Bunka, CZ... and everyone who made this possible... Converts user input USD value to coin amount So you don't have to. Sudde...

Kobalt 👁 1,448 💬 0 Jun 2021

Creates a spread of orders. Custom Command Dependencies: None Test Script: if not Load('done', false) then local currentPrice = Curr...

Firetron 👁 1,438 💬 0 Oct 2020

This example shows how you can read the contents of the orderbooks. NOTE: Orderbook data is real-time data and can not be backtested, on...

Stephan 👁 1,435 💬 0 Oct 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,434 💬 0 May 2020

This is an example script to show how to send text messages to external sources like (in this case) Slack. Please note: This script only...

Stephan 👁 1,434 💬 0 Oct 2020

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

Firetron 👁 1,430 💬 0 Nov 2020

Here it is; the humble hunchback of the debugger: LOGGER. Logger is a simple class object, which brings depth to debugging. You can foll...

pshai 👁 1,418 💬 0 May 2021

Finds the middle value of a table of values. If there is an even number of elements, takes the average of the 2 middle values. Custom Co...

Firetron 👁 1,414 💬 1 Mar 2021

Returns the Fibonacci number at the specified index. Test Code: if not Load('done', false) then for i = 0, 30 do local fib = CC_F...

Firetron 👁 1,411 💬 0 Nov 2020

Logs a rule (horizontal line).

Firetron 👁 1,409 💬 0 Aug 2020

Grabs a fractional range from an array, list, or table. Custom Command Dependencies: None Test code: if not Load('done', false) then ...

Firetron 👁 1,403 💬 0 Apr 2021

PercPriceMoveSHORT Added suggestions to use with PercPriceMoveSHORT: 2x Inputs: -For setting desired Percentage -To create a Logs true /...

Kobalt 👁 1,400 💬 0 Jul 2020

Command to easily throw in your scripts which plots the balance monitor Can be called without any settings, the defaults should work wit...

Strooth 👁 1,399 💬 0 Apr 2021

Creates a spread of prices based on Keltner channels. Custom Command Dependencies: Firetron’s XTR Test Code: local LogList = function (...

Firetron 👁 1,395 💬 0 Jun 2021

A custom command you can easily add to any script to sync open positions with exchange on start for example. Tested working with Binance...

Strooth 👁 1,386 💬 1 Jun 2021

Calls a function on an interval, and remembers the previous result between the update intervals. Works the same as OptimizedForInterval/D...

Firetron 👁 1,386 💬 2 Jun 2021

This example shows how you can read the contents of the orderbooks in HaasScript. NOTE: Last trades is real-time data and can not be bac...

Stephan 👁 1,381 💬 0 Oct 2020

This is an example script to show how to send text messages to external sources like (in this case) Twitter. Please note: This script on...

Stephan 👁 1,379 💬 0 Nov 2020

Usage local positionid = CC_CheckPositionId(Load('positionid', NewGuid())) --- Run bot code, do blah, make teh profitz Save('positionI...

Strooth 👁 1,375 💬 1 Nov 2021

Maximum Drawdown in a Custom Command format, made for educational purposes. The command uses GetBotProfit to get the peak and trough. NO...

pshai 👁 1,358 💬 0 Nov 2021

Pads a number with zero to have the specified number of digits like 04.200

Firetron 👁 1,358 💬 0 Aug 2020

Creates a group of inputs for Firetron's PlaceSpreadOrder. Custom Command Dependencies: Firetron’s GetAmountSpread Firetron’s GetPriceSp...

Firetron 👁 1,347 💬 0 Nov 2020