Author

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

hero member
Activity: 599
Merit: 510
legendary
Activity: 2632
Merit: 1040
some exchanges have very strange rules. I really don't understand why they try to add complexity to a simple things like an API Interface.

Example??

Kraken :

Quote
We have safeguards in place to protect against abuse/DoS attacks as well as order book manipulation caused by the rapid placing and canceling of orders.

Every user of our API has a "call counter" which starts at 0.

Ledger/trade history calls increase the counter by 2.

Place/cancel order calls do not affect the counter.

All other API calls increase the counter by 1.

The user's counter is reduced every couple of seconds, and if the counter exceeds the user's maximum API access is suspended for 15 minutes. Tier 2 users have a maximum of 15 and their count gets reduced by 1 every 3 seconds. Tier 3 and 4 users have a maximum of 20; the count is reduced by 1 every 2 seconds for tier 3 users, and is reduced by 1 every 1 second for tier 4 users.

Although placing and cancelling orders does not increase the counter, there are separate limits in place to prevent order book manipulation. Only placing orders you intend to fill and keeping the rate down to 1 per second is generally enough to not hit this limit.

WFT???
I've interfaced 14 Exchanges until now (the current 12 + Cryptsy + Mintpal) and never needed to manage such condition.
So, Interface C.A.T. with Kraken will costs an additional layer to calculate that rules (and these rules are dynamic based on customer tier  Cheesy Cheesy)

legendary
Activity: 2955
Merit: 1049
I'm thinking about the next Exchange to interface.
Any idea?
Kraken Smiley
sr. member
Activity: 462
Merit: 250
I'm thinking about the next Exchange to interface.
Any idea?

Coinbase!
legendary
Activity: 2632
Merit: 1040
I'm thinking about the next Exchange to interface.
Any idea?
legendary
Activity: 2632
Merit: 1040
Don't forget to send me your Cryptomic API Key, it's FREE!!
I Will send the first Cryptomic Copy Batch in the coming days  Wink
legendary
Activity: 1022
Merit: 1000
is there a way to have it automatically save all of my settings and other data automatically, if I have to reboot I seem to loose everything

File > Save open markets PingPong parameters > Save open markets current orders > reboot

When it starts again: File > Load PingPong parameters > Load orders

~Hamu
hero member
Activity: 599
Merit: 510
is there a way to have it automatically save all of my settings and other data automatically, if I have to reboot I seem to loose everything
legendary
Activity: 2632
Merit: 1040
Awesome Sauce Sampey  Grin

Thanks, and thanks for your collaboration and i hope my bot will help your Exchange to increase market volumes  Grin Grin
hero member
Activity: 599
Merit: 510
legendary
Activity: 2632
Merit: 1040
legendary
Activity: 2632
Merit: 1040
C.A.T. 3.8 has been has been sent.
I need to upgrade the GUIDE About the Limit Order Panel.  Wink
legendary
Activity: 2632
Merit: 1040
Yes, I understand that the operations are still running, etc. but ths Global Gains report will not update beyond this error.  I can look at the associated files for each trading pair and see transactions that have occurred since this error. 

Probably the new Ping-Pong gains are set before the line with the data bad formatted, this occurs because table is sorted by timestamp.

So if you have this situation

GAIN1 TimeStamp1
GAIN2 TimeStamp2
GAIN3 TimeStamp3 <- Bad Timestamp
GAIN4 TimeStamp4 <- Bad Timestamp

When GAIN5 Will occurs (with correct timestamp)

Then this will be the result

GAIN1 TimeStamp1
GAIN2 TimeStamp2
GAIN5 TimeStamp5
GAIN3 TimeStamp3 <- Bad Timestamp
GAIN4 TimeStamp4 <- Bad Timestamp

