Browse Scripts
399 scripts available
[pshaiCmd] Super Smoother
stableSuperSmoother ported from a TradingView script. Usage: local hlc = HLCPrices() local mean_line = OptimizedForInterval(0, || CC_SuperSmo...
per request whipped up this snippet, 'might change appearance on rare random occurances depeding if on offset and volatile, but perfectly...
[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...
For the main description see the original indicator Strooths Candle Indicator This one is modified so you can feed it a list as require...
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
Fixed the Exit SMA issue by using weighted consensus signal rather than consensus signal. Small change in the signal settings necessary ...
A custom command to return the seconds until candle close.
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.
Recreation of TTR – "Trending True Range" – original by alexgrover(TV) - description also Display a smoothed true range during trending ...
Volume Adjusted Moving Average "Time-based moving averages make the assumption that all trading days are equal. Important trading days a...
RSI smoothed with MA Type, select SourcePrices with InputSourcePrice, Delay BuySignal.
[pshaiCmd] VMA (LB)
stableConversion of the LazyBear's VMA indicator: https://www.tradingview.com/script/6Ix0E5Yr-Variable-Moving-Average-LazyBear/ Command takes ...
Experimental AVSL Stop-Loss Script This script implements an experimental Anti-Volume Stop-Loss (AVSL) mechanism using Anti-Volume logic...
[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...
RMA (mod)
stableJust a mod to enable/disable plot
VWAP Window
betaSimple moving vwap window to use for trend validation Example Usage: https://www.haasscripts.com/t/simple-vwap-window-strategy/
This snippet checks for open positions and reports the lowest 'x' number of them in a Custom Report. Useful for Dashboard reporting and B...
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...
[cmd] CheckOpenOrder
stable--Usage local oid = CheckOpenOrder(Load('oid', ''))
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...
Added some fun stuff signal and KST, KSTsignal outputs, several inputs, disabled included inputs "Even if it's no sure thing, it's sure ...
"the trend is your friend" Rather than a mean-reverting strategy, I wanted something that goes all-in once (instead of doubling down on ...