Pages:
Author

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

legendary
Activity: 2632
Merit: 1040
About your suggestions : we are talking about dynamic price limits, i need to write a lot of code before be able to do that.

Think of this:

1.- When creating a new PING order, read the 24HMax and the 24HMin and calculate the median price Mpn = (24HMax + 24HMin) / 2 and store that value.

2.- Repeat the process at the next PING order creation -> Mpn+1

3. Calculate the % variation of the median price since last PING.  Var% = (Mpn+1 - Mpn) / Mpn.

4.- Use that variation Var% to adjust the price limit upwards or downwards.

Not that difficult. A couple of hours.  Wink

Of course you could make it just an option.

I will probably add a new price limit in 5.2 "Never Buy/SEll Under/Over the median price of the last 24 hours".
That is not complex do implement.
legendary
Activity: 2632
Merit: 1040
Hi,
i'm coding 5.2 but i'm a little bit slow during these days  Undecided

About your suggestions : we are talking about dynamic price limits, i need to write a lot of code before be able to do that.
About  arb : tons of code  Grin

i have a lot of little tasks to complete before implements this kind of options.
i also need to consider HOW Many customers request me some feature.....
legendary
Activity: 2632
Merit: 1040
hey Sampey, just checking in. I'd like to use my CAT again, but with the issue I'm afraid to open it again.

Well to be honest i think something really strange happens. Today i started looking at the logs, but i need more time.
Did you use 5.1 Version right? Did you use the Advanced Order creator panel right?

Whatever the latest version is, as I just recently purchased it from you. So it must be 5.1. And yes, I used the Advanced Order panel to create sell orders initially.

I'm still not sure there's an error, i must study that part.
It seems you added a lot of order creation request from that panel.
I need to recreate the precise workflow of event that occurs.
You can use CAT without problems, just don't use that panel for now.
hero member
Activity: 752
Merit: 500
hey Sampey, just checking in. I'd like to use my CAT again, but with the issue I'm afraid to open it again.

Well to be honest i think something really strange happens. Today i started looking at the logs, but i need more time.
Did you use 5.1 Version right? Did you use the Advanced Order creator panel right?

Whatever the latest version is, as I just recently purchased it from you. So it must be 5.1. And yes, I used the Advanced Order panel to create sell orders initially.
legendary
Activity: 2632
Merit: 1040
hey Sampey, just checking in. I'd like to use my CAT again, but with the issue I'm afraid to open it again.

Well to be honest i think something really strange happens. Today i started looking at the logs, but i need more time.
Did you use 5.1 Version right? Did you use the Advanced Order creator panel right?
hero member
Activity: 752
Merit: 500
hey Sampey, just checking in. I'd like to use my CAT again, but with the issue I'm afraid to open it again.
hero member
Activity: 752
Merit: 500
I think I found a pretty significant bug with cryptopia. I tried to place some sell orders on a market and stopped both ping and pong buys, yet dynamic buy orders continued to show up. I told CAT to stop all processes and cancel all orders, then logged out of cryptopia, but left other exchanges up and running. Come in this morning and there are still a TON of buy orders being placed through CAT even though I'm logged out of cryptopia in the bot.

Hi, are you sure you stopped algorithms?
if yes, could you please send me a log of a market you stopped but that continues working?

Thanks

Yes, I made sure I went the dropdown for market actions and selected the Stop All option. I did this under the exchange Global option too to make sure it was stopped. PM sent with logs.
legendary
Activity: 2632
Merit: 1040
I think I found a pretty significant bug with cryptopia. I tried to place some sell orders on a market and stopped both ping and pong buys, yet dynamic buy orders continued to show up. I told CAT to stop all processes and cancel all orders, then logged out of cryptopia, but left other exchanges up and running. Come in this morning and there are still a TON of buy orders being placed through CAT even though I'm logged out of cryptopia in the bot.

Hi, are you sure you stopped algorithms?
if yes, could you please send me a log of a market you stopped but that continues working?

Thanks
hero member
Activity: 752
Merit: 500
I think I found a pretty significant bug with cryptopia. I tried to place some sell orders on a market and stopped both ping and pong buys, yet dynamic buy orders continued to show up. I told CAT to stop all processes and cancel all orders, then logged out of cryptopia, but left other exchanges up and running. Come in this morning and there are still a TON of buy orders being placed through CAT even though I'm logged out of cryptopia in the bot.
legendary
Activity: 2632
Merit: 1040
Resolved. I think I was trying to open the wrong xml file.

