bitprophet
Version:
Crypto trading platform for Binance that uses chat bots as its interface
22 lines (21 loc) • 373 B
JavaScript
module.exports = {
strategies: {
alertsrsi: {
name: "Alerts RSI",
targetMarket: "BTC"
},
alertsichimoku: {
name: "Alerts Ichimoku",
targetMarket: "BTC"
},
buydip: {
name: "Buy Dip",
paperTrading: true,
buyAmountMarket: 0.018,
profitTarget: 2.4,
maxLoss: 0.8,
maxTradingPairs: 5,
targetMarket: "BTC"
}
}
}