Bitcoin Forum
May 23, 2024, 05:29:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 ... 314 »
701  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 10, 2017, 12:30:44 PM
In which order are Price Limit rules applied? Is it possible to give them a priority?

For example, if the first rules matches than  CAT stops there, otherwise CAT processes the second rule and so on.

For example, I have a situation where I don't want the ping buy price to be lower than X, and also the ping buy price be higher then last pong sell price - x%. I want the first rules to have priority over the second.

Limit conditions are in OR relationship.

Rule1 OR Rule2 OR Rule3......

OR is commutative, so you don't need to set a priority.


I am not sure I got it. I have the following rules and CAT set the price at 0.00003933. I want it to be above 0.00004027. What I am a doing wrong?





Oh ok, now i understand.
When you have ADEQUATE = TRUE and the rule is applied then new prices is set to limit value and limit routine is quit

In your case your new price was set as LAST PONG SELL PRICE - 5%

There's no priority, so you can try to reverse the order of the rules by delete/reinsert them in the opposite order.....actually there's no other solution that could works....
702  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 09, 2017, 11:24:31 PM
what would be the current price for hitbtc? and is there a version to try on one of the free api exchanges before purchase?

Hi, no trial sorry, but you can resell your copy if you're not satisfied about the product.
PM me and i will calculate your discount price for CAT Core lifetime license+ Hibtct Api  Wink
703  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 09, 2017, 10:18:48 PM
In which order are Price Limit rules applied? Is it possible to give them a priority?

For example, if the first rules matches than  CAT stops there, otherwise CAT processes the second rule and so on.

For example, I have a situation where I don't want the ping buy price to be lower than X, and also the ping buy price be higher then last pong sell price - x%. I want the first rules to have priority over the second.

Limit conditions are in OR relationship.

Rule1 OR Rule2 OR Rule3......

OR is commutative, so you don't need to set a priority.
704  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 08, 2017, 04:36:55 PM
I am lost.
I am getting too many zombies in both versions.

Where do I find the setting in 5.0 and 5.1?

What is the risk?







yes that is the option, change the check in the first option, set "Currenct order qty vs previous qty"

Risk is (as i explained in my previous post) that there's an error on Exchange System and NO real trade occur (but order is no more returned by the api system, this is the anomaly).
So CAT will create a pong based on a trade that wasn't happens.
This is the risk. But i hope that, when order is not returned by Yobit is because a trade occurs AND the Api Call "MyTrade" is not updated.
705  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 08, 2017, 11:31:24 AM
Hi may i know whats the current price of this bot?

Hi, pm me with the list of API you wants to activate and i will calculate your final price  Wink
706  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 08, 2017, 11:30:06 AM
How do I avoid cat getting a zombie status on a market that conducted a trade?





I emailed you the log.
There is a 5.2? I switched to 5.0 from 5.1 as I didnt do anything else but restoring red markets all day long.

firsr try to follow what i wrote here : https://bitcointalk.org/index.php?topic=507103.msg20700013#msg20700013 let's see if it works.

It's important also that you understand what the problem is and why it's correct that CAT returns an error and eventually zombie status.
My solution could solve the problem, but it's risky.
707  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 07, 2017, 10:57:59 PM
@Su100

As i can see from the image you're trading on Yobit.

If you open one zombie log (i mean you open the txt file from CAT_5.2\CATSystem\YoBit\MarketLogs) and search for "****" String you will find all the (Managed) Error that occurs.
Errors written this way
***************
* ERROR            *
***************
Are usually bad errors that comes from an unexpected behaviour from the exchange.

You will probably find that The Order is not more available on the exchange AND no trade is found.

Example :

You place an order SELL 100@X
CAT search for this order every lookup and search for trades over this order every lookup
If a trade is found then a pong is created.
If the sum of trades is = order Qty then the order if full close.

BUT what happens if
- Order is no more on the exchange
AND
- No Trade is found?

this is an anomaly on server side because when exchange works good you will have all the trades related to an order and when the order is no more available it means that a final trade occured.

There's a solution, but it's risky :

- Change the ADVANCED OPTION : Find Trades Using Current Order QTY VS Previous (DEfault on yobit is My Trades Api Call).
This way, CAT will works only using Order Current QTY VS Previous QTY and if this value changes then it will automatically consider a Trade event.

this is risky because when exchanges offer the API call "MyTrades" it should not happens that order is no more active but no trades happens.
So the risk is that no trade occurs on the exchange but you tell cat "consider the fact that order is no more available as a final trade".

This could avoid a lot of zombie status. Especially when exchange api system gives problems like this one.

Let me know if it works.
If you want just send me 2-3 zombie logs and i will verify what happens.

Thanks  Wink
708  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 07, 2017, 09:48:53 PM
Quote
Why do you always have to come up with a new version which has more bugs than the old version?

Not true, i always fix problems and add features.

Quote
Please dont ask whats not working correctly, you know it all.

Well no, i don't know.
I know that during the latest month many exchanges got problems in API system because they are not able to manage the increasing call request.

