All Projects → ChiragJhawar → ProjectReward

ChiragJhawar / ProjectReward

Licence: other
A software to shortlist and find the best options spread available for a given stock and help it visualise using payoff graphs.

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ProjectReward

optionmatrix
Financial Derivatives Calculator with 168+ Models (Options Calculator)
Stars: ✭ 121 (+112.28%)
Mutual labels:  options, monte-carlo, quantitative-finance, black-scholes, options-trading, spreads, options-pricing
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (+131.58%)
Mutual labels:  finance, options, trading-strategies, stocks, quantitative-finance
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (+298.25%)
Mutual labels:  finance, trading-strategies, stocks, quantitative-finance
Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+7971.93%)
Mutual labels:  finance, trading-strategies, stocks, quantitative-finance
Quant Trading
Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, Shooting Star, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD
Stars: ✭ 2,407 (+4122.81%)
Mutual labels:  trading-strategies, quantitative-finance, options-trading, options-strategies
Finance-Robinhood
Trade stocks and ETFs with free brokerage Robinhood and Perl
Stars: ✭ 42 (-26.32%)
Mutual labels:  finance, options, stocks, options-trading
PROJ Option Pricing Matlab
Quant Option Pricing - Exotic/Vanilla: Barrier, Asian, European, American, Parisian, Lookback, Cliquet, Variance Swap, Swing, Forward Starting, Step, Fader
Stars: ✭ 85 (+49.12%)
Mutual labels:  options, monte-carlo, quantitative-finance, black-scholes
market-monitor
Interactive app to monitor market using Python
Stars: ✭ 20 (-64.91%)
Mutual labels:  options, stocks, options-trading
Introneuralnetworks
Introducing neural networks to predict stock prices
Stars: ✭ 486 (+752.63%)
Mutual labels:  finance, trading-strategies, quantitative-finance
cira
Cira algorithmic trading made easy. A Façade library for simpler interaction with alpaca-trade-API from Alpaca Markets.
Stars: ✭ 21 (-63.16%)
Mutual labels:  finance, stocks, quantitative-finance
Quantsbin
Quantitative Finance tools
Stars: ✭ 74 (+29.82%)
Mutual labels:  finance, options, quantitative-finance
Quantdom
Python-based framework for backtesting trading strategies & analyzing financial markets [GUI ]
Stars: ✭ 449 (+687.72%)
Mutual labels:  finance, trading-strategies, quantitative-finance
Financial Machine Learning
A curated list of practical financial machine learning tools and applications.
Stars: ✭ 2,172 (+3710.53%)
Mutual labels:  finance, trading-strategies, quantitative-finance
Awesome Quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
Stars: ✭ 8,205 (+14294.74%)
Mutual labels:  finance, trading-strategies, quantitative-finance
Strategems.jl
Quantitative systematic trading strategy development and backtesting in Julia
Stars: ✭ 106 (+85.96%)
Mutual labels:  finance, trading-strategies, quantitative-finance
Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Stars: ✭ 5,675 (+9856.14%)
Mutual labels:  finance, options, trading-strategies
Machine Learning And Ai In Trading
Applying Machine Learning and AI Algorithms applied to Trading for better performance and low Std.
Stars: ✭ 258 (+352.63%)
Mutual labels:  finance, trading-strategies, quantitative-finance
Finance
Here you can find all the quantitative finance algorithms that I've worked on and refined over the past year!
Stars: ✭ 194 (+240.35%)
Mutual labels:  finance, stocks, quantitative-finance
Ta Rs
Technical analysis library for Rust language
Stars: ✭ 248 (+335.09%)
Mutual labels:  finance, trading-strategies, stocks
Tradingstrategies
Algorithmic trading strategies
Stars: ✭ 120 (+110.53%)
Mutual labels:  finance, trading-strategies, quantitative-finance

Github Readme Stats

Project Reward

Author Author Last Commit Maintained Issues

Heroku

The app is hosted on Firebase and the API server is hosted on Heroku. Please check out the running model here

A software to shortlist and find the best options spread available for a given stock and help visualise it using payoff metric graphs. We have considered a lot of factors to make the suggestinos as sensible as possible and also tried to quantify the fair price using Black-Scholes. All data used is from Yahoo Finance.

As of now this project consists of the basic Bear and Bull spreads with calls and puts but we intend to add more complex graphs corssing between calls and puts and also options with different expiry dates.

Spreads we have:

  1. Bear (Puts and Calls)
  2. Bull (Puts and Calls)

Spreads we intend to Add:

  1. Straddle (Long and Short)
  2. Strangle (Long and Short)
  3. Box Spreads
  4. Butterfly Spreads
  5. Calendar Spreads
  6. Strips and Straps

To keep the suggestions valid, we have implemented the the Black Scholes and the Monte Carlo pricing models to determine the risk neutral price valution (Fair Price) for the option.

We also intend this to make this a full stack development project, we plan to build a Flask Application and bridge it to a native app by using React Native. Anyone who thinks that they would enjoy developing this project with us, please open an issue or star the repo or submit a pull request, we would love to collaborate and expand the scope of the project.

We have a very basic GUI setup that prints out our suggestion and shows the payoff Matric Graph


We have also set up the primitive stage 1 API and deployed it on a Flask app on a local host.

We have also built a simple react application for the front end. We took inspiration from many available templates and made what fit our purpose best. We have linked the API to our Frontend it spits out the suggestions. Now we need to print the suggestions in a better way and integrate the payoff metric graph for better visualization.

Disclaimer - We are not financial experts and we are too learning as we go along. Please use the suggestions from this repo at your own risk.

Made by - Apurv Shah and Chirag Jhawar.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].