| / | Search |
|
Can anyone tell me how I can get the expert advisor program for the zig zag indicator?
I'm trying to determine direction of zigzag indicator with the icustom command.
This is what i have so far:
ZigZagHigh=iCustom(NULL,0,"ZigZag",MODE_HIGH,0);
I'm trying to determine direction of zigzag indicator with the icustom command.
This is what i have so far:
ZigZagHigh=iCustom(NULL,0,"ZigZag",MODE_HIGH,0);
ZigZag Indicator tracks and connects extreme points of the chart, the distance between these points being equal or higher than the percentage specified for the price scale.
// Nth ZIGZAG value //------------------------------------------------------------------------------------
1. I like the way ZigZag marks the points and let’s say I want to use it as base for two of my custom indicators (want to get ‘points’ from ZigZag). What would be the best way to do it? I thought about modifying Zigzag in a way so it will return array of ‘points’ and then I will reuse it in my another script, so maybe creating library with zigzag functionality would be nice .
ZigZag is what I guess you need. Have you alreadt try it? 'ZigZag' or 'High Low (ZigZag)' or 'Pattern Searching ZigZag'
ZigZag is what I guess you need. Have you alreadt try it? 'ZigZag' or 'High Low (ZigZag)' or 'Pattern Searching ZigZag'
See what's there to work with:
Green lines are High and Low of the indicator. Gray line is the middle of the last line.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 > >> |