Bitcoin Forum
June 23, 2024, 10:39:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Free Bitcoin Trading Bots  (Read 312 times)
Best_Bitcoins_Bot (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 22, 2017, 08:15:02 AM
 #1

1. BTCC Market Maker is a High-Frequency Market maker bot that runs on BTC China.

    Currently, it only follows simple heuristics (buy low and sell high), and acts as a scalper.
  
    This is the script 1337 (0.0011) used on 10-14.10.2016 balancing the price between btcc.com and okcoin.com with a spread of 0.10 CNY!!!

    https://www.youtube.com/watch?v=1SawZR4Kaps


2. Lazy Whale is a simple script for the Poloniex marketplace which does market making in a preset range.

    You choose your trading pair then setup buy & sell pair too.

    amount = the amount of sell pair which will be used every time

    increment = price between 2 order of the same type

    buy_price_min & sell_price_max = the trading range for the script

    buy_price_max & sell_price_min = your spread between your buy & sell orders

    nb_orders_to_display = number of orders displayed on each side of the order book


3. John Malcom The Brave provides a method of automating simple trading strategies with Poloniex.
    The user is responsible for configuring trading logic and parameters for the initiation of trades.
    The functions are all described within the source-code and should provide for a simple interface.  

    Theory of Operation:
    JMTB operates through three primary phases:  
   
    Phase 1 - Data Accumulation: All public API queries happen here. Data is stored in the local database.
    input: Public data calls output: Cached data in the local database.

    Phase 2 - Analytics:  All calculations of indicators and trading logic happen here.
    input: Cached data from a local database.
    output: Technical indicators and trading booleans saved to local database.

    Phase 3 - Execution: Read the local database for trading booleans. Execute trades identified in phase 2.
    input: Local database query.
    output: Executed trades and logs.

    JMTB keeps an updated database of all candlestick data for any given asset with any standard Poloniex time-period (5min, 15 min, 30min, 240min, 1440min).
    By holding the data locally we can minimize the number of data queries required to keep data in sync. JMTB then uses only locally stored data for all calculations and decisions.
    Once these calculations and decisions have completed, those states are saved to the database as well. Finally, the trading execution logic searches the database for all assets which qualify for trading.
    With all trades identified, it then executes each trade as directed by the trading logic (again - this is passed through the database).  

    The Strategies:
    Breakout:  The breakout strategy can be enabled by setting "enable_breakout" to 1.  
    Breakout will buy that coin when/if the current price sets a new 5 period high (Rob suggests a daily period for this).
    Breakout will only sell if/when the coin hits its trailing stop (currently hard-coded to 4%, will be configurable in the future).
   
    Hold: The hold strategy is enabled by setting "enable_hold" to 1.  Hold will hold 'X" BTC worth of that coin.
    It will only buy if/when the valuation of that coin is less than it's given amount.
    For example, I set the bot to hold .25BTC of Litecoin.  It reaches out and buys .25BTC worth of litecoin.
    Then, the price doesn't move much.  One day, the price of Litecoin plummets - this causes the valuation of LTC to drop below .25 - so the bot will buy more LTC.
      
    Conversely, if the price of LTC rises than the total valuation of LTC held by JMTB will surpass its allotted amount to maintain.  
      
    In short: Hold will buy on downtrends to get good bargains but will sell in stages during uptrends.  
      
    Pivot Point: This strategy utilizes pivot points to buy at calculated support prices and sell at resistance points.


4. Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB. It features:

    Fully-automated technical-analysis-based trading approach

    Full support for GDAX, Poloniex, Kraken, Bittrex, Quadriga and Gemini work on further exchange support is ongoing.

    Plugin architecture for implementing exchange support, or writing new strategies
    
    Simulator for Backtesting strategies against historical data
    
    "Paper" trading mode, operates on a simulated balance while watching the live market

    Configurable sell stops, buy stops, and (trailing) profit stops
    
    Flexible sampling period and trade frequency - averages 1-2 trades/day with 1h period, 15-50/day with 5m period


5. Tribeca is a very low latency high-frequency cryptocurrency market making trading bot. It has a full featured web client, backtester, and supports direct connectivity to Coinbase, Hitbtc, Okcoin and Bitfinex.

    On modern hardware, it can react to market data by placing and canceling orders in under a millisecond.


6. Gekko is a Bitcoin Technical Analysis (TA) trading and backtesting platform
    
    Gekko comes with some example strategies (which implement a single indicator). But with some basic javascript, you can create your own strategies.
    
    You can use over 130 indicators to create your perfect prediction model (full list of supported indicators).
    
    Gekko can watch the real-time markets, you can TA strategies to do live or simulated trading. Gekko stores all market data it sees.

    This makes it possible to simulate trading strategies against historical data, to see whether they would have been profitable (backtesting).

    Gekko will take care of:

    Aggregating live market data
    
    Calculating indicators
    
    Executing live orders (trade bot)
    
    Simulating order execution (paper trade)
    
    Calculating profit and risk metrics
    
    Graphing the results in a web interface
  
    Managing and importing historical market data
    
    Simulating live markets using historical data (backtesting)


7. Qt Bitcoin Trader

    This software helps you open and cancel orders very fast. Real time data monitoring. It can be configured for any rule and strategy.
    
    And make real time charts on QML or Qt Graphics View.

    Supported exchanges: BTC-e, Bitstamp, BTCChina, Bitfinex, GOC.io, Indacoin, YoBit, BitMarket.pl


  Download all Bitcoin Trading Bots.zip -  5.3 MB
betbetbet
Jr. Member
*
Offline Offline

Activity: 70
Merit: 3


View Profile
December 06, 2017, 02:27:49 PM
 #2

Thanks for listing.

I want a bot/script to execute my sell orders when certain conditions are met. Basically stop-loss and price target at the same time.
Since it's impossible currently at Bittrex to place 2 orders at the same time. (one order reserves entire balance so you can never place 2 orders at the same time), i'm losing a lot of potential profits when price starts to move when i'm away from the computer.

Can one of these keep an eye on price for me and automatically place the right order which is closest to either one of these levels ? (stoploss when losing / price target when the price is rising)
Best_Bitcoins_Bot (OP)
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 16, 2017, 08:17:23 PM
 #3

go make some btc  Cheesy
Yuska
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 30, 2017, 09:55:04 AM
 #4

super site!
coin-bet.bet
Member
**
Offline Offline

Activity: 154
Merit: 10

coin-bet


View Profile WWW
January 04, 2018, 08:40:44 AM
 #5

scam???
fishing?

usercryptomany
Full Member
***
Offline Offline

Activity: 462
Merit: 104



View Profile
January 04, 2018, 09:14:15 AM
 #6

I'm skeptical of topics that create a beginners ... and in the comments is also newcomers ... a lot of free fraud...
kaulhyangi
Newbie
*
Offline Offline

Activity: 196
Merit: 0


View Profile WWW
January 04, 2018, 02:59:16 PM
 #7

Anyone actually tried those ? I wouldn't.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!