Sampey (OP)
Legendary
Offline
Activity: 2632
Merit: 1040
|
|
March 14, 2017, 09:48:58 PM |
|
if GUI is slow is because Exchange is slow. (Are you trading on poloniex?)
The important thing is that you're not getting the old error.
I can't do more than this. As i remember you trade on more than 50 markets, take care about not makind too much api calls setting the right options in CAT Preferencies.
|
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
March 15, 2017, 01:56:41 PM |
|
edit:
after ~2 hours a window is popping up
Warning: set Quantity to xx.yy To ExceedMin Total Order... Error: Final Qty: xx.yy<Available Qty xx.yy
next day: same message again... GUI still frozen
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
March 15, 2017, 01:59:19 PM |
|
if GUI is slow is because Exchange is slow. (Are you trading on poloniex?)
The important thing is that you're not getting the old error.
I can't do more than this. As i remember you trade on more than 50 markets, take care about not makind too much api calls setting the right options in CAT Preferencies.
yes poloniex is there too api calls: have set time in running options to more than 100 sec...
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
March 15, 2017, 02:02:51 PM |
|
I run it with GUI says RAM: 1020.03 MB (have 24 GB available)
|
|
|
|
Sampey (OP)
Legendary
Offline
Activity: 2632
Merit: 1040
|
|
March 15, 2017, 02:08:40 PM |
|
if GUI is slow is because Exchange is slow. (Are you trading on poloniex?)
The important thing is that you're not getting the old error.
I can't do more than this. As i remember you trade on more than 50 markets, take care about not makind too much api calls setting the right options in CAT Preferencies.
yes poloniex is there too api calls: have set time in running options to more than 100 sec... it's not SEC it's millisec. in other words if you set 100 you allows 10 API CAll/Seconds. Poloniex allow MAX 6.
|
|
|
|
Sampey (OP)
Legendary
Offline
Activity: 2632
Merit: 1040
|
|
March 15, 2017, 02:09:39 PM |
|
I run it with GUI says RAM: 1020.03 MB (have 24 GB available) It's not important the total RAM. JAVA use a fixed amount if you don't change that limit. You can have 1 TB Ram, JVM (Java virtual machinE) won't use more than a certain value. Please try to use the XMX/XMS Options and set the upper limit to 4 GB (just to try.....)
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
March 15, 2017, 07:46:54 PM |
|
next day:
same message again... GUI still frozen
after ~7 hours still the same with GUI but AUTO_BACKUP_2017-03-15_.... still working and polo GENERAL_EXCHANGE_LOG_2017-03-......... 2017-03-15 20:36:11| Message Type : Error Error From Market XXX/YYY : PPM : Force Algo Restart, Last Lookup Was 540 minutes ago but gain logs XXX_GAIN_2017-03.... is old
|
|
|
|
Sampey (OP)
Legendary
Offline
Activity: 2632
Merit: 1040
|
|
March 15, 2017, 07:48:54 PM |
|
Can you please try to relaunch giving a max Ram to 4GB? I think you're saturating the available ram.
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
March 15, 2017, 07:50:31 PM |
|
it's not SEC it's millisec. in other words if you set 100 you allows 10 API CAll/Seconds. Poloniex allow MAX 6.
ok I have thought that only every 100 sec is a lookup... then if I want only every 100 sec I have to write 0.0xxx in Running Option?
|
|
|
|
Sampey (OP)
Legendary
Offline
Activity: 2632
Merit: 1040
|
|
March 15, 2017, 07:52:23 PM |
|
1 second = 1.000 milliseconds. if I want only every 100 sec I have to write 0.0xxx in Running Option? You want to make 1 API Call every 100 Seconds? Do you know that 1 Lookup perform from 1 to 5 API Call??
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
March 15, 2017, 07:58:08 PM |
|
Can you please try to relaunch giving a max Ram to 4GB? I think you're saturating the available ram.
yes ok I will try it on weekend, don't have the time now for it all to (re-)configure... let it run now as it is, perhaps tomorrow a new popup window is coming and if all waiting loops are finished perhaps I am able to make an input...
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
March 15, 2017, 08:02:39 PM |
|
1 second = 1.000 milliseconds. if I want only every 100 sec I have to write 0.0xxx in Running Option? You want to make 1 API Call every 100 Seconds? Do you know that 1 Lookup perform from 1 to 5 API Call?? I only want 1 Lookup/Coin every 100 Seconds (because of bandwith too, - has eaten my limited ISP volume in the past too much and was then expensive for me)
|
|
|
|
Sampey (OP)
Legendary
Offline
Activity: 2632
Merit: 1040
|
|
March 15, 2017, 08:57:05 PM |
|
1 second = 1.000 milliseconds. if I want only every 100 sec I have to write 0.0xxx in Running Option? You want to make 1 API Call every 100 Seconds? Do you know that 1 Lookup perform from 1 to 5 API Call?? I only want 1 Lookup/Coin every 100 Seconds (because of bandwith too, - has eaten my limited ISP volume in the past too much and was then expensive for me) ok, this is not the option i'm talking about. The option i was talking about it's when you risk to flood the server. It's a global action, that works when you set lookup time like 10 seconds and you trade on 100 markets. In your case, you can simply set the option EXECUTE A LOOKUP EVERY 100 seconds (and yes, this is an option in seconds). The other option (the one i was talking about) is in CAT Preferencies and it's in milliseconds.
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
March 16, 2017, 06:11:34 PM |
|
yes ok I will try it on weekend, don't have the time now for it all to (re-)configure...
let it run now as it is, perhaps tomorrow a new popup window is coming and if all waiting loops are finished perhaps I am able to make an input...
one day later: nothing happens GUI still frozen not even closing with the X button possible (only minimize/maximize) will kill now with Process Monitor
|
|
|
|
Sampey (OP)
Legendary
Offline
Activity: 2632
Merit: 1040
|
|
March 16, 2017, 06:12:53 PM |
|
try to use the XMS XMX Parameters and let me know. Give 1 GB Min Ram and 4 GB Max Ram And if you have CONSOLE Log / CAT_LOG<TimeStamp> (In CATSystem folder) please send me that logs Thanks
|
|
|
|
ewibit
Legendary
Offline
Activity: 2955
Merit: 1050
|
|
March 16, 2017, 06:31:03 PM |
|
try to use the XMS XMX Parameters and let me know. Give 1 GB Min Ram and 4 GB Max Ram And if you have CONSOLE Log / CAT_LOG<TimeStamp> (In CATSystem folder) please send me that logs Thanks ok, will try after weekend strange: last CONSOLE Log / CAT_Log_2017-03-12_20_17_53.txt Size: 0 bytes Accessed: Son, Mär 12 2017 20:17:53 Modified: Mon, Mär 13 2017 14:36:38
|
|
|
|
Sampey (OP)
Legendary
Offline
Activity: 2632
Merit: 1040
|
|
March 16, 2017, 06:32:52 PM |
|
try to use the XMS XMX Parameters and let me know. Give 1 GB Min Ram and 4 GB Max Ram And if you have CONSOLE Log / CAT_LOG<TimeStamp> (In CATSystem folder) please send me that logs Thanks ok, will try after weekend strange: last CONSOLE Log / CAT_Log_2017-03-12_20_17_53.txt Size: 0 bytes Accessed: Son, Mär 12 2017 20:17:53 Modified: Mon, Mär 13 2017 14:36:38 Well from my point of view it's good. It means that fix code works and now we must find problems in another way
|
|
|
|
calles
Newbie
Offline
Activity: 1
Merit: 0
|
|
March 16, 2017, 08:10:24 PM |
|
hi dear friends, aim from venezuela, i whant to now if this software works whit localbitcoin.com, i do not know nothing about trading you think i can use this software?. how much cant produce per month? sorry for mi wrong English if you cant write me in spanish be great. thanks mail callescarlos@gmail.com
|
|
|
|
Sampey (OP)
Legendary
Offline
Activity: 2632
Merit: 1040
|
|
March 16, 2017, 08:16:20 PM |
|
hi dear friends, aim from venezuela, i whant to now if this software works whit localbitcoin.com, i do not know nothing about trading you think i can use this software?. how much cant produce per month? sorry for mi wrong English if you cant write me in spanish be great. thanks mail callescarlos@gmail.comhi, it doesnt works with localbitcoin. It works on these exchanges :
|
|
|
|
|