Stochastic trader trades when market is oversold and overbought given by the stochastic oscillator.
Stochastic works better in a bound range market, for this we added a 3 moving averages filter. this way, when they are stacked, we know market is trending and we don't allow to open trades...
Releasing again, a free client script for VertexFX trading platform. This time it is a
standard deviation trader.
Using standard deviation bands, trades will be open when price exceeds this indicator and
closed when they get back to the center, an equilibrium again.
Center is measured...
WMAScaler is a VerteXFX client script that will open trades when the prices are higher and lower than 2 Weighted moving average and a volatility gicen by current bar high - current bar low is bigger than user input.
Scalper will trail to stop to lock profits. Tested in live account.
Code can...