Bitcoin Forum
May 17, 2024, 07:25:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 89 90 91 92 93 »
  Print  
Author Topic: 【 BOT 】 C.A.T. Cryptsy Automatic Trader 1 Copy@0.8 (Old Topic Beta1-Beta3V8)  (Read 151119 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
rcg
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 22, 2014, 10:36:31 PM
 #1421

turned off cat today after 5 days.
on cryptsy web page cannot cancel few orders (err message: this order is currently processing )
total mismatch between "balances" and "account balances" and "amount held for orders".
cryptsy is total crap exchange, strange numbers everywhere.  Angry
andycee
Sr. Member
****
Offline Offline

Activity: 462
Merit: 500


View Profile
January 23, 2014, 12:25:46 AM
 #1422


Heres some pretty pictures....
hi
how do you get this charts?
thx

OK, follow these rough steps :

In Excel, make a tab to pull the raw data.
Use Get External Data/FromText (on the Data tab), point it at the current gains log file. Note you can set this to auto refresh/reload every x mins.
Import using space as delimiter. Its a bit messy but it does work.
Insert column labels. You need to do this for ALL columns, even the ones with bits of text in them (for pivot chart to work).
Unfortunately this splits the date and the time to separate columns so insert a new column (call it DateTime or something), make it of custom format dd/mm/yyyy hh:mm. Copy a formula down this column with DateCell + TimeCell, and it should give you the full date and time stamp.

You should get something like this : (sorry columns labels aren't aligned)

Code:
DateTime	Date	Time	Market	Start Trade	Start Amount	t1	End Trade	End Amount	t2	Gain	t3	Fee1	Fee2	t4	t5	t6	Tot Mkt Gain	t7	t8	t9	Tot Cum Gain

17/01/2014 08:00 17/01/2014 08:00:20 ASC/LTC Sell 2168.47142300@0.00005237 -> Buy 2183.48106133@0.00005201 Gain 0.00021587 Fee 0.00057017 (0.00034304+0.00022713) Total Market Gain 0.00021587 Global Market Gain 0.00021587
17/01/2014 08:09 17/01/2014 08:09:58 TIX/LTC Buy 700000.00000000@0.00000158 -> Sell 653136.75483768@0.00000159 Gain 0.00135199 Fee 0.00517937 (0.00206391+0.00311546) Total Market Gain 0.00135199 Global Market Gain 0.00156787
17/01/2014 08:10 17/01/2014 08:10:38 TIX/LTC Buy 700000.00000000@0.00000158 -> Sell 46863.24516232@0.00000159 Gain 0.000097 Fee 0.00037162 (0.00014808+0.00022354) Total Market Gain 0.001449 Global Market Gain 0.00166487
17/01/2014 08:19 17/01/2014 08:19:36 WDC/LTC Sell 1.00000000@0.01519998 -> Buy 1.00657119@0.01510075 Gain 0.00002358 Fee 0.00007629 (0.00004589+0.00003040) Total Market Gain 0.00002358 Global Market Gain 0.00168845
17/01/2014 08:19 17/01/2014 08:19:36 WDC/LTC Sell 4.01581348@0.01519998 -> Buy 4.04220186@0.01510075 Gain 0.0000947 Fee 0.0003064 (0.00018432+0.00012208) Total Market Gain 0.00011828 Global Market Gain 0.00178316

Now do Insert/PivotChart, select all data columns and place it on a new worksheet.
Drag DateTime to Axis Fields
Drag Market to Legend Fields
Drag Total Mkt Gain to Values

Left click on Total Mkt Gain in values (shown as Count of Total Mkt Gain) and select Value Field Settings.
On the Summarize By tab change from Count to Sum.
(And the clever bit) On the Show Values As tab set to Running Total in and select the base field DateTime.

You should now have a pivot table of data and a chart. You can change to the chart type to whatever you want - I used Stacked Area and Line.

Pivot table should look something like this : (again formatting is a bit screwed)

Code:
Sum of Gain	Column Labels																		
Row Labels ASC/LTC DOGE/LTC DVC/LTC EZC/LTC FLO/LTC GME/LTC IFC/LTC JKC/LTC MEC/LTC MEM/LTC NET/LTC QRK/LTC SXC/LTC TIX/LTC WDC/LTC XNC/LTC ZET/LTC (blank) Grand Total
17/01/2014 08:00 0.00021587 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00021587
17/01/2014 08:09 0.00021587 0 0 0 0 0 0 0 0 0 0 0 0 0.00135199 0 0 0 0 0.00156786
17/01/2014 08:10 0.00021587 0 0 0 0 0 0 0 0 0 0 0 0 0.00144899 0 0 0 0 0.00166486
17/01/2014 08:19 0.00021587 0 0 0 0 0 0 0 0 0 0 0 0 0.00144899 0.00011828 0 0 0 0.00178314
17/01/2014 08:31 0.00021587 0 0 0 0 0 0 0 0 0 0 0 0 0.00144899 0.00039053 0 0 0 0.00205539
17/01/2014 08:33 0.00021587 0 0 0 0 0 0 0 0 0 0 0 0 0.00144899 0.00216363 0 0 0 0.00382849
17/01/2014 08:43 0.00021676 0 0 0 0 0 0 0 0 0 0 0 0 0.00144899 0.00216363 0 0 0 0.00382938
17/01/2014 08:43 0.00024282 0 0 0 0 0 0 0 0 0 0 0 0 0.00144899 0.00216363 0 0 0 0.00385544
17/01/2014 08:50 0.00024282 0 0 0 0 0 0 0 0 0 0 0 0.00109534 0.00144899 0.00216363 0 0 0 0.00495078
17/01/2014 08:57 0.00024282 0 0 0 0 0 0 0 0 0 0.00001103 0 0.00109534 0.00144899 0.00216363 0 0 0 0.00496181
17/01/2014 09:02 0.00024282 0 0 0 0 0 0 0 0 0 0.00001103 0 0.00109534 0.00144899 0.0022114 0 0 0 0.00500958
17/01/2014 09:03 0.00024282 0 0 0 0 0.00000645 0 0 0 0 0.00001103 0 0.00109534 0.00144899 0.0022114 0 0 0 0.00501603
17/01/2014 09:04 0.00024282 0 0 0 0 0.00000645 0 0 0 0 0.00001103 0 0.00109534 0.00144899 0.0022114 0.00001259 0 0 0.00502862
17/01/2014 09:06 0.00024282 0 0 0 0 0.00000645 0 0 0 0 0.00001103 0 0.00109534 0.00144899 0.0022114 0.00003358 0 0 0.00504961
17/01/2014 09:07 0.00024282 0 0 0 0 0.00000645 0 0 0 0 0.00001103 0 0.00109534 0.00145934 0.0022114 0.00003358 0 0 0.00505996




golikcoin
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile
January 23, 2014, 07:20:39 AM
 #1423

Sampey can you add a "Stop Load Balance"?

 Wink


 
 
           ▄████▄
         ▄████████▄
       ▄████████████▄
     ▄████████████████▄
    ████████████████████      ▄█▄                 ▄███▄                 ▄███▄                 ▄████████████████▀   ▄██████████

  ▄▄▄▀█████▀▄▄▄▄▀█████▀▄▄▄     ▀██▄             ▄██▀ ▀██▄             ▄██▀ ▀██▄             ▄██▀                   ██
▄█████▄▀▀▀▄██████▄▀▀▀▄█████▄     ▀██▄         ▄██▀     ▀██▄         ▄██▀     ▀██▄         ▄██▀        ▄█▄          ▀██████████████▄
████████████████████████████       ▀██▄     ▄██▀         ▀██▄     ▄██▀         ▀██▄     ▄██▀          ▀█▀                        ██
 ▀████████████████████████▀          ▀██▄ ▄██▀             ▀██▄ ▄██▀     ▄█▄     ▀██▄ ▄██▀                                       ██
   ▀████████████████████▀              ▀███▀                 ▀███▀       ▀█▀       ▀███▀      ▄███████████████████████████████████▀
     ▀████████████████▀
       ▀████████████▀
         ▀████████▀
           ▀████▀
║║


║║
.
.

║║
██
║║
.
.

║║
██
║║
.
║║


║║
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
January 23, 2014, 07:28:43 AM
 #1424

You mean then the button became unclickable? In the next version button became red and if you repress the button a window will ask you if you want to restart the process.
uozer
Full Member
***
Offline Offline

Activity: 381
Merit: 100


PRiVCY


View Profile
January 23, 2014, 08:58:34 AM
 #1425

SELLING MY COPY OF C.A.T. only 0.6BTC

PM if interested

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project  ☞ Best privacy crypto-market! █▆▅▃▂
    Own Your Privacy! ───────────────── WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June][Tor]✈✈✈ ║───────────║ Wallet ➢ Windows  |  macOS  |  Linux
wing_hk
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 23, 2014, 09:05:11 AM
 #1426

SELLING MY COPY OF C.A.T. only 0.6BTC

PM if interested


because you are not satisfied with the profit it made?
uozer
Full Member
***
Offline Offline

Activity: 381
Merit: 100


PRiVCY


View Profile
January 23, 2014, 09:15:08 AM
 #1427

SELLING MY COPY OF C.A.T. only 0.6BTC

PM if interested


because you are not satisfied with the profit it made?

not really, o be honest it racks up some good gains. the key thing with CAT is you need to be able to check he markets every now and then. i cant install it in my work computer, so i cant check it. thats why i am reselling. otherwise perfect simple java based app.

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project  ☞ Best privacy crypto-market! █▆▅▃▂
    Own Your Privacy! ───────────────── WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June][Tor]✈✈✈ ║───────────║ Wallet ➢ Windows  |  macOS  |  Linux
