All Projects → Engineering-Geek → ForEx

Engineering-Geek / ForEx

Licence: MIT license
Using ML to create a ForEx trader to invest my personal finances to get rid of student debt

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ForEx

Metatrader
Expert advisors, scripts, indicators and code libraries for Metatrader.
Stars: ✭ 99 (+482.35%)
Mutual labels:  trading, trading-bot, forex-trading, forex-market
xapi-node
xStation5 Trading API for NodeJS/JS
Stars: ✭ 36 (+111.76%)
Mutual labels:  trading, trading-api, forex-trading, forex-data
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (+3311.76%)
Mutual labels:  trading, trading-bot, trading-api
Bxbot
A simple Bitcoin trading bot written in Java.
Stars: ✭ 515 (+2929.41%)
Mutual labels:  trading, trading-bot, trading-api
binaryapi
Binary.com & Deriv.com API for Python
Stars: ✭ 32 (+88.24%)
Mutual labels:  trading, trading-bot, forex-trading
Zerodha live automate trading using ai ml on indian stock market Using Basic Python
Online trading using Artificial Intelligence Machine leaning with basic python on Indian Stock Market, trading using live bots indicator screener and back tester using rest API and websocket 😊
Stars: ✭ 131 (+670.59%)
Mutual labels:  trading, trading-bot, trading-api
Python Bittrex
Python bindings for bittrex
Stars: ✭ 601 (+3435.29%)
Mutual labels:  trading, trading-bot, trading-api
Poloniex
Poloniex python API client for humans
Stars: ✭ 71 (+317.65%)
Mutual labels:  trading, trading-bot, trading-api
Tradinggym
Trading and Backtesting environment for training reinforcement learning agent or simple rule base algo.
Stars: ✭ 813 (+4682.35%)
Mutual labels:  trading, trading-bot, trading-api
Quant
Codera Quant is a Java framework for algorithmic trading strategies development, execution and backtesting via Interactive Brokers TWS API or other brokers API
Stars: ✭ 104 (+511.76%)
Mutual labels:  trading, trading-bot, trading-api
Algotrading
Algorithmic trading framework for cryptocurrencies.
Stars: ✭ 249 (+1364.71%)
Mutual labels:  trading, trading-bot, trading-api
adamant-tradebot
Free market-making software for cryptocurrency projects and exchanges. Makes trade volume, maintains spread and liquidity/depth, set price range, and builds live-like dynamic order book.
Stars: ✭ 113 (+564.71%)
Mutual labels:  trading, trading-bot
cira
Cira algorithmic trading made easy. A Façade library for simpler interaction with alpaca-trade-API from Alpaca Markets.
Stars: ✭ 21 (+23.53%)
Mutual labels:  trading, trading-bot
LickHunterPRO
Cryptocurrency Trading Bot that looks for large pools of liquidity getting liquidated on margin trading, when it finds these it counter trades them!
Stars: ✭ 114 (+570.59%)
Mutual labels:  trading, trading-bot
Mida
The open-source and cross-platform trading framework
Stars: ✭ 263 (+1447.06%)
Mutual labels:  trading, trading-bot
Blankly
🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package.
Stars: ✭ 1,456 (+8464.71%)
Mutual labels:  trading, trading-bot
binance-downloader
Python tool to download Binance Candlestick (k-line) data from REST API
Stars: ✭ 44 (+158.82%)
Mutual labels:  trading, trading-bot
pancakeswap-prediction-winner
🔥 PancakeSwap is afraid of this CHROME EXTENSION (and CLI)! This bot wins almost every 5 minute BNB-USD option on PancakeSwap (and Candle Genie).
Stars: ✭ 229 (+1247.06%)
Mutual labels:  trading, trading-bot
FAIG
Fully Automated IG Trading
Stars: ✭ 134 (+688.24%)
Mutual labels:  trading-bot, trading-api
tradingview-alert-binance-trader
This trading bot listens to the TradingView alert emails on your inbox and executes trades on Binance based on the parameters set on the TD alerts.
Stars: ✭ 153 (+800%)
Mutual labels:  trading, trading-bot

ForEx

This project's primary purpose is to take my savings from co-op/internships and invest them in various markets. This ForEx trading bot will then trade on various platforms and amplify my earnings, and hopefully generate enough cash flow for me to start my own startup.

Core workings

This bot will consist of X neural networks, where X numbers is being experimented with. I am testing various code inputs ranging from convolutional neural networks to standard pct change inputs.

I strongly encourage you to look through my code as this documentation will remain incomplete until I finish the code and have it working. What is here is a dramatic oversimplification of what I'm doing. I have more in-depth documentation within the code.

For example, in the convolutional input layer, the bot will see this:

graph image

and in the traditional percent change input, the model will see something similar to this (just the last column; column E):

table image

I am currently working on automating the testing procedures so the model can test various models via Reinforcement learning and show me a visualization of the statistics with either Matplotlib or with any other visualizing program.

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