Browse Scripts
399 scripts available
Adds a custom report on your maximum margin used.
This is a short only strategy that does really well on large time frames. The defaults work well on BTC_USD on the 1 hour time frame. I...
[pshaiCmd] Indicator Memory
stableA memory for custom indicator calculations and other things that might cause "repaint of history". A good example of this "repaint" issu...
Pivot Points Indicator
stableAn indicator for signaling on pivot points - fib, cam, woodie, td and also mashed up my own custom one using a blend of them all and thre...
[pshaiCmd] VMA (LB)
stableConversion of the LazyBear's VMA indicator: https://www.tradingview.com/script/6Ix0E5Yr-Variable-Moving-Average-LazyBear/ Command takes ...
[CMD] Sleep
stableSimple command to sleep/pause scripts and includes a switch to disable in backtest. To sleep for 10 seconds for example CC_Sleep(10) ...
[FEBE] Orders
stableOrder settings command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haa...
RSI Ssa v10
alphaA little idea for a scalper, feel free to expand on this idea :) Updated: - unmanged trading - upper threshold added - entry order offset
VWAP Window
betaSimple moving vwap window to use for trend validation Example Usage: https://www.haasscripts.com/t/simple-vwap-window-strategy/
Add this code to your existing script to report max draw down of positions after a back test completes. You will have to supply the tradi...
Firetron's FormatBoolean
stableFormats a boolean to a string so it can be logged.
Added some fun stuff signal and KST, KSTsignal outputs, several inputs, disabled included inputs "Even if it's no sure thing, it's sure ...
[pshaiCmd] Super Smoother
stableSuperSmoother ported from a TradingView script. Usage: local hlc = HLCPrices() local mean_line = OptimizedForInterval(0, || CC_SuperSmo...
Firetron's InputDebugOptions
stableCreates a group of inputs for debug options: fee, logging, plotting, reporting, verbose, verbosityInterval. Custom Command Dependencies:...
[pshaiCmd] ArrayRemove2
stableSimple command to remove value(s) from the array. Usage testample: local testArr1 = {'a', 'a', 'b', 'c', 'a', 'b'} local testArr2 = {1, ...
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 PlaceSpreadOrder
stableCreates a spread of orders. Custom Command Dependencies: None Test Script: if not Load('done', false) then local currentPrice = Curr...
Positive Volume Index indicator - PVI The theory behind the indexes is as follows: On days of increasing volume, you can expect prices ...
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 XTR
stableFinds the average, maximum, median, or minimum true range or percent true range. Supports specifying a fraction of the range to use. Supp...
Template for using https://www.haasscripts.com/t/bot-engine-strooth-version-febe-mod/
Delayed Double HullMA (DDHMA) and EasyHullMA Used the pre-Easy separate blocks to create the cc for more detail Set default index to 0 Ad...
— Inverse Fisher Transfor on RSI indicator — — About INVERSE FISHER TRANSFORM: — — The purpose of technical indicators is to help with yo...