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...
[Ko_b] MHB Safeties
stableMHB_Safeties - [kobalt] MHB_Safeties: StopLossROI, DeactivateOnLoss, ProfitTrailer, HighSpeedUpdates
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...
Custom command to calculate Bollinger Band Width.
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...
[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...
[kob] Advanced Mad Hatter v2
stable[kob] Advanced Mad Hatter v2 Various Stop Loss options % Price Change before Buy / Sell DisableOnLoss OverComeDoubleFee ProfitTrailer...
The ALMA indicator function.
Optimized version of the default script.
[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...
Firetron's InputOrderOptions
stableCreates a group of inputs for order options. Custom Command Dependencies: None Test Script: if not Load('done', false) then -- Test ...
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...
[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...
-- 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...
Formats a number to be rounded and have the profit currency symbol.
Bunka's HS recreation and ENHANCEMENT of "Percent difference between price and MA", original by HPotter, TV - removed absolution, so va...
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...
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...
Visual Script version of Volume-Weighted Moving Average custom command. Parameters: * source : Price source * volume : Volume source...
This command is used to calculate a standard deviation for a given data set. Note: Its a bit slow but works well enough