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.
Trying to make a WATCHLIST
Can I not make a watchlist? Does it have to be a chartlist?
I went to "Create New List", thinking I could just make a list of stocks, but apparently every stock on the list has to be tied to a chart?
All I want to do is apply my watchlist to a scan I've made. Instead of getting ALL the ETFs scanned, I only want the 4 ETFs that I'm watching scanned.
Sorry, but, I am NOT understanding these directions.
0
Comments
If for some reason you don't want to use up a list, you can code the ETF symbols into your scan. Watch your brackets and put quotes around the symbol:
// begin scan
[
[ symbol is 'ABC'] // an ETF
or
[symbol is 'DEF'] // another ETF
or
[symbol is 'GHI'] // another ETF
or
[symbol is 'JKL'] // another ETF
]
// set up or trigger conditions
and [ MACD Line(12,26,9) x 0]
etc.
// end scan