Pages:
Author

Topic: 【 BOT 】 C.A.T. Cryptsy Automatic Trader 1 [email protected] (Old Topic Beta1-Beta3V8) - page 82. (Read 151159 times)

legendary
Activity: 2632
Merit: 1040
As i said by PM :

In the new Cryptsy site in the Dashboard Page :

https://www.cryptsy.com/users/dashboard

There's a box named Your Referrals
Could you please copy/paste my trade Key in the I Was Referred By:?

f34f4bc901b54685bad5ddf57d0464d2f161503e

This is like a donation  Wink
legendary
Activity: 2632
Merit: 1040
Looked at Console error and found some lines that may be fixed by CAT:

Code:
2013-11-25 22:21:17 - Error Message Not Recognized Total value of an order cannot be less than 0.000001.  Please try again.

I think this is because CAT try to create small order for coin with low price

Code:
2013-11-26 12:24:50 - Call Aborted! Json Result Error during createorder Call Is Aborted After 25 retry
2013-11-26 12:24:50 - Error From Cryptsy : Insufficient DGC in account to complete this order.
2013-11-26 12:27:40 - Call Aborted! Json Result Error during createorder Call Is Aborted After 25 retry
2013-11-26 12:27:40 - Error From Cryptsy : Insufficient ARG in account to complete this order.
2013-11-26 12:29:13 - Call Aborted! Json Result Error during createorder Call Is Aborted After 25 retry
2013-11-26 12:29:13 - Error From Cryptsy : Insufficient BQC in account to complete this order.
2013-11-26 12:31:28 - Call Aborted! Json Result Error during createorder Call Is Aborted After 25 retry
2013-11-26 12:31:28 - Error From Cryptsy : Insufficient DGC in account to complete this order.
2013-11-26 12:34:16 - Call Aborted! Json Result Error during createorder Call Is Aborted After 25 retry

I didn't sell these coins manually. and a i am running only one buy/sell pingpong order for each coin.

Now cryptsy has 0.2% fee for buy, and 0.3% fee for sell. Such fees was earlier of sell fee was increased after today site upgrade?


These errors are terrible for me.
I have asked john/vern to create a table of errors code (01,02 ecc) because actually i'm not able to recognize all error.
Imagine what i must do now :

