Skip to content

Commit

Permalink
update readme and announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
rjra2611 committed May 23, 2022
1 parent cc25bea commit d97a60c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,12 @@ Options:
--tradier-account-id TEXT Your Tradier account id
--tradier-access-token TEXT Your Tradier access token
--tradier-use-sandbox [live|paper]
--tradier-environment [live|paper]
Whether the developer sandbox should be used
--oanda-account-id TEXT Your OANDA account id
--oanda-access-token TEXT Your OANDA API token
--oanda-environment [Practice|Trade]
The environment to run in, Practice for fxTrade Practice, Trade for fxTrade
--oanda-account-id TEXT Your OANDA account id
--oanda-access-token TEXT Your OANDA API token
--bitfinex-api-key TEXT Your Bitfinex API key
--bitfinex-api-secret TEXT Your Bitfinex API secret
--gdax-use-sandbox [live|paper]
Expand Down Expand Up @@ -259,9 +259,13 @@ Options:
--ftx-exchange-name [FTX|FTXUS]
FTX exchange name [FTX, FTXUS]
--ftx-api-key TEXT Your FTX API key
--ftxus-api-key TEXT Your FTX API key
--ftx-api-secret TEXT Your FTX API secret
--ftxus-api-secret TEXT Your FTX API secret
--ftx-account-tier [Tier1|Tier2|Tier3|Tier4|Tier5|Tier6]
Your FTX Account Tier
--ftxus-account-tier [Tier1|Tier2|Tier3|Tier4|Tier5|Tier6]
Your FTX Account Tier
--node TEXT The name or id of the live node to run on
--auto-restart BOOLEAN Whether automatic algorithm restarting must be enabled
--notify-order-events BOOLEAN Whether notifications must be sent for order events
Expand Down Expand Up @@ -765,12 +769,12 @@ Options:
--tradier-account-id TEXT Your Tradier account id
--tradier-access-token TEXT Your Tradier access token
--tradier-use-sandbox [live|paper]
--tradier-environment [live|paper]
Whether the developer sandbox should be used
--oanda-account-id TEXT Your OANDA account id
--oanda-access-token TEXT Your OANDA API token
--oanda-environment [Practice|Trade]
The environment to run in, Practice for fxTrade Practice, Trade for fxTrade
--oanda-account-id TEXT Your OANDA account id
--oanda-access-token TEXT Your OANDA API token
--bitfinex-api-key TEXT Your Bitfinex API key
--bitfinex-api-secret TEXT Your Bitfinex API secret
--gdax-use-sandbox [live|paper]
Expand Down
4 changes: 4 additions & 0 deletions announcements.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"announcements": [
{
"date": "2022-05-23",
"message": "We've added new json based approach of adding new modules to reduce the overhead and duplications."
},
{
"date": "2022-02-02",
"message": "We've added cloud live support for Samco and Zerodha brokerages for India Market"
Expand Down

0 comments on commit d97a60c

Please sign in to comment.