New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
Hi All,
Can you help me with a TSI crossover scan.
I checked the TSI signal in Stock Scans which is: and [Close > Daily eMA(50,Daily Close)]
and [TSI SIgnal(25,13,7) < TSI(25,13,7)]
I want to be able to scan when there is a crossover of the fast line over the slow line.
Thank you.
John
0
Comments
Edit them onto one line, and put the cross above operator "x" between them, so you get
and TSI(...) x TSI Signal(...).
and [TSI(25,13,7) > 0.0] x [TSI SIgnal(25,13,7) < TSI(25,13,7)]
the syntax says it has to be a "and" or and "or"
what am I missing?
Thanks.
Try the following that I use
Scan 22 - True Strength 4 7 MA 9
[type = stock] AND [country = US] and [Daily EMA(20,Daily Volume) > 500000]
//and [SCTR > 90]
and [[TSI(4,7,9) x TSI Signal(4,7,9)]
or [TSI Signal(4,7,9) x TSI(4,7,9)]]
Quill -