Yun-SeYeong / Bitcoin-Trading-System

비트코인 자동매매 통합 시스템
1 stars 0 forks source link

매매 시나리오 설계 #27

Closed Yun-SeYeong closed 2 years ago

Yun-SeYeong commented 2 years ago

매매 시나리오 설계

매매 종류

매매 횟수

조건

Scenario

:key:primary column type
* scenario_id long
name text
description text
max_count int

Rule

:key:primary column type
* rule_id long
scenario_id long
tradingType varchar(255)
value1Type varchar(255)
value2Type varchar(255)
value2 double
value1Weight double
value2Weight double
operator varchar(255)