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

Pass by value



PureBytes Links

Trading Reference Links

Hello all,

Anyone know how to pass a variable to a function by value so that the
function does not reference the value of the variable during previous
bars.
 Example: Mro(high=variable1,20,1) so that the function will test if the
previous highs equal the current value of variable1. Thanks in advance.

Gabriel