- Joined
- 28 December 2013
- Posts
- 6,387
- Reactions
- 24,311
look please at Newcrest, as it is doing thy head in.
Good morning Skate,Trend following always looks easy
That’s because the principles are very simple. The secret to success is staying “focused”. Trend Trading creates its own unique set of "problems", problems that don't need to be solved but rather to be accepted.
Profitability
Comes from "selling the losers quickly" & knowing "when to sell the winners" is the secret to trading profitably no matter the style or system you elect to trade.
Skate.
Nice work, thanks for that Skate.The message was directed to @DrBourse
We all have differing opinions & I wish to throw up a chart that tells "me" a story as I know the Doctor is currently kicking back "cruising".
The Ducati Blue Bar Weekly Chart
1. The "Yellow" ribbon means the position is unloved
2. The "Aqua" bars mean the position is trending up
3. The "Red" bars mean the position is trending down
4. Even though NCM is in an uptrend the position is currently unloved
5. The red & aqua ribbon reflects the bar colours to denote uptrends & down trends
View attachment 148855
Summary
1. When a position is unloved there is not enough buying pressure to push the price higher.
2. Also, the dividend yield for NCM is "piss-poor", that's if you are investing for dividends.
Skate.
ZIgzag is a beautiful indicator, underused imo. Of course lookahead bias must always be considered, but that can be negotiated easily enough.
Whenever someone mentions Zig Zag and building a trading system around it, i get a cup of coffee because i know it's going to be messy.
Summary
Do not trade using the ZigZag indicator.
Every time I try to communicate with others I’m reminded of why I don’t do it often.
@Skate I can see from your chart that your jumping onto the first sign of expansion but not hanging around for the inevitable contraction that follows.
The ZiGZag Indicator
Straight off the bat, I should say the ZigZag function is useful during the strategy development phase as it graphically presents the main trend with great clarity.
The ZigZag function
Should never be used in trading or backtesting as the signals keep repainting when more data is received. The repainting is due to the dynamic nature of this function, therefore, the backtest results can be highly misleading.
Beginners trap
It's important to remember when backtesting a strategy great care should be taken to exclude any revisable parameters ensuring the backtest results are valid & accurate.
One advantage of the ZigZag indicator
It can be used to graphically reveal the profit potential as a guide to how accurate your signal is in relationship to the pivot points.
Pure Gold
Skate.
Or use a custom zig zag that does not re-paint.
Did you read my post? I explained how it can be used safely with backtesting.@Gringotts Bank there is no ZigZag indicator that does not repaint due to the dynamic nature of this function. If you use this indicator whilst backtesting the results will be highly misleading & trading will be heartbreaking.
Validating Trends by Spyros Raftopoulos
Spyros Raftopoulos wrote a great article for the "Stocks & Commodity" magazine some years back where he described the problem of the dynamic last leg. In the "S&C" article he presented his version of the ZigZag indicator as a "ZigZag Validity Indicator", which he believes can be used to validate the last leg.
This "Stocks & Commodity" article introduces the "zigzag trend indicator"
Spyros believes his "zigzag trend indicator" handles the dynamic nature of the zigzag indicator more efficiently, something that I have not been able to replicate. Spyros believes his "zigzag trend approach" solves the validity problem of the dynamic last leg by incorporating zigzag into a clearly tradable indicator. This may be so, but I can agree with him "at this stage" because in all of my research I can't validate this & "it's not for the want of trying".
The Zigzag Trend Indicator is a powerful noise filter
I can somewhat agree with this but it's not without its problems. Simply his technique incorporates the power of zigzag into a more valid indicator but IMHO it's still not tradable. The popularity & usefulness of the zigzag indicator never seems to die. I'm with @DaveDaGr8 on this one where he grabs a cup of coffee, I grab the popcorn because we both know it's going to be messy.
Skate.
Did you read my post? I explained how it can be used safely with backtesting.
It's not about opinions though. In most cases, zz will look ahead. It's a simple matter of reducing the period, then using a tradedelay.Yes, I did.
Opinions will differ
If you are happy using your method, kudos to you. All I'm saying is I don't agree & gave you a valid reason why. I also have great respect for Spyros Raftopoulos but from my extensive research I have found no value in his "ZigZag Validity Indicator". I went on to say "not to use his indicator" as a trading system where he indicates that you can.
Skate.
PositionSize = 10000;
pr = .00001;
zzHiLo = Zig( c, pr );
pk = zzHiLo>Ref(zzHiLo,-1) AND zzHiLo>Ref(zzHiLo,1);
tr = zzHiLo<Ref(zzHiLo,-1) AND zzHiLo<Ref(zzHiLo,1);
SetTradeDelays(1,1,0,0);
BuyPrice=SellPrice=C;
Buy = tr;
Sell = pk;
Plot(zzHiLo,"",colorgreen,styleLine);
SetChartOptions(0,chartShowArrows|chartShowDates);
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo %g, Close %g (%.1f%%) \n{{VALUES}}", O, H, L, C, SelectedValue( ROC( C, 1 ) ) ));
SetChartBkColor(ParamColor("Background Color",ColorRGB(0,0,0)));
SetBarFillColor(IIf(C>O,ParamColor("Candle UP Color", ColorRGB(33,69,129)),IIf(C<=O,ParamColor("Candle Down Color", colorbrown),colorLightGrey)));
Plot(C,"",IIf(C>O,ParamColor("Wick UP Color", ColorRGB(128,128,192)),IIf(C<=O,ParamColor("Wick Down Color", colorbluegrey),colorLightGrey)),64,0,0,0,0);
Trading Trends
When trading trends it's not good enough to just establish if there is a trend or not. It's important to identify where you are in the trend and what is the strength of the trend. Also it's important to know the context of the trend.
I thought I'd jump up onto the soapbox, nudge you to move over, grab your megaphone and rev up the crowd myself.@DaveTrade, you are starting to sound like me.
It's not about opinions though. In most cases, zz will look ahead. It's a simple matter of reducing the period, then using a tradedelay.
Takes 2 secs to test. Tell me if there's a problem.
I thought I'd jump up onto the soapbox, nudge you to move over, grab your megaphone and rev up the crowd myself.
I would prefer to post about topics of interest
I have a list of ideas that would make good reading but I firmly believe the enthusiasm has fizzled out. Simply the content matter in this thread is not what others want to read or participate in.
Off the top of my head
1. Behavioral mistakes when trading & what they are
2. Post about what Is an acceptable maximum drawdown
3. Why is the max drawdown metric so important In trading
4. How does combining multiple buy conditions in a strategy filter out false signals
5. Why does "Portfolio Construction" leads to more profitability
6. What Is The Holy Grail In Trading?
7. Why is the Sharpe Ratio a handy metric & what is it?
8. Why "Trading Strategies" don't work
9. How to know when trading strategy stops performing before it's too late
10. Which time frame is best for trading?
11. What is the best profitable method to trade - is it Day trading, Swing Trading, or Trend Trading
12. How reading books don't make you a smart trader
13. How do we go about being a smart trader
14. How to deal with trading biases
15. How do we overcome trading biases?
Summary
These are some ideas, but are they really worth canvassing?
Skate.
@Skate I think that the current market conditions have got something to do with this. People see traders struggling in these conditions and maybe start to think that it's all too hard for them to master. This can be a time to learn what needs to learnt in order to be ready for the next bull run.I firmly believe the enthusiasm has fizzled out
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?