Pages:
Author

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

newbie
Activity: 10
Merit: 0
legendary
Activity: 2632
Merit: 1040
sounds great. seems to be what i'm looking for.

yes, there's also the RECALCULATION routine : CAT tries to recreate (if you want) your ping (or pong) order in the best market position.

not sure to understand this point.

do you confirm that at each iteration I can automatically remove the former(s) pings, without removing former(s) pongs and place a new ping recalculated on the basis of the last "lowest ask" received?

is it eventually possible to try your software for a trial period of say 1 week or something?

There's no demo copy sorry  Wink
In general :

Manually you can do what you wants.

Whan you say "Remove the formers(s) pings" what do you mean? Just to be more precise....  Wink
newbie
Activity: 10
Merit: 0
sounds great. seems to be what i'm looking for.

yes, there's also the RECALCULATION routine : CAT tries to recreate (if you want) your ping (or pong) order in the best market position.

not sure to understand this point.

do you confirm that at each iteration I can automatically remove the former(s) pings, without removing former(s) pongs and place a new ping recalculated on the basis of the last "lowest ask" received?

is it eventually possible to try your software for a trial period of say 1 week or something?
legendary
Activity: 2632
Merit: 1040
Quote
yes, i read it before. and can't be adjusted to 60 or 300 seconds, for example, or it is a fixed lookup time?

you can modify this value as you prefer and for any single algorithm you're running.


Quote
in this way it should be able to update the best price every 40 sec, keeping open only the ping-filled orders waiting for their pong to close them.

yes, there's also the RECALCULATION routine : CAT tries to recreate (if you want) your ping (or pong) order in the best market position.


Quote
and this % is net, deducted of fees. right? I guess can't be setted an absolute value instead of %, right?

is WITH Fee, so if you're on an exchange with 0.25% FEE, you should calculate 0.25% (PING FEE) + 0.25% (PONG FEE) + REAL GAIN (Example 0.1%) = 0.6%
CAT always suggest as default the "min gain" as buyfee +  sell see + 0.1%
newbie
Activity: 10
Merit: 0
yes, can be used in order to obtain a quite similar result.

40 Second is the PING-PONG algorithm lookup time

yes, i read it before. and can't be adjusted to 60 or 300 seconds, for example, or it is a fixed lookup time?

CAT remove your orders and all the "filter" (you have a set of filters over qty/price/total) then calculate the best price

in this way it should be able to update the best price every 40 sec, keeping open only the ping-filled orders waiting for their pong to close them.

In the ping case a new order (of opposite type) is created with the min price to allowed you to have the % GAIN you set in your parameters.

and this % is net, deducted of fees. right? I guess can't be setted an absolute value instead of %, right?
legendary
Activity: 2632
Merit: 1040
For example, every 40 seconds request the lowest ask price and:
- first remove all the eventual former orders
- second put a buy limit 50 usd lower
- once is filled (even partially) put a limit sell + an eventual stop (OCO)

ok so

40 Second is the PING-PONG algorithm lookup time

CAT remove your orders and all the "filter" (you have a set of filters over qty/price/total) then calculate the best price

the filling part is when a trade occurs over a PING (or PONG Order).
In the ping case a new order (of opposite type) is created with the min price to allowed you to have the % GAIN you set in your parameters.

The stop part is an option called "Run algorithm for X Minutes the return all to /"
It's not exactly what you ask, but it can be similar  Wink
newbie
Activity: 10
Merit: 0
hi sampey,

I trade cryptos from a couple of years, but I am new at this trading bot thing.

I had a look at your user guide, but didn't find material about how to write my algorithm.

I am looking for automate a ping-pong trade like in this example:
- at the beginning of every 30 minutes candle set a limit order 100 USD lower than the opening price of the current 30 minutes candle
- once the buy order is filled (even just partially) put a limit sell at 50 USD over the buying price (+ an eventual a once-cancel-the-other limit stop sell at 100 USD below the buying price)

