Pages:
Author

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

newbie
Activity: 9
Merit: 0
What is the appropriate way to pause and restart CAT? If I have to reboot the server for updates etc
legendary
Activity: 2632
Merit: 1040
if you wants to have an idea of current price list take this old price list and remove 30-50% of resulting amount  Wink

legendary
Activity: 2632
Merit: 1040
Hi CAT Community.
Today i started working on 5.2 Version. Already fix some little problem.
If you notice something strange or some behaviour that is not ok this is the right momento to write me a PM with all the problems you found.
I will check any of your consideration and i will try to reproduce/fix your problem

As usual i will release a beta before official release.
newbie
Activity: 9
Merit: 0
Hi all, I'm a new user to the forum and have been in touch with Sampey , very responsive so far and looking forward to see what CAT can do
legendary
Activity: 2955
Merit: 1049
Just pm me with the list of API you need to buy and i will calculate your discounted price.  Wink

Novaexchange
CoinExchange

 Wink

I need to works with DEV to integrate an exchange.
Do you know devs from these 2 exchanges?
sorry, no, but these 2 are ascending...
legendary
Activity: 2632
Merit: 1040
Just pm me with the list of API you need to buy and i will calculate your discounted price.  Wink

Novaexchange
CoinExchange

 Wink

I need to works with DEV to integrate an exchange.
Do you know devs from these 2 exchanges?
legendary
Activity: 2955
Merit: 1049
Just pm me with the list of API you need to buy and i will calculate your discounted price.  Wink

Novaexchange
CoinExchange

 Wink
legendary
Activity: 2632
Merit: 1040
License (Cat Core) is lifetime
Just pm me with the list of API you need to buy and i will calculate your discounted price.  Wink

Is there any trial period for it? Try before you buy kind of thing

Hi, no trial sorry.
Term of services allows you to resell your copy if you're not satisfied about the product.
full member
Activity: 621
Merit: 108
License (Cat Core) is lifetime
Just pm me with the list of API you need to buy and i will calculate your discounted price.  Wink

Is there any trial period for it? Try before you buy kind of thing
legendary
Activity: 2632
Merit: 1040
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

Hello, i need this discount too, how i can get it? how time is the licence?

License (Cat Core) is lifetime
Just pm me with the list of API you need to buy and i will calculate your discounted price.  Wink
newbie
Activity: 1
Merit: 0
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

Hello, i need this discount too, how i can get it? how time is the licence?
sye
newbie
Activity: 13
Merit: 0
@sampey, my old forum profile is not accessible you may see my deceleration about it. i am drafting a message to you in order to update records at your end. if there is any other procedure i have to follow pls PM me
thanks,
legendary
Activity: 2632
Merit: 1040
This is a great tool Sampey, thanks for your help.

I noticed one issue,
I think the fee for ping buy trade is not factoring previous pong trade amount so it is taking some additional amount(nearly the fee amount) from BTC or ETH balance.

Is there a way to handle this?

Hi  Wink

What it means "the fee for ping buy trade is not factoring previous pong trade amount"  Huh

Fees are calculate this way

ProportionalToPongQTY(PingFee) + PongFee = Total Fee

Example

PING Buy 100@X -> TRADE Buy 10@X -> Pong Sell 10@Y -> TRADE Sell 5@Y

Then fee for this loop will be

ProportionalToPongQTY(Fee of qty 5) + PongFee (Fee of TRADE SELL5@Y) = Total Fee of Sub-Ping-Pong completed.

newbie
Activity: 1
Merit: 0
This is a great tool Sampey, thanks for your help.

I noticed one issue,
I think the fee for ping buy trade is not factoring previous pong trade amount so it is taking some additional amount(nearly the fee amount) from BTC or ETH balance.

Is there a way to handle this?
newbie
Activity: 13
Merit: 0
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?

https://i.imgur.com/DWCXKnX.png



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....

ok, thank you. I think you should add this feature asap. I think it could be very useful and not particularly difficult to code.
legendary
Activity: 2632
Merit: 1040
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....
newbie
Activity: 13
Merit: 0
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?

https://i.imgur.com/DWCXKnX.png

legendary
Activity: 1484
Merit: 1029
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.
I was seeing the same problem with yobit since the latest version as previously mentioned - seems like the link between an order on yobit and CAT gets lost somehow - so I changed that option and all seems to be working better now.
newbie
Activity: 1
Merit: 0
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

Здpaвcтвyйтe. Я xoчy кyпить cat bot кaк мнe этo cдeлaть?
legendary
Activity: 2632
Merit: 1040
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
Pages:
Jump to: