Strooth
Scripts by Strooth
Basic bot/template for managing multiple positions and single order per position with stoploss and take profit Get a signal from where e...
Moved the slots into tables and added the main code into a go function which is called with optimized for interval and now backtesting wo...
Written in HaasScript but taken from the original visual editor version here VPM3 Manage and fix positions from Haas Script Bots as per ...
This is for momentum or swing each way, kind of like a trailing stoploss or profit trailer, but does not require a position id so its gre...
A modified version of Pshai's FEBE 1. Install all of these (they have their own requirements as well ) Required - https://www.haasscrip...
CPR Indicator
stableCPR (central pivots range) Indicator written for HaasScript. Can be used simply without any inputs or adjusted in the left menu. Usa...
Updated version of VPM for V4 using buttons and can still be called from another script using old logic for multi market controller scrip...
VWAP Deviation Bands
stableTriggers signal long/signal short on cross of the bands lines
Took the dynamic max open size and used firetrons template to make it a nice and neat command you can call in any of your scripts. Also u...
I see lots of people asking if they can do for each loops in visual editor. This should sort of help, but not great. You need to know th...
[CMD] BacktestSettings
stableThis expands from the balance monitor command as most of these things are all used together so I have combined most of the usual settings...
For the main description see the original indicator Strooths Candle Indicator This one is modified so you can feed it a list as require...
[CMD] Sync Positions
stableYes it works, Yes Its running on live working bots. Will sync positions with whats open at the exchange if the bot looses its amount or...
[cmd] getOID
stable---Usage local oid = CC_getOID(true, 1) ----blah get signal then place order if oid == '' and signal == SignalLong then oid = CC_getOI...
[cmd] GetPID (getPositionId)
stable---Usage for i=1, 100 do local LongPosId = CC_getPID(true, k) local ShortPosId = CC_getPID(false, k) do blah with LongPosId do blah w...
Pivot Points Indicator
stableAn indicator for signaling on pivot points - fib, cam, woodie, td and also mashed up my own custom one using a blend of them all and thre...
[CMD] Sleep
stableSimple command to sleep/pause scripts and includes a switch to disable in backtest. To sleep for 10 seconds for example CC_Sleep(10) ...
Template for using https://www.haasscripts.com/t/bot-engine-strooth-version-febe-mod/
RMA (mod)
stableJust a mod to enable/disable plot
Strooths Candle Indicator
stableScans price chart for defined list of known bullish/bearish candle patterns and their directions. The patterns were found on http://thep...