Bitcoin Forum
June 19, 2024, 01:44:20 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
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 87 88 ... 273 »
  Print  
Author Topic: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 (New Price List 04/2021)  (Read 531070 times)
cryptoholic11
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
November 08, 2014, 10:31:49 PM
 #741

Much more efficient and faster...as soon as one order gets filled, another order gets placed.

Is placed at what price? Current Market Price??

Youre misunderstanding me. What I am saying is simple...Lets say you want to buy some 200 SDC at 0.00018 and the order gets filled. Instead of putting that 200 SDC to sell, CAT leaves it alone and puts another 200  buy order at 0.00018 or whatever price range the parameters are set. So instead of buying and selling, CAT just keeps buying.

You are probably thinking why not just manually on the exchanges put 1 big order or a many orders around that price range, and the reason for this is that accumulation is much more difficult this way. Once traders see a lot of buy support, they put orders of their own and as a result your orders dont fill, especially if the price is already near a bottom.

Oh ok i understand, so you mean something like
Set a 10% GAIN
PING 1 Sell100@100 -> TRADE
PING 2 Sell100@110 -> TRADE
PING 3 Sell100@121 -> TRADE
and so on.....

There's an HIGH risk to get your PING order "Frozen" and that strategy doesn't have any effect....


There is no gain. It just buys or it just sells. And there will only be 1 ping.

cryptoholic11
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
November 08, 2014, 10:37:36 PM
 #742

Althouh what you mentioned could be a useful feature also..the option to have multiple parameters on the same coin.

RenHoek
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


*****


View Profile
November 08, 2014, 11:36:38 PM
 #743

anything new about bitstamp frontend?

Esst mehr Scheisse, millionen Fliegen können nicht irren!  Cool
For this valueable Tip your ฿ Donation to:
1DNbwKGmQytSY69TuK9fLFQVXQjnVw18pY
galtbit
Full Member
***
Offline Offline

Activity: 231
Merit: 100


View Profile
November 09, 2014, 01:27:31 PM
 #744

Hello:  I am selling my C.A.T. core program for 0.35 BTC.

The API for Cryptsy has been disabled so you will have to buy a new one from Sampey for 0.20 BTC if you wish to use it for trading on Cryptsy.

If you wish to use it for other exchanges, the prices for the API are on the first post of this thread.

Its a fantastic program and does what the developer says.  Sampey is one of the best developers I have seen who supports their products and always answers any email you send.  I'm sad to let it go, but with family taking up most of my time, I just can't use it right now.

If you are interested, please PM and after the sale is complete, I will notify Sampey of the new owner's name.  

With this sale you will get all the support that a normal C.A.T. user gets.
ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
November 09, 2014, 06:55:08 PM
 #745

