Good afternoon traders. Have you ever got trapped on the middle of a consolidation? Well, it just happened to me trading the 1 minute chart last friday! So, I coded this script to display a percentage of ATR for a given resolution. Now, how can you benefit using this information? For example: Using the standard settings (resolution is calibrated 15 minutes...
This is an indicator, That works great in a wip-saw market range. Would not use this to trade in a breakout. I am calling it the "Transaction Value Index (UCS_TVI)", The reason is because, it measure where the price currently from the mean trade value. The cross represents the highest trade value on that day, circle represents the lowest trade value. In other...
My strategy uses a combination of three indicators MACD Stochastic RSI. The Idea is to buy when ( MACD > Signal and RSI > 50 and Stochastic > 50) occures at the same time This strategy works well on stocks and cryptos especially during market breaking up after consolidation The best results are on Daily charts , so its NOT a scalping strategy. But it can...
A small script to quickly scan through coins based on % volatility, eg. for AB-trading. Both lookback length of the number of bars and the minimum volatility threshold can be changed. JD.
Philakone's Swing Trading Strategy Example Chart
Combining DMI And Moving Average For A EUR/USD Trading System, by Rombout Kerstens The related article is copyrighted material from Stocks & Commodities Aug 2009
Made a new version of my trading system. I have added a cloud that is made with 45 EMA and 104 MA. Now you can choose where to set trailing stop. As shown in the example you set trailing stop under the cloud.
DESCRIPTION It seems profitable with applying some filters on the MACD indicators Using the historical data only without the look ahead option to avoid the repainting issue Supporting a schema to do studies with different sources with smoothing option to remove noises from the historical data Supporting different methods to do price average (i.e. MA) of MACD ...
After a long gap, I have written the 5th tutorial for the pine script. You can find the others below, if you read through all of these you should be good to do your own...
Co-variance is a representation of the average percent data points deviate from there mean. A standard calculation of Co-variance uses One standard Deviation. Using the empirical rule, we can assume that about 68.26% of Data points lie in this range. The advantage to plotting co variance as a time series is that it will show you how volatility of a trailing...
DESCRIPTION This update is requested by RickMadison based on his original script to remove the repainting issue
GUPPY MULTIPLE ESTIMATED MOVING AVERAGE (EMA) is for Trend Trading. This script uses three sets of crosses to give us an indicator of possible trend reversal. Red cross is the first alert, followed by blue and black. Black cross being the strongest, red cross weakest. More information about Guppy Trading can be found in the link below
Highlights trading hours using background colors
The Chauvenet criterion is a well-known criterion of selection and rejection of the data used by the Physics. It establishes that in an experiment is well to discard the data whose distance from the average is greater than a certain number of the delta. In the stock market if prices move away from the average with a volatility too high are suspect. This principle...
adjustment of sirolf2009's script, with alerts all credits go to him