futu_algo icon indicating copy to clipboard operation
futu_algo copied to clipboard

Futu Algorithmic Trading Solution (Python) 基於富途OpenAPI所開發量化交易程序

Results 15 futu_algo issues
Sort by recently updated
recently updated
newest added

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

enhancement

Add support for using Seaborn / Matplotlib to plot the trading result.

enhancement

**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...

enhancement

Feature request User login to our website and pay. We add them to the list for sending email and SMS.

no-issue-activity

**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...

enhancement
help wanted
good first issue

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...

enhancement

**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...

enhancement
no-issue-activity

**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...

enhancement
no-issue-activity

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);

enhancement

Feel free to leave your thoughts!! Any name suggestion is welcomed

help wanted
good first issue