Otherwise you will probably have an error in the GENERAL Error log (you can find it inside CATSystem/Exchange/ErrorLogs Folder
So I have to wait 5 days before Global Gains will be accurate again?


All the Global Gains are accurate.
Only the timestamp got this kind of problem.
this is only a sort problem caused by a bad timestamp format

A question : did you ever change your PC Local Time?
full member
Activity: 175
Merit: 100
Yes, I understand that the operations are still running, etc. but ths Global Gains report will not update beyond this error.  I can look at the associated files for each trading pair and see transactions that have occurred since this error. 

Probably the new Ping-Pong gains are set before the line with the data bad formatted, this occurs because table is sorted by timestamp.

So if you have this situation

GAIN1 TimeStamp1
GAIN2 TimeStamp2
GAIN3 TimeStamp3 <- Bad Timestamp
GAIN4 TimeStamp4 <- Bad Timestamp

When GAIN5 Will occurs (with correct timestamp)

Then this will be the result

GAIN1 TimeStamp1
GAIN2 TimeStamp2
GAIN5 TimeStamp5
GAIN3 TimeStamp3 <- Bad Timestamp
GAIN4 TimeStamp4 <- Bad Timestamp

Otherwise you will probably have an error in the GENERAL Error log (you can find it inside CATSystem/Exchange/ErrorLogs Folder
So I have to wait 5 days before Global Gains will be accurate again?
legendary
Activity: 2632
Merit: 1040
Yes, I understand that the operations are still running, etc. but ths Global Gains report will not update beyond this error.  I can look at the associated files for each trading pair and see transactions that have occurred since this error. 

Probably the new Ping-Pong gains are set before the line with the data bad formatted, this occurs because table is sorted by timestamp.

So if you have this situation

GAIN1 TimeStamp1
GAIN2 TimeStamp2
GAIN3 TimeStamp3 <- Bad Timestamp
GAIN4 TimeStamp4 <- Bad Timestamp

When GAIN5 Will occurs (with correct timestamp)

Then this will be the result

GAIN1 TimeStamp1
GAIN2 TimeStamp2
GAIN5 TimeStamp5
GAIN3 TimeStamp3 <- Bad Timestamp
GAIN4 TimeStamp4 <- Bad Timestamp

Otherwise you will probably have an error in the GENERAL Error log (you can find it inside CATSystem/Exchange/ErrorLogs Folder
full member
Activity: 175
Merit: 100
Yes, I understand that the operations are still running, etc. but ths Global Gains report will not update beyond this error.  I can look at the associated files for each trading pair and see transactions that have occurred since this error. 
legendary
Activity: 2632
Merit: 1040
So in order to save and reload all of my settings do I shut down the algo's then save everything?  Eventually I would like to move this to another computer. 

Here is the screenshot:
https://www.dropbox.com/s/zty9249944h1eh0/Screenshot%202016-04-11%2009.18.53.png?dl=0
Thank you

Yes, but WITHOUT Delete orders, because when you will load again the XML File, CAT will call the Exchange API to find the orders inside the XML file.

About the Date, i think that sometimes there are errors on the API Response CALL.
Data are usually returned as a long value representing che milliseconds passed from a static date (like 01.01.1950). CAT only performs a conversion to YYYY-MM-DD HH:MM:SS Format.
This is an error but nothing more than a presentation error, you algorithms/gains are not affected by that.
full member
Activity: 175
Merit: 100
I tried to "Load Orders" and all of the orders displayed "Exchange not found".  See screenshot https://www.dropbox.com/s/7hbbopzivv4wj8g/Screenshot%202016-04-11%2007.10.39.png?dl=0


This means that your order is no more on the exchange.
So there's no way to restore it.

Quote
Additionally, my Global Gains report is damaged.  It displays the last entry as 6 days in the future.

Can i have a screenshot about the dates in the future?

So in order to save and reload all of my settings do I shut down the algo's then save everything?  Eventually I would like to move this to another computer. 

Here is the screenshot:
https://www.dropbox.com/s/zty9249944h1eh0/Screenshot%202016-04-11%2009.18.53.png?dl=0
Thank you
legendary
Activity: 2632
Merit: 1040
I tried to "Load Orders" and all of the orders displayed "Exchange not found".  See screenshot https://www.dropbox.com/s/7hbbopzivv4wj8g/Screenshot%202016-04-11%2007.10.39.png?dl=0


This means that your order is no more on the exchange.
So there's no way to restore it.

Quote
Additionally, my Global Gains report is damaged.  It displays the last entry as 6 days in the future.

Can i have a screenshot about the dates in the future?
full member
Activity: 175
Merit: 100
I would like to take the profits noted in Global Gains at the end of each month. 

PS> Computer crashed tried this for Poloniex, did not work at all.  "Exchange not found" on all orders.  I was logged in and had process started. 


I don't understand sorry.
what happens? your computer crash and then?
I tried to "Load Orders" and all of the orders displayed "Exchange not found".  See screenshot https://www.dropbox.com/s/7hbbopzivv4wj8g/Screenshot%202016-04-11%2007.10.39.png?dl=0

I was able to manually import all of the orders as noted in the docs, but it took several hours. 

Additionally, my Global Gains report is damaged.  It displays the last entry as 6 days in the future.  How do I rebuild/repair this report.  I looked at the associated TXT file and it appears to be correct.  The dates are correct, and the Total Gains entry is about what I would expect.
Jump to: