ATR LevelsThis is a script request by trader emma that calculates atr and plots the appropriate levels based on the multiplier
ATR
No Nonsense NNFX VP Strategy for Back Testing 3 x Indicators| jhAfter testing your individual indicators, it's time to build up your algo with additional indicators and further backtest the strategy.
Using SSL twice here, faster SSL for 1st confirmation, slower SSL for 2nd confirmation and TDFI for volume validation.
No Nonsense NNFX VP Strategy for Back Testing Indicators| jhAfter putting the whole system together, sat down to benchmark the various confirmation indicators, shrink it down to backtest individual confirmation indicators.
Results for 24 periods way better than 10, then again it's only one pair. :)
More details below.
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Designed per No Nonsense Forex VP rules
//For testing your individual indicators before the full system
//Originated from causecelebre
//Tried to put in as much VP rules as possible
///////////////////////////////////////////////////
//Rules Implemented:
///////////////////////////////////////////////////
// - SL 1.5 x ATR
// - TP 1 x ATR
//
// - Entry conditions
//// - Entry from 1 x confirmation
// - Exit conditions
//// - Exit on confirmation flip
///////////////////////////////////////////////////
//Trades entries
///////////////////////////////////////////////////
// - First entry L1 or S1 with standard SL and TP
///////////////////////////////////////////////////
//Included Indicators and settings
///////////////////////////////////////////////////
// - Confirmtion = SSL 10
///////////////////////////////////////////////////
//Credits
// Strategy causecelebre www.tradingview.com
// SSL Channel ErwinBeckers www.tradingview.com
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Change log
//First release. Testing of indicators
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
erasei's Swing Points with ATRA simple indicator to overlay high and low swing points with the ATR at each point to quickly see an ATR-based stop.
No Nonsense NNFX VP Strategy for Back Testing | jhMy first script, be kind :)
Most of the rules are implemented:
- Money management
- ATR, Baseline, Confirmation, Volume, Exit
More details below.
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Designed per No Nonsense Forex VP rules
//Made to be as modular as possible, so we can swap the indicators in and out.
//Originated from causecelebre
//Tried to put in as much VP rules as possible
///////////////////////////////////////////////////
//Rules Implemented:
///////////////////////////////////////////////////
// - SL 1.5 x ATR
// - TP 1 x ATR
//
// - Entry conditions
//// - Entry within 1 candles of baseline + 1 x confirmation + volume
//// - Entry only if baseline is < 1 x ATR
// - Exit conditions
//// - Exit on exit indicator or when baseline or confirmation flip
///////////////////////////////////////////////////
//Trades entries
///////////////////////////////////////////////////
// - First entry L1 or S1 with standard SL and TP
// - Second entry L2 or S2 with standard SL and exit upon the exit conditions
///////////////////////////////////////////////////
//Included Indicators and settings
///////////////////////////////////////////////////
// - Baseline = HMA 20
// - Confirmtion = SSL 10
// - Volume = TDFI 4
// - Exit = RVI 4
///////////////////////////////////////////////////
//Credits
// Strategy causecelebre
// TDFI causecelebre
// SSL Channel ErwinBeckers
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
EMA - Trend Strength - 1m ScalperThis is a very special script based on volume, supertrend and ATR which works successfully on a 1m chart for bitmex.
ETH/USD
LTCM19
XRPM19
EOSM19
ADAM19
BCHM19
*private use only
DEMA ATR Channels - New IndicatorA Double Exponential Moving Average (DEMA) with three sets of channel lines each one Average True Range (ATR) apart, above and below the DEMA.
Similar to my "ATR Channels" indicator, but using a DEMA instead of an EMA for the base. In addition, this indicator also plots a fast DEMA as well as a fill between the two. Fully customizable, you can toggle both DEMAs, the fill, and each set of ATR Channels.
ATR channel idea from Kerry Lovvorn as mentioned in Elder's "New Trading for a Living", page 93: "Kerry Lovvorn likes to plot 3 sets of lines around a moving average: at one, two, and three ATRs above and below an EMA . These can be used for setting up entry points and stops, as well as profit targets."
Multiple MA's & ATR-MultiplesPossibly useful to users that do not have a paid subscription. (multiple indicators in one script)
Exponential and simple moving average options with an option for a time frame other than current chart time frame combined with multiples of the average true range plotted as a chart overlay.
ATR ChannelsAn Exponential Moving Average (EMA) with three sets of channel lines each one Average True Range (ATR) apart, above and below the EMA. Fully customizable, you can toggle the EMA and ATR set visibility, line colors, etc.
Inspired by Elder's 'The New Trading For a Living' , page 93: "Kerry Lovvorn likes to plot 3 sets of lines around a moving average: at one, two, and three ATRs above and below an EMA. These can be used for setting up entry points and stops, as well as profit targets."
ATR and RSI Buy / Sell Signal Beta 1.0This has been a long time coming for me.
I need to clean it up and add inputs for others to customize it that's why its protected.
This is configured for US securities.
Goal: Signal when to enter a trade on either side
Method: ATR and 2 RSI signals using:
3 Minute Chart Resolution
MUST have an active (can be hidden) BUILT-IN ATR ; length = 4 and set to RMA smoothing
MUST add the script; THEN go to the scripts settings and change the source to ATR. TV does not allow this to be set to default (that I know of)
I have default settings how I use them but you can modify:
ATR period (Length) =4
ATR multiplier = 0.9 (can edit by 0.1 increments.
The 1st Length/offset/resolution is defaulted to the 1 minute RSI.
The 2nd Length/offset/resolution is defaulted to the 3 minute RSI.
1)
OVERBOUGHT or OVERSOLD
*Please understand I use a length of 4 for this script, that is why the RSI OB/OS limits are so high/low.
Overbought conditions will light yellow if the 1m RSI > 90 and the 3min RSI > 85 and the time is between 09:42am and 16:00
Oversold conditions will light yellow if the 1m RSI < 10 and the 3min RSI < 10 and the time is between 09:42am and 16:00
The script ensures that if it is OB/OS under these conditions than it will not signal a buy or sell.
2)ATR
The script identifies reversals via the close breaking past the previous ATR on the preceding candle. ATR will not move UP on a short and will not move down on a long. It trails the last candle it was not broken.
The script plots labels up and down to identify the start of a reversal. Each start will have an accompanying line to display the continuation of the trend in one direction.
The script displays the value of the STOP as it trails price action. One could continue to mirror this value if you chose to. I use the fib tool for my targets and manage it as P/A demands.
3) RSI SIGNALLING
The script identifies a trend by analyzing BOTH RSI (1m and 3m) measures and requires that the current bar's readouts for BOTH measures are either greater or lower than the preceding candle.
The script also requires that both measures are above or below 50 to signal a trend.
The script will plot the trend as arrows up or down, it will display a (-) when the these conditions are not met.
Requirements to signal a BUY (LIME GREEN) or SELL (BRIGHT RED):
**Ensure your chart candle colors are faded so you can see the signal.**
**Precision is set to 0; remember TV rounds up or down for the visual measure but uses the exact measure for the script**
During the first 12 minutes:
----------------------------------
There are no OB/OS conditions as informed in section 1.
ATR stop line must be present OR the current bar close is higher than the ATR stop of the preceding candle whether it is a long or short stop signal. Quick whips are accounted for.
The current bar close MUST be higher or lower than the preceding candle's HIGH or LOW.
The script MUST identify the RSI signalling as detailed above in section 3.
The candle will light LIME or BRIGHT RED when these conditions are met and will not deceive the statements I have made.
It is important to understand that the signal may become null if the conditions do not persist through the final close of the candle. This means that a snapshot of the indicator does not accurately represent
what it will display at different times during each countdown of EACH 3 minute candle. Sometimes it signals to go long and once RSI gets too high it no longer signals. This is a good thing. Limits FOMO entries.
@ 09:42 until 16:00
-----------------------------------
OB/OS yellow candles will now occur as detailed in section 1.
Candles MUST clear the HIGH or LOW of the TWO preceding candles.
Candles MUST be trending as defined in section 3.
Candles MUST conform the conditions of the ATR stop.
I want to thank;
@pinescripters
@freedom_trader_
and I will even thank the manual lol
I have manually back tested this because I am working on the proper coding to have TV do it for me.
My strategy requires me to cover 25% of my position at 0.5 of the TV ATR 4 length RMA indicator.
Once the first target is hit than the STOP is moved to break-even.
If the target is not hit than my maximum loss is also 0.5 of the TV ATR 4 length RMA indicator.
I tested 3 full days, always on the 3min chart.
I tested 96 trades. All occurring immediately upon signal.
85 were wins and 9 were losses, 88.5% profitable.
Please understand that my intend is to cover enough quickly to cover commission costs and limit losses.
The remaining 75% of my position are sold off in the following pattern unless P/A demands that I override the FIB tool. Let them run when you can.
Position ENTRY
25% cover @ 0.5 x ATR
25% of remaining position cover @ 1.75 x ATR
25% of remaining position cover @ 2.5 x ATR
25% of remaining position cover @ 3.5 x ATR (APX 40% of the initial position)
I will further back test in the near future with an expanded risk.
Alnami_Quantum_blocksThis is the revolution of renko... it is renko chart based on percentage movement of the underlying ..
User can set:
1- the % move that if exceeded, the channel will shift
2- entry strategy
3- exit strategy
SFL Daily ATR levelsAn indicator that plots the daily ATR upper and lower levels on a chart.
This is a TradingView re-write from Trader Dante's dATR indicator.
Stochastic + ATRStochastic oscillator with dynamic buy/sell levels. Levels calculate with volatility/averag true range. No repaint
Stochastic + ATRIt is a stochastic with dynamic buy sell levels. Levels are calculate from volatility/average true range. No repaints
ATR and MA/ATR in one indicatorThis indicator combine ATR and MA of ATR in one. Multiple options for ATR source of calculation and MA type.
X ATRCustom Multiplier of the Average True Range
Specify your look back period and multiplier, and plot it below the chart.
Highs Lows (with offset) + Median with ATR bandsScript shows Highest and Lowest values (default 10) for given bars back with possible offset on time assis (default 3) with their Median Line + ATR bands around it (no offset here).
ATR in %Muh indicator :)
Simple but so useful little script. I work in percents because this is what makes sense not "pips" and "ticks" my account grows or diminishes a certain percentage I risk "1%" for example not ticks, ticks is what bad dogs have.
Was tired of calculating manually every time.
Makes it easier to set stop losses, get an idea of what to expect, risk in a kind of worse case scneario, backtest strategies, compare charts etc quickly. More quick now.
Example.
Bitcoin and NatGas, you do NOT need leverage...
optionsellers.com that somehow got surprised by Natgas volatility and squeezed, I think he did not bother doing this...
Happens all the time on NatGas, that "short seller catastrophy" that made the headlines was not even that big of a spike...
Plenty of way worse ones not long ago
HMA ATR Range v2In Alan Hull's books he talks about his 'range indicator' which is the HMA and ATR to give buy / hold / sell signals.
It is the HMA with the ATR SL with the Trend and (ATR multiplier * Period) + HMA for the TP (upper range)
HMA ATR RangeIn Alan's books he talks about his 'range indicator' which is the HMA and ATR to give buy / hold / sell signals. This is my version as he doesnt give the formula.
It is the HMA with the ATR added and subtracted and plotted above & below the HMA to create a range.
According to Alan's terminology: HMA = Central Cord, SL = Lower deviation, TP = Upper deviation
Combo Backtest 123 Reversal & Average True Range Trailing Stops This is combo strategies for get
a cumulative signal. Result signal will return 1 if two strategies
is long, -1 if all strategies is short and 0 if signals of strategies is not equal.
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.
Secon strategy
Average True Range Trailing Stops Strategy, by Sylvain Vervoort
The related article is copyrighted material from Stocks & Commodities Jun 2009
WARNING:
- For purpose educate only
- This script to change bars colors.
Combo Strategy 123 Reversal & Average True Range Trailing Stops This is combo strategies for get
a cumulative signal. Result signal will return 1 if two strategies
is long, -1 if all strategies is short and 0 if signals of strategies is not equal.
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.
Secon strategy
Average True Range Trailing Stops Strategy, by Sylvain Vervoort
The related article is copyrighted material from Stocks & Commodities Jun 2009
WARNING:
- For purpose educate only
- This script to change bars colors.