Combo Backtest 123 Reversal & Dynamic Momentum Index This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
This indicator plots Dynamic Momentum Index indicator. The Dynamic Momentum
Index (DMI) was developed by Tushar Chande and Stanley Kroll. The indicator
is covered in detail in their book The New Technical Trader.
The DMI is identical to Welles Wilder`s Relative Strength Index except the
number of periods is variable rather than fixed. The variability of the time
periods used in the DMI is controlled by the recent volatility of prices.
The more volatile the prices, the more sensitive the DMI is to price changes.
In other words, the DMI will use more time periods during quiet markets, and
less during active markets. The maximum time periods the DMI can reach is 30
and the minimum is 3. This calculation method is similar to the Variable
Moving Average, also developed by Tushar Chande.
The advantage of using a variable length time period when calculating the RSI
is that it overcomes the negative effects of smoothing, which often obscure short-term moves.
The volatility index used in controlling the time periods in the DMI is based
on a calculation using a five period standard deviation and a ten period average
of the standard deviation.
WARNING:
- For purpose educate only
- This script to change bars colors.
M-oscillator
Laguerre RSI by KivancOzbilgic STRATEGYBacktesting.
" Laguerre RSI is based on John EHLERS' Laguerre Filter to avoid the noise of RSI .
Change alpha coefficient to increase/decrease lag and smoothness.
Buy when Laguerre RSI crosses upwards above 20.
Sell when Laguerre RSI crosses down below 80.
While indicator runs flat above 80 level, it means that an uptrend is strong.
While indicator runs flat below 20 level, it means that a downtrend is strong. "
Developer: John EHLERS
Author: KivancOzbilgic
Fractal Breakout StrategyFractal
A type of pattern used in technical analysis to predict a reversal in the current trend. A fractal pattern consists of five bars and is identified when the price meets the following characteristics:
1. A shift from a downtrend to an uptrend occurs when the lowest bar is located in the middle of the pattern and two bars with successively higher lows are positioned around it.
2. A shift from an uptrend to a downtrend occurs when the highest bar is located in the middle of the pattern and two bars with successively lower highs are positioned around it.
Reticulata Enhanced - StrategyThis script is the backtesting for Reticulata Enhanced.
Building on our core script - Reticulata, the enhanced version features several requested extras to give you more flexibility with your trading style.
What is Reticulata Enhanced?
The Reticulata core leverages a blend of MA/RSI strategies mixed with the Bull Bear Bots optimised logic for risk management. This enhanced version takes it a step further with additional risk management features:
Trailing Stop
Fixed Stop
Fixed Stop, but move at TP
Trend confirmation
Usage
Using the indicator is as simple as:
1. Select the strategy, or combination of strategies you want to use
2. If desired, select one or more of the available trend filters
3. Adjust your stop options
4. Review backtest results
Markets
Like the core, the enhanced algo also supports a range of markets and timeframes, including the majors (EURUSD, etc...) in Forex and a variety of Cryptocurrencies including Bitcoin (BTC/XBT etc...).
All of our scripts are designed for manual traders but are ready to use with automated trading bots.
Volume and Price Moving average StrategyNAME : Volume and Price Moving average Strategy
SUMMARY
Long when Indicator >= BuyandSell
Short when Indicator < BuyandSell
It is an index created by combining the moving average of trading volume and price.
To avoid future reference, you must set the Candle Chart time and Resolution Time equally.
If you set it differently, there is a gap in yield due to future reference.
For MA Type and MA period, it is to select what the moving average of the price will be set to.
For Indicator Value, it is about the set value of this indicator.
Price Type is what to use for price. Market price, low price, closing price, high price, typical price (market price + high price + low price) / 3, center (market price + high price) / 2
There are six types.
BuyandSell is to set the index value to enter and clear. The default is 0.
Although it can be set to 0 or more, there is a risk of over-optimization.
As you can see from the profit curve, Bitcoin is a good strategy that works well when volatility is high.
MDD is too large to operate with this indicator alone, so it would be good to use it with other indicators.
If you leave a good indicator comment, I'll test it. Thank you.
==========================
Korean
거래량과 가격의 이동평균을 조합하여 만든 지표입니다.
미래참조를 피하기 위해서는 반드시 캔들 차트의 시간과, Resolution Time을 똑같이 설정해야 합니다.
다르게 설정할 경우 미래참조로 인한 수익률 괴리가 생기니 꼭 똑같이 설정해주세요.
MA Type, MA period의 경우 가격의 이동평균을 무엇으로 설정할 것인지 선택하는 것 입니다.
Indicator Value의 경우 이 지표의 설정 값에 대한 것입니다.
Price Type은 가격으로 무엇을 사용할 것인지 입니다. 시가, 저가, 종가, 고가, Typical Price (시가+고가+저가)/3, Center(시가+고가)/2
이렇게 6종류가 있습니다.
BuyandSell은 진입, 청산할 지표값을 세팅하는 것입니다. 기본값 0입니다.
0이상, 이하로도 설정할 수 있지만, 그렇게 할 경우 과최적화의 위험이 있습니다.
수익 곡선을 보시면 아시겠지만 비트코인이 변동성이 클 때 잘 먹히는 좋은 전략입니다.
이 지표만으로는 MDD가 너무 커서 운용하기 힘드니 다른 지표와 같이 활용하시면 좋을 것 같습니다.
좋은 지표 코멘트로 남겨주시면 테스트 해보겠습니다. 감사합니다.
Why is it ok to backtest on TradingView from now on!TradingView backtester has bad reputation. For a good reason - it was producing wrong results, and it was clear at first sight how bad they were.
But this has changed. Along with many other improvements in its PineScript coding capabilities, TradingView fixed important bug, which was the main reason for miscalculations. TradingView didn't really speak out about this fix, so let me try :)
Have a look at this short code of a swing trading strategy (PLEASE DON'T FOCUS ON BACKTEST RESULTS ATTACHED HERE - THEY DO NOT MATTER). Sometimes entry condition happens together with closing condition for the already ongoing trade. Example: the condition to close Long entry is the same as a condition to enter Short. And when these two aligned, not only a Long was closed and Short was entered (as intended), but also a second Short was entered, too!!! What's even worse, that second short was not controlled with closing conditions inside strategy.exit() function and it very often lead to losses exceeding whatever was declared in "loss=" parameter. This could not have worked well...
But HOORAY!!! - it has been fixed and won't happen anymore. So together with other improvements - TradingView's backtester and PineScript is now ok to work with on standard candlesticks :)
Yep, no need to code strategies and backtest them on other platforms anymore.
----------------
Having said the above, there are still some pitfalls remaining, which you need to be aware of and avoid:
Don't backtest on HeikenAshi, Renko, Kagi candlesticks. They were not invented with backtesting in mind. There are still using wrong price levels for entries and therefore producing always too good backtesting results. Only standard candlesticks are reliable to backtest on.
Don't use Trailing Stop in your code. TradingView operates only on closed candlesticks, not on tick data and because of that, backtester will always assume price has first reached its favourable extreme (so 'high' when you are in Long trade and 'low' when you are in Short trade) before it starts to pull back. Which is rarely the truth in reality. Therefore strategies using Trailing Stop are also producing too good backtesting results. It is especially well visible on higher timeframe strategies - for some reason your strategy manages to make gains on those huge, fat candlesticks :) But that's not reality.
"when=" inside strategy.exit() does not work as you would intuitively expect. If you want to have logical condition to close your trade (for example - crossover(rsi(close,14),20)) you need to place it inside strategy.close() function. And leave StopLoss + TakeProfit conditions inside strategy.exit() function. Just as in attached code.
If you're working with pyramiding, add "process_orders_on_close=ANY" to your strategy() script header. Default setting ("=FIFO") will first close the trade, which was opened first, not the one which was hit by Stop-Loss condidtion.
----------------
That's it, I guess :) If you are noticing other issues with backtester and would like to share, let everyone know in comments. If the issue is indeed a bug, there is a chance TradingView dev team will hear your voice and take it into account when working on other improvements. Just like they heard about the bug I described above.
P.S. I know for a fact that more improvements in the backtesting area are coming. Some will change the game even for non-coding traders. If you want to be notified quickly and with my comment - gimme "follow".
Combo Backtest 123 Reversal & DSS Bressert This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
Double Smoothed Stochastics (DSS) is designed by William Blaw.
It attempts to combine moving average methods with oscillator principles.
WARNING:
- For purpose educate only
- This script to change bars colors.
SMS LTF Strategy [Nicholas Merten] - BlockchainSpecialistsHi, this is my interpretation of the SMS indicator, optimised for Lower Time Frame Trading - previously coded by myself (see profile) and u/SandRocks99 - These versions can be found by searching for TradingView indicators with the title:
"SMS Indicator"
I would recommend checking these indicators out first, and joining the 'SMS Indicator Group' Telegram.
To keep things simple for testing ,and so users can get the hang of what is going on, I've removed a lot of the input settings to show how the strategy performs on default settings.
I would recommend only trading Crypto against USD pairs, as TradingView has some issues calculating performance against BTC or other Crypto pairs.
Performance on all USD pairs on ByBit seems to be promising.
If anyone feels like they can improve the performance, or has any ideas or aspirations for automating this strategy, please PM me.
Any issues, comment or let me know personally.
Thanks a lot.
Cracking Cryptocurrency - Bottom Feeder Strategy TesterBottom Feeder - Strategy Tester
The Bottom Feeder is designed to algorithmically detect significantly oversold conditions in price that represent profitable buying opportunities. Combining this with it’s unique Stop and Target System, the Bottom Feeder is designed to return consistent return with minimal draw down. Whether used as a Market Bottom Detector or as a system for executing safe, profitable mean reversion trades, the Bottom Feeder is a powerful tool in any trader’s arsenal.
Bottom Feeder was designed to be used on BTCUSD, however it is also effective on other USD/USDT pairs. One will have to check the individual pair they wish to trade with the Strategy Tester to simulate performance.
Strategy displayed is from 2018-2021 on **Conservative Mode** with Percent of Equity (30%) enabled.
Options
Let’s go through the input options one by one, so that you are able to comfortably navigate all that this indicator has to offer. The link below will display a picture of the layout of the settings for your convenience.
For the sake of simplicity, let’s note now that all settings marked **Conservative Mode** will not work in Aggressive Mode.
Mode : Determines how aggressively Bottom Feeder generates a buy signal. In Conservative Mode, trades can only be opened once per candle and the stop and target will update as new signals appear. In Aggressive Mode, a separate trade is opened each time Bottom Feeder signals, which may be multiple times within one Daily candle.
Position Sizing Strategy : Determines what Risk Management system you will deploy when trading Bottom Feeder. Your options are “Percent of Equity” and “Distance to Stop Loss”. If Percent of Equity is selected, a trade size will be equal to a percentage of your equity, pursuant to the value in the ‘Percent of Equity’ box. If Distance to Stop Loss is selected, then your Position Size will be determined based off the distance to your stop loss and the value in the ‘Risk Percentage’ box.
Percent Of Equity : Determines what percentage of your equity will be allocated to each trade when ‘Position Sizing Strategy’ is enabled.
Risk Percentage : Determines the size of each trade if ‘Distance to Stop Loss’ strategy is enabled. This value reflects what percent of your account you will lose per trade if the trade hits your stop loss.
Plot Target and Stop Loss : Toggles on/off the visualized take profit and stop losses on the chart.
**Conservative Mode** TP Multiplier : This is an input box, it requires a float value. That is, it can accept either a whole number integer or a number with a decimal. This number will determine your Take Profit target. It will take whatever number is entered into this box and multiply the Average True Range against it to determine your Take Profit.
**Conservative Mode** SL Multiplier : See above - this will modify your Stop Loss Value.
**Conservative Mode** Average or Median True Range : This is a drop-down option, the two options are Average True Range or Median True Range. If Average True Range is selected, then this indicator will use the Average True Range calculation, that is, the average of a historical set of True Range values to determine the Average True Range value for Target and Stop Loss calculation. If Median True Range is selected, it will not take an average and will instead take the Median value of your historical look back period.
**Conservative Mode** True Range Length : This is an input that requires an integer. This will represent your historical lookback period for Average/Median True Range calculation.
**Conservative Mode** True Range Smoothing : This is a drop-down with the following options: Exponential Moving Average ( EMA ), Simple Moving Average ( SMA ), Weighted Moving Average ( WMA ), Relative Moving Average (RMA). This will determine the smoothing type for calculating the Average True Range if it is selected. Note: if Median True Range is selected above, this option will not have any effect as there is no smoothing for a Median value.
**Conservative Mode** Custom True Range Value? : This is a true/false option that is false by default. If enabled, it will override the Average/Median True Range calculation in favor of a users custom True Range value to be input below.
**Conservative Mode** Custom True Range Value : This is an input box that requires a float value. If Custom True Range is enabled this is where a user will input their desired custom True Range value for Target and Stop Loss calculation.
From Month/Day/Year to Month/Day/Year : This sets the Time Frame of your backtest for the Bottom Feeder Strategy. It will run FROM the date selected TO the date selected.
Stop and Target Description
Because Bottom Feeder is designed only to scalp the various market bottoms that can appear over time in the market and not to identify trends or to trade ranges, it’s imperative that the indicator notify us not just to when to enter our trades, but when to exit! In the service of that, CC Bottom Feeder has a built in Stop and Target system that tracks and displays the stop loss and take profit levels of each individual open trade, whether in Aggressive or Conservative Mode.
Conservative Mode Targeting: In Conservative Mode, Bottom Feeder signals are aggregated into a compound trade. The signal will appear as a green label pointing up below a candle, and will appear upon a candle close. If Bottom Feeder then generates another signal the stop loss and target price will be updated. The process will continue until the aggregated trade completes in either direction. On a trade with multiple signals, a larger position is slowly entered into upon each buy signal.
Aggressive Mode Targeting: In Aggressive Mode, Bottom Feeder signals are individually displayed as they are generated, regardless of how many signals are generated on any single candle. If Bottom Feeder continues to signal, each individual open trade will have their own stop loss and target that will be displayed on the chart until the individual trade completes in either direction. As opposed to a large compound position, aggressive mode represents a higher number of independent signals with their own stop and target levels.
Stop losses and targets are designed to be hard, not soft. That is, they are intended to be stop market orders, not mental stop losses. If price wicks through the target or stop, it will activate.
Trendless MACD Strategy (Trendless Strategy Series -1 )I Try to eliminate the trend of the stock to see a clear version of the indicators. If you have any idea about that topic, you can send a message to me and we can improve this idea together.
Renko Stock DailyHello,
This strategy must be use only for stocks. It doesnt work with FOREX or others..
You must use it only for renko candles
Best regards
Pivot RSI - A trading strategy using Pivots Rel StrengthThis strategy uses a new concept called Relative Strength of Pivots.
The concept emanates from the fact that the market weakness starts from bottom to top when it comes to pivot as against top to bottom in conventional indicators.
It signals long if the daily pivot shows better strength than monthly pivots and short if the daily pivot shows weaker strength than monthly pivots.
The Strength of pivots is defined better if :
a) if relative strength of lower pivots are higher than higher pivots or crosses higher pivots.
b) if relative strength of lower pivots are sloping upwards and is above mid point (50).
This strength of pivots is combined with pivot shift indicator for additional confirmation which means that if pivot shift indicator is sloping upwards and the strength of pivots satisfies the above definition, then the long is signalled.
How to use this in trading?
The best way is to have this indicator along with the following
a) 50 period ema
b) 200 period ema
c) Daily CPR / Weekly pivot / monthly pivot (MUPS indicator preferred - Please refer to the same in public library)
d) Pivot Shift Indicator (IndianPivotBossPivotShiftIndicator - Please refer to the same in public library)
When a long is signalled, ensure that there are no immediate nearby resistances in the form of EMAs or Pivots. Similarly when a short is signalled, ensure that there are no immediate nearby supports in the form of EMAs or Pivots.
In other words when a long is signalled and if there is a nearby resistance, just wait for the resistance to break convincingly before going long and vice versa for shorts.
In general a blue color indicates that the strength of daily pivot is better alongwith a bullish pivotshift which facilitates a possible long and HENCE STRICTLY SHOULD NOT BE ON THE SHORT SIDE.
In general a red color indicates that the strength of daily pivot is better alongwith a bearish pivotshift which facilitates a possible short and HENCE STRICTLY SHOULD NOT BE ON THE LONG SIDE.
Please ensure that you use this with a proper Risk Management and Money Management guidelines.
Patient Trendfollower (7)(alpha) Backtesting AlgorithmThis is an alpha version of backtesting algorithm for my Patient Trendfollower (7) strategy. It can help you adapt the indicator to other charts than EURUSD. Please bear in mind that price action, volume profiles and supzistences are a catalyst for successful trading, not an indicator. You can get significantly better results if you use these things in your trading and use Trendfollower only as a secondary tool.
Patient Trendfollower Indicator
Thanks belongs to @everget and Satik FX, their contributions are highlighted on an indicator page.
RSI and Smoothed RSI Bull Div Strategy [BigBitsIO]This strategy focuses on finding a low RSI value, then targeting a low Smoothed RSI value while the price is below the low RSI in the lookback period to trigger a buy signal.
Features Take Profit, Stop Loss, and Plot Target inputs. As well as many inputs to manage how the RSI and Smoothed RSI are configured within the strategy.
Explanation of all the inputs
Take Profit %: % change in price from position entry where strategy takes profit
Stop Loss %: % change in price from position entry where strategy stops losses
RSI Lookback Period: # of candles used to calculate RSI
Buy Below Lowest Low In RSI Divergence Lookback Target %: % change in price from lowest RSI candle in divergence lookback if set
Source of Buy Below Target Price: Source of price (close, open, high, low, etc..) used to calculated buy below %
Smoothed RSI Lookback Period: # of candles used to calculate RSI
RSI Currently Below: Value the current RSI must be below to trigger a buy
RSI Divergence Lookback Period: # of candles used to lookback for lowest RSI in the divergence lookback period
RSI Lowest In Divergence Lookback Currently Below: Require the lowest RSI in the divergence lookback to be below this value
RSI Sell Above: If take profit or stop loss is not hit, the position will sell when RSI rises above this value
Minimum SRSI Downtrend Length: Require that the downtrend length of the SRSI be this value or higher to trigger a buy
Smoothed RSI Currently Below: Value the current SRSI must be below to trigger a buy
SPY - SPX - S&P --- DAILY MODELThis model is optimized for SPY on a daily time-frame.
Even though it is still profitable (Profit factor > 1) on other time-frames, such as 1h or weekly, I strongly advise you to NOT consider these signals.
You might also get positive returns on other assets, and time-frames, and I also strongly advise you to NOT consider them for your trades. For example:
AAPL-1h
GOOGL-D-W
TSLA-D-W
PYPL-D
INTC-W
MSFT-D-W
FDN-D-W
And so on …
This model is an optimization (parameters tuning) of a meta-model (generic model) for the SPY. It is mainly based on a conjunction of price & volume personal indicators for both entry and exit signals.
The relative portability of the model to other assets and time-frames, coupled with a "Development set -> Validation set" approach, confers it a stronger reliability, and a better warranty of not being « over-optimized ». The meta-model has also served for other model buildings, about 100 as of today.
Be advised that this model applied to real data will get much lower profit factors. During high-volatility periods (such as current times), the model might also be less accurate, as "News streams", more than "prices and volumes", make the market.
As always, this model is for an educational purpose only, and should never be considered as a single decision tool. So, study it, and make sure your decisions are still your own choice.
Combo Backtest 123 Reversal & CMOaDisparity Index This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
The related CMOaDisparity Index article is copyrighted material from Stocks & Commodities Dec 2009
My strategy modification.
WARNING:
- For purpose educate only
- This script to change bars colors.
ATA v4 StrategyAta strategy is include 3 different time frame = MTF
2 different moving average =MA
Oversold/overbought for relative strength index =RSI
Strategy exit for trailing stop loss %2 =TSL
MTF like 1 day, 4h and 5 min, between 2 moving averages like fibo numbers 21 and 34. Also strategy test for oversold up to 60 and overbought under the 25 with RSI. Stratefy exit include trailing stop loss %2 persantage for max. gain. It was created by XMAXPRO. This system is open to development.
TheEvilPeanutStrategy'The Evil Peanut Strategy'
Description:
This is a strategy that use breakout for entry and exits. It will close the trade in any direction (long or short) if the indicators are through the roof.
How to use :
Simply follow the signals as confirmations for your trades.
It will take time, but we will make money peanut by peanut with it. =D
Don't hesitate to contact me if you find anything wrong with it or if you have suggestions too add to it.
Happy Trading!
Combo Backtest 123 Reversal & Directional Trend Index (DTI) This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
This technique was described by William Blau in his book "Momentum,
Direction and Divergence" (1995). His book focuses on three key aspects
of trading: momentum, direction and divergence. Blau, who was an electrical
engineer before becoming a trader, thoroughly examines the relationship between
price and momentum in step-by-step examples. From this grounding, he then looks
at the deficiencies in other oscillators and introduces some innovative techniques,
including a fresh twist on Stochastics. On directional issues, he analyzes the
intricacies of ADX and offers a unique approach to help define trending and
non-trending periods.
Directional Trend Index is an indicator similar to DM+ developed by Welles Wilder.
The DM+ (a part of Directional Movement System which includes both DM+ and
DM- indicators) indicator helps determine if a security is "trending." William
Blau added to it a zeroline, relative to which the indicator is deemed positive or
negative. A stable uptrend is a period when the DTI value is positive and rising, a
downtrend when it is negative and falling.
WARNING:
- For purpose educate only
- This script to change bars colors.
Long/ Short with Big Trend v1.0-strategyHello traders,
This script using multi MA and EMA , MACD , RSI ... for vote BUY or SELL.
If 80% signal vote for BUY, signal Long will been active
or 80% signal vote for SELL, signal Short will been active
Recommend using this script for Trend trader, not using for Scalping trader or Swing trader!
Best backtest in:
- BTC/USDT H8, D1
- LTC/USDT: D1
- ETH/USDT: H8
- BCH/USDT: H2, H4
- LINK/USDT: H8
...
With other symbols and time frame, you can do it yourself.
We are recommend using with min time frame H2 for all symbol or using H8 only.
Setting for backtest:
- Signal %: set percent for active signal. Recommend set 80 for big time frame or 90-95 for small time frame.
- Trade type:
+ LongShort (default): trade Long and Short if you trade with margin account.
+ LongOnly: if you trade with spot account, select Long only for backtest.
+ ShortOnly: if you trade with margin account and like short only.
- Take profit %: close order if profit > this value. Set to 0 for disable this function.
- Stop loss %: close order if profit < this value. Set to 0 for disable this function.
Combo Backtest 123 Reversal & DiNapoli Detrended Oscillator This is combo strategies for get a cumulative signal.
First strategy
This System was created from the Book "How I Tripled My Money In The
Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies.
The strategy buys at market, if close price is higher than the previous close
during 2 days and the meaning of 9-days Stochastic Slow Oscillator is lower than 50.
The strategy sells at market, if close price is lower than the previous close price
during 2 days and the meaning of 9-days Stochastic Fast Oscillator is higher than 50.
Second strategy
DiNapoli Detrended Oscillator Strategy
WARNING:
- For purpose educate only
- This script to change bars colors.
Best Supertrend CCI StrategyHello traders
Someone requested the strategy version of the Supertrend CCI indicator
It's a Supertrend not based on candle close but based on a CCI ( Commodity Channel Index )
How does it work?
Bull event: CCI crossing over the 0 line
Bear event: CCI crossing below the 0 line
When the event is triggered, the script will plot the Supertrend as follow
UP Trend = High + ATR * Factor
DOWN Trend = Low - ATR * Factor
This is an alternative of the classical Supertrend based on candle close being above/beyond the previous Supertrend level.
Hope you'll enjoy it and it will improve your trading making you a better trader
Dave
DPO RMA STRATEGYThis strategy uses tradingview's built-in "Detrended Price Osciilator" ( DPO )indicator script.
It takes the average of 6 different fib lookback periods. (55,89,144,233,377,610)
This is plotted in the purple line.
It then takes the RMA of the DPO and uses the RMA's to determine entry points with crossovers and crossunders.
It's an extremely easy indicator to use. You mostly only need to adjust the last 2 inputs (These are the RMA Smoother inputs)
Works well with most any market and with any timeframe.
Works great on Heiken Ashi if you keep orders under 150. But I can't post in heiken ashi format thanks to automated traders complaining to tradingivew that they can't make any money with heiken ashi candles
And then pine coders like this that are embraced with high regard because they realized that they can spam a heiken ashi chart with over 400 trades and magically it has excessive slippage.