Author

Topic: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 (New Price List 04/2021) - page 117. (Read 531511 times)

legendary
Activity: 2632
Merit: 1040
how to run CAT on a remote VPS?

remote
Code:
java -jar CAT.jar
is unfeasible because every respond from a input takes too much time and sometimes it freezes the altogether desktop for minutes.

thx



java -jar CAT.jar is equal to double click on CAT.jar.

you need to use javaw -Xmx2048m -Xms256m  -jar CAT.jar

but in the next CAT version there will be an option to re-run C.A.T. with more RAM
legendary
Activity: 2955
Merit: 1049
how to run CAT on a remote VPS?

remote
Code:
java -jar CAT.jar
is unfeasible because every respond from a input takes too much time and sometimes it freezes the altogether desktop for minutes.

thx

legendary
Activity: 2632
Merit: 1040
if you send me the full market log i will check for you all your order history.
newbie
Activity: 10
Merit: 0
I am trying to get the best way to use CAT but I need an example to get what I am missing.
Let me make an example.
I buy 1 bitcoin at 1000USD (ping order)
I put a gain of 1% so 0.5% fees and net gain 0.5%.
Bitcoin keep rising.
First pong order close at 1010USD with a net gain of 5
This generate a new ping (buy) order at 1020. But I have only 1005 in my portfolio so I cannot buy 1 bitcoin but only 0.9
That generate a new pong at 1020 so another 5USD of net gain.
And so on until the price keep rising.
Let us assume that we close here the sequence
Bitcoin value 1020. My balance 1000+5+5=1010
So I was in a rise period, I have succesfully completed ping pong trades but I have less money in my account compared to what I will have if I have done nothing.
So what am I missing? From my calculation the only way to make more money on a rising edge is that the ping (buy) order gerated after a pong is at a lower price compared to the pong that generated it. But if I am on a rising phase that would not happen.
Can anyone give me an example to understand where I am wrong?

Thanks
legendary
Activity: 2632
Merit: 1040
are you still using cryptsy API?

How can i use cryptsy api? Exchange is closed.
newbie
Activity: 16
Merit: 0
 are you still using cryptsy API?
legendary
Activity: 2632
Merit: 1040
OK, thanks. I am starting to understand how it works.
So the major risk of losses is given by a pong (buy) not closed because the price rise and never drop to the pong level.
In order to minimize that losses there is some parameters that I can adjust?

Thanks

you can put a stop loss for example, or you can just wait until marke conditions will allows you to have your % GAin
newbie
Activity: 10
Merit: 0
OK, thanks. I am starting to understand how it works.
So the major risk of losses is given by a pong (buy) not closed because the price rise and never drop to the pong level.
In order to minimize that losses there is some parameters that I can adjust?

Thanks
legendary
Activity: 2632
Merit: 1040
ok, i get it.
Now let us assume that the pong is over. So CAT will start a new ping with a sell order.
But now the market XBTEUR is going up. How CAT choose the time and the price to put that order?

Thanks


if you don't set any limit price will be the current market price.
newbie
Activity: 10
Merit: 0
ok, i get it.
Now let us assume that the pong is over. So CAT will start a new ping with a sell order.
But now the market XBTEUR is going up. How CAT choose the time and the price to put that order?

Thanks
legendary
Activity: 2632
Merit: 1040
that's what I do not uderstand.
In the log I see this:
Current Orders/Trades : 0 Ping, 1 Pong, 0 Trades From Ping, 0 Orders To Restore, Pool Values : Buy 0.00000000/Sell 0.00000000
I still have a 1 pong but buy and sell are both 0


you need to wait the trade over that pong.
newbie
Activity: 10
Merit: 0
that's what I do not uderstand.
In the log I see this:
Current Orders/Trades : 0 Ping, 1 Pong, 0 Trades From Ping, 0 Orders To Restore, Pool Values : Buy 0.00000000/Sell 0.00000000
I still have a 1 pong but buy and sell are both 0
legendary
Activity: 2632
Merit: 1040
I understand that, but now I am after the gain phase, so the cycle is back to buy/sell pool in the diagram.
Which is the trigger event that tells CAT to create the new ping order? Because the gain phase was completed 14 hours ago.

Thanks again for your kind support.

the fact that Pool value is not 0 (at least one of the 2 pool).
The only way to let CAT discard the TRADE PONG is to set a discard option. But i think you have this option se to REUSE 100% of PONG TRADE.
newbie
Activity: 10
Merit: 0
I understand that, but now I am after the gain phase, so the cycle is back to buy/sell pool in the diagram.
Which is the trigger event that tells CAT to create the new ping order? Because the gain phase was completed 14 hours ago.

Thanks again for your kind support.
legendary
Activity: 2632
Merit: 1040
If I understand correctly the guide a partial order has an independent life.
So completed pong shoud not generate new ping?
Why it is inot happened? It is been several hours since the pong was completed.
Which is the trigger that set a new ping?

Check this image :



Pong Orders -> Trades From Pong -> Gain -> Buy/Sell Pool.

All actions are written in the log, so you could find it.
If the log show only few lines, you can directly read the log on CATSystem/Exchange/MarketLogs folder.
legendary
Activity: 2632
Merit: 1040
In te buy/sell Pool frame I always see 0 even if I click update values.
Is it normal?

usually is normal because CAT use all the available amount in the buy/sell pool. (You should find in the market log a message like "Try to create new PIng From Pool"
The UPDATE command is to change the pool value to another you prefer, for example 0.1 BTC if you want to let CAT use 0.1 BTC to create new ping.
newbie
Activity: 10
Merit: 0
If I understand correctly the guide a partial order has an independent life.
So completed pong shoud not generate new ping?
Why it is inot happened? It is been several hours since the pong was completed.
Which is the trigger that set a new ping?
newbie
Activity: 10
Merit: 0
In te buy/sell Pool frame I always see 0 even if I click update values.
Is it normal?
legendary
Activity: 2632
Merit: 1040
I am new to CAT so I am still learning
I have placed a sell order (PING) on the XBTEUR market. The sell was completed in 7 trades which generate a PONG (buy) order which has partially completed (6 of 7 trades).
Which are the condition for the algoritm to start a new PING?
The previus PONG has to be completed in full?

THanks

When a trade occurs on a pong the total trade value - fees are put into the buy/sell pool.
From the buy/sell pool cat create new pings.
You can manage the way cat create new ping changing the pool parameters.

in the tips & tricks section : https://bitcointalksearch.org/topic/m.5590902
you can find a full explanation of the ping-pong cycle  Wink
newbie
Activity: 10
Merit: 0
I am new to CAT so I am still learning
I have placed a sell order (PING) on the XBTEUR market. The sell was completed in 7 trades which generate a PONG (buy) order which has partially completed (6 of 7 trades).
Which are the condition for the algoritm to start a new PING?
The previus PONG has to be completed in full?

THanks
Jump to: