View Single Post
  #5 (permalink)  
Old 11-11-2005, 03:47 PM
forexts's Avatar
forexts forexts is offline
Administrator
 
Join Date: Sep 2005
Posts: 291
forexts has disabled reputation
Quote:
Originally Posted by Alex.Piech.FinGeR
MaxtradeClose == First Item of array MaxTradeClose == Value of that array for current bar

i not understand
You have an array called MaxTradeClose.

MaxTradeClose[0] --> Value for current bar
MaxTradeClose[1] --> Value of previous bar
MaxTradeClose[2] --> Value of previous to previous bar ....

MaxTradeClose[0] in ELA can be reduced to MaxTradeClose
Reply With Quote