A new strategy in order to generate only buy and close_buy signals for your trading in short time frames.
What This is a plain and vanilla reversal based strategy for intraday (15m) timeframe on Futures prices of the assets. Now what all it comprises of? It finds out the dynamic support & resistance from Bollinger Band (20 period, 1.5 std dev). It finds out the potential divergence of price deviation from 5 period exponential moving average (EMA). If the...
When scalping options, users are looking for where breakouts are going to occur instead of sitting thru areas choppy price action that drain delta and cause them to lose value even if price is up trending. This script tries to identify when a trend reversal is expected based on one minute price action on the SPY. It alerts users to prepare for potential breakout...
Simple Vs. Exponential Moving Averages Formula for Exponential Moving Average (EMA) \begin{aligned} &\begin{aligned} EMA_{\text{Today}}=&\left(\text{Value}_{\text{Today}}\ast\left(\frac{\text{Smoothing}}{1+\text{Days}}\right)\right)\\ &+EMA_{\text{Yesterday}}\ast\left(1-\left(\frac{\text{Smoothing}}{1+\text{Days}}\right)\right)\end{aligned}\\ &\textbf{where:}\\...
This script was born out of my quest to be able to display strategy back test statistics on charts to allow for easier backtesting on devices that do not natively support backtest engine (such as mobile phones, when I am backtesting from away from my computer). There are already a few good ones on TradingView, but most / many are too complicated for my...
Strategy version of Combo Z Score Objective: Can we use both VIX and MOVE relationships to indicate movement in the SPY? VIX (forward contract on SPY options) correlations are quite common as forward indicators however MOVE (forward contract on bonds) also provides a slightly different level of insight Using the Z-Score of VIX vs VVIX and MOVE vs inverted VIX...
I don't know if there is any strategy based on RSI cross over. The strategy is designed based on RSI crossover, considering RSI(5) and RSI(11), with RSI(6) to identify highs & lows. I used this strategy to trade in Nifty 50 & Nifty bank indices. Whenever there is long mentioned on chart, I go for buying call option with premium near to 300, and placing stoploss...
This script uses 2 Bollinger bands and rsi oversold and overbought region to give signals. Basically, it detects those conditions where the market gets spiked in one direction aggressively(mostly during news) and then reverses back, although signals occur less frequently, this strategy is worth trying. Keep the timeframe for 5 minutes and trade for 5 candles i.e....
This strategy is developed based on my High Low Index SPY Top 40 indicator Notes: - this strategy is only developed for SPY on the 5 min chart . It seems to work with QQQ as well, but it isn't optimized for it - P/L shown is based on 10 SPY option contracts, call or put, with strike price closest to the entry SPY price and expiry of 0 to 1 day. This...
BO - Bar's direction Signal - Backtesting Options: A. Factors Calculate probability of x bars same direction 1. Periods Counting: Data to count From day/month/year To day/month/year 2. Trading Time: only cases occurred in trading time were counted. B. Timezone 1. Trading time depend on Time zone and specified chart. 2. Enable Highlight Trading Time to check your...
Another basic strategy most people learn at the beginning of their trading carreer (like me) is the RSI strategy. This is an adaptation of the built-in RSI strategy for use in binary options. Who knows, maybe one day i will graduate to CFD trading, but my time for trading in general is limited at the moment and I am very much still at the beginning of this entire...
I am learning pine script at the moment and this is my first attempt at creating an expire time based strategy for binary options based on a simple example like the built-in Channel Break Out Strategy.