Coding a Custom Trading Algorithm in Lua
We have teamed up with FXCM Education to bring you a live webinar tutorial on coding a trading strategy in Lua. In this live session, you will have the opportunity…
We have teamed up with FXCM Education to bring you a live webinar tutorial on coding a trading strategy in Lua. In this live session, you will have the opportunity…
(To download an already completed copy of the Python strategy developed in this guide, visit our GitHub.) In this article, we will code a closed-bar Bollinger band ADX range strategy…
(To download an already completed copy of the Python strategy developed in this guide, visit our GitHub.) In this article, we will code a closed-bar Simple Moving Average (SMA) crossover…
With FXCM recently adding the BTC/USD trading pair on their retail trading platform, we thought it would be useful to show how quick and easy it is to setup a…
(To download an already completed copy of the Python strategy developed in this guide, visit our GitHub.) In this article, we will code a custom breakout strategy geared specifically towards…
(To download an already completed copy of the Python strategy developed in this guide, visit our GitHub.) In this article, we will code a closed-bar RSI strategy using Python and…
Algo Trading with REST API and Python Series Part 1: Preparing your Computer Part 2 : Connecting to the REST API Part 3: Using the fxcmpy Python wrapper to connect to FXCM’s…
When an instrument’s price is not moving in an uptrend or a downtrend, but instead is moving sideways, we say the instrument is range bound. This is simple to visually…