PureBytes Links
Trading Reference Links
|
I want to have several possible rules for entry and exit. These rules should
have scores (AFL provides that) but I don't want to use OR. I was thinking
about creating a function, assigning the score to the signal and then
passing the result to the buy or sell function. Is there an easier way to do
this?
Thanks in advance,
Jerry
By the way,
Buy= BuyRule AND (timenum()>=093000 and timenum()<=155900);
Will prevent trading outside market hours.
|