All Projects → unageanu → Jiji2

unageanu / Jiji2

Forex algorithmic trading framework using OANDA REST API.

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Jiji2

AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (+7.58%)
Mutual labels:  finance, trading, forex, trading-algorithms
Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Stars: ✭ 5,675 (+2589.57%)
Mutual labels:  finance, trading-algorithms, forex, trading
Machine Learning And Ai In Trading
Applying Machine Learning and AI Algorithms applied to Trading for better performance and low Std.
Stars: ✭ 258 (+22.27%)
Mutual labels:  ai, trading, finance, trading-algorithms
Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓
Stars: ✭ 64 (-69.67%)
Mutual labels:  finance, trading, forex, trading-algorithms
Oanda Api V20
OANDA REST-V20 API wrapper. Easy access to OANDA's REST v20 API with oandapyV20 package. Checkout the Jupyter notebooks!
Stars: ✭ 325 (+54.03%)
Mutual labels:  trading, finance, forex
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (-37.44%)
Mutual labels:  trading, finance, trading-algorithms
Ta4j Origins
A Java library for technical analysis ***Not maintained anymore, kept for archival purposes, see #192***
Stars: ✭ 354 (+67.77%)
Mutual labels:  trading, trading-algorithms, forex
Example Hftish
Example Order Book Imbalance Algorithm
Stars: ✭ 355 (+68.25%)
Mutual labels:  trading, finance, trading-algorithms
Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+2080.57%)
Mutual labels:  trading, finance, forex
Py Market Profile
A library to calculate Market Profile (aka Volume Profile) for financial data from a Pandas DataFrame.
Stars: ✭ 153 (-27.49%)
Mutual labels:  trading, finance, trading-algorithms
Pandas Ta
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators
Stars: ✭ 962 (+355.92%)
Mutual labels:  trading, finance, trading-algorithms
korbit-python
Korbit API wrapper for Python
Stars: ✭ 17 (-91.94%)
Mutual labels:  finance, trading, trading-algorithms
Metatrader
Expert advisors, scripts, indicators and code libraries for Metatrader.
Stars: ✭ 99 (-53.08%)
Mutual labels:  trading, forex, trading-algorithms
Ta4j
A Java library for technical analysis.
Stars: ✭ 948 (+349.29%)
Mutual labels:  trading, trading-algorithms, forex
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (-25.59%)
Mutual labels:  trading, finance, forex
stocklist
Stock data collection and analysis
Stars: ✭ 27 (-87.2%)
Mutual labels:  finance, trading, trading-algorithms
Mida
The open-source and cross-platform trading framework
Stars: ✭ 263 (+24.64%)
Mutual labels:  finance, trading, forex
Surpriver
Find big moving stocks before they move using machine learning and anomaly detection
Stars: ✭ 1,152 (+445.97%)
Mutual labels:  ai, trading, trading-algorithms
Gym Anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
Stars: ✭ 627 (+197.16%)
Mutual labels:  trading, trading-algorithms, forex
Backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python.
Stars: ✭ 1,124 (+432.7%)
Mutual labels:  trading, trading-algorithms, forex

Circle CI Code Climate Test Coverage

Jiji

Start the Forex system trading, using your own trading strategies.

Jiji is a forex algorithmic trading framework using OANDA REST API.

lean more... (sorry, this page is japanese only.)

Contributing to Jiji

We'd love for you to contribute to our source code and to make Jiji even better than it is today!

  1. Fork this repository on github.

    $ git clone -b develop https://github.com/unageanu/jiji2.git
    
  2. Setup MongoDB.

    $ docker pull mongo
    $ docker run --name mongo -d mongo
    
  3. Make your changes.

  4. Add tests where applicable and run the existing tests with rspec and jasmine to make sure they all pass.

    $ export OANDA_API_ACCESS_TOKEN=<YOUR OANDA API ACCESS TOKEN FOR DEMO>
    $ bundle install
    $ bundle exec rake
    $ cd sites
    $ npm install
    $ gulp
    
  5. Create a new pull request for develop branch and submit it to me.

License


Copyright (c) unageanu <masaya.yamauchi>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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