Pages:
Author

Topic: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 (New Price List 04/2021) - page 10. (Read 531018 times)

legendary
Activity: 2955
Merit: 1049
hi

how to set min total order for all markets to 10 USD?

thx
legendary
Activity: 2632
Merit: 1040
sr. member
Activity: 1918
Merit: 256
Just.bet - Decentralized On-chain Casino
I am looking for bots for my trade in Latoken.
Is CAT compatible with latoken?
legendary
Activity: 2632
Merit: 1040
Quote
Is a trading bot used to trade while you are not there or asleep and not miss trades?

there are person who use the bot this way, setting a simple high/low buy/sell limit
In the GUIDE (check this topic's first replies) you will find all the CAT Features

Quote
It is not a magical interest generating machine?

Of course not.
Everytime you see the word "Magic", run away.

Quote
I would love to see someones balance over the coarse of a few months.

well there are plenty of people who wants to share their personal loss/gains here  Cheesy Cheesy

Quote
How much resources does bot use?

very few, but it also depends by the number of markets you're trading on.

Quote
Is it possible to lose? Is it almost 100% guarantee that you will gain?

yes it is possible, like in any trading environment that exists.

Quote
I am struggling to understand why someone would sell such a bot? Why not keep it for themselves?

Anytime i read this question the only answer i can give is "Probably CAT is not what you're looking for".

Quote
I also wonder how long it will take to break even and get the 0.03 btc that the bot costs? I wonder the gain on 1btc in a year?

And when i read this one i'm pretty sure CAT is not what you're looking for.
And the price is 0.065 + 0.015/Api, not 0.03 BTC
hero member
Activity: 966
Merit: 535
I have some questions.

Is a trading bot used to trade while you are not there or asleep and not miss trades? I have lost out on good trades that were obvious choices but I cannot be there 24/7 monitoring the market. Is that basically what the bot does? It is not a magical interest generating machine? Or can you actually say you can make in the region of x%-x% ?? I would love to see someones balance over the coarse of a few months.
How much resources does bot use?

Is it possible to lose? Is it almost 100% guarantee that you will gain?

I am struggling to understand why someone would sell such a bot? Why not keep it for themselves?

I also wonder how long it will take to break even and get the 0.03 btc that the bot costs? I wonder the gain on 1btc in a year?

Thank you.
legendary
Activity: 2632
Merit: 1040
Are there plans to add Vinex to C.A.T.? Would be pretty cool to see it included in C.A.T. All of their API documentation can be found here: https://docs.vinex.network/

This is a 0 volume exchange. No reason to add an interface.
hero member
Activity: 752
Merit: 500
Are there plans to add Vinex to C.A.T.? Would be pretty cool to see it included in C.A.T. All of their API documentation can be found here: https://docs.vinex.network/
hero member
Activity: 752
Merit: 500
CAT stopped loading my Bittrex balance today...Any idea on how to fix this?

Nevermind. Not sure why it didn't load. Restart fixed it.
newbie
Activity: 9
Merit: 0
I'm CAT customers from years now, stopped to use software for a while but when was time to restart i've got an amazing customer support from Sampey, always loyal with his customers.
From my side only great experience with him and his software, worth the buy!

I've been away too but looking to get back in coming months. Have been amazed with the responses
legendary
Activity: 2632
Merit: 1040
member
Activity: 72
Merit: 10
I'm CAT customers from years now, stopped to use software for a while but when was time to restart i've got an amazing customer support from Sampey, always loyal with his customers.
From my side only great experience with him and his software, worth the buy!
legendary
Activity: 2632
Merit: 1040
Kraken always:

Code:
 * Error : OCR : Create Order (From GUI) Error From Kraken : ErrorCode : {"error":["EOrder:Insufficient funds"]} *

but there is enough funds available for trade!



Not according to Kraken : "EOrder:Insufficient funds" message is coming from their exchange.
legendary
Activity: 2955
Merit: 1049
Kraken always:

Code:
 * Error : OCR : Create Order (From GUI) Error From Kraken : ErrorCode : {"error":["EOrder:Insufficient funds"]} *

but there is enough funds available for trade!

legendary
Activity: 2955
Merit: 1049
Question:

How do I change the default minimum % Gain to something like 0,5% or even 1%.


and how do I change the default minimum ping and pong value for all coins to something equal minimal like 20 or even 50 USD?

thx
newbie
Activity: 6
Merit: 0

Thanks Sampy for fixing bugs in the CATBot program.

Here is a common error that keeps popping up after 36 hours run-time in the application:

Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 4 >= 4
   at java.base/java.util.Vector.elementAt(Vector.java:496)
   at java.desktop ...

Do you have a JIRA, GIT bug tracker, bugzilla or something similar where we can keep track of the bugs (to prevent double reporting) and the backlog?
newbie
Activity: 6
Merit: 0
Question:

How do I change the default minimum % Gain to something like 0,5% or even 1%.

Due to the fees, 0,3% ends up costing a lot of money
And due to the 'load all update parameter panel bug the template I created doesn't always stick even after pressing Update Ping Pong Parameters.

Even better would be if I could set my own template as the default so I don't have to change them coin-by-coin every time I restart CATBot due to an operating system upgrade.
Something else for the backlog?

newbie
Activity: 6
Merit: 0
Sorry, do you need 84GB of txt file about the market log?
I think no.....so....enter into /Binance/ExchangeLogs folder and manually delete logs......

See, I don't know if I need this market log as I have no idea what it does, I haven't found any documentation on each of the logs types yet.  Wink

My thinking was that CATBot was using it to store historical data so it could graph out the best trades over a longer period of time.

Also log-rotation and management is not an end-user task, maybe this could go on the backlog as a feature to use log rotation if nothing is being done with the files?
legendary
Activity: 2632
Merit: 1040
Sorry, do you need 84GB of txt file about the market log?
I think no.....so....enter into /Binance/ExchangeLogs folder and manually delete logs......
newbie
Activity: 6
Merit: 0
CATbot is using a huge amount of Disk space after running for a while

Would it be possible to compress (zip) the log files to save space? Java is able to read and write directly to and from a zip file inline without decompression.

==== Using a huge amount of space after only 2 months ====
du -sh CAT_52/
86G   CAT_52/

28K   ./Binance/AlgoPresets
84G   ./Binance/ExchangeLogs
760K   ./Binance/AutoBackups
1,7G   ./Binance/MarketLogs
104K   ./Binance/GainLogs
86G   ./Binance

==== Java's ZipFile class to read and write Zip Files ====
Module java.base
Package java.util.zip
Class ZipFile
java.lang.Object
java.util.zip.ZipFile
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
JarFile

==== Link to Java documentation on ZipFile ====
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/zip/ZipFile.html
hero member
Activity: 1834
Merit: 639
*Brute force will solve any Bitcoin problem*
hi, you can create a topic in marketplace section.
you can sell your api to the new customer, but considering how kyc rules changes the crypto world, i don't think you would sell your personal exchange account to another person.
In other words....you will probably choose to sell your CAT license and lost api keys.
new customer will be able to buy new API directly from me.

yobit kyc that will be the day!!  Cheesy Grin LOL!!
Pages:
Jump to: