If I close the Ping Pong window, and then reopen it CAT is again able to "Check Current Status" in the calculator. But once its stuck, its stuck.
Just tested on 3 windows right now.
1. Open Ping Pong windows thats not working.
2. Click 'Check Current Status' -> results come back as "Max Buy < Min Sell"
3. Close Ping Pong Window
4. Open New Ping pong window for market.
5. Click 'Check Current Status' -> results come back correctly eg. "0.00000212"
Thanks
Hum, when you press the PING-PONG Button, the DialogBox is not Created but only set visible (and when you press the X is set Invisible). This is useful to not loose any parameter you have typed.
When BUTTON CHECK is read it means that a call is "running" but if you repress the CHECK Button a message will ask you if you want to re-start the process and everything should work....
Looking further into this, if I untick "Skip orders with total < than' and then click "Check Current Status" in calculator it returns values. if I retick it and click again "Check current status' again I get "Max Buy < Min Sell" in the suggested sell and buy prices.
Yes it makes sense.
% DIFF in Ping Pong Panel is : % Difference Between Best Buy Price/Best Sell Price
If BestBuyPrice > BestSellPrice we have the "normal" condition, and CAT will calculate % Diff.
If not, there's a trading in progress and you will get the message Max Buy < Min Sell. and you must click the button check again (but is not mandatory to create ping-pong order).
If you set a value for "Skip orders with total < than XXX before the calculation CAT (Always) remove orders with total (price*quantity) < XXXXX
Example : LTC/BTC
If you set Skip Order with total < than
0.1Starting from SELL BOOK
0.02500001 6.15906174 0.15397661
0.02500002 8.49587144 0.21239696
0.02500004 0.01000000 0.00025000
0.02500007 0.01000000 0.00025000
0.02506035 0.72256597 0.01810776
0.02514958 25.00000000 0.62873950
BUY BOOK
0.02500000 5.21580200 0.13039505
0.02499900 5.00000000 0.12499500
0.02499366 0.67963539 0.01698658
0.02498395 0.10000000 0.00249840
0.02498374 0.10000000 0.00249837
0.02497374 0.10000000 0.00249737
Result After FILTER will BE
SELL BOOK
0.02500001 6.15906174 0.15397661
0.02500002 8.49587144 0.21239696
0.02514958 25.00000000 0.62873950
BUY BOOK
0.02500000 5.21580200 0.13039505
0.02499900 5.00000000 0.12499500
And % DIFF Will be calculated on 0.02500001 VS 0.02500000 (A very different result)
Sometimes result are the same, but sometimes with or without filter, result will be very different (and could be a "false" good value)