LastTrade(BS,VPD01234)
Previous Topic  Next Topic 


Name

Comment

Name

Description

Parameter 1

Parameter 2


Returns


Comment

Example


LastTrade

Gets information about the latest transactions

B=Buy transactions, S=Sell transactions

Volume, Price, Date ir memory cells 0-4 at the latest transaction. Retval(x,01234) stores these values in script.

Value of latest transaction according to parameters. If no parameter the value 0  is returned if latest transaction is a Buy, and 1 if a Sell

-

LastTrade(B,V) gives the volume for the latest Buy transaction. LastTrade(S,2) gives the content of cell 2 at the latest Sell transaction.