Quote
Orders dont get correctly placed in the orderbook once a pong gets created (it only skip the e.g. 20% and then does not skip the orderbook), limiting the buy pool doesnt work ( i ended up trading with with over 0.1 BTC on a market althoug I have set to reuse 50% and started with 0.01 BTC (5.1), Polo doesnt load the whole orderbook (since ever), etc...

If you have problems you can send me logs and describe me which problem has occured.
As i remember i never received a log from you when there was a problem on CAT side. Usually it was a problem on Exchange side.
Show me a log where the buy/sell pool limit doesn't works, or when an order is not correctly placed.
Give me a list of all the problems and i will check one by one.

Quote
If such issues occurs in my company, I acknowledge the origins of problem and get a mechanism built to avoid negative interference from the third party to my products.

When problems occurs on the other side (Exchange) there are problems that could be managed and some others have zombie status as consequences.

Quote
In cat case that would be like delaying API calls etc.

there's an option to do that.

Quote
I hope this negative feedback enriches you

As i told you, if you have a problem i need logs and explanation about your problem.
Otherwise i won't be able to solve it.
First of all it's important to understand if the problem is :
- A Cat problem
- An exchange problem.
- An error from the user

Actually in my "TODO LIST" there's only 1 Error to FIX. So if you think CAT is full of problems i suggest you to explain me/show me this problems. Otherwise 5.2....5.3...5.X version will always have the problems you are talking about.

One last thing : If CAT doesn't fit your needs or you don't like it more, there's a rule in the Term of service that allows you to sell your copy.
It is your right to do that.

Thanks for your post.
709  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 07, 2017, 04:38:59 PM
CAT 5.1 not allowing me to login in to poloniex, when i check the excahnge error log..  it see " ONE MORE STEP

Please complete the security check to proceed ". so polo is expecting me to solve captha and cat doesn't support it .. I am very much worried  Cry Cry Cry Cry Cry Cry Cry

No it's not "CAT doesn't support it"
It's "Poloniex must not return this error on API Side"
CAT is performing a Json Http Call to api system and api system must return a response.
Poloniex rarely returns (i don't know why, but i'm sure it's a problem on their side) an HTLM Page!!
I don't know how it's possible to manage that htlm page, get an image, solve the captha and send the result to poloniex. This is something not expected from the API system.

I suggest you to open a ticket and ask them how to solve this problem.
710  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 07, 2017, 02:14:15 PM
Tomorrow i will launch the AUGUST OFFER
31 Days WITH BIG DISCOUNT Over a CAT Copy purchase  Cheesy

Stay tuned!!!
Hi!
Im sorry, but I cant find any info about AUGUST OFFER. Where is it ?
Tnx.

Hi, i still haven't found the time to write about that.
But if you write me a PM with the API you need i will calculate the discount price in real time  Wink
711  Economy / Service Announcements / Re: [ANN] 🌟 Become a C.A.T. Reseller! -🌟-> 0.05฿ <-🌟 for you for any Referral 🌟 on: August 02, 2017, 11:44:51 PM
Hi there i have a group of traders who would love to have this BOT. About 50 people.
How do i get started?

Sisavest


50 People = 50 Copies?
if you are able to find 50 ref contact me in PVT  Wink
712  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 02, 2017, 08:16:18 PM
ok it's the PONG ORDER. No status.
I need to understand how this happens, BUT i think it will be easy to fix.
I just ask you a last favour : can you send me the FULL Log of this market? I mean INSANE/BTC Log
713  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 02, 2017, 07:54:11 PM
is there an order without status?

Can i have a screenshot of your full situation? Probably i will have all the info i need in just 1 image  Wink
714  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 02, 2017, 07:35:20 PM
Can you do me a favour?
Can you please try first to save only parameters. Then add buy/sell pool then trades, then order to restore then orders.
I would like to know WHEN you get the error.  Smiley
Hi, I tried all permutations and it only happens when I 'Save Orders' - everything else works fine

If I check anything with Orders the exception is still thrown

[edit: as mentioned earlier auto backup also fails]

ok, very good, very helpful.
Now, about orders, are you able to find some anomaly? I don't know how many markets/orders do you have.....
715  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 02, 2017, 07:04:46 PM
Can you do me a favour?
Can you please try first to save only parameters. Then add buy/sell pool then trades, then order to restore then orders.
I would like to know WHEN you get the error.  Smiley
716  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 02, 2017, 07:01:48 PM
Hum.....this is not an error in XML routine but in algorithm.
Another question : did you restore something from XML File? Like orders? From a 5.0 to 5.1 Version?
No, I created all the orders from scratch once we moved to 5.1.

I tried deleting the markets in question and I'm still getting the error when saving - so as you say it is most likely not related

can you send me a screenshot of the error message? The error message you obtain when you perform FILE -> SAVE (and you choose the file name)
Sure here is the message: -


Ok, it seems one attribute of (probably) an order is  missing.
How many markets/orders have you open?
did you notice something strange in the Ping Pong Trades Panel? (Where all your order/trades are listed?) Maybe a STATUS value without any value or null value?
717  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 02, 2017, 06:13:25 PM
Hum.....this is not an error in XML routine but in algorithm.
Another question : did you restore something from XML File? Like orders? From a 5.0 to 5.1 Version?
No, I created all the orders from scratch once we moved to 5.1.

I tried deleting the markets in question and I'm still getting the error when saving - so as you say it is most likely not related

can you send me a screenshot of the error message? The error message you obtain when you perform FILE -> SAVE (and you choose the file name)
718  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 02, 2017, 05:54:28 PM
Hum.....this is not an error in XML routine but in algorithm.
Another question : did you restore something from XML File? Like orders? From a 5.0 to 5.1 Version?
719  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 02, 2017, 04:30:56 PM
Hi sampey,

i get following error when i want to connect to Bittrex:
Error From Exchange Bittrex
CAT.W_API.Support.CJ@6dcf1cc0

can you please help

can you please send me the CAT Console log? you will find it in CAT Log Folders
720  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.1 Improve Your Trading !!!! 🌟 on: August 02, 2017, 03:57:30 PM
For people who asking me "Can i Trade Bitcoin Cash using C.A.T."?

Of course, CAT dynamically loads ALL the markets in real time, so anytime an exchange add a new market you'll be able to trade on it  Wink
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 ... 314 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!