|
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.
|