- Get a msg error (and i don't have a complete list)
- Parse "some parts" like "cannot be less than"
- Then go to extract the value 0.000001
- Do something.....

and remember that sometimes (99% of timeS) the message "Insufficient XXX in account to complete this order." is not because you haven't but because Cryptsy is slow to refund your previous cancel orders into account  Undecided
member
Activity: 103
Merit: 10
Looked at Console error and found some lines that may be fixed by CAT:

Code:
2013-11-25 22:21:17 - Error Message Not Recognized Total value of an order cannot be less than 0.000001.  Please try again.

I think this is because CAT try to create small order for coin with low price

Code:
2013-11-26 12:24:50 - Call Aborted! Json Result Error during createorder Call Is Aborted After 25 retry
2013-11-26 12:24:50 - Error From Cryptsy : Insufficient DGC in account to complete this order.
2013-11-26 12:27:40 - Call Aborted! Json Result Error during createorder Call Is Aborted After 25 retry
2013-11-26 12:27:40 - Error From Cryptsy : Insufficient ARG in account to complete this order.
2013-11-26 12:29:13 - Call Aborted! Json Result Error during createorder Call Is Aborted After 25 retry
2013-11-26 12:29:13 - Error From Cryptsy : Insufficient BQC in account to complete this order.
2013-11-26 12:31:28 - Call Aborted! Json Result Error during createorder Call Is Aborted After 25 retry
2013-11-26 12:31:28 - Error From Cryptsy : Insufficient DGC in account to complete this order.
2013-11-26 12:34:16 - Call Aborted! Json Result Error during createorder Call Is Aborted After 25 retry

I didn't sell these coins manually. and a i am running only one buy/sell pingpong order for each coin.

Now cryptsy has 0.2% fee for buy, and 0.3% fee for sell. Such fees was earlier of sell fee was increased after today site upgrade?
legendary
Activity: 2632
Merit: 1040
I hope problems will never represent, but i'm sure they will find a solution.  Wink
member
Activity: 103
Merit: 10
I have open a ticket too.

Ok, i've got Response :

Quote
Hi Sampey,
They just put in a ticket of the ip they want whitelisted

BitJohn

So, if you got the same problems of the Encapsula Denied Access, open a Ticket with your IP Address, and you will be whitelisted  Wink

But many of us have dynamic ip...
legendary
Activity: 2632
Merit: 1040
I have open a ticket too.

Ok, i've got Response :

Quote
Hi Sampey,
They just put in a ticket of the ip they want whitelisted

BitJohn

So, if you got the same problems of the Encapsula Denied Access, open a Ticket with your IP Address, and you will be whitelisted  Wink
legendary
Activity: 2632
Merit: 1040
today i'll restart CAT  Wink

so fees are gains? awesome!  Grin

It seems..... Grin
legendary
Activity: 952
Merit: 1000
today i'll restart CAT  Wink

so fees are gains? awesome!  Grin
legendary
Activity: 2632
Merit: 1040
HI Guys!
Have you seen new Cryptsy Interface???  Grin

and have you seen this?

https://www.cryptsy.com/users/cryptsypoints

I want to understand/verify this part :

You will earn points based on 4% of the trade fees collected on your account

Result will be only 1 : CAT Price will return at lease  1.50.  Grin

SO.......if you're not sure to buy or not buy a copy @ 1 BTC .......it's time do decide
member
Activity: 67
Merit: 10
Guys......this is not simple as you think......

Save a state for CAT means :
- Save market parameters
- Save all orders Ping (with values)
- Save all trades (from trades will Born Pong).
- Save all pong.

These are complex structure, not only Text......

And then a load process that try to find the orders (if nobody have buy/sell) and restore previous situation.......


Ok, it is just a suggestion, not an urgent matter, maybe in the future you manage to do it,
we will be very happy   Cheesy

doing it alone is a tough job, take your time.. Smiley
legendary
Activity: 2632
Merit: 1040
Guys......this is not simple as you think......

Save a state for CAT means :
- Save market parameters
- Save all orders Ping (with values)
- Save all trades (from trades will Born Pong).
- Save all pong.

These are complex structure, not only Text......

And then a load process that try to find the orders (if nobody have buy/sell) and restore previous situation.......

member
Activity: 67
Merit: 10
yes, when new trade happened (buy or sell), it is stored in separate text file, so when CAT crashed or suddenly closed due to power failure,
CAT automatically load that text file, and resume last trade when CAT start again
member
Activity: 85
Merit: 10
maybe i can save a snapshot before close cat, but it must be a user choise. And you must close all orders on cryptsy.
This is a good idea, but I expect the snapshot will contain order IDs so that CAT will detect which of these are still open, like after network outage, and ideally ask user if it should start from previous state (saved snapshot) or close all orders found and restart the algo from beginning.
Do not worry about this now, it is suppsed to be included in some of the next releases.
full member
Activity: 157
Merit: 100
I think its just Cryptsy being Cryptsy. It has been having problems all day.
member
Activity: 90
Merit: 10
Can confirm CAT is running once again.
legendary
Activity: 2632
Merit: 1040
could it be possible to create a save state after every order CAT makes so it can resume from that place?

Also, trader is up and running again Smiley

Yes it is possible, not easy (because orders struct are a little complex) but it is possible.
But first things to resolve is the Encapsula problems.....
full member
Activity: 157
Merit: 100
could it be possible to create a save state after every order CAT makes so it can resume from that place?

Also, trader is up and running again Smiley
legendary
Activity: 2632
Merit: 1040
maybe i can save a snapshot before close cat, but it must be a user choise. And you must close all orders on cryptsy.
member
Activity: 85
Merit: 10
If there's a new time limit form each call i can change the retry time in the Code.....
but i hope john/vern are able to resolve the issue without needed to change my code.
maybe this can be added to user settings and hopefully we can find retry time big enough to avoid DDoS alarm, or, while the problem exists, add functionality to detect it and maybe offer the captcha to be filled so CAT can continue normally then.

How is CAT friendly with unexpected delays and crashes (network outages or unexpected crashes) when market conditions change significantly (like add two orders, crash, open CAT again and find out that one of the order has been fulfilled), so that the algorithm can continue and not start from beginning ignoring orders from previous run?


With error, adsl line down, etc is very strong.
But when you restart CAT he's not able to restart from previous situation.
This could generally be a problem - there are open orders until you (or something else) decides to quickly close CAT, it could either save its state and continue next time like after longer network outage, or at least detect crash and offer reverting its state to the last (auto)saved.
Good to know, hope this is in the todo list for next releases, anyway CAT is great project that pays itself for both developer and user :-)
Pages:
Jump to: