Quote from zgtrader:
You mean the Market Scanner?
If so, the answer is no. The scanner is only for monitoring, ranking, and filtering stocks.
Quote from jokepie:
So once we have a filtered stock appearing on the scanner - that meets my logic, can my strategy (if i can program it so) run on it.
So let say screened/ filtered stock appears as an alert - i really don't know where (i believed scanner is suppose to do it as well). then it becomes the subject, or security that my strategy deploys on .....deciding on itself to enter OR not...once it enters (long or short) it hand overs the control to - my trade management logic ( separate loop) and therefore then completes my trade independently.
So scanner/ filter is a input/ trigger to the strategy.
I DO NOT WANT TO USE a watch list.. My scanner must scan the whole market to look for securities that meet the criteria i define.
too much to ask ..?
Thanks fro your response....
Quote from jokepie:
So scanner/ filter is a input/ trigger to the strategy.
I DO NOT WANT TO USE a watch list.. My scanner must scan the whole market to look for securities that meet the criteria i define.
Quote from sheepsucker:
Not possible as is in MC without some hacking and tweaking.
And also after the hacking and tweaking you have the problem of finding a datafeed that supports streaming of hundreds of symbols. Have you solved that already?
Quote from zgtrader:
First, scanning the entire market, over 6000 stocks & etfs, is a large universe.
Second, the filter list cannot be automatically sent to the strategy window.
So lets say your watch-list consists of the S&P 100. You add an indicator to alert you to a particular condition. Now, for example, the condition signals on 5 (out of 100) stocks. You want the 5 stocks to automatically start trading in real-time. This is not possible.
You can manually add each triggered stock to a strategy window for trade automation. But the number of symbols you can automate will be limited by your stock universe and resources/horsepower. And you will need to monitor the situation.