Indicators
145 scripts available
Linear Regression calculated the same way as TradingView does, using LR_Intercept and LR_Slope types. Example/Usage: local c = ClosePri...
DoubleDelayedHullMA
stableTwo Hull MA, One is delayed. (Signal on cross) You could experiment with different long short lengths..
KDJ indicator
stableKDJ indicator, useful to detect those moments in time... use with caution and combine with some other indicator(s) Bunka's HS port of "...
[kobalt] HMA on RSI
stableRSI Smoothed with HullMA Added Candle offset to buy dips Signal Management chart: (regular RSI in grey) https://ptpimg.me/6y808f.png
[pshaiCmd] Table to JSON
stableConverts InputTable object (or a regular array) to JSON data string.
[pshaiCmd] Fractals
stablePlots a pivot cross above or below the chart when detected.
Easy version of the ACO indicator custom command.
Smooth Money Flow Index
stableAdded InputAccountMarket to select a correlating market to disable buys enable sells and time your Alt buy when BTC is starting to revers...
ACO indicator custom command
— Inverse Fisher Transform on STOCHASTIC indicator — — About INVERSE FISHER TRANSFORM: — — The purpose of technical indicators is to help...
Custom command for Relative Moving Average indicator. Details: https://www.hybrid-solutions.com/plugins/client-vtl-plugins/free/rma.html...
This is a implementation of the RSING indicator purposed by Alon Horesh This indicator measures price momentum strength by taking the fo...
[pshaiMisc] RSI Bands
stableRSI Bands from the old days... Came across it again and revised it a little, as it used some of the old input commands.
[FEBE] StopLoss
stableStopLoss command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haasscript/
VWAP built in same manner as TWAP script - choose interval to draw/calculate values, and second interval to reset VWAP. If draw/reset va...
'Original HaasOnline Real Simple Indicators (3 in one) UPDATE for dependency CC_SmoothMoneyFlowArray(interval you first need CC_SMMA] ht...
-- Author of haasscript version: Bunka -- Elastic Volume Weighted Moving Average - EVWMA - indicator - [LazyBear]
— Inverse Fisher Transfor on CCI indicator version 2 — — About INVERSE FISHER TRANSFORM: — — The purpose of technical indicators is to he...
Custom command for Hull Moving Average, made in SE and supports all built-in MAs. Example: local c = ClosePrices() local ma1 = CC_HMA(c...
Indicator: CC_Theodore
stableCustom Indicator Command from a Haasonline Original favorite... RSI with 3 lengths..
[Giankam] Trail Blaze
stableThe main set of features includes: Three independent trailing types each with their own +/- multipliers: - Standard % change - ATR (aka ...
This custom command version of the OBV is a lot more optimal than the built-in command, as it keeps the previous values in memory and onl...
Merged my Delayed Double HullMA (DDHMA) and EasyHullMA Used the pre-Easy separate blocks to create the cc for more detail Set default in...
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...