Moving Average Scalping
Definition
The strategy uses Moving Averages to identify bullish and bearish fast price movements. The strategy is similar to normal crossing averages strategy, but should be applied on a small time frame as Scalping makes use of fast-paced price fluctuations.
Usage
Deployed will be 2 crossing moving averages (SMA or EMA). One MA will have a smaller smoothing value (Typically 5 Period MA) on a 1 to 5 minutes time frame. The other one will have a larger smoothing value (Typically 20 Period MA).
Confirmation signals for a bullish price movement are that price is above the shorter MA. A confirmation signal is that the faster MA will cross over the slower MA.
Bearish price movement is identified by price going below the faster MA and confirmed my the faster MA crossing below the slower MA.
PineScript
Long Position MA Scalping Strategy
Short Position Crossing MA Scalping Strategy