Bitcoin Forum
June 21, 2024, 10:28:02 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   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 ... 101 »
  Print  
Author Topic: [ANN] Bittrex / Poloniex / Cryptsy All Coin Trading Software, Quatloo Trader.  (Read 236519 times)
wuke
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
September 03, 2014, 08:44:11 AM
Last edit: September 03, 2014, 09:18:53 AM by wuke
 #381

This is a copy of the bittrex-Cryptsy-poloniex screen
BTC-SYNC   1,04890605   107459532,00000000   1,09420420   107459530,95109400   4,48768631   4882154   0,01914455
BTC-BTCD   0,01060987   1028008,00000000   0,01030000   1028007,98970000   6905,41497913   405838271114   816,72889812

Does anybody also has this problem, that the cryptsylast is x100000000 and so the pricedifference is useless?

I really like and use the pingpong.
Would it be hard to code all the numbers I enter to be saved in the xml.
For every version I need to reset all everything. It's minor, but usefull.

you could rename "stop when satoshi spread less than" to " pause ... "
as this stop is not the same as the "stop tasks if btc balance...". That one really stops the ping-pong.

At my first use I (could) have lost a lot of QTL by putting 50.56 QTL in the "place to ask". I needed to put in 50,56 (with the comma). The programme putted 5056 QTL to sell. You could disable it for newbies that use the function the first time.
Now I use the randomize, which gives me comma numbers every time.

Just tested the whitdrawal function between polloniex and bittrex. I need to enter everywhere 0,1BTC in your programm (comma). But at the whitdrawal I needed to enter 0.1 BTC (point) as the programm told me "invalid amount" when using the comma.
You could use the register somewhere to see for every laptop what is used . or , as delimiter for decimals.

liking (using) the tool more and more.
Reese212
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
September 03, 2014, 09:52:07 AM
Last edit: September 03, 2014, 10:24:06 AM by Reese212
 #382

Quote
BTC-SYNC   1,04890605   107459532,00000000   1,09420420   107459530,95109400   4,48768631   4882154   0,01914455
BTC-BTCD   0,01060987   1028008,00000000   0,01030000   1028007,98970000   6905,41497913   405838271114   816,72889812

Does anybody also has this problem, that the cryptsylast is x100000000 and so the pricedifference is useless?

Yes, I also can see that. It occurs with all cryptsy related stuff.
I wouldn't say useless, it's just harder to read. It Looks like there is somewhere in the code "multiplying" mixed up with "dividing".


EDIT: strange Thing, just watched your Video Markus, and there his "cryptsy-numbers" are correct. Within my Computer they're not, they look like  yours wuke

Dear Lord, please grant me the ability...
MarKusRomanus (OP)
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
September 03, 2014, 10:12:02 AM
 #383

This is a copy of the bittrex-Cryptsy-poloniex screen
BTC-SYNC   1,04890605   107459532,00000000   1,09420420   107459530,95109400   4,48768631   4882154   0,01914455
BTC-BTCD   0,01060987   1028008,00000000   0,01030000   1028007,98970000   6905,41497913   405838271114   816,72889812

Does anybody also has this problem, that the cryptsylast is x100000000 and so the pricedifference is useless?

I really like and use the pingpong.
Would it be hard to code all the numbers I enter to be saved in the xml.
For every version I need to reset all everything. It's minor, but usefull.

you could rename "stop when satoshi spread less than" to " pause ... "
as this stop is not the same as the "stop tasks if btc balance...". That one really stops the ping-pong.

At my first use I (could) have lost a lot of QTL by putting 50.56 QTL in the "place to ask". I needed to put in 50,56 (with the comma). The programme putted 5056 QTL to sell. You could disable it for newbies that use the function the first time.
Now I use the randomize, which gives me comma numbers every time.

Just tested the whitdrawal function between polloniex and bittrex. I need to enter everywhere 0,1BTC in your programm (comma). But at the whitdrawal I needed to enter 0.1 BTC (point) as the programm told me "invalid amount" when using the comma.
You could use the register somewhere to see for every laptop what is used . or , as delimiter for decimals.

liking (using) the tool more and more.

Thanks you..  I can correct that .. That's due to differences in use of . and ,  in different Locales.   2.0.1.6 will correct all that.. sorry.  I'll have it out asap.
kitey
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
September 03, 2014, 10:16:53 AM
 #384

Hi

nice software.

I placed a coin stop limit of 500 in the bid section and it applies  it to the sell not the buy ?