unsoindovo
Legendary
*
Offline Offline

Activity: 1932
Merit: 1042

https://locktrip.com/?refId=40964


View Profile
January 23, 2014, 09:28:25 AM
 #1428

SELLING MY COPY OF C.A.T. only 0.6BTC

PM if interested


because you are not satisfied with the profit it made?

not really, o be honest it racks up some good gains. the key thing with CAT is you need to be able to check he markets every now and then. i cant install it in my work computer, so i cant check it. thats why i am reselling. otherwise perfect simple java based app.

ehehehehe uozer maybe you haven't bought CAT from Sampey  Grin
CAT is digitally signed...
and it must be signed just from Sampey/you PC.

ma porca miseria ci provate sempre!!!!  Roll Eyes Roll Eyes Roll Eyes Roll Eyes

have a nice day!!!

██▬▬▬

██▬

██▬

██▬▬▬



████           ▄▄█████████▄▄            ▄▄█████████▄▄        ████         █████      ██████████████████   ████████████       ████    ████████████    
████         ▄███████████████▄        ▄███████████████▄      ████       █████      ████████████████████  █████████████      ████    █████████████   
████        █████▀       ▀█████▄     █████▀       ▀█████     ████     █████         █       ████       █  ████     █████             ████     █████  
████       ████▀           ▀████▄   ████▀           ▀████    ████   █████                   ████          ████      ████     ████    ████      ████  
████      ████▀              ▀████ ▀███▀                     ████ █████                     ████          ████     █████     ████    ████     █████  
████      ████                 ████▄ ▀                       ████████                       ████          █████████████      ████    █████████████   
████      ████                  ▀████                        ████████                       ████          ████████████       ████    ████████████    
████      ████▄             ▄██▄ ▀████▄                      ████ █████                     ████          ████    ████       ████    ████            
████       ████▄           ▄████   ▀████▄           ▄████    ████   █████                   ████          ████    ▀████      ████    ████            
████        █████▄       ▄█████      █████▄       ▄█████     ████     █████                 ████          ████      ████     ████    ████            
████████████ ▀███████████████▀        ▀███████████████▀      ████       █████               ████          ████       ████    ████    ████            
█████████████  ▀▀█████████▀▀            ▀▀█████████▀▀        ████         █████             ████          ████        █████  ████    ████            

 
 
 
▬▬▬██

