Browse Scripts
399 scripts available
Firetron's GetKeltnerSpread
stableCreates a spread of prices based on Keltner channels. Custom Command Dependencies: Firetron’s XTR Test Code: local LogList = function (...
This is a implementation of the MADH Indicator developed by John F. Ehlers. The MAD indicator takes the difference of two simple moving...
The DCA Spot Spaghetti Bots derives it’s name from the quality of my Haas Visual Code. It looks like tasty spaghetti to me. This is the S...
PercPriceMoveSHORT Added suggestions to use with PercPriceMoveSHORT: 2x Inputs: -For setting desired Percentage -To create a Logs true /...
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...
A conversion to SE of bunka 's VE version - original by alexgrover(TV) Original Here - https://www.tradingview.com/script/8e1f2wFW-Trend...
SWMA - Sine Weighted Moving Average - ported to HaasScript by Bunka - optimized by Pshai Copyright (c) 2018-present, Alex Orekhov (everg...
Tripple MA with HullMA and smoothed RSI. Be carefull with the signals :) Dependancies: EasyHullMA_NC_ENTRY EasyHullMA_NC_EXIT EasyHullMA...
This is special EMA with HMA cross works wonders on 21/8 settings. Try it out :)
Example: Last trades reading
stableThis example shows how you can read the contents of the orderbooks in HaasScript. NOTE: Last trades is real-time data and can not be bac...
A mod of FireTron's DCADipper script. Added a minimum price delta option, so the bot will only buy if the price has moved more than the m...
[CMD]CheckPositionId
stableUsage local positionid = CC_CheckPositionId(Load('positionid', NewGuid())) --- Run bot code, do blah, make teh profitz Save('positionI...
Maximum Drawdown in a Custom Command format, made for educational purposes. The command uses GetBotProfit to get the peak and trough. NO...
This is an example script to show how to send text messages to external sources like (in this case) Twitter. Please note: This script on...
Basic idea: - only 2 entries - finding divergences on the RSI, combined with isAbnormal() to filter out many. - exit when the CC Stochas...
Klinger Volume Oscillator (KVO) The Klinger Oscillator (KO) was developed by Stephen J. Klinger. Learning from prior research on volume...
This is a command to easily control positions in unmanaged trading scripts and increment slots if needed. Simply load the command at th...
Firetron's ZeroPad
stablePads a number with zero to have the specified number of digits like 04.200
Yet another version this one I have added RSI. For short time frame a good suggestion is to replace smoothed RSI by VRSI by Pshai. Yet ...
Firetron's InputSpreadOrder
stableCreates a group of inputs for Firetron's PlaceSpreadOrder. Custom Command Dependencies: Firetron’s GetAmountSpread Firetron’s GetPriceSp...
Simple Triple SMA bot with creativity on the signals. Dependancies: - Entry Signal Exit Signal Short Signal Signals should look like ...
A simple example strategy utilizing the CC_VWAPWindow command. This strategy while works well enough alone should be built ontop of to e...
This command calculates the adaptive period length based on noise in the prices. It is recommended to use this command with: https://www...
[bob][cmd]PercPriceMoveLONG
stablePercentage Bid price needs to drop before next entry.. PercPriceMoveLONG. Added the things I use with PercPriceMoveLONG: 2x Inputs: -For...