Browse Scripts
399 scripts available
Firetron's InputPriceSpread
stableCreates a group of inputs for Firetron's GetPriceSpread. Custom Command Dependencies: None Test Script: if not Load('done', false) then...
Firetron's BubbleSort
stableSorts a table using the bubble sorting algorithm. Custom Command Dependencies: None Test Code: if not Load('done', false) then local...
This script implements a comprehensive trading safety mechanism that includes trailing stops, fallback protection, and break-even safety ...
CC_easySMA_EXIT_
stableDependancy tripple MA by Ratimbum
By adding spaceing [spacebar] 2 spaces in front of Slow, 1 space in front of Fast Length You can order them.. And should also now come...
Another one for the rabbit hole, creating meta table like objects without the table commands. Use this framework to handle the recordin...
[cmd] ElapsedTime
stableGets the time of start to the time of finish of backtest for custom report on length. Usage CC_ElapsedTime(Time())
Get Throttled Templated
alphaPshai's Get Throttled in Firetron's command template. Added index keys for things to make your charting life easier. very much still in d...
Ehler's Fisher Transform
stableBased on the original Ehler's article on Fisher Transform: https://www.mesasoftware.com/papers/UsingTheFisherTransform.pdf This filter is...
[pshaiCmd] PlaceAnyOrder
stableA handy custom command to (maybe) make it a little easier to place orders in VE.
The original High Speed Prices by Pshai - Mod by me to include bid, ask, avg high, avg low and some syntax changes.
[cmd] EventTime
stableGets the time of an event for custom reports. CC_EventTime(Time())
Last version optimised for v4 [[The (InputButtons used) are NOT compatible with V3.]] -before merging with virtual actual order interim...
[cmd] ListDistinct
stableFor use where ArrayDistinct() is not available.
updated Firetron’s InputOrderOptions https://www.haasscripts.com/t/firetrons-inputorderoptions/ to include 9. reduceOnly - Boolean - (Opt...
This script represents a dynamic approach to managing trailing stop-loss orders in trading. It is a culmination of strategic methodologi...
added option to plot on chart used in VE template
I've come over a problem, I wanted to solve, that has to do with reaching deadlines in the future, like canceling a position or something...
[cmd] ListToString
stableConvert List to String for Logging usually Usage - CC_ListToString({['a']={1,2,3,4},'d','g',1,4,8,3,'3','4',{1}, ok="AverageOrderbookS...
CC_EasySimpleMovingAverage
stableEasy SMA with GetCrossOverUnderSignal (AKA Bot only goes in when the indicator crosses and will not imediatly take a position upon activa...
This simple snippet will help you when back testing your script/setting for SMM or any other bot that has size reduction setting. Now you...
CC_VPCI_Signal
stableSignal generation using Volume Price Confirmation Indicator (VPCI) with Plots and Highlight Breaches' Developed by Buff Dormeier, VPCI w...