so i thought maybe its the other way round so i put 500 in the coin stop limit in the ask section and it seems to completely ignore that one

am i going mad ? latest version 2.0.1.5
MarKusRomanus (OP)
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
September 03, 2014, 10:46:26 AM
 #385

This is a copy of the bittrex-Cryptsy-poloniex screen
BTC-SYNC   1,04890605   107459532,00000000   1,09420420   107459530,95109400   4,48768631   4882154   0,01914455
BTC-BTCD   0,01060987   1028008,00000000   0,01030000   1028007,98970000   6905,41497913   405838271114   816,72889812

Does anybody also has this problem, that the cryptsylast is x100000000 and so the pricedifference is useless?

I really like and use the pingpong.
Would it be hard to code all the numbers I enter to be saved in the xml.
For every version I need to reset all everything. It's minor, but usefull.

you could rename "stop when satoshi spread less than" to " pause ... "
as this stop is not the same as the "stop tasks if btc balance...". That one really stops the ping-pong.

At my first use I (could) have lost a lot of QTL by putting 50.56 QTL in the "place to ask". I needed to put in 50,56 (with the comma). The programme putted 5056 QTL to sell. You could disable it for newbies that use the function the first time.
Now I use the randomize, which gives me comma numbers every time.

Just tested the whitdrawal function between polloniex and bittrex. I need to enter everywhere 0,1BTC in your programm (comma). But at the whitdrawal I needed to enter 0.1 BTC (point) as the programm told me "invalid amount" when using the comma.
You could use the register somewhere to see for every laptop what is used . or , as delimiter for decimals.

liking (using) the tool more and more.

Thanks you..  I can correct that .. That's due to differences in use of . and ,  in different Locales.   2.0.1.6 will correct all that.. sorry.  I'll have it out asap.

Ok download 2.0.1.6 and check it out.. anywhere a decimal value is sent via api .. it is converted to using a '.' if there is a ',' in it.
Let me know if you find any other areas.
MarKusRomanus (OP)
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
September 03, 2014, 11:36:06 AM
 #386

Hi

nice software.

I placed a coin stop limit of 500 in the bid section and it applies  it to the sell not the buy ?

so i thought maybe its the other way round so i put 500 in the coin stop limit in the ask section and it seems to completely ignore that one

am i going mad ? latest version 2.0.1.5

Try 2.0.1.7  this is solved.
kitey
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
September 03, 2014, 11:55:15 AM
 #387

Hi

nice software.

I placed a coin stop limit of 500 in the bid section and it applies  it to the sell not the buy ?

so i thought maybe its the other way round so i put 500 in the coin stop limit in the ask section and it seems to completely ignore that one

am i going mad ? latest version 2.0.1.5

Try 2.0.1.7  this is solved.
ok will do thanks

also the incorrect BTC balance displaying?
wuke
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
September 03, 2014, 12:07:28 PM
 #388

this is still the case in 2.0.1.7
   BTC-SYNC   0.86000006   106459530.00000000   0.95000201   106459529.14000000   6,70555778   4903154   0,02128352
   BTC-BTCD   0.01042000   1055641.00000000   0.01048999   1055640.98958000   6383,03998128   412707471712   784,29448752

you can see on those 2 lines that you use . and , . I guess the . come from the auction and , are numbers you calculate

I transfered 0.001 and also 0,001 from polo. to bittrex both passed.
The messagebox in both cases showed 0.001, it's a detail  Smiley

this . , is really minor, but once you have some time  Wink , you could create a function to wrap all numbers. No idea how that effects the speed of the tool.

But auction related stuff comes first I guess  Smiley

On all spreadsheets , the time is set on your local time or time of the auction time. I would be nice to have it on my local time also. Now I have to calculate while looking, minor, but..
MarKusRomanus (OP)
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
September 03, 2014, 12:52:13 PM
 #389

Hi

nice software.

I placed a coin stop limit of 500 in the bid section and it applies  it to the sell not the buy ?

so i thought maybe its the other way round so i put 500 in the coin stop limit in the ask section and it seems to completely ignore that one

am i going mad ? latest version 2.0.1.5

Try 2.0.1.7  this is solved.
ok will do thanks

also the incorrect BTC balance displaying?

Where do you see incorrect BTC balance displaying?   Oh also  im releasing 2.0.1.8  there till was a minor glitch in the stop limits issue that is fixed in 2.0.1.8.  Just keep testing it and let me know anything else.
kitey
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
September 03, 2014, 01:13:37 PM
 #390

Hi

nice software.

