From 3392f3ca4fedd85dbecaa88e875e7fcdcf3412fa Mon Sep 17 00:00:00 2001 From: Romazes Date: Thu, 2 May 2024 11:30:52 +0300 Subject: [PATCH 1/3] feat: download specification --- bitfinex.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/bitfinex.json b/bitfinex.json index 308dccc..49678e9 100644 --- a/bitfinex.json +++ b/bitfinex.json @@ -13,5 +13,23 @@ "order-types": ["Market", "Limit", "Limit-If-Touched", "Stop Market", "Stop Limit", "Market On Open", "Market On Close" ], "assets": [ "Crypto Spot" ], "brokerage-url": "https://www.bitfinex.com/", - "documentation": "/docs/v2/cloud-platform/live-trading/brokerages/bitfinex" + "documentation": "/docs/v2/cloud-platform/live-trading/brokerages/bitfinex", + "module-specification": { + "download": { + "data-types": [ + "Trade" + ], + "resolutions": [ + "Minute", + "Hour", + "Daily" + ], + "security-types": [ + "Crypto" + ], + "markets": [ + "Bitfinex" + ] + } + } } From 0dc3a6656c6d0765e82c5ec2982a3096d0cb830f Mon Sep 17 00:00:00 2001 From: Romazes Date: Thu, 2 May 2024 11:33:07 +0300 Subject: [PATCH 2/3] remove: extra spacing --- bitfinex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitfinex.json b/bitfinex.json index 49678e9..8d6fd40 100644 --- a/bitfinex.json +++ b/bitfinex.json @@ -25,7 +25,7 @@ "Daily" ], "security-types": [ - "Crypto" + "Crypto" ], "markets": [ "Bitfinex" From 090faead935258c834e2150c4c1e3c43ac9b2dea Mon Sep 17 00:00:00 2001 From: Romazes Date: Thu, 2 May 2024 16:29:03 +0300 Subject: [PATCH 3/3] refactor: json styling --- bitfinex.json | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/bitfinex.json b/bitfinex.json index 8d6fd40..caa3887 100644 --- a/bitfinex.json +++ b/bitfinex.json @@ -1,19 +1,18 @@ { - "description": "Bitfinex is a crypto-currency exchange founded in 2012 based in Hong Kong. ", - - "platforms-features": [ - { - "Platforms": ["Cloud Platform", "Local Platform", "LEAN CLI"], - "Download Data": [1,1,1], - "Backtesting": [1,1,1], - "Optimization": [1,1,1], - "Live Trading": [1,1,1] - } - ], - "order-types": ["Market", "Limit", "Limit-If-Touched", "Stop Market", "Stop Limit", "Market On Open", "Market On Close" ], - "assets": [ "Crypto Spot" ], - "brokerage-url": "https://www.bitfinex.com/", - "documentation": "/docs/v2/cloud-platform/live-trading/brokerages/bitfinex", + "description": "Bitfinex is a crypto-currency exchange founded in 2012 based in Hong Kong. ", + "platforms-features": [ + { + "Platforms": [ "Cloud Platform", "Local Platform", "LEAN CLI" ], + "Download Data": [ 1, 1, 1 ], + "Backtesting": [ 1, 1, 1 ], + "Optimization": [ 1, 1, 1 ], + "Live Trading": [ 1, 1, 1 ] + } + ], + "order-types": [ "Market", "Limit", "Limit-If-Touched", "Stop Market", "Stop Limit", "Market On Open", "Market On Close" ], + "assets": [ "Crypto Spot" ], + "brokerage-url": "https://www.bitfinex.com/", + "documentation": "/docs/v2/cloud-platform/live-trading/brokerages/bitfinex", "module-specification": { "download": { "data-types": [ @@ -32,4 +31,4 @@ ] } } -} +} \ No newline at end of file