The variables of course will be:
- the candles (1 min, 5 min, 30 min, 1 hour, etc..)
- the limit sell positive differential (value in USD or %)
- the stop limit sell differential (value in USD or %)

FYI I'm doing this on bifinex.

Hi,
CAT doesn't works with candle, sorry  Undecided

you can set price limit for the opening order (PING).
Then you will obtain the behaviour you describe (when a partial/total trade occurs CAT can create a new PONG Order at the % Of gain you set)

And of course you can set a stop loss vale.

Ok, I got it. Maybe there is the possibility to automatize the ping order as described below?

For example, every 40 seconds request the lowest ask price and:
- first remove all the eventual former orders
- second put a buy limit 50 usd lower
- once is filled (even partially) put a limit sell + an eventual stop (OCO)
legendary
Activity: 2632
Merit: 1040
hi sampey,

I trade cryptos from a couple of years, but I am new at this trading bot thing.

I had a look at your user guide, but didn't find material about how to write my algorithm.

I am looking for automate a ping-pong trade like in this example:
- at the beginning of every 30 minutes candle set a limit order 100 USD lower than the opening price of the current 30 minutes candle
- once the buy order is filled (even just partially) put a limit sell at 50 USD over the buying price (+ an eventual a once-cancel-the-other limit stop sell at 100 USD below the buying price)

The variables of course will be:
- the candles (1 min, 5 min, 30 min, 1 hour, etc..)
- the limit sell positive differential (value in USD or %)
- the stop limit sell differential (value in USD or %)

FYI I'm doing this on bifinex.

Hi,
CAT doesn't works with candle, sorry  Undecided

you can set price limit for the opening order (PING).
Then you will obtain the behaviour you describe (when a partial/total trade occurs CAT can create a new PONG Order at the % Of gain you set)

And of course you can set a stop loss vale.
newbie
Activity: 10
Merit: 0
hi sampey,

I trade cryptos from a couple of years, but I am new at this trading bot thing.

I had a look at your user guide, but didn't find material about how to write my algorithm.

I am looking for automate a ping-pong trade like in this example:
- at the beginning of every 30 minutes candle set a limit order 100 USD lower than the opening price of the current 30 minutes candle
- once the buy order is filled (even just partially) put a limit sell at 50 USD over the buying price (+ an eventual a once-cancel-the-other limit stop sell at 100 USD below the buying price)

The variables of course will be:
- the candles (1 min, 5 min, 30 min, 1 hour, etc..)
- the limit sell positive differential (value in USD or %)
- the stop limit sell differential (value in USD or %)

FYI I'm doing this on bifinex.
legendary
Activity: 2632
Merit: 1040
Hi Sampey, for setting up a Kraken excahnge API your first post states "Don't Activate 2FA", after the API is setup can 2FA be re-activated or must 2FA always be off for Kraken?

always be off, when you have 2FA, api call is different from the one written inside CAT  Smiley
member
Activity: 77
Merit: 10
Hi Sampey, for setting up a Kraken excahnge API your first post states "Don't Activate 2FA", after the API is setup can 2FA be re-activated or must 2FA always be off for Kraken?
legendary
Activity: 2632
Merit: 1040
Hello,
Are you planning on adding gemini exchange to the api list?

Actually no plan.
legendary
Activity: 2632
Merit: 1040
I get Zero values:

(`ID`, `Exchange`, `TradeType`, `Market`, `TimeStamp`, `OriginalTradeType`, `OriginalTradePrice`, `OriginalTradeQuantity`, `OriginalTradeFee`, `FinalTradeType`, `FinalTradePrice`, `FinalTradeQuantity`, `FinalTradeFee`, `TotalFee`,Gain` `, `PercentageGain`, `MarketComulativeGain`)
VALUES
(7140, 'TheRock', 'PingPong', 'PPC/BTC', '2017-07-18 21:46:38', 'SELL', 0.00077000, 0.71000000, 0.00000000, 'BUY', 0.00076000, 0.71000000, 0.00000000, 0.00000000, 0.00000000, 1.2990, 0.00000000);