I placed a coin stop limit of 500 in the bid section and it applies  it to the sell not the buy ?

so i thought maybe its the other way round so i put 500 in the coin stop limit in the ask section and it seems to completely ignore that one

am i going mad ? latest version 2.0.1.5

Try 2.0.1.7  this is solved.
ok will do thanks

also the incorrect BTC balance displaying?

Where do you see incorrect BTC balance displaying?   Oh also  im releasing 2.0.1.8  there till was a minor glitch in the stop limits issue that is fixed in 2.0.1.8.  Just keep testing it and let me know anything else.

my bad was looking incorrectly

any chance of something like a never sell below last buy feature type thing
MarKusRomanus (OP)
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
September 03, 2014, 01:16:12 PM
 #391

Hi

nice software.

I placed a coin stop limit of 500 in the bid section and it applies  it to the sell not the buy ?

so i thought maybe its the other way round so i put 500 in the coin stop limit in the ask section and it seems to completely ignore that one

am i going mad ? latest version 2.0.1.5

Try 2.0.1.7  this is solved.
ok will do thanks

also the incorrect BTC balance displaying?

Where do you see incorrect BTC balance displaying?   Oh also  im releasing 2.0.1.8  there till was a minor glitch in the stop limits issue that is fixed in 2.0.1.8.  Just keep testing it and let me know anything else.

my bad was looking incorrectly

any chance of something like a never sell below last buy feature type thing

That was suggested and is on the list.   We'll see about when.. I have some great ideas for new functions to be added.. a new Smart Tasks tab.
kitey
Sr. Member
****
Offline Offline

Activity: 331
Merit: 250


View Profile
September 03, 2014, 01:21:17 PM
 #392

Hi

nice software.

I placed a coin stop limit of 500 in the bid section and it applies  it to the sell not the buy ?

so i thought maybe its the other way round so i put 500 in the coin stop limit in the ask section and it seems to completely ignore that one

am i going mad ? latest version 2.0.1.5

Try 2.0.1.7  this is solved.
ok will do thanks

also the incorrect BTC balance displaying?

Where do you see incorrect BTC balance displaying?   Oh also  im releasing 2.0.1.8  there till was a minor glitch in the stop limits issue that is fixed in 2.0.1.8.  Just keep testing it and let me know anything else.

my bad was looking incorrectly

any chance of something like a never sell below last buy feature type thing

That was suggested and is on the list.   We'll see about when.. I have some great ideas for new functions to be added.. a new Smart Tasks tab.

OK sounds good

was just thinking if we had a tick box that could be enabled to never sell below last buy and if it is enabled it creates a sell based on last buy price with abilility to + x amount of satoshis - this way it wouldn`t actually stop the bot from running, just would help me when i leave it running at home Smiley

hope that makes sense

TheGer
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
September 03, 2014, 01:21:43 PM
 #393

Anyone have any ideas on this?  I've since set random bid/ask intervals of 10-15 sec.  It works for a little while and then it will just stop scalping orders and the last order placed will just sit in the book.

Here is a snap of my settings:  I have also played with the min/max place numbers.  Once again, if I manually delete the order it will replace book orders and will sometimes scalp as normal for a period.  I cannot think of a sequence of events taking place that it would just stop scalping.  Any help is appreciated.




Am I the only one having issues with scalp mode not cancelling and redoing orders occasionally?  It works fine for awhile then it just stalls out and won't initiate and scalp rebid.  Using 2.0.0.7

Tried quickly with the latest release tonight and getting same issue.

Intervals 10sec
Randomized bid/ask
2 sat difference
min order set to 50% of max order for bid/ask
tried with spread setting on and off
Happens with both buying and selling.
Manually cancelling the order will cause the software to rebid at the top of the list, but then it will still not scalp again after that.

Am I missing something?

MarKusRomanus (OP)
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
September 03, 2014, 01:38:58 PM
 #394

Anyone have any ideas on this?  I've since set random bid/ask intervals of 10-15 sec.  It works for a little while and then it will just stop scalping orders and the last order placed will just sit in the book.

Here is a snap of my settings:  I have also played with the min/max place numbers.  Once again, if I manually delete the order it will replace book orders and will sometimes scalp as normal for a period.  I cannot think of a sequence of events taking place that it would just stop scalping.  Any help is appreciated.




Am I the only one having issues with scalp mode not cancelling and redoing orders occasionally?  It works fine for awhile then it just stalls out and won't initiate and scalp rebid.  Using 2.0.0.7

Tried quickly with the latest release tonight and getting same issue.

Intervals 10sec
Randomized bid/ask
2 sat difference
min order set to 50% of max order for bid/ask
tried with spread setting on and off
Happens with both buying and selling.
Manually cancelling the order will cause the software to rebid at the top of the list, but then it will still not scalp again after that.

Am I missing something?


Is there a reason you haven't updated?  the earlier builds did have some bugs.
TheGer
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
September 03, 2014, 01:54:55 PM
 #395

I did try it with one of the newer versions last night, but encountered the same problem right off the bat.  At least with the version I have the problem is intermittent.  Haven't heard of people having this issue with 2.x here I believe.
Reese212
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
September 03, 2014, 02:14:53 PM
Last edit: September 03, 2014, 02:52:36 PM by Reese212
 #396

currently using 2.0.1.8, but the "xxx stop Limit more than" doesn't work :-(

in advanced-pingpong-mode i have every Checkbox checked, except "stop when spread is less than".
i have also filled in the filed labeled "stop Tasks if btc Balance falls below xxx"

my altcoin Balance was 23540. i set "less than" to "21000", and i set "more than" to "23500". when the Pingpong starts, it says "placed sell: xxx @ xxx sat" and "stop bid Limit met, placing bid-order skipped". so far so good. then i went having a shower. i came back and in my order history i saw that i did 3 buy-orders and 0 sell-orders. i've no clue why it doesn't work :-(

edit: corrected my starting altcoin-balance, had a typo...
edit2: was on bittrex market

Dear Lord, please grant me the ability...
colinfx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
September 03, 2014, 03:44:18 PM
 #397

currently using 2.0.1.8, but the "xxx stop Limit more than" doesn't work :-(

in advanced-pingpong-mode i have every Checkbox checked, except "stop when spread is less than".
i have also filled in the filed labeled "stop Tasks if btc Balance falls below xxx"

my altcoin Balance was 23540. i set "less than" to "21000", and i set "more than" to "23500". when the Pingpong starts, it says "placed sell: xxx @ xxx sat" and "stop bid Limit met, placing bid-order skipped". so far so good. then i went having a shower. i came back and in my order history i saw that i did 3 buy-orders and 0 sell-orders. i've no clue why it doesn't work :-(

edit: corrected my starting altcoin-balance, had a typo...
edit2: was on bittrex market

In v2.0.0.18 I am now using this feature successfully. Which cycle time are you using? I have greater success with 30s than I do smaller amounts. I think this may be related to the balance not updating quickly enough. I have reported this to Mr_Markus.
colinfx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
September 03, 2014, 03:47:45 PM
 #398

I'm using v2.0.0.18 and using the Stop limits to define a trading range with "Advanced ping-pong".

I am buying/selling in 125 coin blocks. When I get a part fill, I am stuck with a part block which cannot be sold as there is not enough coins to meet a 125 coin sell. When a SELL order is placed, can it be for the desired amount or whatever is remaining so that we do not end up bagholding any part orders. Thank you!
colinfx
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
September 03, 2014, 03:49:21 PM
 #399

I would like to commend you MrMarkus for designing this amazing app. I am running 10 instances and I simply see my BTC balance increasing hour by hour. Keep up the great work!
Reese212
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
September 03, 2014, 03:52:57 PM
 #400

currently using 2.0.1.8, but the "xxx stop Limit more than" doesn't work :-(

in advanced-pingpong-mode i have every Checkbox checked, except "stop when spread is less than".
i have also filled in the filed labeled "stop Tasks if btc Balance falls below xxx"

my altcoin Balance was 23540. i set "less than" to "21000", and i set "more than" to "23500". when the Pingpong starts, it says "placed sell: xxx @ xxx sat" and "stop bid Limit met, placing bid-order skipped". so far so good. then i went having a shower. i came back and in my order history i saw that i did 3 buy-orders and 0 sell-orders. i've no clue why it doesn't work :-(

edit: corrected my starting altcoin-balance, had a typo...
edit2: was on bittrex market

In v2.0.0.18 I am now using this feature successfully. Which cycle time are you using? I have greater success with 30s than I do smaller amounts. I think this may be related to the balance not updating quickly enough. I have reported this to Mr_Markus.

i had the cycle time Standard, means 30sec up to 120sec. yeah well ok that could be a possibility because i have also set the "refresh orderbook" at its Standard time of 30sec...maybe i should try it with "update orderbook = 25sec" and cycle time from "30sec to 120sec".

Dear Lord, please grant me the ability...
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 ... 101 »
  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!