Skip to content

This program trades in stock market using fyers api . Uses supertrend for buy/sell signal, if adx is below 30 it won't trade. It selects stock day before the market opens. Finds best combination of supertrend combinations and trades with that supertrend combinations on the next day , it also messages you live alerts in telegram.

License

Notifications You must be signed in to change notification settings

Maqboolfida/algo-trading-using-fyers-broker-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seeking Investors for My AI-Driven, Trading Project

I want to make a Deep Learning (Artificial Intelligence) model that will change how we do options selling. If this works, I also want to try it with stocks, other options, foreign markets, and more. For this, I need investors who can support me. Your investment will let me work on this project full time. As the sole developer of this system, I will have the flexibility to dedicate my full efforts towards this project. With proper funding and support, I aim to create an innovative trading platform and grow it into a successful business.

Want To Join?

If you're interested in this project, I would love to talk more. You can contact me at:

Let's work together to change trading.

About Me

I have extensive experience building algorithmic trading strategies and systems, including 4+ years of active trading experience across stocks, options, currencies, and commodities. In addition to trading system development, I have a strong background in cutting-edge deep learning techniques.

About this project : algo-trading-using-fyers-broker-api

This program trades in stock market using fyers api . It buys when supertrend gives buy signal and sells if supertrend gives sell signal , if adx is below 30 it won't trade. it selects supertrend values by bruteforcing all the possible combinations with past data of given stock . It selects stock day before the market opens.It selects the stocks to trade by checking list of stocks in chartink script , then it bruteforces best combination of supertrend combinations and trades with that supertrend combinations on the next day , it also messages you live alerts in telegram.

To start trading , run ipython3 fyers/strategy.py To store live stock data in sql run ipython3 fyers/accounts_database.py

This code is kept publicly in github for educational purpose only .I am not responsible with your profit and losses.

About

This program trades in stock market using fyers api . Uses supertrend for buy/sell signal, if adx is below 30 it won't trade. It selects stock day before the market opens. Finds best combination of supertrend combinations and trades with that supertrend combinations on the next day , it also messages you live alerts in telegram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%