ابحث في النصوص البرمجية عن "oscillator"
Trigonometric OscillatorIts a pretty old script and i have absolutely no idea how i did it, the code kinda look like the phase wrapping/unwrapping formula. This indicator is an oscillator, sometimes its reactivity is impressive so i think its a good idea to post it, feel free to experiment with it.
Chaikin OscillatorThis script plots the original Chaikin Oscillator in addition of highlighting positive/negative pressure areas.
Volume Weighted MACD OscillatorThis oscillator plots volume weighted convergence/divergence from the 20, 50 and 200 tick MA's. I wanted to build another way to look at the data I saw being generated in my first script.
Crypto McClellan OscillatorMcClellan Oscillator for cryptocurrency, taking into account only the top 40 cryptos.
Original code was by LazyBear.
Waddah Attar Explosion and WaveTrend Oscillator combinedWaddah Attar Explosion by LazyBear and WaveTrend Oscillator by Krypt.
All credits goes to LazyBear and Krypt, i have only done some combining with the two indicators, barcolors and BG colors to clarify entrys and exits.
Combine with CM_Williams Vix_Fix, Super Guppy R1.0 by JustUncleL and you have a powerful tool.
Barcolors to look for
Aggressive Buy 1 = Lime
Agressive Buy 2 = Aqua
Buy = Green
Sell 1 = Orange
Sell 2 = Red
This is my first try, so be nice to me :-)
Volatility Based Momentum Oscillator (VBMO)There is a frequent and definitive pattern in price movement, whereby price will steadily drift lower, then accelerate before bottoming out. Similarly, price will often steadily rise, then accelerate into a climax top.
The Volatility Based Momentum Oscillator (VBMO) is designed to delineate between steady versus more accelerated and climactic price movements.
VBMO is calculated using a short-term moving average, the distance of price from this moving average, and the trading instrument’s historical volatility. Even though VBMO’s calculation is relatively simple, the resulting values can help traders identify, analyze and act upon many scenarios, such as climax tops, reversals, and capitulation. Moreover, since the units and scale for VBMO are always the same, the indicator can be used in a consistent manner across multiple timeframes and instruments.
For more details, there is an article further describing VBMO and its applicability.
[astropark] MACD, RSI+, Awesome Oscillator//******************************************************************************
// Copyright by astropark v3.0.0
// MACD, RSI+, Awesome Oscillator
// 24/10/2018 Added RSI with Center line to have clear glue of current trend
// 10/12/2018 Added MACD
// 13/12/2018 Added multiplier for MACD in order to make it clearly visible over RSI graph
// 11/01/2019 Added Awesome Ascillator (AO)
//******************************************************************************
Adaptive Bandpass Trigger OscillatorThis is based off of Ehler's Bandpass Filter system (link below slides 15-17). I then used Ehler's methods for finding the dominant cycle to automatically input the dominant cycle to the length. Essentially Ehler runs a band pass with a given period to detrend the price data and highlight a cycle with the given frequency(length). This represents the In phase cycle. Ehler then creates the trigger line by taking the one bar momentum of the In Phase line, multiplying by 2Pi and then using this to create a 60 degree leading signal. The triggers are crossovers of the In Phase and Lead lines. You can also use conservative signals by waiting for the In Phase line to trend in the direction of the trigger crossover as well.
Delta represents how much to influence the oscillator by the price (Delta 0 is a perfect wave)
Alpha represents how quickly to adapt between the dominant cycle changes in the price.
Thanks to LazyBear for implementing Ehler's original adaptive code, which I used for this system
Thanks to HPotter for the BandPass Filter code, which I used as a base for implementing the rest of the system
www.mesasoftware.com
TMA OscillatorTMA Oscillator
To see how far the price is from the average
link tma all in one
At the end, everytime prices return back to average values, and prices can move away until some distance. We can buy or sell with mixed prices, that can provide us better buy or sell average cost.
You can use this indicator in your interested stock market..
With checking historical behaviour of the related stock market,
you can make balance on the indicator setting.
Klinger Volume OscillatorThis indicator was originally developed by Stephen J. Klinger (Stocks & Commodities, V.15:12 (December, 1997): "Identifying Trends with Volume Analysis").
NOTE : this is the only correct version of Klinger Volume Oscillator in the public library.
Like and follow for more open source indicators!
Happy Trading!
Rainbow OscillatorRainbow Oscillator script.
This indicator was developed and described by Dr. Mel Widner (Stocks & Commodities V.15:7: Rainbow Charts).
Multiple Majors Currency Basket Power Oscillatorthis script by RichardoSantos
description
--
Power oscillator to discern what currency's are stronger/weaker.
added option to use a smoothed source(close) for pooling the change, giving longer term directional bias, note that this causes lag in the results as MA's turn slower than price.
--
I added currency labels and changed line color only.
Stochastic CG Oscillator (Center of Gravity)Stochastic CG Oscillator (Center of Gravity) script.
This indicator was originally developed by John F. Ehlers (see his book `Cybernetic Analysis for Stocks and Futures`, Chapter 8: `Stochasticization and Fisherization of Indicators`).
Ehlers Fisherized Deviation-Scaled OscillatorEhlers Fisherized Deviation-Scaled Oscillator script.
This indicator was originally developed by John F. Ehlers (Stocks & Commodities V. 36:11: Probability - Probably A Good Thing To Know).
Elliot Wave Oscillator [River]Based on the usual Elliot Wave Oscillator but divided by price so it scales with history better, added the 4 colours and a signal line.
Higher High Lower Low OscillatorWith this oscillator you can see how higher and lows are developing against each other
Directional Movement Oscillator by KIVANÇ fr3762Directional Movement Oscillator is simply the difference of Di+ and Di- which helps traders to see the crosses of BUY/SELL signals more effectively.
Di+ crosses above Di- when indicator crosses above 0 which can be considered as a BUY signal.
and conversely Di+ crosses below Di- when indicator crosses below 0 which can be considered as a SELL signal.
Additionally I put a second (OPTIONAL) line (Signal line) which is a 8 bar SMA ( Simple Moving Average ) of DMOSC to confirm signals for further assistance.
Users can add the second optional line (Signal Line) by checking the box : Show SMA line? on the INPUTS section of the indicator SETTINGS menu.