Browse Scripts
399 scripts available
The Ragnorak
stableThis is an unfinished bot. This is the concept. We trade the perpetual swap 1 minute chart. This is meant as a trade assistant and yes, t...
This script implements a comprehensive trading safety mechanism that includes trailing stops, fallback protection, and break-even safety ...
[pshaiCmd] PlaceAnyOrder
stableA handy custom command to (maybe) make it a little easier to place orders in VE.
How to merge Input groupings work a round with InputSignalManagement
updated Firetron’s InputOrderOptions https://www.haasscripts.com/t/firetrons-inputorderoptions/ to include 9. reduceOnly - Boolean - (Opt...
Last version optimised for v4 [[The (InputButtons used) are NOT compatible with V3.]] -before merging with virtual actual order interim...
CC for Hann Windowed FIR Filtering Usage: local c = ClosePrices() local rsi = RSI(c, 14) local frsi = CC_FIRLTER(rsi, 14) local srsi = ...
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...
[CMD] Get Order Direction
stableGets the order direction as a signal enum - signallong, siignalshort, signalexitlong, signalexitshort, signalbuy, signalsell Usage - l...
[pshaiCmd] ListToStringList
stableConverts a list of numbers to a list of strings. Example: local tests = 100 local t StartTimer() CC_ListToStringList(ClosePrices()) t ...
[CMD] ToText
stableBasic variable to text command - used in various scripts of mine
https://www.haasscripts.com/t/firetrons-command-template/ further refine is welcome The color mapping should get some thought, maybe dy...
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...
added option to plot on chart used in VE template
Hey fellas! Here is an example code snippet to demonstrate how you can calculate your position size based on acceptable loss amount and ...
Example - Return multiple values from a function in SE
updated Firetron’s InputOrderOptions https://www.haasscripts.com/t/firetrons-inputorderoptions/ to include 9. reduceOnly - Boolean - (Opt...
Log it before you flog it... All that pesky TradeMarket Info Labeled for you KISSers 'So you know what is what.. ' [ or post flog it any...
- No external dependencies - example of how you can ab-use GetSuperSignal
Hi there Im new to scripting and trying to implement the RSI Divergence command that i found here on Hassscripts I saved the RSI Diverg...
trend test
stableTrend test
WARNING: TAKES A LOOONG TIME T O CALCULATE EVEN ON 1 DAY! Created based on description of https://www.tradingview.com/script/TMLC5Wma-Ad...
The "Improved Alpha Trend Indicator" script integrates advanced techniques like Nadaraya-Watson kernel regression and Optimized Trend Tra...