Data API Plugin ~

WEB Trader Get it on Google Play
  • Post by Fintechee
  • Mar 12, 2021
Data API Plugin used to import any Forex Historical Data, Stock Simulator Historical Data or streaming quotes

Data API Plugin

The Fintechee Data API Plugin is a versatile tool designed for importing Historical Data or streaming quotes, including Forex Historical Data and Stock Simulator Historical Data.

Extensions for Fintechee Trading Platform encompass Fintechee’s plugins and free services, enhancing the benefits for traders using Fintechee’s WEB Trader or Expert Advisor Studio. These plugins facilitate integration with other brands, allowing products developed based on other brands to be used on Fintechee. This approach helps save migration costs and retain existing tools. Freelancers can reuse expert advisors and custom indicators developed for their clients.

All plugins are free and open-sourced (MIT license). You can access our Github repository to obtain source codes and modify them freely.


Data Sources

  • Oanda V20 API

    • RESTful API
    • Forex currencies
    • Forex historical data
    • Streaming quotes
    • Trading functions (usable to trade via Oanda V20 credential)
    • Demo / Live both supported
    • Javascript-based browser wrapper provided to simplify the usage of Oanda’s original Nodejs client-side package.
  • Coinapi.io

    • RESTful API
    • Cryptocurrencies from many stream exchanges
    • Cryptocurrency historical data
    • Streaming quotes
  • Polygon.io

    • RESTful API
    • Forex currencies, stock simulator historical data, cryptocurrency historical data
    • Streaming quotes

Prerequisites


Use Cases (Scenarios when our products can be helpful)

  1. I have an Oanda credential, but I need to use my own indicator to get signals.
  2. I have an Oanda credential, but I need to use my own expert advisors to trade automatically.
  3. I want to analyze movements in the cryptocurrencies’ markets without manual analysis.
  4. I want to import data for analysis but only know how to code in Javascript/C/C++/MQL, not Python.
  5. I’m busy and want to check market movements during my daily commute.
  6. Candlesticks’ data should include Ask/Bid, not just the middle value of Ask/Bid.

Usage

  1. Open Fintechee’s WEB Trader or FIX API trading platform individual version (they have the same UI), so the operations are the same.
  2. Open a chart and add an indicator named “fintechee_oanda_loader” (or “fintechee_crypto_loader”).
  3. Input your credential information if needed.
  4. Now, you can see new instruments’ names with the data source name added to the instruments list.
  5. Find what you want to check, and then click the “Change” button (the “Refresh” icon).

Price

Free and open-sourced. Source codes can be found in our Github repository.

If interested, try it on your own.

We provide source codes to build the Oanda wrapper as well. Please get it and build it on your own if you are interested.

Fintechee-Plugin-for-Oanda-V20


Documents

Expert-Advisor-Studio/wiki


Disclaimer

Fintechee is not affiliated with Oanda, Coinapi.io, and Polygon.io.