View Single Post
  #5 (permalink)  
Old 09-29-2006, 07:15 AM
derekc derekc is offline
Junior Member
 
Join Date: Sep 2006
Posts: 4
derekc is on a distinguished road
Thanks for all the replies.

Michel,

I think the formula:
val=High[Highest(NULL,0,MODE_HIGH,20,4)];

Will return the highest high of the high price for that period but can not be used to return the highest high for an indicator like the moving average of the price.
This is because the series array identifier used is MODE_HIGH.

Please correct me if I am wrong.
Reply With Quote