Miscellaneous

128 scripts available

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,388 💬 0 Oct 2020

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

Firetron 👁 1,387 💬 0 Oct 2020

Finds the average, maximum, median, or minimum true range or percent true range. Supports specifying a fraction of the range to use. Supp...

Firetron 👁 1,385 💬 0 Apr 2021

Logs a rule (horizontal line).

Firetron 👁 1,376 💬 0 Aug 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,372 💬 0 Oct 2020

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,362 💬 0 Nov 2020

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

Kobalt 👁 1,352 💬 0 Jul 2020

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

Kobalt 👁 1,349 💬 3 Sep 2022

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

Strooth 👁 1,341 💬 0 Nov 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,330 💬 0 Oct 2020

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

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

Strooth 👁 1,323 💬 1 Nov 2021

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,320 💬 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,316 💬 0 May 2021

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

Firetron 👁 1,315 💬 0 Apr 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,314 💬 1 Mar 2021

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

Firetron 👁 1,313 💬 0 Aug 2020

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

Firetron 👁 1,302 💬 0 Nov 2020

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

Firetron 👁 1,301 💬 0 Jun 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,301 💬 0 Jun 2021

Percentage Bid price needs to drop before next entry.. PercPriceMoveLONG. Added the things I use with PercPriceMoveLONG: 2x Inputs: -For...

Kobalt 👁 1,300 💬 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,291 💬 0 Apr 2021

A handy logging cmd to use lists and headings, with both normal and warning logs together. Used some of Firetrons logging in his DCA dipp...

Strooth 👁 1,284 💬 0 Feb 2021

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

Firetron 👁 1,273 💬 0 Dec 2020