Like the function below but returns a column rather than a value 0
Posted on 17, June 2013
in Category SID
Description for BelowCol SID 939
Like the function below but returns a column rather than a value
The logic for this technical analysis indicator:
#Like Below, but returns a column my ($col1,$col2)=@_; If (($col1-$col2)>0,0,1);
0 Comments