futu_algo
futu_algo copied to clipboard
Futu Algorithmic Trading Solution (Python) 基於富途OpenAPI所開發量化交易程序
Use 1M interval stock data to quickly calculate other time interval-based stock data on demand. Potential useful resources https://stackoverflow.com/questions/62373692/how-do-you-convert-1-minute-open-high-low-close-data-to-another-timeframefx-5
Add support for using Seaborn / Matplotlib to plot the trading result.
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** So currently, the strategy might lead to incorrect buy decisions for some stocks with...
Feature request User login to our website and pay. We add them to the list for sending email and SMS.
**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** It would be better if futu_algo can support Options Trading Strategies such as bull...
Hi, Would be nice to have a feature that sets up a cron job in Github Actions to process all stocks using a pre-defined strategy and send out the daily...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** When we have a buy/sell signal, send an Email / SMS/ WhatsApp Message to...
ADX & RSI Strategy based on the following specification ADXdays=Optimize("ADXdays",10,5,25,5); ADXlimit=Optimize("ADXlimit",25,10,50,5); RSI_threshold = Optimize("RSILimit",20,5,100,5); Buy= RSI(2) < RSI_threshold AND ADX(ADXdays)>ADXlimit ; buyPrice=Close; Sell= C>Ref(H,-1);
Feel free to leave your thoughts!! Any name suggestion is welcomed