Browse Scripts
399 scripts available
[Snippet] [devHelper] Logger
stableHere it is; the humble hunchback of the debugger: LOGGER. Logger is a simple class object, which brings depth to debugging. You can foll...
Positive Volume Index indicator - PVI The theory behind the indexes is as follows: On days of increasing volume, you can expect prices ...
Example: Orderbook reading
stableThis example shows how you can read the contents of the orderbooks. NOTE: Orderbook data is real-time data and can not be backtested, on...
early test will further look into Firetron's OrderOptions this needs to be cleaner.. But Trailing, logging, plotting and fwd compatibi...
Firetron's Median
stableFinds 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...
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...
[FEBE] ParseOrderType
stableNecessary command for FEBE which converts order types to numbers and back to enums. More information about FEBE: https://www.haasscripts...
Experimental: OBV- Should be manually set for only Exit, Weight should equal: 1 Wave- SHould be set for Only Long, Weight should Equal:...
Had to have a value instead if a signal for a relatively shitty indicator, use this one both or neither to err on the side of caution... ...
Firetron's InputDebugOptions
stableCreates a group of inputs for debug options: fee, logging, plotting, reporting, verbose, verbosityInterval. Custom Command Dependencies:...
Firetron's PlaceSpreadOrder
stableCreates a spread of orders. Custom Command Dependencies: None Test Script: if not Load('done', false) then local currentPrice = Curr...
Template for using https://www.haasscripts.com/t/bot-engine-strooth-version-febe-mod/
[pshaiCmd] ArrayRemove2
stableSimple command to remove value(s) from the array. Usage testample: local testArr1 = {'a', 'a', 'b', 'c', 'a', 'b'} local testArr2 = {1, ...
— Inverse Fisher Transfor on RSI indicator — — About INVERSE FISHER TRANSFORM: — — The purpose of technical indicators is to help with yo...
Strooths Candle Indicator
stableScans price chart for defined list of known bullish/bearish candle patterns and their directions. The patterns were found on http://thep...
Command to easily throw in your scripts which plots the balance monitor Can be called without any settings, the defaults should work wit...
Firetron's FractionGrab
stableGrabs a fractional range from an array, list, or table. Custom Command Dependencies: None Test code: if not Load('done', false) then ...
I like it on 6h or 12h timeframe
How to merge Input groupings work a round with InputSignalManagement Original by Ratimbum, Low Hi Fi Modified MA CC so they merge with...
VWMA Reversion Bands
stableOptimized Reversion Bands based on VWMA. Will signal long/short when bid/ask breaches first level of bands. These are excellent in Rang...
A custom command you can easily add to any script to sync open positions with exchange on start for example. Tested working with Binance...
Firetron's UpdateOnInterval
stableCalls a function on an interval, and remembers the previous result between the update intervals. Works the same as OptimizedForInterval/D...
Firetron's Fib
stableReturns the Fibonacci number at the specified index. Test Code: if not Load('done', false) then for i = 0, 30 do local fib = CC_F...