so, after ~3 hours of working on new configuration:
Code:
java -jar CAT.jar 
Exception in thread "AWT-EventQueue-0" java.lang.ArithmeticException: / by zero
at java.math.BigDecimal.divideAndRound(BigDecimal.java:4106)
at java.math.BigDecimal.divide(BigDecimal.java:5153)
at java.math.BigDecimal.divide(BigDecimal.java:1561)
at java.math.BigDecimal.divide(BigDecimal.java:1591)
at CAT.zMarketClass.SingleMarket.getCurrentVolumeBTC(SingleMarket.java:248)
at CAT.mainPanel.JPanelMarketsCurrency.addRow(JPanelMarketsCurrency.java:116)
at CAT.mainPanel.JPanelMarketsCurrency.lambda$setMercati$37(JPanelMarketsCurrency.java:96)
at CAT.mainPanel.JPanelMarketsCurrency$$Lambda$18/16160114.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
at java.awt.EventQueue.access$400(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.awt.EventQueue$3.run(EventQueue.java:691)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Exception in thread "AWT-EventQueue-0" java.lang.ArithmeticException: / by zero
at java.math.BigDecimal.divideAndRound(BigDecimal.java:4106)
at java.math.BigDecimal.divide(BigDecimal.java:5153)
at java.math.BigDecimal.divide(BigDecimal.java:1561)
at java.math.BigDecimal.divide(BigDecimal.java:1591)
at CAT.zMarketClass.SingleMarket.getCurrentVolumeBTC(SingleMarket.java:248)
at CAT.mainPanel.JPanelMarketsCurrency.addRow(JPanelMarketsCurrency.java:116)
at CAT.mainPanel.JPanelMarketsCurrency.lambda$setMercati$37(JPanelMarketsCurrency.java:96)
at CAT.mainPanel.JPanelMarketsCurrency$$Lambda$18/16160114.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
at java.awt.EventQueue.access$400(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.awt.EventQueue$3.run(EventQueue.java:691)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
killed

C.A.T. was killed, all ping/pong is running 1 time and have to reconfigure and start all again
(since last 2 days C.A.T. was dead too because of this...)
very angry  Angry Angry Angry
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 09, 2014, 07:00:32 PM
 #746

Sorry about that but C.A.T. couldn't be killed for the log you post, in that log there are only 2 divide by zero exception :

Quote
at CAT.zMarketClass.SingleMarket.getCurrentVolumeBTC(SingleMarket.java:248)
   at CAT.mainPanel.JPanelMarketsCurrency.addRow(JPanelMarketsCurrency.java:116)

this is only the Market Table, there's a Divide By Zero on the Volume Calculation, but nothing to do with a Java Virtual Machine Crash.

first i suggest you to save your Ping-Pong option in the XML File, so if C.A.T. crash you'll be able to load them without any problem.
Then i suggest you to make a check of you java installation, because this is not a C.A.T. problem but a Java Virtual Machine Problem.
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 09, 2014, 07:18:49 PM
 #747

anything new about bitstamp frontend?

fix is ready, i'm testing it.
I think i'll be able to send C.A.T. 2.4 In the next 3 days
RenHoek
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


*****


View Profile
November 09, 2014, 08:50:46 PM
Last edit: November 09, 2014, 09:26:52 PM by RenHoek
 #748

anything new about bitstamp frontend?

fix is ready, i'm testing it.
I think i'll be able to send C.A.T. 2.4 In the next 3 days

nice!



i have a new sughestion:

i wish there would be a timer/delay Setting for recalculation and /or ping order creation. or a Setting recalculation only every 2nd, third, 4th lookup.
reason is, cat is sometimes to fast with order creation without waiting for market leveling AND to easy to predict and influence for other ppl.

and it brings more thrill if ppl can use different Settings in a botwar Wink

Esst mehr Scheisse, millionen Fliegen können nicht irren!  Cool
For this valueable Tip your ฿ Donation to:
1DNbwKGmQytSY69TuK9fLFQVXQjnVw18pY
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 11, 2014, 06:59:35 PM
 #749

Starting last 2.4 Test.

These are the New Add.on/Fix

Added Lookup "Number" Start message on Every Lookup
First Market Check Routine is performed only once every lookup
New "RUNNING Option Tab" added to PING-PONG primary TAB. Features  :
- Exec a Lookup Routine Every X Seconds (Min 15 seconds)
- Exec An order recalculation routine very X Lookup (default 3)
- Check Buy Sell Pool Every X Lookup (default 5)
Fixed a Bitstamp Problem (Now Limit are 2 DecPos for Price and 8 Dec Pos For QTY, These data are stored into EXCHANGER.xml in Bitstamp Folder)
A Lot Of Code Reorganization
Some GUI Changes
RenHoek
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


*****


View Profile
November 11, 2014, 07:27:35 PM
 #750

Starting last 2.4 Test.

These are the New Add.on/Fix

Added Lookup "Number" Start message on Every Lookup
First Market Check Routine is performed only once every lookup
New "RUNNING Option Tab" added to PING-PONG primary TAB. Features  :
- Exec a Lookup Routine Every X Seconds (Min 15 seconds)
- Exec An order recalculation routine very X Lookup (default 3)
- Check Buy Sell Pool Every X Lookup (default 5)



thats are realy nice new Features! i am very happy about that!

Quote
Fixed a Bitstamp Problem (Now Limit are 2 DecPos for Price and 8 Dec Pos For QTY, These data are stored into EXCHANGER.xml in Bitstamp Folder)
A Lot Of Code Reorganization
Some GUI Changes

brilliant, thats was my thinking for inovate too!  Cheesy
i was searching for this Settings there!  Grin

Esst mehr Scheisse, millionen Fliegen können nicht irren!  Cool
For this valueable Tip your ฿ Donation to:
1DNbwKGmQytSY69TuK9fLFQVXQjnVw18pY
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 11, 2014, 07:28:50 PM
 #751

Well the most important part is invisible to users but very important for me

A Lot Of Code Reorganization

In the next released it will be more easy to add new features.  Wink
wuzamarine
Sr. Member
****
Offline Offline

Activity: 264
Merit: 250

derp


View Profile
November 12, 2014, 12:54:47 PM
 #752

Does the software have a dll interface or some place you can 'hook in'?
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 12, 2014, 01:05:36 PM
 #753

Does the software have a dll interface or some place you can 'hook in'?

What do you mean?
Java doesn't have DLL but JAR (it's the same).
wuzamarine
Sr. Member
****
Offline Offline

Activity: 264
Merit: 250

derp


View Profile
November 12, 2014, 01:12:55 PM
 #754

Does the software have a dll interface or some place you can 'hook in'?

What do you mean?
Java doesn't have DLL but JAR (it's the same).

