Bitcoin Forum
May 04, 2024, 11:02:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they believe that the creator of this topic displays some red flags which make them high-risk. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1] 2 3 »  All
  Print  
Author Topic: 📈 [SCRIPT] R.A.T. - Roslinpl's Automated Trading v1.0.6 [Bittrex Exchange] 📈  (Read 959 times)
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 04, 2018, 02:38:19 AM
Last edit: August 18, 2019, 11:46:48 AM by roslinpl
 #1


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:
Quote from: R.A.T. 1.0.6. User Configuration
- 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 BTC
Current R.A.T. version: 1.0.6

Do you want to buy a R.A.T? Please send me a PM.

 
R.A.T..Support.Channel:

     ▄▄█▀▀ ▄▄▄▄▄▄▄▄ ▀▀█▄▄
   ▐██▄▄██████████████▄▄██▌
   ████████████████████████
  ▐████████████████████████▌
  ███████▀▀▀██████▀▀▀███████
 ▐██████     ████     ██████▌
 ███████     ████     ███████
▐████████▄▄▄██████▄▄▄████████▌
▐████████████████████████████▌
 █████▄▄▀▀▀▀██████▀▀▀▀▄▄█████
  ▀▀██████          ██████▀▀
      ▀▀▀            ▀▀▀

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.


Quote from: R.A.T. v.1.0.3. x6 instances

R.A.T. 1.0.6. README.md:
Code:
╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║                                                       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 <Discord: roslinpl#3933 Telegram: 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.
1714863745
Hero Member
*
Offline Offline

Posts: 1714863745

View Profile Personal Message (Offline)

Ignore
1714863745
Reply with quote  #2

1714863745
Report to moderator
1714863745
Hero Member
*
Offline Offline

Posts: 1714863745

View Profile Personal Message (Offline)

Ignore
1714863745
Reply with quote  #2

1714863745
Report to moderator
1714863745
Hero Member
*
Offline Offline

Posts: 1714863745

View Profile Personal Message (Offline)

Ignore
1714863745
Reply with quote  #2

1714863745
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714863745
Hero Member
*
Offline Offline

Posts: 1714863745

View Profile Personal Message (Offline)

Ignore
1714863745
Reply with quote  #2

1714863745
Report to moderator
1714863745
Hero Member
*
Offline Offline

Posts: 1714863745

View Profile Personal Message (Offline)

Ignore
1714863745
Reply with quote  #2

1714863745
Report to moderator
1714863745
Hero Member
*
Offline Offline

Posts: 1714863745

View Profile Personal Message (Offline)

Ignore
1714863745
Reply with quote  #2

1714863745
Report to moderator
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 04, 2018, 08:02:01 AM
Last edit: December 19, 2018, 11:53:43 AM by roslinpl
 #2

Special offer: 1 x R.A.T. script for writing a review. ( 0 Available )


I received a message from a forum user who wants to test the script and write a review - thank you very much.

Best wishes.
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 06, 2018, 12:40:58 PM
 #3

Ho, ho, ho!

I couldn't resist - since it is 12/6.

Adding some free copies of R.A.T.:
Special offer: 1 x R.A.T. script (nodeJS required) for writing a review. ( 2 Available )



Best wishes.
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 07, 2018, 07:45:18 AM
 #4

Hello,

I sent the 1st copy of R.A.T. to a Forum Member, and I'm waiting for a review Smiley

Quote from: roslinpl
(...)
Please include into your review:

- A honest opinion. (your feelings, is it nice or not, does it work or not Smiley )

(...)


BTW. Please have a look at the README.md file content:

Quote from: R.A.T. 1.0.0 by roslinpl
╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║                                                       R.A.T. 1.00 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 <Discord: roslinpl#3933 Telegram: 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.0 by roslinpl.                                                                ║
║       cancel - cancels your order and stops trading.                                                                                ║
║      license - displays R.A.T. v1.0.0 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 "                                                       ║
║                                                                                                                                     ║
╚═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝


Ho, ho, ho!

I couldn't resist - since it is 12/6.

Adding some free copies of R.A.T.:
Special offer: 1 x R.A.T. script (nodeJS required) for writing a review. ( 2 Available )



Best wishes.


Have a great day,
best wishes.
Parodium
Sr. Member
****
Offline Offline

Activity: 1036
Merit: 332


DMs have been disabled. I am busy.


View Profile
December 07, 2018, 10:45:01 AM
 #5

Might want to change the name, RAT has another meaning in the blackhat world.
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 07, 2018, 11:26:06 AM
 #6

Might want to change the name, RAT has another meaning in the blackhat world.

RAT has many meanings, I don't recognize it as a reason to change the name.

The name is "R.A.T." Smiley 'roslinpl's automated trading' Smiley  and I think it will stay like it is.


Thanks for your opinion,
Best wishes.
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 09, 2018, 02:01:10 PM
 #7

Hello,

I wanted to show a preview of the R.A.T. in action:

Quote from: R.A.T. v.1.0.3. x6 instances

I want to remind about the available offer,

Ho, ho, ho!

I couldn't resist - since it is 12/6.

