Indicators
145 scripts available
Optimized version of the default script.
Lazy Bear Wave Trend V3
stableA TradingView classic, previously converted by the mighty Kobalt. I added some signal options and adjusted 2 of the signal parameters to...
For the main description see the original indicator Strooths Candle Indicator This one is modified so you can feed it a list as require...
[FEBE] TakeProfit
stableTakeProfit command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haasscr...
Recreation of TTR – "Trending True Range" – original by alexgrover(TV) - description also Display a smoothed true range during trending ...
-- SWMA - Sine Weighted Moving Average -- ported to HaasScript by Bunka -- Copyright (c) 2018-present, Alex Orekhov (everget) -- Sine Wei...
A custom command to return the seconds until candle close.
Custom command for Hull Moving Average, made in SE and supports all built-in MAs. Example: local c = ClosePrices() local ma1 = CC_HMA(c...
Visual Script version of Volume-Weighted Moving Average custom command. Parameters: * source : Price source * volume : Volume source...
per request whipped up this snippet, 'might change appearance on rare random occurances depeding if on offset and volatile, but perfectly...
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 ...
[FEBE] Orders
stableOrder settings command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haa...
VWAP Window
betaSimple moving vwap window to use for trend validation Example Usage: https://www.haasscripts.com/t/simple-vwap-window-strategy/
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...
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... ...
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...
Volume Adjusted Moving Average "Time-based moving averages make the assumption that all trading days are equal. Important trading days a...
[FEBE] ParseOrderType
stableNecessary command for FEBE which converts order types to numbers and back to enums. More information about FEBE: https://www.haasscripts...