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 (...
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...
This is a implementation of the MADH Indicator developed by John F. Ehlers. The MAD indicator takes the difference of two simple moving...
PercPriceMoveSHORT Added suggestions to use with PercPriceMoveSHORT: 2x Inputs: -For setting desired Percentage -To create a Logs true /...
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...
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...
This is special EMA with HMA cross works wonders on 21/8 settings. Try it out :)
Tripple MA with HullMA and smoothed RSI. Be carefull with the signals :) Dependancies: EasyHullMA_NC_ENTRY EasyHullMA_NC_EXIT EasyHullMA...
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...
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...
[CMD]CheckPositionId
stableUsage local positionid = CC_CheckPositionId(Load('positionid', NewGuid())) --- Run bot code, do blah, make teh profitz Save('positionI...
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...
Maximum Drawdown in a Custom Command format, made for educational purposes. The command uses GetBotProfit to get the peak and trough. NO...
Klinger Volume Oscillator (KVO) The Klinger Oscillator (KO) was developed by Stephen J. Klinger. Learning from prior research on volume...
Basic idea: - only 2 entries - finding divergences on the RSI, combined with isAbnormal() to filter out many. - exit when the CC Stochas...
Firetron's ZeroPad
stablePads a number with zero to have the specified number of digits like 04.200
This is a command to easily control positions in unmanaged trading scripts and increment slots if needed. Simply load the command at th...
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 ...
Simple Triple SMA bot with creativity on the signals. Dependancies: - Entry Signal Exit Signal Short Signal Signals should look like ...
Firetron's InputSpreadOrder
stableCreates a group of inputs for Firetron's PlaceSpreadOrder. Custom Command Dependencies: Firetron’s GetAmountSpread Firetron’s GetPriceSp...
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...
Weighted amount adjusted over spread, increasing, decreasing or flat. Additional Option to use ATR instead of percent input. Returns ...