speed of tradesThis indicator calculates the speed of trades, on other platform that is called speed of tape, but they said you need delta and others for the calculation.
Calculation method
This indicator calculates the number of trades per bar and filter it, if they are above a sma it highlights the column to know that could be a bar where there are more trades than usual.
It's based on an example of pinescript v5 user manual where explain the use of varip
HF Bots filter and common uses
know where there are more trades than usual help you to have an idea that could be HF Bots working on that bar, also if you dont belive on that, can also help you to have an idea of momentum or stoping action.
Why is this indicator original?
The speed of trades indicator give you an counter of number of trades and a filter for bars where there are a lot of trades, so searching speed of tape/trades indicator that don't exist on tradingview, this indicator is original.
How to charge data?
By default it doesn't load historical tick data, this indicator only works on realtime bars.
Highfrequencytrading
Bollinger Band with RSI
Using combination bollinger band and RSI indicator as guide to predict price volatility and the best entry point. The strategy logic is pretty straightforward where we're interested with close price that touches the lower bollinger band ; there are only two scenarios that will happened after the price reaches the lower band; the price might rebound from the lower bollinger band or drop lower and continue downtrend. To confirm the price movement, we use a second indicator which is the RSI to further investigate the price trend. For example, if the price reaches the lower bollinger band but the RSI value is not in the oversold region, we can conclude that the price will go lower and continue downtrend. If the RSI value is in the oversold region, we can use this price area as our entry point.
Stop loss is necessary to avoid losing too much capital if the RSI value lingers too long in the oversold region.
Best take profit area is when the price rebound above the middle bollinger band area/upper bollinger band or when the RSI reaches overbought region; whichever comes first.
Long entry:
RSI < 30 & close price < lower bollinger band
Exit entry:
RSI > 70
Default stop loss: -25%
Up Down Alerts with MA Controlsimple up down candle alerts with a built in MA control
backtesting script: