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.
So I did a scan and came back with 700 charts but they are not in a chart watch list and if i place them there I can only see 500, is there any way to save them all before I try to name them in a watch list and lose 200? I really don't have to see them all as its a pretty generic scan but I ran across this problem and wondered if there was a way to save all of them.
0
Comments
Or, you could add conditions to your scan that you can switch on and off, such as
//and
//[
// [group is EnergySector]
// or [group is MaterialsSector]
// or [group is IndustrialSector]
// ...
// or [group is UtilitiesSector]
// ]
or maybe something with market cap
// and [market cap > 10000] // or whatever
// and [market cap < 10000]
So you would leave everything commented out with // until you got a scan with too many results. Then you would run the scan twice more, once with one half commented out, then again with the other half commented out.
Thx you Markd