Hi guys,
OK, let's assume for now that we are going to use ZigZag with pips calculation for reversing the swings, and let assume for our example it's going to be:
- 5min chart of EUR/USD
- with 4-pip reverse on ZigZag
- and the calculation would be based on closes of candle (or if not available, then standard Low & High will do for now)
- periods of waves are derived straight from ZigZag. Are synchronized.
- Let's use standard volume for now. we can mess around with BID Vol and Ask Vol in the future
- we also want to display accumulation for more ZigZag swings, let say 50 or 100 (possibly for whole history loaded to chart if someone wants to backtest. But that would consume lot's of computing power) - OK, let's leave it at 50 ZigZag waves/swings backwards for now
So, how the volume is accumulated? Well, volumes from each bar are added up together for each ZigZag wave/swing. There is always an interchange in the direction of swings and we get up, down, up, down etc waves.
How it works? When we have confirmed reverse, Total Volume for current new wave is reset to 0. Then bar by bar volumes are being accumulated with a formula of N bars -1 (all bars under swing line - 1), so for initial bar of each swing volume still belongs to previous wave.
Entry - for now very basic one for long side - If TotalVol of previous up wave is 10 times higher than TotalVol of recent down wave, then set stop Buy 1 pip above High of the Up wave. (Drawing attached)
Target - let's set up simple 10 or 20 pips for now.
I now subscribed to this topic. Please let me know if you have further questions. I am very much convinced that this will be a really interesting development and more people will join this subject.
Best regards,
Bart S.
