Browse Scripts
399 scripts available
Dependencies: https://www.haasscripts.com/t/pshaicmd-advanced-stochastics/ https://www.haasscripts.com/t/swma-sine-weighted-moving-avera...
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...
[pshaiCmd] PlaceAnyOrder
stableA handy custom command to (maybe) make it a little easier to place orders in VE.
updated Firetron’s InputOrderOptions https://www.haasscripts.com/t/firetrons-inputorderoptions/ to include 9. reduceOnly - Boolean - (Opt...
How to merge Input groupings work a round with InputSignalManagement
Last version optimised for v4 [[The (InputButtons used) are NOT compatible with V3.]] -before merging with virtual actual order interim...
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 for Hann Windowed FIR Filtering Usage: local c = ClosePrices() local rsi = RSI(c, 14) local frsi = CC_FIRLTER(rsi, 14) local srsi = ...
[CMD] ToText
stableBasic variable to text command - used in various scripts of mine
Hey fellas! Here is an example code snippet to demonstrate how you can calculate your position size based on acceptable loss amount and ...
[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 ...
https://www.haasscripts.com/t/firetrons-command-template/ further refine is welcome The color mapping should get some thought, maybe dy...
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...
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...