# ai3 **Repository Path**: clstd/ai3 ## Basic Information - **Project Name**: ai3 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI Stock Info 3 ## Introduction [Inplace] ## Module * Script > Schedule tools to run action for application. > 1. Fetch stock information every 4:00 PM. > 2. Analyze ai result after fetching stock information. > 3. Check yesterday's result at 3:00 PM and save report. * Command > Use web interface to run command. > 1. Fetch current stock information, about current state and last AI result. > 2. Add focus list. > 3. Show focus list, about current state, current AI result, last state, last AI result, and will up or down. > 4. Remove from focus list. > 5. Total report for every days. * Common > Shared functions for scripts or commands. > 1. Get stocks' information from history record. > 2. Get stocks' information from recent record. > 3. Analyze ai result for storage. > 4. Analyze ai result for recent information. > 5. Check result (combine last ai result and recent information). > 6. Save checked result. > 7. Add focus list. > 8. Show last top20 result. > 9. Show focus list. > 10. Remove from focus list.