Options Flow Intraday SentimentScript useful for Intraday Trading - which based on Options data loaded in background - is showing sentiment of Investors. Very often Options are forecasting and precedes moves that will happen later on derivatives like Futures Contracts. Due to its' nature, data is useful during Regular Trading Hours sessions ( RTH ).
We take into account Options Volume flow & Put/Call Ratio from Options. Data is based from dataset on Quandl and loaded to TradingView. Therefore data is normalized as per different factors we have different scale of received data. Then I apply calculations comparing PUT and CALL Volume, giving the biggest weight ratio to those Options which have nearest Expiration Date. Another condition taken into account is Type of Option: either In the Money, Out of Money or At the money. Last but not least for Options there is calculated risk, where those orderflow entries with lowest risk are having the biggest weight in calculation while those with highest risk - are having lower ratio. Risk is calculated based on delta factor (coming out of Options standard definitions).
Background of indicator is coloured in direction of sentiment when we have alignment of sentiment factors calculated in background in one direction. Script is displaying additionally PUT Volume, CALL Volume from Options and PUT/CALL Ratio. Those are only additional information that can be useful for traders, but the whole logic is hidden under the hood (as described earlier) and is showing coloured background when sentiment is aligned. Therefore be prepared to take potentially a trade in direction of the background - but not blindly
Currently it's supporting SPX ( S&P500 ) and support for more instruments will come with next updates.
Swissknife
Volume Zone Oscillator and Price Zone Oscillator (VZO/PZO)Credits go to @NeoButane as basis is taken from his open-source code and I modified it - changes described below.
Usage:
Positive -> bullish, negative -> bearish
-60/60 is seen as the limit of the oscillator range, and a pullback should be expected from there
-40/40 are in general Oversold/Overbought levels
Modifications:
added alerts
added Divergences formula
added additional types of smoothing
added signal display based on described above usage (extreme levels of oscillations and bounce back)
Ichimoku by HosodaWritten from scratch Ichimoku indicator, based on original calculations from Hosoda books. All formulas are exactly the same as Hosoda put them in his books, it contains additionally analysis from Higher Timeframe allowing to display Chikou trend, Kijun and Senkou-span B which are crucial in determining trend. It also contains overlay of Kyushu Legs. This is initial version of script and will be contanstly improved.
Some Ichimoku scripts have basic bugs in calculations and I ensure that formulas in this indicator are fully correct in relation to formulas provided by Hosoda.
SwissKnife DAX ZZBScript dedicated for Dax and listing all zones manually chosen and defined based on Dax observation. Script also allows to define offset that automatically recalculates zones, as original levels are valid for Futures Dax Contract. Levels of 14k and 13k are covered. Enjoy!