Adding some free copies of R.A.T.:
Special offer: 1 x R.A.T. script (nodeJS required) for writing a review. ( 2 Available )


Best wishes.


I want to add a rule to my offer: only Hero Members and Legendary Members can apply for a free copy.


Thanks,
best wishes.
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 16, 2018, 09:24:41 AM
Last edit: December 22, 2018, 06:01:46 PM by roslinpl
 #8

Hello,

I'm waiting for a review but btccrusher is not responding to my messages.
I'm not very sure will he write any review after all. Delivered Smiley Thank you btccrusher!


Anyway, my offer is still available.


Ho, ho, ho!

I couldn't resist - since it is 12/6.

Adding some free copies of R.A.T.:
Special offer: 1 x R.A.T. script (nodeJS required) for writing a review. ( 2 Available )


Best wishes.


I want to add a rule to my offer: only Hero Members and Legendary Members can apply for a free copy.


Thanks,
best wishes.
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 19, 2018, 05:42:08 PM
 #9

Just a quick stat:

4 x R.A.T was running from 14:00 GMT
Stats measured at 17:35 GMT.

Running time: 3h 35min.
Investment: 0.02 BTC

3h35min profit = 0.000135 + 0.000049 + 0.0002 + 0 = 0.000384 BTC

R.O.I. = ( 0.000384 / 0.02 ) * 0.02 = 1.92%  (in 3h35min)



Still you don't want to try the R.A.T?

well...


best wishes.
Morarity
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
December 19, 2018, 09:27:10 PM
 #10

Hey roslinpl.

I just want to ask where did you create R.A.T what programming language it is build?

Regards,
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 19, 2018, 10:10:52 PM
 #11

Hey roslinpl.

I just want to ask where did you create R.A.T what programming language it is build?

Regards,

Hey Morarity,

it's built with JavaScript (nodeJS + libs for ie. WebSockets).
The code is not uglified in any way, it is licensed but anyone who has a script can read it.


Best wishes.
DarkStar_
Legendary
*
Offline Offline

Activity: 2758
Merit: 3282


View Profile WWW
December 20, 2018, 02:33:09 AM
 #12

I'm interested in trying it out and leaving a review in exchange  Cheesy

Have an idea of the resources the bot takes? Would be nice if I could run it 24/7 on my Pi 3B

taking a break - expect delayed responses
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 20, 2018, 10:54:58 AM
 #13

I'm interested in trying it out and leaving a review in exchange  Cheesy

Have an idea of the resources the bot takes? Would be nice if I could run it 24/7 on my Pi 3B

Hello,

thank you!

I will send you the script today, but I need couple of hours, cause I have a pretty busy day today.
The script is quite light, I think you should be able to run it on Pi 3B.


Have a great day,
Best wishes.
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 21, 2018, 03:30:22 PM
 #14

Reminder:


Special offer: 1 x R.A.T. script (nodeJS required) for writing a review. ( 1 Available )

Regular R.A.T. price: 0.05 BTC



Best wishes.
DarkStar_
Legendary
*
Offline Offline

Activity: 2758
Merit: 3282


View Profile WWW
December 21, 2018, 08:28:22 PM
 #15

Got the script, and deposited 0.025BTC to Bittrex. Currently running using all default settings. Will edit this post later with a review/update.

taking a break - expect delayed responses
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 21, 2018, 11:02:50 PM
Last edit: December 21, 2018, 11:12:51 PM by roslinpl
 #16

Got the script, and deposited 0.025BTC to Bittrex. Currently running using all default settings. Will edit this post later with a review/update.

Thank you very much!

I hope you'll enjoy it.
If you will have any questions or you'll need the R.A.T. Support Smiley please PM me (or send message via telegram) anytime.

BTW. If you are running more than 1 R.A.T. in same time I strongly suggest to mix the settings a little bit.
At least change the minimum/maximum volume so your R.A.T.s aren't trading on same markets together.
It seems to workout better profits while R.A.T.s are trading on different markets but it depends from a situation Smiley

(In the future it will be controlled by R.A.T.A.I.TM)


PS. All R.A.T. script (legal) users will be informed by me about updates and will receive future updates up to version 2.0 (~Year 2020|2021). Limited promotion.

Best wishes.
btccrusher
Member
**
Offline Offline

Activity: 742
Merit: 12


View Profile WWW
December 22, 2018, 05:09:26 PM
 #17

Hi,
First, thanks a lot for the copy, it's really a great thing to me.
It was a tough task for me, I had to learn a lot of things, but finally, I think I can operate it easily. In fact, anyone would.

I created a different API key to test it. Used 0.01 BTC, manually set all prices as I want. However, when I was configuring the program showing the recommended price, which is a great thing I think. I kept running it for over two hours and end up with 0.00065 profits.
So, RAT works, at least it automates the trading experience in the right direction.

What I liked of RAT: Can easily operate. Can set/edit prices as decision changes.
What I don't like of RAT: The first looks is very messy, the instruction/introduction text at the beginning of the scrip is not easy reading.
Every time I re-open my PC or the program I had to configure everything from A-Z.

