Let's use reinforcement learning in AI to build a digital currency trading robot. In this article, we will create and apply an enhanced learning frame… ( Read More )
Late sharing: Bitcoin high-frequency robot with 5% returns everyday in 2014
Introduction of the strategy The strategy was shared at:https://www.fmz.com/strategy/1088The strategy is my main strategy since I started with digital currency. After continuous improvement and modification,… ( Read More )
Neural Networks and Digital Currency Quantitative Trading Series (2) - Intensive Learning and Training Bitcoin Trading Strategy
1. Introduction In the last article, we introduced the use of LSTM network to predict the price of Bitcoin: https://www.fmz.com/bbs-topic/9879, as mentioned in the article,… ( Read More )
Neural Networks and Digital Currency Quantitative Trading Series (1) - LSTM Predicts Bitcoin Price
1. Brief introduction The deep neural network has become more and more popular in recent years. It has solved the problems that could not be… ( Read More )
Quantitative trading strategy with price momentum analysis in Python
Introduction to price momentum trading strategy Momentum trading strategy analyzes the comparison of long and short position forces through the relationship between the opening price,… ( Read More )
Quantitative Analysis of Digital Currency Market
A data-driven approach to speculative analysis of digital currencies How about the price of Bitcoin? What are the reasons for the increasing and decreasing price… ( Read More )
Modeling and Analysis of Bitcoin Volatility Based on ARMA-EGARCH Model
Recently, I have made some analysis on the volatility of Bitcoin, which is wordy and spontaneous. So I simply share some of my understanding and… ( Read More )
4.4 How to implement strategies in Python language
Summary In the previous article, we learned about the introduction to the Python language, the basic syntax, the strategy framework and more. Although the content… ( Read More )
4.3 Getting started with the Python language
Preliminary fluff So, you want to learn the Python programming language but can’t find a concise and yet full-featured tutorial. This tutorial will attempt to… ( Read More )
4.2 How to implement strategic trading in JavaScript language
Summary In the previous article, we introduced the fundamental knowledge that when using JavaScript to write a program, including the basic grammar and materials. In… ( Read More )