3 Posts
Tag: Programming

BY eric
Feb 02, 2023
Building an Efficient Gateway: Connecting Your Trading System to Brokers
An introduction to building a gateway that connects your trading system to brokers. It discusses the need for a gateway, the architecture of a gateway, and the different types of broker's trading platforms.

BY eric
Feb 02, 2023
Utilizing FIX API as a Gateway for Algorithmic Trading with C#
A simple tutorial about how to use FIX API to connect to financial markets for algorithmic trading with C#

BY eric
Mar 14, 2022
Using 'node-programmer' Package for Arguments Parsing
A simple tutorial to show you how to use 'node-programmer' package