Hi,
I'm trying to compare ZZO's "Delta Since Last Pivot" for the current down pivot and the previous 3 down pivots. I'm sure it must be possible to access that, but I can't figure out how. Anyone able to help?
Thanks,
-Chris
Hi,
I'm trying to compare ZZO's "Delta Since Last Pivot" for the current down pivot and the previous 3 down pivots. I'm sure it must be possible to access that, but I can't figure out how. Anyone able to help?
Thanks,
-Chris
I believe the Flex Statistics should give you what you're after (see below). You'll need to create a custom indicator to compare the values ZZO results with..
ZZO_A - ZZO_B
or
ZZO_A / ZZO_B
etc.
Excellent! Thanks Chad
-Chris
In this case: ZZO A represents current wave. What does ZZO B stand for?
ZZO_B stands for the ZZO token returning the Flex levels output as per the screenshot of the previous post
The custom indicator syntax will be ZZO_A / ZZO_B
This is a similar approach as in :
https://www.linnsoft.com/topic/trying-build-simple-indicator-ratio-ongoi...
Eddy
Thank you so much!