Trend
58 scripts available
The ALMA indicator function.
VWAP built in same manner as TWAP script - choose interval to draw/calculate values, and second interval to reset VWAP. If draw/reset va...
-- Author of haasscript version: Bunka -- Elastic Volume Weighted Moving Average - EVWMA - indicator - [LazyBear]
-- SWMA - Sine Weighted Moving Average -- ported to HaasScript by Bunka -- Copyright (c) 2018-present, Alex Orekhov (everget) -- Sine Wei...
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...
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...
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...
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...
Volume Adjusted Moving Average "Time-based moving averages make the assumption that all trading days are equal. Important trading days a...
RMA (mod)
stableJust a mod to enable/disable plot
This is special EMA with HMA cross works wonders on 21/8 settings. Try it out :)
SWMA - Sine Weighted Moving Average - ported to HaasScript by Bunka - optimized by Pshai Copyright (c) 2018-present, Alex Orekhov (everg...
While clearing out my library saw multiple versions of this one, none of them finished, so made a start. removing the rest (default plott...
A simple example strategy utilizing the CC_VWAPWindow command. This strategy while works well enough alone should be built ontop of to e...
CC_easySMA_ENTRY_
stableDependency to revised tripple MA bot by Ratimbum
By adding spaceing [spacebar] 2 spaces in front of Slow, 1 space in front of Fast Length You can order them.. And should also now come...
CC_easySMA_EXIT_
stableDependancy tripple MA by Ratimbum
AlphaTrend Indicator SMOD
stableModification of Bunka's port of AlphaTrend by by Kivanc Ozbilgic. https://www.haasscripts.com/t/alphatrend-indicator/ Features: 1. The o...
How to merge Input groupings work a round with InputSignalManagement Original by Ratimbum, Low Hi Fi