Browse Scripts
399 scripts available
Adds a custom report on your maximum margin used.
Here is my take on bot blueprint!! It has quite a lot of inner works and I intend on adding more later on. Unfortunately I cannot upload...
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...
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...
[Ko_b] MHB Safeties
stableMHB_Safeties - [kobalt] MHB_Safeties: StopLossROI, DeactivateOnLoss, ProfitTrailer, HighSpeedUpdates
The ALMA indicator function.
[kob] Advanced Mad Hatter v2
stable[kob] Advanced Mad Hatter v2 Various Stop Loss options % Price Change before Buy / Sell DisableOnLoss OverComeDoubleFee ProfitTrailer...
Custom command to calculate Bollinger Band Width.
Optimized version of the default script.
[CMD] Sync Positions
stableYes it works, Yes Its running on live working bots. Will sync positions with whats open at the exchange if the bot looses its amount or...
Merged my Delayed Double HullMA (DDHMA) and EasyHullMA Used the pre-Easy separate blocks to create the cc for more detail Set default in...
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...
Firetron's InputOrderOptions
stableCreates a group of inputs for order options. Custom Command Dependencies: None Test Script: if not Load('done', false) then -- Test ...
[cmd] getOID
stable---Usage local oid = CC_getOID(true, 1) ----blah get signal then place order if oid == '' and signal == SignalLong then oid = CC_getOI...
-- SWMA - Sine Weighted Moving Average -- ported to HaasScript by Bunka -- Copyright (c) 2018-present, Alex Orekhov (everget) -- Sine Wei...
[FEBE] Sell
stableSell command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haasscript/
[FEBE] TakeProfit
stableTakeProfit command for FEBE. More information about FEBE: https://www.haasscripts.com/blog/guides/first-ever-bot-engine-febe-for-haasscr...
Generic template for long short bot using remote signals. Long signals exits a running short and vice versa. Long TP/SL and Short TP/SL...
[cmd] GetPID (getPositionId)
stable---Usage for i=1, 100 do local LongPosId = CC_getPID(true, k) local ShortPosId = CC_getPID(false, k) do blah with LongPosId do blah w...
Bunka's HS recreation and ENHANCEMENT of "Percent difference between price and MA", original by HPotter, TV - removed absolution, so va...
Formats a number to be rounded and have the profit currency symbol.
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...
This command is used to calculate a standard deviation for a given data set. Note: Its a bit slow but works well enough
[pshaiCmd] Super Smoother
stableSuperSmoother ported from a TradingView script. Usage: local hlc = HLCPrices() local mean_line = OptimizedForInterval(0, || CC_SuperSmo...