Still, I'm learning the best practice of this script. I'll write a few more words later, once I learn more.

Summary: It a worth trying thing for trading.
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 22, 2018, 05:55:39 PM
Last edit: December 22, 2018, 07:10:20 PM by roslinpl
 #18

Hi,
First, thanks a lot for the copy, it's really a great thing to me.
It was a tough task for me, I had to learn a lot of things, but finally, I think I can operate it easily. In fact, anyone would.

I created a different API key to test it. Used 0.01 BTC, manually set all prices as I want. However, when I was configuring the program showing the recommended price, which is a great thing I think. I kept running it for over two hours and end up with 0.00065 profits.
So, RAT works, at least it automates the trading experience in the right direction.

What I liked of RAT: Can easily operate. Can set/edit prices as decision changes.
What I don't like of RAT: The first looks is very messy, the instruction/introduction text at the beginning of the scrip is not easy reading.
Every time I re-open my PC or the program I had to configure everything from A-Z.

Still, I'm learning the best practice of this script. I'll write a few more words later, once I learn more.

Summary: It a worth trying thing for trading.

Thank you very much for your review,

I wish to merit your post - I will in the future, when I can.

What I don't like of RAT: The first looks is very messy, the instruction/introduction text at the beginning of the scrip is not easy reading.

Your opinion will allow me to build better R.A.T.
Thank you again, and I have a few questions:

Is it "very messy" because of break lines (low res app window)?

Example:
Quote from: running R.A.T. at low resolution

or is it something different?

Current R.A.T. 1.0.6 window needs at least ~1170px width (with common console font size). Perhaps this isn't the best choice/solution, indeed.
(you can try to change your console font size to smaller.)

Example:
Quote from: screen width 1170px

I will redesign R.A.T.U.I. in version 1.0.7. (next week).
It will suits lower resolutions.

Every time I re-open my PC or the program I had to configure everything from A-Z.

Indeed, I will create a config file and you will be able to save your config.
Good point.

(...) end up with 0.00065 profits.

Nice!
I just sent you R.A.T. 1.0.6 - it makes a bit better profits Smiley
Also, I suggest to config "R.O.I" to 0.35% instead of 0.25%.

I will implement basic R.A.T.A.I.TM in the nearest future - looking forward Smiley
Current default config is not always the best possible.

I like to experiment with it. I run 4-6 R.A.Ts and most of them with different config. Sometimes I'm amazed with the results.
Like today ... After 24h the best profit was made by a R.A.T. with such a config:

Code:
Sat, 22 Dec 2018 18:07:28 GMT |   Current config:
Sat, 22 Dec 2018 18:07:28 GMT |
Sat, 22 Dec 2018 18:07:28 GMT |       Minimum volume : 50 BTC
Sat, 22 Dec 2018 18:07:28 GMT |       Maximum volume : 9999 BTC
Sat, 22 Dec 2018 18:07:28 GMT |   Minimum last price : 0.00000152 BTC
Sat, 22 Dec 2018 18:07:28 GMT |       Minimum R.O.I. : 0.35 %
Sat, 22 Dec 2018 18:07:28 GMT |     Maximum "Change" : 25 %
Sat, 22 Dec 2018 18:07:28 GMT |  R.A.T. will attempt : 600 RUNS
Sat, 22 Dec 2018 18:07:28 GMT |     R.A.T. will wait : 45 SECONDS
Sat, 22 Dec 2018 18:07:28 GMT |   You want to invest : 0.002 BTC

Code:
Sat, 22 Dec 2018 18:07:25 GMT │ R.A.T. MESSAGE > roslinpl, Your current profit is : 0.00016100 BTC.

(My R.A.T. is working to pay the VPS rent Tongue )

(...)
Still, I'm learning the best practice of this script. I'll write a few more words later, once I learn more.
(...)
Summary: It a worth trying thing for trading.

Thank you for your review - You are the R.A.T. official owner. I will update you with new R.A.T. versions up to R.A.T. 2.0.0.

Please send me messages whenever you need the R.A.T. Support.
I also encourage you to post any comments, I will gladly answer all of them.

Best wishes.
btccrusher
Member
**
Offline Offline

Activity: 742
Merit: 12


View Profile WWW
December 22, 2018, 09:04:00 PM
 #19



Here is how it shows in my display https://prnt.sc/lyfeo7 [example]
But it's not a big deal when I can make profits Smiley with it.

Well, I received the updated version but did not try yet. Thanks.
roslinpl (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
December 22, 2018, 11:17:59 PM
 #20



Here is how it shows in my display https://prnt.sc/lyfeo7 [example]
But it's not a big deal when I can make profits Smiley with it.

Well, I received the updated version but did not try yet. Thanks.

Hello,

I see,
your window isn't wide enough, on a wider window it will looks like: https://i.imgur.com/RBFocT2.png
if you cannot enlarge the window to make it wider, you might try to customize the Windows Command Prompt font size.

I will prepare support for lower resolutions in R.A.T. version 1.0.7   Wink


Thank you again for your feedback,
best wishes.
Pages: [1] 2 3 »  All
  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!