diff --git a/docs/commandline/tradebot.md b/docs/commandline/tradebot.md index 1ee561e22..8792f1236 100644 --- a/docs/commandline/tradebot.md +++ b/docs/commandline/tradebot.md @@ -6,11 +6,11 @@ You can set Gekko up as a tradebot, this will instruct Gekko to: - Run a strategy (in semi-realtime) over live market data. - Automatically create buy/sell orders based on signals coming from the strategy. -*As with everything in Gekko, the tradebot will make decisions based on the by YOU selected/configured/created strategy. If you end up losing money you have no one to blame but yourself.* +*As with everything in Gekko, the tradebot will make decisions based on the strategy selected/configured/created **by YOU**. If you end up losing money, you have no one to blame but yourself.* ## Configuration -First set up Gekko for commandline usage (see [this document](./about_the_commandline.md) for details). After that configure the following plugins: +First, set up Gekko for commandline usage (see [this document](./about_the_commandline.md) for details). After that, configure the following plugins: - `config.watch` - the market to trade on. - `candleWriter` - (optional) also store market data to disk. @@ -19,4 +19,4 @@ First set up Gekko for commandline usage (see [this document](./about_the_comman Turn off the paperTrader (to not get conflicting profit reports). -Once done run Gekko in live mode. \ No newline at end of file +Once done, run Gekko in live mode. diff --git a/exchanges/bitfinex.js b/exchanges/bitfinex.js index 5bf00383a..41bfb60ac 100644 --- a/exchanges/bitfinex.js +++ b/exchanges/bitfinex.js @@ -250,7 +250,7 @@ Trader.getCapabilities = function () { //Tradeable Pairs to ETH { pair: ['ETH', 'BCH'], minimalOrder: { amount: 0.01, unit: 'asset' } }, - { pair: ['ETH', 'IOT'], minimalOrder: { amount: 0.01, unit: 'asset' } }, + { pair: ['ETH', 'IOT'], minimalOrder: { amount: 6.00, unit: 'asset' } }, { pair: ['ETH', 'OMG'], minimalOrder: { amount: 0.01, unit: 'asset' } }, { pair: ['ETH', 'SAN'], minimalOrder: { amount: 0.01, unit: 'asset' } }, { pair: ['ETH', 'EOS'], minimalOrder: { amount: 0.01, unit: 'asset' } },