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