Bitcoin Forum
June 27, 2024, 11:27:58 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 ... 273 »
  Print  
Author Topic: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 (New Price List 04/2021)  (Read 531110 times)
megaplage
Member
**
Offline Offline

Activity: 320
Merit: 10


View Profile
March 14, 2014, 11:01:53 PM
Last edit: March 14, 2014, 11:25:09 PM by megaplage
 #41

so please clarify what should I do ?

I want to buy something at price X and sell at price Y - so i entered ping-pong mode static from the start of the program on with the two prices and the outcome ist shown above.

So why does the program recalculate orders if set to static mode ?
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
March 15, 2014, 11:10:58 AM
 #42

so please clarify what should I do ?

I want to buy something at price X and sell at price Y - so i entered ping-pong mode static from the start of the program on with the two prices and the outcome ist shown above.

So why does the program recalculate orders if set to static mode ?

Program recalculate routine is universal but result will be a message like "No Recalculate" because inside the recalculation routine Static Mode is a "super rule" that works before each other rules.

So if you want to have a static Ping-Pong, set STATIC MODE and set the static buy/price sell and then start ping-pong.
If you change from Normal Mode to Static Mode C.A.T. will start to work in Static Mode, and the result will be : when recalculation routine will be called, all your buy orders will be recreated at static buy price, and all your sell orders will be recreated at static sell price.

ALL Other rules doesn't work with static mode (never sell/buy, sell all, etc etc.....)
megaplage
Member
**
Offline Offline

Activity: 320
Merit: 10


View Profile
March 15, 2014, 11:26:43 AM
 #43

So if you want to have a static Ping-Pong, set STATIC MODE and set the static buy/price sell and then start ping-pong.
If you change from Normal Mode to Static Mode C.A.T. will start to work in Static Mode, and the result will be : when recalculation routine will be called, all your buy orders will be recreated at static buy price, and all your sell orders will be recreated at static sell price.

ok, that is what I was expecting CAT to do - but have You looked at the log above ?

Static Mode was set : buy 138   sell 142

ping created @138 - ok
order filled @138 - ok
pong created @142 - ok
next loop : pong order recalculated to 138 - NOT OK
pong filled @138 -> LOSS OF TRANSACTION FEE
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
March 15, 2014, 11:33:59 AM
 #44

So if you want to have a static Ping-Pong, set STATIC MODE and set the static buy/price sell and then start ping-pong.
If you change from Normal Mode to Static Mode C.A.T. will start to work in Static Mode, and the result will be : when recalculation routine will be called, all your buy orders will be recreated at static buy price, and all your sell orders will be recreated at static sell price.

ok, that is what I was expecting CAT to do - but have You looked at the log above ?

Static Mode was set : buy 138   sell 142

ping created @138 - ok
order filled @138 - ok
pong created @142 - ok
next loop : pong order recalculated to 138 - NOT OK
pong filled @138 -> LOSS OF TRANSACTION FEE


