This formula below I use to recognize a
peak:
Peak:=H<Ref(H,-1) AND Ref(H,-1)>Ref(H,-2);
If I use this formula to determine a peak,
how can I draw a resistance line from peak to peak base on this formula in MS?
Can any one help me on it?
Thanks in advance
Swingli93