Librehash Heikin ScalpsThe ZN Heikin Candle Signals is a special indicator that is designed to do two things:
1. Provide all 'new' candles for you.
2. Provide entries and exits.
The purpose of this indicator is to provide a different set of candles that will allow you to see trends in the price data easier by smoothing it over and providing a slightly modified Heikin Ashi candle formula (no, it is not equivalent to the Heikin Ashi formula; i.e., the OHLC/4 for the opening that it commonly uses)
The indicator is fairly straightforward in its design as well, so this description will remain brief for the time being.
Essentially, what we did is create our own candle system. Then we installed buy and sell signals on those candles in order to give users super tight entries and exits.
Simple put, this is a must-have in any trading suite. These candles are not exact replicas of the Heikin Ashi, but rather a clever modification that allows for easier trend reading whilst still allowing you to exit at the tippy top or enter at the very bottom of a trend per the actual prices on the chart.
Here’s one major example:
Here we can see the indicator calling a sell before a major fall and not re-calling it until the precipitous negative price action completely exhausts itself.
Additional Notes
For some charts and time frames, you may need to tinker with the metrics in the control panel slightly (i.e., change the period and also the 'fastener' settings ever so slightly). Make sure to backtest after any and all changes that you make in the control panel and understand that different settings work better in different situations for different coins if you're looking to absolutely optimize this indicator for it to perform its best.
This is not necessary, but something that you all may find helpful as you're trading.
If you have purchased this indicator and you have any additional questions/concerns, please do not hesitate to reach out to me through here or via my other channels I have specified (TradingView does not allow me to post links; you know how to reach me).
Also, if you are interested in purchasing and have not done so yet, please reach out at your earliest convenience.
Thank you.
Heikin-ashi
Real Price for Heikin Ashi ChartsThe indicator is in the top left of the screen! That's all there is, by design.
This is a super simple indicator that allows you to see what the real price of a candle was when using Heikin Ashi charts, while not cluttering up your screen.
HA charts are a great way to help those who can be spooked by the chaos of the markets (I'm one!), but they have a big drawback in that the price you see on a HA candle is often significantly different from the real price that you would trade on. This brings issues of unrealistic expectations of profits/losses, and also makes back testing a strategy very difficult. I still wouldn't recommend ever using TradingView's "strategy" tool when using HA charts, but using this indicator you can do accurate manual back tests.
There's nothing plotted on the screen given that there's no real point in it, but you can make the lines appear if you wish - just go into settings and change the transparency.
The order of the numbers on the indicator match the OHLC (Open, High, Low, Close) format.
There's also settings to turn off one or more of the OHLC values, simply open the settings and go to Inputs. This could be useful for some people, as the High and Low values of HA candles are the same as regular candles. Only the Open and Close are different.
Any queries let me know.
DreamsDefined
兔子希双均线策略 EMA CROSSA single Indicator that has two EMA inputs (currently using 5, 13 for my crypto trading)
Dane - MA StudyThis strategy has been developed as a development service. It is published for customer acceptance and verification. As such, I am unable to provide access to anyone other than the paying customer. Sorry about that.
For those interested in development services, please check out the backtest-rookies (.com) website.
MA Study
This is a study version of the Dane - MA Strategy with few extra features:
Position Simulation - So we can synchronise with the strategy.
Alerts for Going Long, Short and exiting positions
Plotting entry/exit and close markers
Plotting dots at the bottom of the chart to show whether we are in a simulated long, short or flat state.
Dane - MA StrategyThis strategy has been developed as a development service. It is published for customer acceptance and verification. As such, I am unable to provide access to anyone other than the paying customer. Sorry about that.
For those interested in development services, please check out the backtest-rookies (.com) website.
MA Strategy
A Moving average crossover strategy using Heikin-ashi candles for confirmation. The strategy makes trading decisions based on Heikin-ashi data but trades on real candlestick charts to avoid incorrect backtest results.
The strategy includes optional plotting of HK candles on an overlay to help with strategy verification.
兔子希均线策略 ema strategy 2.0本策略是基于EMA10
用于平均K线图上(Heikin Ashi )
K线在ema10之上提示做多
K线在ema10之下提示做空
如果是看信号
日内交易者建议:
看1小时周期或者2小时周期多空信号出现之后
再到5分钟或者15分钟图小周期里找同向波段做单向单
用周期共振交易法提高胜算
本策略仅适用于抓取单边大波段行情
横盘震荡行情容易频繁止损
自行添加其他指标以过滤部分横盘震荡行情
This strategy is based on EMA10.
Use it on the Heikin Ashi
Crossing up ema10 prompt LONG
Crosing down prompt SHORT
If you look at the signal
Day traders suggest:
Look at the 1 hour cycle or the 2 hour cycle.
Then in 5 minutes or 15 minutes, find the same direction in the small cycle.
Using periodic resonance trading to improve odds
This strategy applies only to the single band market.
Sideways market is prone to frequent stops.
Add other indicators to filter partial market volatility.
Heikin-Ashi Smoothed with option to change MA types CryptoJoncisPine Script version=3
Author CryptoJoncis
Heikin-Ashi Smoothed
The Heikin-Ashi Smoothed study is based upon the standard Heikin-Ashi study with additional moving average calculations. The following is the calculation formula for the bars:
1. The current bar Open, High, Low, Close values are smoothed individually by using the moving average type specified by the Moving Average Type 1 Input with a length/period specified by the Moving Average Period 1 Input.
2. The Heikin-Ashi bar Open, High, Low, Close values are set using the smoothed values from step 1. This is performed using the standard Heikin-Ashi formula.
3. The final Heikin-Ashi Open, High, Low, Close values are calculated by doing a second smoothing of the bar values from step 2 by using the moving average type specified by the Moving Average Type 2 Input with a length/period specified by the Moving Average Period 2 Input.
If you choose to tick the box where it offers to use only one smoothed HA then it skips the third/final step and you do not need to choose the second MA type for it to work.
Remember, using FRAMA, always make sure you use even number for length.
For simple Heikin-Ashi, please tick single smoothed and DEFAULT (Not smoothed as there are no MA used)
Heikin-Ashi bars are calculated:
1. Close = (Open + High + Low + Close) / 4
This is the average price of the current bar.
2. Open = (Open of Previous Bar + Close of Previous Bar) / 2
This is the midpoint of the previous bar.
3. High = Max of (High, Open, Close)
Highest value of the three.
4. Low = Min of (Low, Open, Close)
Lowest value of the three.
Any questions/suggestions/errors or spelling mistakes? Please leave a comment and let me know. I will try to fix it.
This took me few days to finish, so I hope you will find it useful.
Would you like to have more MA type choices? Please comment down with any other which aren't included in this indicator and I will research them and add.
MA included in this script:
Tillson Moving Average (T3)
Double Exponential Moving Average (DEMA)
Arnaud Legoux Moving Average (ALMA)
Least Squares Moving Average (LSMA)
Simple Moving Average (SMA)
Exponential Moving Average (EMA)
Weighted Moving Average (WMA)
Smoothed Moving Average (SMMA)
Triple Exponential Moving Average (TEMA)
Hull Moving Average (HMA)
Adaptive moving average (AMA)
Fractal Adaptive Moving Average (FAMA)
Variable Index Dynamic Average (VIDYA)
Triangular Moving Average (TRIMA)
You can use,publish,modify this code in any way as you wish, but only if you reference me after.
You are not allowed to sell it as it is.
If this code is useful to you, then consider to buy me a coffee (or better a pint of beer) by donating Bitcoin or Etherium to:
BTC: 3FiBnveHo3YW6DSiPEmoCFCyCnsrWS3JBR
ETH: 0xac290B4A721f5ef75b0971F1102e01E1942A4578
References:
www.sierrachart.com
www.investopedia.com
www.binarytribune.com
www.investopedia.com
www.stockfetcher.com
www.mql5.com
www.incrediblecharts.com
help.cqg.com
www.blastchart.com
Nemeth CCI MACD StrategyBased on Joseph Nemeth trade system, applying Heikin Ashi and Renko charts. This strategy does not include the zone recovery approach
Kozlod - Heikin-Ashi Bar Color Change StrategyYou can use this script to backtest Heikin-Ashi bar color change strategy.
You have to apply this script to usual candles and not Heikin-Ashi!!!
Background color indicates HA bar color. On change you'll see green/red arrows and alert will be fired.
Also you can find in the code calculations of all HA OHLC values.
Kozlod - Heikin-Ashi Bar Color Change AlertsYou can use this script to setup alerts on Heikin-Ashi bar color change.
You have to apply this script to usual candles and not Heikin-Ashi!!!
Background color indicates HA bar color. On change you'll see green/red arrows and alert will be fired.
Also you can find in the code calculations of all HA OHLC values.
Trend_Noise_FilterA yes is when a candle closes the same colour as the preceding candle. A no is when it flips. Black bars on indicator signal a flip. Running count maintained in top left of indicator. Gives count from 01/01/2010 until present day.
Note: Hover over the latest bar to display the count up until today's date.
HA_Counter_V2A yes is when a red/green candle closes the same colour as the preceding candle. A no is when it flips.
HA_CounterScript to count the number of green and red Heikin-Ashi candles in a user specified date range.
Heikin-Ashi Candles (by Ethrex)Allows to see how Heikin-Ashi candles are computed and see the bars side-by-side with normal prices.
Gidra's Vchain Strategy v0.1Tested on "BTC/USD", this is a reversible strategy
If the RSI is lower than "RSI Limit" (for last "RSI Signals" candles) and there were "Open Color, Bars" green Heiken Ashi candles - close short, open long
If the RSI is higher than 100-"RSI Limit" (for last "RSI Signals" candles) and there were "Open Color, Bars" red Heiken Ashi candles - close long, open short
- timeframe: 5m (the best)
RSI Period = 14
RSI Limit = 30
RSI Signals = 3
Open Color = 2
Piramiding = 100
Lot = 100 %
- timeframe: 1h
RSI Period = 2
RSI Limit = 30
RSI Signals = 3
Open Color = 2
Piramiding = 100
Lot = 100 %
quit your bullshit! Heikin-Ashi Backtest with Real Candle ValuesMade in a few minutes to debunk all the bullshit going around tradingview and everywhere about "heikin-ashi" being a holy grail trend indicator.
Do not be deceived.
Heikin-Ashi is a beautiful way to remove much of the noise in markets, and is light on the eyes. (nice and smooth!)
I personally use heikin-ashi as a way to remove a lot of the clutter in the markets, allowing me to trade with less emotion.
While heikin-ashi is a great way to visualize trends, it is NOT a good trend indicator because its displayed values do not align with actual trading values.
Therefore, entry and exit points for many of the ideas published about heikin-ashi for trade are inaccurate.
::: When Heikin-Ashi changes colour for x candles, a new trade is created on the open of the following real candle.
In practice, Heikin-Ashi is much closer to break even.
As tested, Heikin-Ashi trend trading works better on pairs that have clearer definitions of trends and are less often in consolidation. (ex. USDJPY)
Usage:
Switch to normal candlestick chart.
Features:
Change the period for new trades. (For example: x amount of red candles after a green candle to signify short trade)
linear-heikenThis model is based on two things
1. Heiken-Kaufman model made by marco (seen in red green arrow)
2. the colour coding is linear regression (green-up period) and (yellow-down period)
alerts inside
heiken-stochThis model has two system
1. is the well known heiken (lime or red)
2. stoch cross up or down in relation to volume indicator (B or S)
alerts inside
have fun
Tillson Moving Average(ema) singleT3 Moving Average indicator was originally developed by Tim Tillson in 1998/99.
T3 Moving Average is considered as improved and better to traditional moving averages as it is smoother and performs better in trending market conditions.
It offers multiple opportunities when the price is in the state of retracement and therefore allows to minimize your exposed risk and allowing your profits run.
This version provides simple T3 MA
Source options - all standard + HA
T3 based on 6x ema
Only adds 1 T3 MA on chart
Consider a tip in ETH to
0xac290B4A721f5ef75b0971F1102e01E1942A4578
Thank you and have a nice day
CryptoJoncis
heikenCCImacdI just made new exit point and buy point to older version with some tweek
two buy system 1. based on heiken strategy with filtering by CCI (green red =long short) i little change the old exit point
the other 2. based on cross of CCI in constriction of macd (blue black =long1 shor1)
alerts included
so one can decide on what he like also it possible to combine between them :)
heikenCCIthe aim is to make winning strategy better. the buy point based on heiken strategy with more 80% winning rate and to filter the wrong buy points with CCI buy points
alerts inside