This project reviews development of an application that will automatically day trade. Orders will be triggered, based on a stock's performance.
I choose to use a combination of Yahoo's and Kibot's finance API to obtain stock history.
At market close, I analyze all Nasdaq and NYSE stocks and determine which to buy based on the following criteria:
-
Stocks with high average volume.
-
Stocks that pay dividends.
-
Stocks with a low positive P/E ratio.
-
Stocks that have 50 day moving average above the 200 day moving average.
Stocks meeting the above requirements are posted to a daily report.
Take your pick of a brokerage with an API.
I check for the following intraday movement against the above daily report's stocks:
-
Price/volume differentials.
-
Moving average changes.
If the above criteria is meet, buys are triggered.
Please direct any questions or comments to [email protected]
Disclaimer: This is not investment advice. Use at your own risk.