do you implement your own triggers or does it come with predefined triggers/algorithms?
I have a trading algorithm I am working on but all my work is in c++
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 12, 2014, 01:24:43 PM
 #755

Does the software have a dll interface or some place you can 'hook in'?

What do you mean?
Java doesn't have DLL but JAR (it's the same).

do you implement your own triggers or does it come with predefined triggers/algorithms?
I have a trading algorithm I am working on but all my work is in c++


I Have written 100% of Java Code, so all triggers, check, condition etc are written by me.
I Use only "standard" library.
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 12, 2014, 07:43:06 PM
 #756

Start sending C.A.T. 2.4  Wink

I have done a lot of code reorganization, so, for any problems PM Me  Wink
RenHoek
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


*****


View Profile
November 12, 2014, 08:48:20 PM
 #757

Start sending C.A.T. 2.4  Wink

I have done a lot of code reorganization, so, for any problems PM Me  Wink

it is looking nice with the new running page Wink

but i cant get in bitstamp with the new working key, only the old one does it.   Sad

Esst mehr Scheisse, millionen Fliegen können nicht irren!  Cool
For this valueable Tip your ฿ Donation to:
1DNbwKGmQytSY69TuK9fLFQVXQjnVw18pY
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
November 12, 2014, 08:55:35 PM
 #758

Start sending C.A.T. 2.4  Wink

I have done a lot of code reorganization, so, for any problems PM Me  Wink

it is looking nice with the new running page Wink

but i cant get in bitstamp with the new working key, only the old one does it.   Sad

My mistake sorry, i forgot to add your new key to the 2.4 Official source code.
I'm uploading your version  Wink
Wait 2 minutes
RenHoek
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


*****


View Profile
November 12, 2014, 09:04:05 PM
 #759

Start sending C.A.T. 2.4  Wink

I have done a lot of code reorganization, so, for any problems PM Me  Wink

it is looking nice with the new running page Wink

but i cant get in bitstamp with the new working key, only the old one does it.   Sad

My mistake sorry, i forgot to add your new key to the 2.4 Official source code.
I'm uploading your version  Wink
Wait 2 minutes


now it works!

thanks a lot for your fast help!  Kiss

Esst mehr Scheisse, millionen Fliegen können nicht irren!  Cool
For this valueable Tip your ฿ Donation to:
1DNbwKGmQytSY69TuK9fLFQVXQjnVw18pY
RenHoek
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


*****


View Profile
November 12, 2014, 09:17:12 PM
 #760

big Problem:

the market Explorer doesnt work if you have old orders in there!  Angry

Esst mehr Scheisse, millionen Fliegen können nicht irren!  Cool
For this valueable Tip your ฿ Donation to:
1DNbwKGmQytSY69TuK9fLFQVXQjnVw18pY
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 87 88 ... 273 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!