CryptoMF / frostybot-js

Frostybot-JS is a cryptocurrency trading API endpoint, designed to execute webhook or REST requests as orders on a variety of well-known exchanges. While primarily designed to automate your Tradingview strategies, Frostybot can also be integrated with any other software using webhooks or REST. Bitmex, FTX, Deribit and Binance are supported.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small CLI documentation correction

ricardojmendez opened this issue · comments

Hi,

It doesn't look like Github supports PRs for the Wiki, and Frostybot's is closed. There is a small bug on this page:

https://github.com/CryptoMF/frostybot-js/wiki/Using-the-CLI

On the list of myftxalgosub examples, the last two read:

frostybot trade:myftxalgosub:orders                    (Get list of orders from the exchange)
frostybot trade:myftxalgosub:order status=open         (Get list of open orders)

The last one should be orders, nor order.

frostybot trade:myftxalgosub:orders status=open         (Get list of open orders)