It seems only TheRock is effected!


Sampey, there is a bug!
I use the function Make a Post To URL When a Ping-Pong is Completed, to get the data into a database!
Since 5.0 I noticed that I perfectly here the sound (Reproduce a Sound When a Ping-Pong is Complete   (btw. Completed)
However, the database gets the above Zero values.
This happens at TheRock and at C-CEX.

BTW, could you please make a dummy Post To URL to check what I get? Just with a click post to the URL a dummy record. I can only verify, IF and WHEN I indeed had a gain otherwise!

could you please pm me after Sunday? I will check with you this problem.
Did you get this problem only with TheRock and C-cEX?
legendary
Activity: 1143
Merit: 1000
Hello,
Are you planning on adding gemini exchange to the api list?
hero member
Activity: 785
Merit: 500
BURST got Smart Contracts (AT)
I get Zero values:

(`ID`, `Exchange`, `TradeType`, `Market`, `TimeStamp`, `OriginalTradeType`, `OriginalTradePrice`, `OriginalTradeQuantity`, `OriginalTradeFee`, `FinalTradeType`, `FinalTradePrice`, `FinalTradeQuantity`, `FinalTradeFee`, `TotalFee`,Gain` `, `PercentageGain`, `MarketComulativeGain`)
VALUES
(7140, 'TheRock', 'PingPong', 'PPC/BTC', '2017-07-18 21:46:38', 'SELL', 0.00077000, 0.71000000, 0.00000000, 'BUY', 0.00076000, 0.71000000, 0.00000000, 0.00000000, 0.00000000, 1.2990, 0.00000000);


It seems only TheRock is effected!


Sampey, there is a bug!
I use the function Make a Post To URL When a Ping-Pong is Completed, to get the data into a database!
Since 5.0 I noticed that I perfectly here the sound (Reproduce a Sound When a Ping-Pong is Complete   (btw. Completed)
However, the database gets the above Zero values.
This happens at TheRock and at C-CEX.

BTW, could you please make a dummy Post To URL to check what I get? Just with a click post to the URL a dummy record. I can only verify, IF and WHEN I indeed had a gain otherwise!
hero member
Activity: 643
Merit: 501
Crypto Mentat
In the 5.2 CAT version there will be a function that many of you will love it  Cheesy
Especially people who trade on MANY Markets  Wink Wink Wink

 Shocked I'm thrilled

Hope it will be the one I've been dreaming of  Roll Eyes
legendary
Activity: 2632
Merit: 1040
In the 5.2 CAT version there will be a function that many of you will love it  Cheesy
Especially people who trade on MANY Markets  Wink Wink Wink
hero member
Activity: 643
Merit: 501
Crypto Mentat
Sorry if this is a newb question, how does this compare to GunBoat. I'm looking at getting a license but I'm unsure which one would be a better starting point.

I think GunBot and CAT offer different algos for trading.
CAT is basically a ping-pong bot - sell from the sell/ask side of the order book, buy from the buy/bid side, so it opens position according to order book.
GunBot, at first glance, uses TA indicators, EMA, to determine when and at what level to make trade/open orders, and that seems to be the main difference.

To say more I have to buy the GunBot  Grin

 
member
Activity: 110
Merit: 10
To the Moon!
Sorry if this is a newb question, how does this compare to GunBoat. I'm looking at getting a license but I'm unsure which one would be a better starting point.
newbie
Activity: 2
Merit: 0
Hello, great software works perfectly. Im trying to figure out how the Pong stop loss works. For example im bying a coin for long term ut but i also like to trade it, so i would like to know how to sell all the coins if the market drops to 0045 for example, both the ones i trade and the ones im holding (same currencu ofcource) , i would like to sell everything. If i set the stop loss to "SELL All If Market Price Goes UNDER 0.00045000" will it sell all coins or only the ones i trade atm, if so please advice how to sell all.
Thanks Janne
Pages:
Jump to: