DolphinDBdolphindb.hashnode.dev·Aug 20, 2024Integrating Crypto Market Data From Multiple SourcesCryptocurrency trading professionals typically use Python, Java, Rust, or C++ for exchange API access. Single-source data access presents inherent limitations, such as data loss from server downtime, delayed updates, and limited data quality and refr...Cryptocurrency
Shridhar G Vtradermade.hashnode.dev·Apr 25, 2023Real-Time Forex, CFD and Crypto WebSocket with C#Discover how to set up a Visual Studio coding environment and write a C# program in this tutorial. Additionally, you will learn how to parse JSON output and connect to a WebSocket service (in this example, Tradermade's Forex data feed) to obtain stre...26 readsreal-time data
Shridhar G Vtradermade.hashnode.dev·Apr 20, 2023Forex REST JSON API with PHPIn this tutorial, we will focus on setting up a PHP environment and getting Live Forex, CFD, and Crypto data via REST JSON API from the command line. You can run PHP on the server side, and we'll cover that in another tutorial. Open a command window ...40 readsPHP
Shridhar G Vtradermade.hashnode.dev·Apr 10, 2023Real-Time Forex, CFD and Crypto WebSocket with JavaThis tutorial takes you through the Java WebSocket client used to access real-time Forex, cryptocurrency, and CFD (indices, stocks, and commodities) data through TraderMade Forex Java API. Although Notepad and the command line compiler will be used i...74 readsJava
Shridhar G Vtradermade.hashnode.dev·Feb 2, 2023How To Import Forex Data in RThis tutorial lets you know about importing live and historical forex data in R using a REST API. Similarly, you can understand resolving JSON responses into a Data frame. You require least to no knowledge of the R programming language to follow this...56 readsR Language
Shridhar G Vtradermade.hashnode.dev·Dec 28, 2022Python Development Kit for Forex and CFDsPython enthusiasts looking for an SDK (Software Development Kit) to access forex data are in the right place. I take this opportunity to introduce TraderMade Python-SDK, which will bring a great deal of ease in getting live and historical forex rates...28 readsPython
Shridhar G Vtradermade.hashnode.dev·Dec 16, 2022Your First Golang REST API ClientIn this tutorial, we will help you set up your environment and write a program to request data from a REST API, parse the data, and output it to the console. If you have already installed Golang then you can skip the first section of this tutorial an...marketdata