All Projects โ†’ pythonjokeun โ†’ Thewife

pythonjokeun / Thewife

Licence: mit
Crypto trading bot that reacts to optimized RSI signal ๐Ÿค–๐Ÿ“ˆ๐Ÿ’ธ

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Thewife

Jesse
An advanced crypto trading bot written in Python
Stars: โœญ 1,038 (+4618.18%)
Mutual labels:  bot, trading-bot, cryptocurrency, trading
Socktrader
๐Ÿš€ Websocket based trading bot for ๐Ÿ’ฐcryptocurrencies ๐Ÿ“ˆ
Stars: โœญ 152 (+590.91%)
Mutual labels:  bot, trading-bot, cryptocurrency, trading
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: โœญ 1,089 (+4850%)
Mutual labels:  bot, trading-bot, cryptocurrency, trading
Algotrading
Algorithmic trading framework for cryptocurrencies.
Stars: โœญ 249 (+1031.82%)
Mutual labels:  bot, trading-bot, cryptocurrency, trading
Cassandre Trading Bot
Cassandre makes it easy to create your Java crypto trading bot. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions.
Stars: โœญ 120 (+445.45%)
Mutual labels:  bot, trading-bot, cryptocurrency, trading
Bitprophet
Node crypto trading platform for Binance exchange.
Stars: โœญ 166 (+654.55%)
Mutual labels:  bot, cryptocurrency, trading
Tradingview Webhooks Bot
a bot that can execute trades based on tradingview webhook alerts!
Stars: โœญ 184 (+736.36%)
Mutual labels:  bot, trading-bot, trading
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: โœญ 580 (+2536.36%)
Mutual labels:  trading-bot, cryptocurrency, trading
Tai
A composable, real time, market data and trade execution toolkit. Built with Elixir, runs on the Erlang virtual machine
Stars: โœญ 264 (+1100%)
Mutual labels:  trading-bot, cryptocurrency, trading
Arbitragebot
Arbitrage bot that currently works on bittrex & poloniex
Stars: โœญ 141 (+540.91%)
Mutual labels:  bot, cryptocurrency, trading
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: โœญ 210 (+854.55%)
Mutual labels:  bot, cryptocurrency, trading
51bitquant
51bitquant Pythonๆ•ฐๅญ—่ดงๅธ้‡ๅŒ–ไบคๆ˜“่ง†้ข‘ CCXTๆก†ๆžถ ็ˆฌๅ–ไบคๆ˜“ๆ‰€ๆ•ฐๆฎ ๆฏ”็‰นๅธ้‡ๅŒ–ไบคๆ˜“ ไบคๆ˜“ๆœบๅ™จไบบ51bitquant tradingbot cryptocurrency quantitative trading btc trading
Stars: โœญ 284 (+1190.91%)
Mutual labels:  trading-bot, cryptocurrency, trading
Mynt
An Azure Functions-based crypto currency trading bot; featuring 10 exchanges, 25 indicators, custom strategy support, backtester and more
Stars: โœญ 165 (+650%)
Mutual labels:  bot, trading-bot, cryptocurrency
Python Bittrex
Python bindings for bittrex
Stars: โœญ 601 (+2631.82%)
Mutual labels:  trading-bot, cryptocurrency, trading
T 1000
โšก๏ธ โšก๏ธ ๐˜‹๐˜ฆ๐˜ฆ๐˜ฑ ๐˜™๐˜“ ๐˜ˆ๐˜ญ๐˜จ๐˜ฐ๐˜ต๐˜ณ๐˜ข๐˜ฅ๐˜ช๐˜ฏ๐˜จ ๐˜ธ๐˜ช๐˜ต๐˜ฉ ๐˜™๐˜ข๐˜บ ๐˜ˆ๐˜—๐˜
Stars: โœญ 143 (+550%)
Mutual labels:  bot, trading-bot, trading
Octobot
Cryptocurrency trading bot: high frequency, daily trading, social trading, ...
Stars: โœญ 706 (+3109.09%)
Mutual labels:  trading-bot, cryptocurrency, trading
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: โœญ 335 (+1422.73%)
Mutual labels:  trading-bot, cryptocurrency, trading
Tribeca
A high frequency, market making cryptocurrency trading platform in node.js
Stars: โœญ 3,646 (+16472.73%)
Mutual labels:  trading-bot, cryptocurrency, trading
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: โœญ 104 (+372.73%)
Mutual labels:  bot, cryptocurrency, trading
Coinbase Pro Trading Toolkit
DEPRECATED โ€” The Coinbase Pro trading toolkit
Stars: โœญ 817 (+3613.64%)
Mutual labels:  trading-bot, cryptocurrency, trading

The Wife

Behind every great man there stands a great wife ~ Unknown

Overview

Wife is a crypto trading bot that reacts to optimized RSI signal. Basically, bot will place a buy order when it reach RSI lower threshold (oversold) and will place a sell order when it reach RSI upper threshold (overbought). All of the RSI settings are automatically optimized for optimal profit via hyperopt library.

Disclaimer

  • USE THIS BOT AT YOUR OWN RISK!
  • DO NOT RISK THE MONEY YOU AFRAID TO LOSE!
  • THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS!

Installation

pip install git+https://github.com/pythonjokeun/thewife

Usage

This bot only works on Python 3.

  1. Setup a .yaml configuration file, for example my-config-file.yaml.

  2. Simply run wife --config my-config-file.yaml, where my-config-file.yaml is the configuration file that you've setup from the first step.

Configuration File:

In order to start the bot you need a configuration file. Below, is the structure of configuration file.

creds:
  account:
    exchange: '...'
    apikey: '...'
    apisec: '...'
  pushbullet:
    token: '...'

trade:
  pair: '...'
  funds: ...
  candlestick: '...'
  history: ...
  ordercheck: ...

Fields surrounded with quotes ('...') are expecting string as input, and without quotes (...) are expecting numeric value as input.

Since this bot uses ccxt to interact with exchanges' APIs, some of the configuration values for this bot are inherited from ccxt configuration values. For possible values for all of these fields below, refer to the linked page.

  • exchange, contains name of the trading exchange (e.g binance).
  • pair, contains name of trading pair (e.g BTC/USDT).
  • candlestick, contains size of the candlestick (e.g 1h).
  • history, contains candlestick history size (e.g 100).

The rest of configuration fields are explained below.

  • token, contains your pushbullet API access token.
  • funds, contains amount of base currency you would like to trade.
  • ordercheck, contains seconds interval for checking placed order.

Notice that, pushbullet API access token is mandatory at the moment, so any buy / sell activity won't out of your sight.

Tested Exchange

  • [x] Binance

Credits

Hats off to hyperopt and ccxt authors! Without them, this bot won't be available! ๐Ÿ™๐Ÿ™๐Ÿ™

Tip Jar

If this bot helped you in any way, you can always leave me a tip at:

  • BTC: 1NpuZv5vzhV3JobdAsFExvW617BimFQ6i5
  • ETH: 0x7d9640a7107b344ea9784ffc54dafbb85d6e052c
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].