Indicators: Universal Ranger

 

Universal Ranger:

Shows low high from the last bar from other timeframe. Timeframe can be changed

Author: Thomas

 
what about using the ZigZag function? I found myself in the same situtation and the ZigZag is more powerful! try to see!
 

correction

resi = iHigh(Symbol(), PERIOD_M15, i);

supi = iLow(Symbol(), PERIOD_M15, i);

change

resi = iHigh(Symbol(), tframe, i);

supi = iLow(Symbol(), tframe, i);

 

http://pixiefx.web.fc2.com/index.html

http://www.ustream.tv/channel/fx-on-com-perrier

This is a great trading system.

 
BlueSkyThinking:
what about using the ZigZag function? I found myself in the same situtation and the ZigZag is more powerful! try to see!

can u explain more why using zigzag with this indicator will be more powerful?
Reason: