Since my own style is Smart Money Concept and these days I have seen a lot of my friends who are having trouble identifying structures for their indicators and strategies. I wrote this code so they could use it in their strategy . In fact, this type of structure, as one of the strongest technical structures, can increase the success of your strategy according to...
The Rocket Grid Algorithm is a trading strategy that enables traders to engage in both long and short selling strategies. The script allows traders to backtest their strategies with a date range of their choice, in addition to selecting the desired strategy - either SMA Based Crossunder or SMA Based Crossover. The script is a combination of trend following and...
What? In the price action, levels have a significant role to play. Based on the price moving above/below the levels - the underlying instrument shows some price-action in the direction of breakout/breakdown. There are plenty of ways level can be determined. Levels are the decision point to take a trade or not. But if we make the level derivation complex, then...
Flying Dragon Trend Strategy can be used to indicate the trend on all timeframes by finetuning the input settings. The Flying Dragon Trend family includes both the strategy and the indicator, where the strategy supports of selecting the optimal set of inputs for the indicator in each scenario. Highly recommended to get familiar with the strategy first to get the...
Larry Williams used this system to win the trading championship Hello friends, I bring a script with a trading strategy to be used in futures such as Index, Forex and Commodities. Developed by famous trader Larry Williams. In them we use two 3-period Simple Moving Averages (Arithmetic) (one with the high price, the other with the low price), and a 21-period...
this is my strategy, built in this, i working in the code you must wait a bit more .......................................................
This is a script to color code bars based on the bullish- and bearish combination. Bullish Combination Percent: Price >= 4% from yesterday and Volume today > Yesterday Dollar: Price >= 0.9 dollar from open Base Requirements - Price > Yesterday's close - Price > Open - Price is within 30% of high - Todays price range >= Yesterdays price range - Yesterday's...
We are presenting you feature for strategies in Pine Script. This function/pine script is about NOT opening trades on selected days. Real usage is for bank holidays or volatile days (PPI, CPI, Interest Rates etc.) in United States and United Kingdom from 2020 to 2030 (10 years of dates of bank holidays in mentioned countries above). Strategy is simple - SMA...
This strategy uses the RSI indicator together with the Bollinger Bands to sell when the price is above the upper Bollinger Band (and to buy when this value is below the lower band). This simple strategy only triggers when both the RSI and the Bollinger Band indicators are at the same time in a overbought or oversold condition. UPDATE In this updated version...
█ Overview Breakout Probability is a valuable indicator that calculates the probability of a new high or low and displays it as a level with its percentage. The probability of a new high and low is backtested, and the results are shown in a table— a simple way to understand the next candle's likelihood of a new high or low. In addition, the indicator displays...
Here is a combination of the classic MACD (moving average convergence divergence indicator) with the classic slow moving average SMA with period 200 together as a strategy. This strategy goes long if the MACD histogram and the MACD momentum are both above zero and the fast MACD moving average is above the slow MACD moving average. As additional long filter the...
Bjorgum Reversal Bj Reversal uses Tilson moving averages to identify trend changes Bars change to yellow as bar close crosses the Tilson moving averages. Blue or red is confirmed as the two Tilson averages themselves cross. Reversal is great for pinpointing trend change often giving the absolute best entry or exit Its sensitive nature can mean more false...
Hello ladies and gentlemen 📒 INDICATOR OF THE DAY 📒 The TD sequential fans are going to love that one. TD Sequential has two parts – TD Setup and TD Countdown. The first phase of TD Sequential starts with a TD Setup and is completed with a 9 count. When the 9 count is completed, it is at that point, a price pause, price pullback, or reversal is likely. The...
TRADE CONDITIONS Long entry: QQE Mod changes to Blue (leading indicator) SSL Hybrid is Blue and price is above MA Channel line Waddah Attar Explosion is Green and above Explosion line Short entry: QQE Mod changes to Red (leading indicator) SSL Hybrid is Red and price is below MA Channel line Waddah Attar Explosion is Red and above...
Hello traders This script is an upgraded version of that one below New features - Upgraded to Pinescript version 5 - Added the exit SL/TP now in real-time - Added text fields for the alerts - easier to send the commands to your trading bots Step 1: Create your connector Adapt your indicator with only 2 lines of code and then connect it to this...
Hello All, For long time I got many request for Renko Candles and now here it's, Renko Candles Overlay . I tried to make almost everything optional, so you can play with the options as you want. Let see the options: Method: the option for brick scaling method: ATR, ATR/2, ATR/4, Percent, Traditional - ATR Period: period for Average True Range and it's...
Converted the hull suite into a strategy script for easy backtesting and added ability to specify a time periods to backtest over.
Trading moon phases has become quite popular among traders, believing that there exists a relationship between moon phases and market movements. This strategy is based on an estimate of moon phases with the possibility to use different methods to determine long/short positions based on moon phases. Note that we assume moon phases are perfectly periodic with a...