Browse Scripts
30 scripts available
SuperTrend Extended indicator. This command version provides inputs for price data, which allows to use this indicator over MACD or RSI ...
[pshaiCmd] CC_ALMA
stableThe ALMA indicator as a command. NOTE: This command returns only 20 data points of ALMA values. If you need more than that, see the line...
SuperTrend-based trailing stop-loss safety command. What else... ;) Usage: if CC_STTSL(50, 1.75) then DoExitPosition('STTSL Triggere...
[pshaiCmd] SuperTrend
stableSuperTrend indicator. Command uses ClosePrices, HLPrices and High/LowPrices built-in, so no price data cannot be inputted. Input parama...
Adds a custom report on your worst point of liquidation risk. Custom Command Dependencies: Firetron’s FormatDateTime Test Script: if no...
Adds a custom report on your open positions. Includes a sum of all open position profits. Custom Command Dependencies: Firetron’s Format...
Indicator Breakdown command with multiple outputs for detailed control. Inputs: - values: Main data series - middle: Middle level. - up...
Formats a number to be rounded and have the quote currency symbol. Custom Command Dependencies: Firetron’s QuoteDecimals
Visual Insurance Script made for educational purposes. This script introduces how to setup InputOptions and use them to select the corre...
Firetron's CurrentVsEntry
stableIf long, percent profit of current bid vs entry price. If short, percent profit of current ask vs entry price. This is not the same as th...
[pshaiCmd] EasySuperTrend
stableEasy-version of the SuperTrend indicator. Command produces signals based on the SuperTrend line.
Firetron's TrueOnInterval
stableReturns true every interval and false in between intervals.
Advanced Stochastics by pshai - Multiple outputs for more detailed control.
Volume Oscillator command. Parameters: * fastPeriod : Period length of fast MA * slowPeriod : Period length of slow MA * volume : ...
Firetron's QuoteDecimals
stableReturns the number of decimal places supported by the QuoteCurrency. Custom Command Dependencies: Firetron’s CountDecimals
Haas Script version of the Volume-Weighted Moving Average. Parameters: * source : Price source * volume : Volume source * period : Perio...
Firetron's FormatDateTime
stableFormats a unix datetime number (to "YYYY-MM-DD at HH:MM" by default). Custom Command Dependencies: None Test Script: if not Load('done'...
DoubleDelayedHullMA
stableTwo Hull MA, One is delayed. (Signal on cross) You could experiment with different long short lengths..
Indicator: CC_Theodore
stableCustom Indicator Command from a Haasonline Original favorite... RSI with 3 lengths..
Easy version of the ACO indicator custom command.
Firetron's ObjectArray
stableCreates and returns an ObjectArray Class instance. It has less operations than a normal array, but it can store objects instead of just s...
Formats a number to be rounded and have the profit currency symbol.