[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Easy Language Question



PureBytes Links

Trading Reference Links


    Is it possible to create a function which returns multiple values.
For Example, suppose you have written a function which calculates the
last high, which higher than the previous 2 highs and higher than the
following 2 highs, and you want to return both the price of this high as
well as the date of this high.

    I realize you can accomplish this without having to return 2 values,
but this was a straightforward example for my question.

Regards,

Andrew