Browse Scripts
5 scripts available
Ported trading bot from this post: https://docs.wunderbit.co/free-tradingview-strategies/trading-bot-for-deribit/rsi-vwap-trading-bot-for...
When converting from PineScript to HaasScript, it's pretty common to find colors changing on some condition. This function imitates TV's...
Linear Regression calculated the same way as TradingView does, using LR_Intercept and LR_Slope types. Example/Usage: local c = ClosePri...
[pshaiCmd] Super Smoother
stableSuperSmoother ported from a TradingView script. Usage: local hlc = HLCPrices() local mean_line = OptimizedForInterval(0, || CC_SuperSmo...
This is a simple SIGNALS bot but it demonstrates how to use 'target position size' in a cycle function that constantly tries to close the...