Hello,
I made a script - it's called
R.A.T. (Roslinpl's Automated Trading) -
R.A.T. does auto-trades on
Bittrex.com exchange.
How it works:When
R.A.T. finds the right parameters, it starts to buy the chosen currency for a specified amount of coins and automatically sells after the purchase with the profit determined by us.
To determinate the most profitable market,
R.A.T. is continuously scanning markets in a range determined by the user configuration.
R.A.T. still scans the markets until the spread is good enough to make a quick action and he repeats his actions while keeps scanning markets before making any actions.
Thanks to WebSocket,
R.A.T. receives a ~real-time data from the exchange.
R.A.T. allows user to configure:- Minimum base volume
- Maximum base volume
- Minimum last price
- Minimum R.O.I (The % R.O.I. user want to get from one round)(1 round = buy & sell with profit)
- Maximum 24h Change (%)
- How many rounds should R.A.T. run
- BTC investment value
- BID lifetime ( If Price per unit > 0.00000150, lifetime = lifetime. If price per unit <= 0.00000150, lifetime = lifetime * 20.)
Special offer: 1 x R.A.T. script (nodeJS required) for writing a review. ( 1 Available )
Buy R.A.T.:Current Promo R.A.T. price: 0.015 BTCCurrent R.A.T. version: 1.0.6Do you want to buy a R.A.T? Please send me a PM.
Important:
All R.A.T. script (legal) users will be informed about updates and will receive future updates up to version 2.0 (~Year 2020/2021). A limited-time offer.
R.A.T. 1.0.6. README.md:╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║ R.A.T. 1.0.6 by roslinpl ║
║ ║
║ LICENSE: ║
║ Copyright (C) R.A.T by roslinpl - All Rights Reserved. ║
║ Unauthorized copying of this file, via any medium is strictly prohibited. ║
║ Proprietary and confidential. ║
║ ║
║ Written by roslinpl , December 2018. ║
║ ║
║ ║
║ PRIVACY: ║
║ R.A.T. does not sends any information to R.A.T. external servers or any servers other than Bittrex.com. ║
║ R.A.T. sends your API secret key and a hash of API private key to Bittrex API server. ║
║ R.A.T. also sends API calls to Bittrex API server, it is mandatory to communicate and work. ║
║ ║
║ The only R.A.T. server is your machine. ║
║ ║
║ ║
║ WARNING: ║
║ I strongly suggest to configure the API keys and turn off the withdrawal options. ║
║ ║
║ ║
║ How to configure your API keys: https://bittrex.zendesk.com/hc/en-us/articles/115003723911-Developer-s-Guide-API ║
║ ║
║ ║
║ BE CAREFUL ! R.A.T. IT IS NOT A MACHINE THAT WILL ALWAYS EARN MONEY, ║
║ Depending on the configuration and current market trends, R.A.T. will perfom better or worse. ║
║ You always trade on your own responsibility. ║
║ ║
║ ║
║ Never make an investment if You cannot afford a total loss. ║
║ ║
║ COMMANDS: ║
║ help - displays this "HELP" sceen. ║
║ config - displays "CONFIG" screen and allow user to configure R.A.T. ║
║ start - starts the R.A.T. Trading Mode ║
║ profit - displays your current profit. ║
║ balance - displays your current balance. ║
║ info - displays information about R.A.T. v1.0.6 by roslinpl. ║
║ cancel - cancels your order and stops trading. ║
║ license - displays R.A.T. v1.0.6 License and Privacy Policy. ║
║ exit - cancels your order, stops trading and exits R.A.T. ║
║ exitNoCancel - will not cancel your order. Stops trading and exits R.A.T. ║
║ ║
║ IMPORTANT : Using "abort command" like CTRL+C is equal to command "exit". ║
║ ║
║ ║
║ R.A.T. - Roslinpl's Automated Trading script. ║
║ ║
║ HOW IT WORKS: ║
║ R.A.T. collects the real-time data from Bittrex.com API and determinate the profitable market, ║
║ depending on the configuration. ║
║ ║
║ 1 ROUND = BUY & SELL WITH PROFIT. ║
║ ║
║ BE CAREFUL ! R.A.T. IT IS NOT A MACHINE THAT WILL ALWAYS EARN MONEY, ║
║ Depending on the configuration and current market trends, R.A.T. will perfom better or worse. ║
║ You always trade on your own responsibility. ║
║ ║
║ Never make an investment if You cannot afford a total loss. ║
║ ║
╚═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║ ║
║ IMPORTANT: ║
║ ║
║ 1. I suggest to configure your Power & Sleep operating system options and make sure your PC never goes to sleep. ║
║ 2. R.A.T. will stop working if your Internet connection will be lost or suspended. ║
║ 3. Do not invest too much. ║
║ ║
╚═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║ ║
║ How to install and run R.A.T. : ║
║ ║
║ 1. Download and install nodeJS for your operating system. (https://nodejs.org/en/download/) ║
║ 2. Create a folder and copy R.A.T. all files to that folder. ║
║ ║
║ R.A.T. files are: rat.js ; README.md ; howto.txt ; package.json ; logs/ (folder) (4 files and 1 folder in total) ║
║ ║
║ 3. Go to your R.A.T. folder and run nodeJS console command " npm install ". ║
║ 4. After initialization you can run R.A.T. with a command " node rat.js ". ║
║ ║
╚═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
Best wishes.