Browse Scripts
399 scripts available
This script represents a dynamic approach to managing trailing stop-loss orders in trading. It is a culmination of strategic methodologi...
Firetron's GetAmountSpread
stableCreates a spread of amounts that can be used in orders. Custom Command Dependencies: Firetron’s Fib
How to merge Input groupings work a round with InputSignalManagement Original by Ratimbum, Low Hi Fi
[cmd] EventTime
stableGets the time of an event for custom reports. CC_EventTime(Time())
CC_EasySimpleMovingAverage
stableEasy SMA with GetCrossOverUnderSignal (AKA Bot only goes in when the indicator crosses and will not imediatly take a position upon activa...
Ehler's Fisher Transform
stableBased on the original Ehler's article on Fisher Transform: https://www.mesasoftware.com/papers/UsingTheFisherTransform.pdf This filter is...
Hi all, This is a simple bot only using double hull on heiki MA from Kobalt: Dependency: - [KOB] HullMA 1 of 2many this triggers signa...
Firetron's BubbleSort
stableSorts a table using the bubble sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local...
[pshaiCmd] StringJoinList
stableCustom command to concatenate list values into a single string.
[cmd] ListDistinct
stableFor use where ArrayDistinct() is not available.
The original High Speed Prices by Pshai - Mod by me to include bid, ask, avg high, avg low and some syntax changes.
Holt's Linear Trend Forecasting method - indicator Haasscript recreation by bunka Optimization and timeframe-check by pshai orig TV aut...
Creates a settings objects for SuperInput. This is required when using SuperInput.
CC_VPCI_Signal
stableSignal generation using Volume Price Confirmation Indicator (VPCI) with Plots and Highlight Breaches' Developed by Buff Dormeier, VPCI w...
Hey fellas! This CC is based on the example I shared here: https://www.haasscripts.com/t/example-position-sizing-based-on-pre-determined...
VWAP Stdev Bands Kobalt mod.
stablehttps://www.haasscripts.com/t/vwap-deviation-bands/ original by Strooth, added , removed some stuff
Beginner Level Bot This is a more verbose version of the TRADE_BOT_CONTAINER with the ability to trade with your entire base pair balanc...
CC_easySMA_SHORT_
stableDependancy tripple MA _SHORT_ by Ratimbum
[cmd] ListToString
stableConvert List to String for Logging usually Usage - CC_ListToString({['a']={1,2,3,4},'d','g',1,4,8,3,'3','4',{1}, ok="AverageOrderbookS...
Here's one for the advanced scripters who will love this when they find it. Creating objects from an instance of a meta-class without th...
Dependencies: https://www.haasscripts.com/t/pshaicmd-advanced-stochastics/ https://www.haasscripts.com/t/swma-sine-weighted-moving-avera...
Double VAMA Ribbon Indicator
stableWhile the Hull Ribbon is great, and 2 Ribbons are better, at the end of the day it's still a moving average with no consideration for Vol...