Hey, I am glad to present you one of the strategies where I put a lot of time in it. This strategy can be adapted to all type of timecharts like scalping, daytrading or swing. The context is the next one : First we have the ATR to calculate our TP/SL points. At the same time we have another rule once we enter(we enter based on % risk from total equity, in this...
An experiment to combine two range filters and plot the average of both to smooth out the signals. This works significantly better than the typical ATR set-up, but there's still too much noise here to set and forget with bots. Use it as the basis of your own system with additional filtering on top.
This is ATR in pips. This was requested by user @ElixiumCapital. ATRPIPs in his words: "ATR PIPs is useful for finding markets with your desired amount of volatility, for example I prefer to trade forex pairs with the highest amount of volatility in the past 5 days, setting the length parameter to 5 days. And setting my stop loss at 25% to 33% of the the...
The general idea of using SwingArms is to provide a visual confirmation of a trend change. Green for bullish (BUY) Red for bearish (SELL) A color-coded system providing an easy way for a novice to understand. Converted to TradingView based on the work of Jose Azcarate. I hope you guys enjoy.
ATR Trailing Stoploss Buy=crossover(close,TS) Sell=crossunder(close,TS)
***************************************************************NO BIAS, NO GUESSING, JUST MATH****************************************************************************************** This script includes open-source code from the following authors: HPotter ChrisMoody LonesomeTheBlue mejialucas Thank you authors for publishing your work This script was...
I created a version of Parabolic SAR when I accelerate it not based on the difference from the extreme point but based on current ATR. So the idea is that for a more volatile market it should move faster. Performance is calculated based on 25% equity invested and 0.1% commission. What do you think about it? Does it make sense to do something like that? Do you...
Profit Maximizer Indicator on RSI with Tillson T3 Moving Average: PMax uses ATR calculation inside, for this reason users couldn't manage to use PMax on RSI because RSI indicator doesn't have High and Low values in bars, but ATR needs that values. So I personally calculate RSI in a different way to have High and Low values of RSI wrt price bars. ...
I'm a big fan of simple strategies. This one is a very simple one. So it consists only from one Trailing SL. When SL is hit, the position is reversed and SL is tracked for a new position. You can choose one of 3 types of SL: % of your price ATR - it is calculated as current ATR * multiplier Absolute As you can see even this simple strategy can show...
This is an intraday indicator. Average Daily Range provides an upper and lower level around the daily open. It is calculated by taking an EMA/SMA average of a given number of previous days' True Range. It can be useful for helping guide support and resistance, for taking profits and for placing stops. It's a similar idea to the ATR indicator, but calculated...
Fibonacci Fans application on top of Previous Higher TimeFrame High and Low. Idea owner is @faizannawaz1, special thanks to him for both the idea and tesing the application WARNING : Study includes plottings in the future, and due to temporal gaps in non 7/24 markets such as weekends, holidays etc plotting of the fans will move to the open session (the effect...
CDC ATR Trailing Stop V2.1 The indicator / system was developed a few years ago. Contains two ATR trailing stop lines, fast and slow. The slow ATR SL line is the same as the one in a normal ATR trailing stop loss indicator. The fast one is created to generate buy/sell signals To use the signals, activate them from the indicator's settings (gear icon next to...
Same coding only coloring and information panel was added. CDC ATR Trailing Stop V2.1 (2013) //Barcolor Green = Trail1 > Trail2 and close > Trail2 and low > Trail2 Blue = Trail1 > Trail2 and close > Trail2 and low < Trail2 Red = Trail2 > Trail1 and close < Trail2 and high < Trail2 Yellow = Trail2 > Trail1 and close < Trail2 and high > Trail2 //It gives White...
A simple indicator of trend by using 3 EMAs of multiplies of 2, 5 and 10, filtered by standard positive/negative directional movements (DM) which are the base of Average Directional Index (ADX). The "Trend Strength" option is included to set the EMA multipliers and also the variation between DM+ and DM- which interpret the trend as a weak or a strong one. Note...
Simple ATR-scaled levels or bands of suggested price to take profit on directional trades.