Bitcoin Forum
May 24, 2024, 05:38:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 ... 314 »
21  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 on: May 14, 2020, 05:20:48 PM
The api https://www.binance.com/exchange/public/product seems to work again.
could you please verify?
22  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 on: May 13, 2020, 11:18:35 PM
i Wrote about that : Binance delete an api endpoint.
now i need to check how to fix it.
I will probably look into it during weekend.

So it's not the API that got changed?  It's just an endpoint right?  But CAT Bot won't work until that change?

no, it's not an api endpoint rename or data structure change format (that would be an easy fix)

it's an entire endpoint :

https://www.binance.com/exchange/public/product

and it seems i need to combine at least 2 other endpoint to obtain the same values i need.
So it's a fix where i need to
- read the current documentaiton
- write a new code for 2 Api method and merge them

23  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 on: May 13, 2020, 06:47:32 PM
i Wrote about that : Binance delete an api endpoint.
now i need to check how to fix it.
I will probably look into it during weekend.
24  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 on: May 12, 2020, 12:47:28 PM
it seems they remove this api

https://www.binance.com/exchange/public/product

Now i need to understand if there's another endpoint with the same output, or i need to use a combination of more api.
I will check as soon as possible.
25  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 on: May 12, 2020, 11:50:10 AM
No i mean the exchange you're trying to use.
26  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 on: May 12, 2020, 11:04:02 AM
where are you getting this error?

"Please upgrade the app version"

this message is returned by the Exchange Api system.....
27  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 on: May 10, 2020, 12:42:18 PM

on Bittrex CAT goes into stuck state with all EUR pairs because of not so much precision allowed





do you know the new EUR precision rate?
28  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 on: May 06, 2020, 05:16:47 PM
Ok, i will put in my todo list.
Not sure i'll be able to fix it faster.
29  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 🌟 on: May 03, 2020, 12:47:29 AM

Hi Sampey,
Super Algo Configurator can't get one of User Algorithms in Parameter Template, so it doesn't work completely.
Fix it please
Thanks!

explain me exactly what the problem is.
maybe a screenshot could help.
30  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 on: April 26, 2020, 04:35:23 PM
Hi Sampey, can the bot do margin and futures trading in Binance?

No, only normal trading.
31  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 on: April 26, 2020, 12:20:25 PM
Quote
Can we find Y within CAT or can you suggest best way to approach this ? Are we crunching intraday numbers or is there a website that can help with this?

C.A.T. doesn't have the value to calculate such field.
You must use site with crypto statistics like price graph.

Quote
Is this the right approach or should we be using static price limits to always buy and sell at Y

Static limit is a fixed value, it doesn't have a relation with the Static Ping/Pong price
If you use a static ping, you will always buy/sell at X, and you don't need a price limit.
Price limit are to give rules to dynamic ping-pong.

Quote
Did you have a use case for using the Prince limits for Last, High 24, Low 24 Average last 24?

you can use last price as a reference to follow a up/down market price trend. this is based on the most recent market price.
Same for the other values, but you're considering an higher time frame of 24H.
32  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 🌟 on: April 25, 2020, 03:44:14 PM
Quote
That's a shame, is there a CAT 2 in progress or a new cyrpto related

No new project in crypto world, Crypto world and C.A.T. absorbed all my energy/free time from 2013 to 2018.
Now it's time for me to look elsewhere in my private life.


Quote
If this is the case, could you please help me with existing rules that will stop CAT from buying in a downward market once a stop loss order has been applied and order completed.
If I use: dynamic ping buy order to make minimum 1% profit but if market drops under 2000 the stop loss will be applied and then CAT will never buy under 2000. This is to exit the market and never re-enter until the market goes back over 2000.

you can use the price limit rule : "Never buy Under your last Pong Sell Price"
and you can add a static rule "Never buy Under X" (Where X is a static value that you consider a limit you would never go under)


Quote
Rules
Price Limit:
PONG SELL - NEVER SELL UNDER LAST PING BUY PRICE + 1 %
PING BUY - NEVER BUY UNDER 2000

Stop Loss
SELL ALL IF MARKET PRICE GOES UNDER 2000

this could be ok, all rules are applied. So you can set more rules.


Quote
How does the Price Limit and Stop Loss rules work together?

Stop loss Win over Price Limit
33  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 on: April 24, 2020, 10:05:42 AM
@ewibit, as i explain you in private

- My signature was lost many months ago, probably year. An error during html editing, lost the original html code. Didn't want to rewrite from scratch.
- My signature address, is not a payment address and i never change it since 2014
- The second address is an old payment addess and the total value you wrote was totally broken, because the explorer you use consider the change address as new input.

In other words, i haven't change anything.
I'm not hiding or something, i'm always here.
Just i stopped wrote new CAT features, i started this project in 2013, many things changes since then, in my personale life, in crypto world.
Actually i'm not able to follow new improvements, but CAT is a working program and support/bugfix is active as usual.
And i'm here everyday.
34  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 🌟 on: April 24, 2020, 09:01:26 AM
As i already wrote

Actually i'm in "maintenance mode"
i'm not planning new release/new features.
Just support and fixes when needed.

So actually no, i'm not working on CAT new features.
But support/bugfix is active as usual.
35  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 on: April 17, 2020, 05:53:28 PM
copy / paste the console log, after active the PRINT API Option.
36  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 on: April 01, 2020, 06:10:36 PM
Hi

OKCoin.com API
OKCoin.cn API
Stex API

are no more supported by CAT software.





this is the current list of supported Exchanges



37  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 🌟 on: February 16, 2020, 01:17:59 PM
About option Super Algo Configurator: can not load from Parameter Template to Super Algo Configurator, so can not apply Parameter Template from User Algorithms to all markets
Show me please

you should be able to do that.
super algo configuration should show you all the current algorithms from any single market.

I can not load User Algorithms to Super Algo Configurator. Show me please

Press tool -> super algo configuration
Then press button parameter template, choose the parameter, then choose the action from the dropdown list. You should see a "DONE" label appear.
38  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 🌟 on: February 15, 2020, 01:39:45 PM
About option Super Algo Configurator: can not load from Parameter Template to Super Algo Configurator, so can not apply Parameter Template from User Algorithms to all markets
Show me please

you should be able to do that.
super algo configuration should show you all the current algorithms from any single market.

Did you check up on the dust settings pulling over?  And what could cause my "Do not buy over 'x' amount", to not work?

Thanks and hope all is well!

About dust :
do you mean dust rules or the dust value of a single order?

About limit : what option is not working? It seems you're talking about a PRICE Limit not a QTY Limit.
QTY limit are from the Pool, from the Buy/Sell Pool tab.

39  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 🌟 on: February 08, 2020, 06:24:42 PM
About option Super Algo Configurator: can not load from Parameter Template to Super Algo Configurator, so can not apply Parameter Template from User Algorithms to all markets
Show me please

you should be able to do that.
super algo configuration should show you all the current algorithms from any single market.
40  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 5.2 🌟 on: February 06, 2020, 04:59:45 PM
Actually i'm in "maintenance mode"
i'm not planning new release/new features.
Just support and fixes when needed.
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 ... 314 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!