Building a Trade Strategy

Overview


This example demonstrates creating a simple trading strategy using a computed moving average. It details the following steps.

  • Obtaining the Data
  • Moving Average
  • Dynamic Visualization
  • Backtesting
  • Normalized Prices
  • Using Pre-defined Trade Libraries
  • Trade Performance
  • Pre-processing the Data for Regression Analysis
  • Regression Analysis

Video Demos


Video Demo
A full copy of the desktop used in this example can be found here:

full desktop

First Step


The first step is to obtain the data.