Hum, could you please copy/paste the PingPong Algo Log that CAT Will print in the General Market Log, after you start a new Ping-Pong algo in static mode?
(It's a lot that start with "Algo Started" and the all the Ping-Pong parameters, same log is printed when you update ping-pong parameters)
megaplage
Member
**
Offline Offline

Activity: 320
Merit: 10


View Profile
March 15, 2014, 12:18:40 PM
 #45

- I stopped the current process
- set ping pong static 136/137
- created buy order 20k@136
- updated parameters (nothing changed) to print into the log

the log :

2014-03-15 13:12:12| ---------------------------------
2014-03-15 13:12:12| OCR : Try To Create new Order Buy 20000.00000000@0.00000136
2014-03-15 13:12:13| PING-61307634 : Buy 20000.00000000@0.00000136 Current 20000.00000000 | OCR : Order Successfully Created ID 61307634
2014-03-15 13:12:16| PPO : Order Synchronized (Attempt 1) - Buy Quantity 20000.00000000@0.00000136 Price Synchronized Type Synchronized
2014-03-15 13:12:46| POP : Check Pending User Request
2014-03-15 13:12:46| Algo Parameter :
2014-03-15 13:12:46| ---------------------------------
2014-03-15 13:12:46| Mode : Super Static
2014-03-15 13:12:46| Min % Guaranteed Gain  : 0.80000000
2014-03-15 13:12:46| Skip Order Less Than : 0.00000000
2014-03-15 13:12:46| Don't Create Ping With Total < Than : 0.00000000
2014-03-15 13:12:46| Never Sell Under :0.00000000
2014-03-15 13:12:46| Never Sell Over :0.00000000
2014-03-15 13:12:46| Never Buy Under :0.00000000
2014-03-15 13:12:46| Never Buy Over :0.00000000
2014-03-15 13:12:46| Sell All If Price Goes Under :  0.00000000
2014-03-15 13:12:46| Sell All If % With Ref Price is :  0.00000000
2014-03-15 13:12:46| Never Buy/Sell Directly : false
2014-03-15 13:12:46| Stop Ping Creation If Sell Value is > 0.00000000
2014-03-15 13:12:46| Stop Ping Creation If Buy Value is < 0.00000000
2014-03-15 13:12:46| Static Sell Price : 0.00000137
2014-03-15 13:12:46| Static Buy Price  : 0.00000136
2014-03-15 13:12:46| Never Recalculate User Ping Orders  : false
2014-03-15 13:12:46| Run PingPong For  : 0 Minutes, And The Return to BTC/DOGE Active : false
2014-03-15 13:12:46| Always Create Pong From Trades  : true
2014-03-15 13:12:46| ---------------------------------
2014-03-15 13:14:54| -
2014-03-15 13:14:54| PING-61307634 : Buy 20000.00000000@0.00000136 Current 20000.00000000 | Check For Recalculation
2014-03-15 13:14:54| PPC : First Markets Checks Are Ok.
2014-03-15 13:14:54| PPC : Cannot Create/Recreate Order Reference Price : 0.00000137 VS 0.00000136 % Difference is 0.73529411 Must Be At Least > 0.8
2014-03-15 13:14:54| PING-61307634 : Buy 20000.00000000@0.00000136 Current 20000.00000000 | Order Status Not Changed No Condition For Recalculation.
2014-03-15 13:14:54| -


it even tries to change the ping order - please check Your code

Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
March 15, 2014, 12:24:18 PM
 #46

Today or tomorrow i will surely check this code part  Wink
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
March 15, 2014, 01:14:11 PM
 #47

- I stopped the current process
- set ping pong static 136/137
- created buy order 20k@136
- updated parameters (nothing changed) to print into the log

the log :

2014-03-15 13:12:12| ---------------------------------
2014-03-15 13:12:12| OCR : Try To Create new Order Buy 20000.00000000@0.00000136
2014-03-15 13:12:13| PING-61307634 : Buy 20000.00000000@0.00000136 Current 20000.00000000 | OCR : Order Successfully Created ID 61307634
2014-03-15 13:12:16| PPO : Order Synchronized (Attempt 1) - Buy Quantity 20000.00000000@0.00000136 Price Synchronized Type Synchronized
2014-03-15 13:12:46| POP : Check Pending User Request
2014-03-15 13:12:46| Algo Parameter :
2014-03-15 13:12:46| ---------------------------------
2014-03-15 13:12:46| Mode : Super Static
2014-03-15 13:12:46| Min % Guaranteed Gain  : 0.80000000
2014-03-15 13:12:46| Skip Order Less Than : 0.00000000
2014-03-15 13:12:46| Don't Create Ping With Total < Than : 0.00000000
2014-03-15 13:12:46| Never Sell Under :0.00000000
2014-03-15 13:12:46| Never Sell Over :0.00000000
2014-03-15 13:12:46| Never Buy Under :0.00000000
2014-03-15 13:12:46| Never Buy Over :0.00000000
2014-03-15 13:12:46| Sell All If Price Goes Under :  0.00000000
2014-03-15 13:12:46| Sell All If % With Ref Price is :  0.00000000
2014-03-15 13:12:46| Never Buy/Sell Directly : false
2014-03-15 13:12:46| Stop Ping Creation If Sell Value is > 0.00000000
2014-03-15 13:12:46| Stop Ping Creation If Buy Value is < 0.00000000
2014-03-15 13:12:46| Static Sell Price : 0.00000137
2014-03-15 13:12:46| Static Buy Price  : 0.00000136
2014-03-15 13:12:46| Never Recalculate User Ping Orders  : false
2014-03-15 13:12:46| Run PingPong For  : 0 Minutes, And The Return to BTC/DOGE Active : false
2014-03-15 13:12:46| Always Create Pong From Trades  : true
2014-03-15 13:12:46| ---------------------------------
2014-03-15 13:14:54| -
2014-03-15 13:14:54| PING-61307634 : Buy 20000.00000000@0.00000136 Current 20000.00000000 | Check For Recalculation
2014-03-15 13:14:54| PPC : First Markets Checks Are Ok.
2014-03-15 13:14:54| PPC : Cannot Create/Recreate Order Reference Price : 0.00000137 VS 0.00000136 % Difference is 0.73529411 Must Be At Least > 0.8
2014-03-15 13:14:54| PING-61307634 : Buy 20000.00000000@0.00000136 Current 20000.00000000 | Order Status Not Changed No Condition For Recalculation.
2014-03-15 13:14:54| -


it even tries to change the ping order - please check Your code



I have check, this is not an error.
When you set static buy/sell, CAT will check the % Gain (this is a "common normal/static code") you have set, even if you're in static mode.

So, you have static 136 Buy and 137 Sell. % Diff between this 2 values is near 0.73%, so you  must set your % Gain at 0.7 (or lower it doesn't matter).

Try this way and let me know if it works  Wink
megaplage
Member
**
Offline Offline

Activity: 320
Merit: 10


View Profile
March 15, 2014, 01:51:43 PM
 #48

not very usable ?!

static is static is static

and you can not even set the pct value while static selected

seems very odd to me but I will try your suggestion
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
March 15, 2014, 02:41:39 PM
 #49

I will remove the % Check in the next release.
I think it is not a big problem, i gave you the solution.  Wink
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
March 15, 2014, 05:50:02 PM
 #50

New Sponsor : BitcoinSniper.com  Wink
Mitchell
Copper Member
Legendary
*
Offline Offline

Activity: 3962
Merit: 2207


Verified awesomeness ✔


View Profile WWW
March 15, 2014, 07:51:28 PM
 #51

New Sponsor : BitcoinSniper.com  Wink
With sponsor you mean scammer/faker, right?

Anyway, I wish you good luck Sampey. You are doing a great job and I love to see how this program progresses!

.
Duelbits
            ▄████▄▄
          ▄█████████▄
        ▄█████████████▄
     ▄██████████████████▄
   ▄████▄▄▄█████████▄▄▄███▄
 ▄████▐▀▄▄▀▌████▐▀▄▄▀▌██

 ██████▀▀▀▀███████▀▀▀▀█████

▐████████████■▄▄▄■██████████▀
▐██████████████████████████▀
██████████████████████████▀
▀███████████████████████▀
  ▀███████████████████▀
    ▀███████████████▀
.
         ▄ ▄▄▀▀▀▀▄▄
         ▄▀▀▄      █
         █   ▀▄     █
       ▄█▄     ▀▄   █
      ▄▀ ▀▄      ▀█▀
    ▄▀     ▀█▄▄▄▀▀ ▀
  ▄▀  ▄▀  ▄▀

Live Games

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

Slots
.
        ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄
        █         ▄▄  █
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄       █
█  ▄▄         █       █
█             █       █
█   ▄▀▀▄▀▀▄   █       █
█   ▀▄   ▄▀   █       █

Blackjack
|█▀▀▀▀▀█▄▄▄
       ▀████▄▄
         ██████▄
▄▄▄▄▄▄▄▄█▀    ▀▀█
████████▄        █
█████████▄        █
██████████▄     ▄██
█████████▀▀▀█▄▄████
▀▀███▀▀       ████
   █          ███
   █          █▀
▄█████▄▄▄ ▄▄▀▀
███████▀▀▀
.
                 NEW!                  
SPORTS BETTING 
|||
[ Đ ][ Ł ]
AVAILABLE NOW

Advertisements are not endorsed by me.
GT3000
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
March 15, 2014, 08:43:29 PM
 #52

Selling my copy of CAT. Works great but just haven't been able to utilize it well.

PM for deets.
megaplage
Member
**
Offline Offline

Activity: 320
Merit: 10


View Profile
March 15, 2014, 09:43:45 PM
 #53

I will remove the % Check in the next release.
I think it is not a big problem, i gave you the solution.  Wink

solution does not work !

maybe one should set the pct to a greater value than the diff of buy and sell but I am done with this now - it's simply annoying
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
March 16, 2014, 02:03:37 AM
 #54

New Sponsor : BitcoinSniper.com  Wink
With sponsor you mean scammer/faker, right?

Anyway, I wish you good luck Sampey. You are doing a great job and I love to see how this program progresses!


No no this is ok, official partnership, i have linked from the main page. Not a scammer  Wink
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
March 16, 2014, 02:04:10 AM
 #55

I will remove the % Check in the next release.
I think it is not a big problem, i gave you the solution.  Wink

solution does not work !

maybe one should set the pct to a greater value than the diff of buy and sell but I am done with this now - it's simply annoying

I have fix this problem in the next version, but why do you say that doesn't work??? What message did you get?
megaplage
Member
**
Offline Offline

Activity: 320
Merit: 10


View Profile
March 16, 2014, 02:37:51 PM
 #56

I will remove the % Check in the next release.
I think it is not a big problem, i gave you the solution.  Wink

solution does not work !

maybe one should set the pct to a greater value than the diff of buy and sell but I am done with this now - it's simply annoying

I have fix this problem in the next version, but why do you say that doesn't work??? What message did you get?

I got no message, only the same behaviour as shown above

Every pong trade was adjusted to the entry price and therefore closed with a loss of the transaction fee
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
March 16, 2014, 02:42:44 PM
 #57

If you set "static mode" and X Buy Price, Y Sell Price, and a Min % GAIN < than % Diff between X Buy Price and Y Sell Price it might work.
If not i need market log, i have no other way to understand...
megaplage
Member
**
Offline Offline

Activity: 320
Merit: 10


View Profile
March 16, 2014, 08:56:56 PM
 #58

If you set "static mode" and X Buy Price, Y Sell Price, and a Min % GAIN < than % Diff between X Buy Price and Y Sell Price it might work.
If not i need market log, i have no other way to understand...

it might work - not very encouraging if the developer does not know or can evaluate his own program
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
March 16, 2014, 10:40:10 PM
Last edit: March 16, 2014, 11:16:01 PM by Sampey
 #59

If you set "static mode" and X Buy Price, Y Sell Price, and a Min % GAIN < than % Diff between X Buy Price and Y Sell Price it might work.
If not i need market log, i have no other way to understand...

it might work - not very encouraging if the developer does not know or can evaluate his own program

Mageplace, you got a problem, i gave you support, i gave you the solution (if i used the word "might" it doesn't mean i don't know how the program works, but there are thousands of code lines in the order calculator class), and write the fix for the next version. All in less than 24 hours.

I don't like your approach and the way you talking to me, ok?

Next time, use appropriate words if you want support. Thanks
megaplage
Member
**
Offline Offline

Activity: 320
Merit: 10


View Profile
March 16, 2014, 11:30:05 PM
 #60

I did not want support, I tried to wrote in an nice way that CAT has a problem with the static mode.

Of course it is clear now that You don't see it that way but I look at the program from a users view not as a developer - my understanding is that this program should be a trading software and I think all people having something to do with exchanges would think a static buy sell order system should buy at the buy price an sell at the sell price - nothing more or less.

There will be no next time for me, but Your answers to various people not hailing to You speaks for itself !

regards from a customer of CAT

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 ... 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!