Author

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

full member
Activity: 224
Merit: 100
it'd be nice to be able to minimize the tool to the tray!
legendary
Activity: 2632
Merit: 1040
Start sending new C.A.T. copies
legendary
Activity: 2632
Merit: 1040
In the next hours i will send C.A.T. 1.1
legendary
Activity: 2632
Merit: 1040
In the Next Version C.A.T. 1.1

- C.A.T. is now able to get the primary Markets and create GUI interface in dynamic Way (BTC, LTC, XPM, XXX...)
- Add Real Portfolio Value
- Added "Always try to create Ping Order"
- Fix inside Static Mode Algo
- Add a Check into "Always Create Pong" algo
- Added NTX Dedicate Quantity CODE (No Decimal)
- Remove All Code to manage Min Market Quantity (Min Order Total is now 0.00000010)
- A Lot Of Code Reorganization/Refactor/Improve
- Some GUI Change

If you want to try the BETA 1.1 Send Me a PM
newbie
Activity: 57
Merit: 0
Sampey, I never used the "Don't create ping with total < Than" option,  I'm thinking about it now but it's not clear to me, you set the number of coins here or the value ?

It is the minimum of the total value of the new ping order to be created.

thanks
legendary
Activity: 2632
Merit: 1040
Hi guys, working on CAT Very hard because XPM market is closed and minimum quantity is changed to an universal min quantity (0.00000010)
I'm improving C.A.T. code. After that i will check your suggestion  Wink
member
Activity: 320
Merit: 10
Sampey, I never used the "Don't create ping with total < Than" option,  I'm thinking about it now but it's not clear to me, you set the number of coins here or the value ?

It is the minimum of the total value of the new ping order to be created.
sr. member
Activity: 462
Merit: 500

In anticipation of the 1 Satoshi spread fix (no pressure Sampey  Smiley), I've been watching the movements in such markets closely...DOGE/BTC would be a good example.

One question always asked is how can I (or how can C.A.T.) spot a rising market which is about to turn and start on a downward trend. At this point it would be best to stop buying in, and wait for the market to drop 1 Satoshi.

Well this is quite simple to spot as once the current stack of Buy orders reaches zero, then the market buy/sell moves down 1 price point.

So for instance, if you were Ping Buying @ ..121 and Pong Selling @ ..122, then this market looks like its about to drop as the ...121 Buy order stack is nearing zero.

Code:
Sell orders
Price (BTC) DOGE Total (BTC)
0.00000122 4177072.17110799 5.09602805
0.00000123 3235257.77545642 3.97936706
0.00000124 8584152.67462602 10.64434932
0.00000125 22303657.36914711 27.87957171

 Buy Orders
Price (BTC) DOGE Total (BTC)
0.00000121 5146504.36723128 0.22727028  <<<<<<<<<<
0.00000120 13942266.81836029 16.73072018
0.00000119 5759662.02588798 6.85399781
0.00000118 24435427.01642257 28.83380388

So...my suggestion is a simple one - to add another filter - 'Never Create Ping to Existing Order Queue of < XXX Value'.

Of course this will only stop adding NEW Ping Buy Orders. You could also have 'Cancel Ping if Order Queue < XXX Value' which might just stop you in time before the price changes.

Comments please !

newbie
Activity: 57
Merit: 0
Sampey, I never used the "Don't create ping with total < Than" option,  I'm thinking about it now but it's not clear to me, you set the number of coins here or the value ?
legendary
Activity: 2632
Merit: 1040
I am checking the BTC-E Api, and they are VERY Poor. It will be an hard work to interface C.A.T. on this kind of api.
No Market List.....less info than Cryptsy.......different way to use call parameters......it is not only an interface work, but i must go inside the core code.

I think it will be easier to start from CAT and adequate all the code removing what is impossible to adequate, and create a new Program (B.A.T. obviously  Wink )
member
Activity: 320
Merit: 10
I am also all for BTC-E for the obvious reasons made above by Spratan
hero member
Activity: 689
Merit: 507
You could choose BTC-E because
- The volume of exchanges is enormous (so there are always buyers and sellers, and numbers of successful pongs can be great),
- Markets are very often "sideways"
- You can trade BTC and fiat, so one doesn't care if he gets stucked in BTC or fiat (unlike "shitcoins")

If you choose another "cryptsy copycat exchange", it won't add nothing interesting, just a few altcoins that were'nt on Cryptsy, but with low volume.
And again, CAT is perfect for daily or weekly gains on sideways, not really for speculation.
legendary
Activity: 952
Merit: 1000
Yes i'm planning to interface CAT "Core" with other exchanges but i don't know actually which exchange choose.

Wow great news!!!  Grin

next week i'll restart CAT, this week i was too busy to check it  Wink
legendary
Activity: 2632
Merit: 1040
Hi Sampey

I noticed only 2 problems :
- Putting a static order is definitive, even if you ultimately uncheck "static" and update parameters.
- NXT doesn't accept decimals, so Pongs don't work in NXT market.

Just another word : I used to invest only in promising coins because if I get temporarily stucked in alt-coin, I don't care.
I have to say I am not sure there are still promising coins and Cryptsy is becoming a cemetery. So intelligently using CAT is becoming harder.
Are you planning others exchanges ?

Thanks

Yes, statis is definitive
Oh so NXT is like CENT?? I will restore the CENT Code to use NXT

Yes i'm planning to interface CAT "Core" with other exchanges but i don't know actually which exchange choose.
hero member
Activity: 689
Merit: 507
Hi Sampey

I noticed only 2 problems :
- Putting a static order is definitive, even if you ultimately uncheck "static" and update parameters.
- NXT doesn't accept decimals, so Pongs don't work in NXT market.

Just another word : I used to invest only in promising coins because if I get temporarily stucked in alt-coin, I don't care.
I have to say I am not sure there are still promising coins and Cryptsy is becoming a cemetery. So intelligently using CAT is becoming harder.
Are you planning others exchanges ?

Thanks

sr. member
Activity: 448
Merit: 250
Selling my license of C.A.T. for .5 btc.  PM me.  Includes the Cryptsy account it is tied to.
newbie
Activity: 22
Merit: 0
want to buy private cat please pm me
sr. member
Activity: 462
Merit: 500
Thanks for your responses Sampey  Smiley
legendary
Activity: 2632
Merit: 1040

  • Why do the volume amounts in the Markets page bear little or no resembalance to trade volumes in Cryptsy ? How are these two amounts calculated ?


Correct answer : Total Amount in Currency * BTC Value of that Coins (i have written Total Amount in Currency / BTC Value of that Coins)

legendary
Activity: 2632
Merit: 1040
So let's move on an keep improving CAT

If you want i have a tested version of CAT with static algo, i can send you this version if you want to try the static mode.  Wink

Jump to: