|
Quote: |
|
 |
|
|
IF C[1]>C[2] and c[2] > C[3] and C[3] > C [4] and H > H [1] and C < O then
plot1 (h+1,"High")
else
noplot1;
Set to plot a dot, it should plot over the high on bar close. You can but your own logic in quite simply. The number in square brackets [n] signifies n bars ago. Haven't tested it as I typed it straight into the post. I'm sure BlueRay wll correct it if I am wrong  |
|
|
|
|
hehehe....nice one Blowfish.
The only thing I would add to the line would be :
H > H[2] and H > H[3] and H > H[4]
Just incase one of the previous candles had a higher high leaving a long shadow. As with Blowfish, I've never tested it, but give it a try and let us know how you get on.
Cheers
Blu-Ray