Traders Laboratory - View Single Post - Easylanguage and Script Help
View Single Post
  #4 (permalink)  
Old 03-26-2008, 09:24 AM
BlowFish's Avatar
BlowFish BlowFish is offline
BlowFish is drowning

Trader Specs
 
Join Date: Mar 2007
Location: Europe Mostly
Posts: 718
Thanks: 23
Thanked 90 Times in 66 Posts
Re: Easylanguage and Script Help

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

Reply With Quote
The Following User Says Thank You to BlowFish For This Useful Post:
darknite999 (03-26-2008)