True Emotion OscillatorThe True Emotion Oscillator is a combination of multiple signals such as stochRSI, Macd, Fisher, etc to gauge the emotion of the market based on a -100-+100 scale. I wanted to incorporate a visual style that would appeal to people while keeping it simple. This indicator also has divergence detection built in, but I think it lags behind based on the filter settings. Ideally I would remake this part of the script to be realtime detection.
How to use:
Buy when the signal is below 0 and starts to turn around. Sell when above 0 and turns back down.
Utilize divergence theory to find better entries.
Settings:
Change your chart background color to a solid #171a27 if you want to match my colors.
Signal smoothing - smooths the signal line to reduce noise.
Divergence Filter - How many bars back to start looking for divergences.
Show Hidden Divergence - Shows hidden divergences
Show Pivots - Turns on/off dots
TEO
Emas Teo ZuñigaEmas Teo Zuñiga is programmed by Ruben Jaramillo
This trading system analyzes the crossover of two exponential moving averages (period of 8 and 18) to generate buy and sell signals.
The strategy opens a buy position when the 18-bar moving average crosses above the 8-bar moving average and only if the same crossover occurred at least once during the previous 20 bars.
The strategy opens a sell position when the 18-bar moving average crosses below the 8-bar moving average.
The trading system doesn't contain any other rules such as stops or money management scripts. It can be applied to the stock, ETF, futures and Forex market.
By running an optimization, you can create several simulations or backtests with different EMA periods and then look for the best EMA cross parameters. The first period will vary from 5 to 50 and the second one will vary from 12 to 120. (8, 18, 50 by default)