Building a crypto momentum trading strategy — Part 2
Crypto momentum trading strategy in Python
This is the second part of the article on building a crypto momentum trading strategy. The first part can be found at:
Building a crypto momentum trading strategy
Crypto momentum trading
The strategy from scratch
First, import all libraries that we’ll use.
import requests
import json
import pandas as pd
import datetime as dt
from heapq import nlargest
f…
Keep reading with a 7-day free trial
Subscribe to Actionable Trading Strategies to keep reading this post and get 7 days of free access to the full post archives.