▬██

▬██

▬▬▬██
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
January 23, 2014, 09:32:10 AM
 #1429

They must sell CAT + Cryptsy Account.
I'm not responsible of any scam/fail purchase from third part, but if the original users PM me with "I have sold my copy to XXX, i will replace old user with XXX in my C.A.T. List"

In parole povere, e italiane, possono farlo, ma se succede qualche casino cazzi loro, io rispondo solo delle copie vendute da me.  Wink
uozer
Full Member
***
Offline Offline

Activity: 381
Merit: 100


PRiVCY


View Profile
January 23, 2014, 09:35:45 AM
 #1430

SELLING MY COPY OF C.A.T. only 0.6BTC

PM if interested


because you are not satisfied with the profit it made?

not really, o be honest it racks up some good gains. the key thing with CAT is you need to be able to check he markets every now and then. i cant install it in my work computer, so i cant check it. thats why i am reselling. otherwise perfect simple java based app.

ehehehehe uozer maybe you haven't bought CAT from Sampey  Grin
CAT is digitally signed...
and it must be signed just from Sampey/you PC.

ma porca miseria ci provate sempre!!!!  Roll Eyes Roll Eyes Roll Eyes Roll Eyes

have a nice day!!!

no i bought it from him and as he says i will need to hand over my cryptsy account as well

   ⚡⚡ PRiVCY ⚡⚡   ▂▃▅▆█ PRiVCY (PRIV) is a new PoW/PoS revolutionary privacy project  ☞ Best privacy crypto-market! █▆▅▃▂
    Own Your Privacy! ───────────────── WebsiteGithub  |  Bitcointalk  |  Twitter  |  Discord  |  Explorer ─────────────────
   ✯✯✯✯✯                 ✈✈✈[Free Airdrop - Starts 9th June][Tor]✈✈✈ ║───────────║ Wallet ➢ Windows  |  macOS  |  Linux
HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
January 23, 2014, 09:36:47 AM
 #1431

I am willing to exchange this for my dogedigger  Tongue

Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
January 23, 2014, 09:37:38 AM
 #1432

I am willing to exchange this for my dogedigger  Tongue

What???  Grin
HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
January 23, 2014, 09:53:07 AM
 #1433

I am willing to exchange this for my dogedigger  Tongue

What???  Grin

My copy of free opensource dogedigger for one copy of C.A.T Wink
http://tichaposta.eu/dogedigger/

Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
January 23, 2014, 09:53:38 AM
 #1434

I am willing to exchange this for my dogedigger  Tongue

What???  Grin

My copy of free opensource dogedigger for one copy of C.A.T Wink
http://tichaposta.eu/dogedigger/

Sure!!!  Wink
HCLivess
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
January 23, 2014, 01:14:02 PM
 #1435

I am willing to exchange this for my dogedigger  Tongue

What???  Grin

My copy of free opensource dogedigger for one copy of C.A.T Wink
http://tichaposta.eu/dogedigger/

Sure!!!  Wink

I can post an ad with link to your software to the homepage of dogedigger (3781 views since 9 days ago). Could we agree on such exchange? Many people interested in doge will also be interested in C.A.T. Also I would refer you on my Cryptsy account Smiley

In exchange, I would like a single copy of C.A.T

Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
January 23, 2014, 01:20:14 PM
 #1436

I am willing to exchange this for my dogedigger  Tongue

What???  Grin

My copy of free opensource dogedigger for one copy of C.A.T Wink
http://tichaposta.eu/dogedigger/

Sure!!!  Wink

I can post an ad with link to your software to the homepage of dogedigger (3781 views since 9 days ago). Could we agree on such exchange? Many people interested in doge will also be interested in C.A.T. Also I would refer you on my Cryptsy account Smiley

In exchange, I would like a single copy of C.A.T

For Banner + Ref i can do 0.5 Price.
ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
January 23, 2014, 04:22:00 PM
 #1437

hi Sampey
when does the new version arrive?
because I have jumped over the last release because I have not the time to configure all again...
thx
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
January 23, 2014, 04:47:43 PM
 #1438

hi Sampey
when does the new version arrive?
because I have jumped over the last release because I have not the time to configure all again...
thx


XML Saved file are compatible from a version to another one
howzar
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
January 23, 2014, 05:12:06 PM
 #1439

In the next CAT Version (Beta  i have done a lot of code review and semplification. Surely there will be less ram used and many GUI parts will be "on Demand".
I have done this kind of reorganization to be more responsive to change request from CAT Users.
After that, in Beta 9 i will write a new part about error like "Order not created after 25 retry", i want to create an auto-restore process for zombie markets and give more information to users about problems.

More of this code is due to Cryptsy's server problem, BUT, when all will return normal, CAT will become a TIGER   
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
January 23, 2014, 05:14:47 PM
 #1440

In the next CAT Version (Beta  i have done a lot of code review and semplification. Surely there will be less ram used and many GUI parts will be "on Demand".
I have done this kind of reorganization to be more responsive to change request from CAT Users.
After that, in Beta 9 i will write a new part about error like "Order not created after 25 retry", i want to create an auto-restore process for zombie markets and give more information to users about problems.

More of this code is due to Cryptsy's server problem, BUT, when all will return normal, CAT will become a TIGER   


Huh?? What do you mean? This is a quote from an old post i have wrote.
Pages: « 1 ... 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 89 90 91 92 93 »
  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!