Barry Cohen
 Idol
    Posts: 2305
Joined: 1/1/1900
User Profile |
I see, you still need a condition for it that passes or not. Here are examples...
This passes long signals only:
SysInd("RSI-P", 13, 30, 70) = 1
This passes short signals only:
SysInd("RSI-P", 13, 30, 70) = -1
This passes both long & short signals:
SysInd("RSI-P", 13, 30, 70) <> 0
|