Skip to content

This service provides a currency automatic trading function based on technical analysis.

Notifications You must be signed in to change notification settings

shosato0306/Cryptocurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptocurrency

Overview

This service provides a currency automatic trading function based on technical analysis.

image

Environment

golang 1.12.4

Functions

View chart

You can see the candlestick chart according to the selected period.

image

The candlestick period can be selected from the following four.

  • 1 second
  • 1 minute
  • 1 hour
  • 1 day

View indicator

You can also see the inditator on the price of the cryptocurrency. If necessary, you can change the values of the parameters used in each indicator.

Chart

This application supports the following indicators.

  • SMA ・・・ Simple Moving Average
  • Ema ・・・ Exponentioal Moving Average
  • BBand ・・・ Bollinger Band
  • Ichimoku ・・・ Ichimoku Cloud
  • Rsi ・・・ Relative Strength index
  • MACD ・・・ Moving Average Convergence/Devergence Tradeing Method
  • HV ・・・ Historical Volatility

Backtest

You can use past data to simulate how much performance was obtained over a given period of time.
The system chooses the most appropriate indicator by using backtesting.

image

Trading

In this service, you can actually trade using the liquid by quoine API. In order to trade, it is necessary to create an account.
https://www.liquid.com/ja/

About

This service provides a currency automatic trading function based on technical analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published