OrderOpenPrice() * OrderLots() What results represent

 
What is the role of
 
zdj231:
What is the role of
OrderOpenPrice()
OrderLots()
 

OrderOpenPrice() * OrderLots()

means nothing.

Sum( OrderOpenPrice() * OrderLots() ) / Sum( OrderLots() ) = Weighted Average OrderOpenPrice()

Reason: