Giter VIP home page Giter VIP logo

mrp_10_forex's Introduction

MRP_10_Forex

Trading in Forex can lead to profit if you react well (by buying and selling money) to dynamic changes in the exchange rates. However, forecasting of the Forex market is very difficult, due to its size, dispersion, and continuous operation. Therefore, the goal of this project is to investigate whether neural networks and deep learning can be used to achieve an accurate data-driven forecast of the Forex market.

Dependencies

Tested on Python 3.6.4. Install the dependencies by running this command in your terminal (python should be added to your PATH):

python -m pip install -r requirements.txt

FXCM

We connect to a Forex demo account using fxcm fxcmpy docs: https://www.fxcm.com/uk/algorithmic-trading/forex-python/

mrp_10_forex's People

Contributors

brechard avatar camielk avatar jacobsalam avatar omendram avatar philippe554 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

rexoc camielk

mrp_10_forex's Issues

Make BenchMark Work with a LIVE data

To get the last 240 minute candles from live data:

from App.Library.Connection.Price import Price
candles = Price.get_last_n_candles(instrument='EUR/USD', period=Period.MINUTE_1[0], n=240)

Technical Analysis: Volume

  1. Accumulation/Distribution Index (ADI)
  2. On-Balance Volume (OBV)
  3. On-Balance Volume mean (OBV mean)
  4. Chaikin Money Flow (CMF)
  5. Force Index (FI)
  6. Ease of Movement (EoM, EMV)
  7. Volume-price Trend (VPT)
  8. Negative Volume Index (NVI)

Technical Analysis: Trend - Rodrigo

  1. Moving Average Convergence Divergence (MACD)
    
  2. Average Directional Movement Index (ADX)
    
  3. Vortex Indicator (VI)
    
  4. Trix (TRIX)
    
  5. Mass Index (MI)
    
  6. Commodity Channel Index (CCI)
    
  7. Detrended Price Oscillator (DPO)
    
  8. KST Oscillator (KST)
    
  9. Ichimoku Kinkō Hyō (Ichimoku)
    

Technical Analysis: Momentum

  • Money Flow Index (MFI)
  • Relative Strength Index (RSI)
  • True strength index (TSI)
  • Ultimate Oscillator (UO)
  • Stochastic Oscillator (SR)
  • Williams %R (WR)
  • Awesome Oscillator (AO)

All Technical Indicators with live data

Currently the classes are using the database, which is good for training but still there's an extension needed for the live data from API responses or the streams.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.