PErfect  Wink
legendary
Activity: 2632
Merit: 1040
Hi Sanpey,

Why am I getting these errors:

Exception in thread "Thread-7" java.lang.NullPointerException
   at CAT.E_MarketSupport.RestoreRoutines.A_Executor.XML_SAVE_LOAD_MANAGER.fullMarket Load(Unknown Source)
   at CAT.E_MarketSupport.RestoreRoutines.A_Executor.XML_SAVE_LOAD_MANAGER.loadElemen ts(Unknown Source)
   at CAT.B_Env_Exchange.B_Misc.ActionExecutor.a(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Exception in thread "Thread-9" java.lang.NullPointerException
   at CAT.E_MarketSupport.RestoreRoutines.A_Executor.XML_SAVE_LOAD_MANAGER.fullMarket Load(Unknown Source)
   at CAT.E_MarketSupport.RestoreRoutines.A_Executor.XML_SAVE_LOAD_MANAGER.loadElemen ts(Unknown Source)
   at CAT.B_Env_Exchange.B_Misc.ActionExecutor.a(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Exception in thread "Thread-10" java.lang.NullPointerException
   at CAT.E_MarketSupport.RestoreRoutines.A_Executor.XML_SAVE_LOAD_MANAGER.fullMarket Load(Unknown Source)
   at CAT.E_MarketSupport.RestoreRoutines.A_Executor.XML_SAVE_LOAD_MANAGER.loadElemen ts(Unknown Source)
   at CAT.B_Env_Exchange.B_Misc.ActionExecutor.a(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

Thx.

if you have the xml file you can send me and i will check for you.
I think this is a bug i fixed in the coming version related to the Buy/Sell pool values (probably you don't have these values into XML File but CAT is trying to load them)
legendary
Activity: 2632
Merit: 1040
Ok thanks, but reading on it it seems difficult to program/tweak, that's why i asked for templates

So you can run it well with one of the 2 basic templates?

Well, cat is not difficult to use. It's not a "1 Click & GO" but usually people doesn't have big problems in running it.
Starting from the Default parameter you can add/change something, step by step, without change too much from the original parameter.
newbie
Activity: 1
Merit: 0
newbie
Activity: 8
Merit: 0
Is the the actual price now?
CAT Core is 0.1 BTC + bitfinex api is0.03 BTC = 1.03 BTC. Is not it?  Huh Roll Eyes

Nope.
Cat Core: 0.1
Bitfinex: 0.015

Total: 0.115 BTC at the moment.

Grin Thanks
full member
Activity: 260
Merit: 102
Is the the actual price now?
CAT Core is 0.1 BTC + bitfinex api is0.03 BTC = 1.03 BTC. Is not it?  Huh Roll Eyes

Nope.
Cat Core: 0.1
Bitfinex: 0.015

Total: 0.115 BTC at the moment.
newbie
Activity: 8
Merit: 0
....

CAT Core is 0.1 BTC
Bittrex api is 0.025 BTC
Poloniex api is 0.0375 BTC

Is the the actual price now?
CAT Core is 0.1 BTC + bitfinex api is0.03 BTC = 0.13 BTC. Is not it?  Huh Roll Eyes
newbie
Activity: 38
Merit: 0
Hi there! i would take you one CAT if it comes with some sort of template for different coins!
Does it have templates and how many?

Thanks

CAT have 2 default templates, but you can create a template and save on disk, then load anytime you wants.

Ok thanks, but reading on it it seems difficult to program/tweak, that's why i asked for templates

So you can run it well with one of the 2 basic templates?
legendary
Activity: 2632
Merit: 1040
Hi there! i would take you one CAT if it comes with some sort of template for different coins!
Does it have templates and how many?

Thanks

CAT have 2 default templates, but you can create a template and save on disk, then load anytime you wants.
newbie
Activity: 38
Merit: 0
Hi there! i would take you one CAT if it comes with some sort of template for different coins!
Does it have templates and how many?

Thanks
legendary
Activity: 2632
Merit: 1040
it seems hitbtc changes api responses format.
That means that probably you will get an error loading your balances/markets.
PM me to get the fixed copy
Pages:
Jump to: