Bitcoin Forum
April 16, 2024, 05:26:13 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 [204] 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 ... 273 »
  Print  
Author Topic: 【BOT】 🌟 C.A.T. Cryptocurrency Automatic Trader 🌟 (New Price List 04/2021)  (Read 530995 times)
stoner19
Hero Member
*****
Offline Offline

Activity: 752
Merit: 500



View Profile
October 03, 2017, 03:27:04 PM
 #4061

I think I found a pretty significant bug with cryptopia. I tried to place some sell orders on a market and stopped both ping and pong buys, yet dynamic buy orders continued to show up. I told CAT to stop all processes and cancel all orders, then logged out of cryptopia, but left other exchanges up and running. Come in this morning and there are still a TON of buy orders being placed through CAT even though I'm logged out of cryptopia in the bot.

Hi, are you sure you stopped algorithms?
if yes, could you please send me a log of a market you stopped but that continues working?

Thanks

Yes, I made sure I went the dropdown for market actions and selected the Stop All option. I did this under the exchange Global option too to make sure it was stopped. PM sent with logs.
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713288373
Hero Member
*
Offline Offline

Posts: 1713288373

View Profile Personal Message (Offline)

Ignore
1713288373
Reply with quote  #2

1713288373
Report to moderator
stoner19
Hero Member
*****
Offline Offline

Activity: 752
Merit: 500



View Profile
October 04, 2017, 08:09:15 PM
 #4062

hey Sampey, just checking in. I'd like to use my CAT again, but with the issue I'm afraid to open it again.
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
October 04, 2017, 08:11:57 PM
 #4063

hey Sampey, just checking in. I'd like to use my CAT again, but with the issue I'm afraid to open it again.

Well to be honest i think something really strange happens. Today i started looking at the logs, but i need more time.
Did you use 5.1 Version right? Did you use the Advanced Order creator panel right?
stoner19
Hero Member
*****
Offline Offline

Activity: 752
Merit: 500



View Profile
October 04, 2017, 08:19:47 PM
 #4064

hey Sampey, just checking in. I'd like to use my CAT again, but with the issue I'm afraid to open it again.

Well to be honest i think something really strange happens. Today i started looking at the logs, but i need more time.
Did you use 5.1 Version right? Did you use the Advanced Order creator panel right?

Whatever the latest version is, as I just recently purchased it from you. So it must be 5.1. And yes, I used the Advanced Order panel to create sell orders initially.
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
October 04, 2017, 08:40:36 PM
 #4065

hey Sampey, just checking in. I'd like to use my CAT again, but with the issue I'm afraid to open it again.

Well to be honest i think something really strange happens. Today i started looking at the logs, but i need more time.
Did you use 5.1 Version right? Did you use the Advanced Order creator panel right?

Whatever the latest version is, as I just recently purchased it from you. So it must be 5.1. And yes, I used the Advanced Order panel to create sell orders initially.

I'm still not sure there's an error, i must study that part.
It seems you added a lot of order creation request from that panel.
I need to recreate the precise workflow of event that occurs.
You can use CAT without problems, just don't use that panel for now.
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
October 04, 2017, 09:09:58 PM
 #4066

Hi,
i'm coding 5.2 but i'm a little bit slow during these days  Undecided

About your suggestions : we are talking about dynamic price limits, i need to write a lot of code before be able to do that.
About  arb : tons of code  Grin

i have a lot of little tasks to complete before implements this kind of options.
i also need to consider HOW Many customers request me some feature.....
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
October 04, 2017, 09:37:25 PM
 #4067

About your suggestions : we are talking about dynamic price limits, i need to write a lot of code before be able to do that.

Think of this:

1.- When creating a new PING order, read the 24HMax and the 24HMin and calculate the median price Mpn = (24HMax + 24HMin) / 2 and store that value.

2.- Repeat the process at the next PING order creation -> Mpn+1

3. Calculate the % variation of the median price since last PING.  Var% = (Mpn+1 - Mpn) / Mpn.

4.- Use that variation Var% to adjust the price limit upwards or downwards.

Not that difficult. A couple of hours.  Wink

Of course you could make it just an option.

I will probably add a new price limit in 5.2 "Never Buy/SEll Under/Over the median price of the last 24 hours".
That is not complex do implement.
coinbeamer
Member
**
Offline Offline

Activity: 107
Merit: 11

live long and prosper


View Profile
October 06, 2017, 02:14:03 PM
 #4068

Cat seems to be very intersting to me, veeeery intersting!

So far i was "just" a miner, but i want to start with this topic :-)

Any Tips for a beginner, is there a "how to" or something like that?
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
October 06, 2017, 02:22:25 PM
 #4069

Cat seems to be very intersting to me, veeeery intersting!

So far i was "just" a miner, but i want to start with this topic :-)

Any Tips for a beginner, is there a "how to" or something like that?


Hi,
you can find a guide here : https://bitcointalk.org/index.php?topic=507103.msg5590896#msg5590896
A tips & tricks here : https://bitcointalk.org/index.php?topic=507103.msg5590902#msg5590902

And for any other question you can pm me  Wink
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
October 08, 2017, 03:18:01 PM
 #4070

Don't forger that Actually there's 50% Discount Offer.
So you must consider HALF of any price you can read in the CAT OP


Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
October 09, 2017, 02:52:48 PM
 #4071

in the next CAT version there will be WEX, Ex BTCe Exchange

https://wex.nz/news/1

tommereith
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
October 09, 2017, 04:56:00 PM
 #4072

What parameter is used for the "All" in Buy All stop loss? Is it the amount of paired currency I have in the exchange or only what CAT has been ping-ponging with?

Does a triggered Pong Stop Loss prevent new ping creation? Example. SELL ALL if Market Price goes OVER .1. Would it start PING buying again if the price goes under .1 or do I manually have to start a new PING Buy?
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
October 09, 2017, 04:59:42 PM
 #4073

What parameter is used for the "All" in Buy All stop loss? Is it the amount of paired currency I have in the exchange or only what CAT has been ping-ponging with?

Does a triggered Pong Stop Loss prevent new ping creation? Example. SELL ALL if Market Price goes OVER .1. Would it start PING buying again if the price goes under .1 or do I manually have to start a new PING Buy?

The ALL Word is the Order Amount that triggers the stop loss.

Ex:

You set SELL ALL IF % With Reference price is < -5% (so you accept a 5% Loss but no more)

If you have a PONG SELL 10@X and Market values goes to Y Value that is a 6% Loss (Current Market Price VS Reference price) So the SELL ALL IS Triggered :

PONG SELL 10@X will be recreated at SELL 10@Y (where Y is the current market price that trigger the stop loss)

Stop loss doesn't prevent new ping creation.
tommereith
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
October 09, 2017, 05:33:57 PM
 #4074

Ok. But what about BUY ALL? Is the ALL all of my BTC in the exchange if that's the paired currency?
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
October 09, 2017, 05:34:39 PM
 #4075

Ok. But what about BUY ALL? Is the ALL all of my BTC in the exchange if that's the paired currency?

BUY All works for BUY PONG ORDERS.
SELL All WOrks for SELL PONG ORDERS.
ok-aurus
Member
**
Offline Offline

Activity: 120
Merit: 10


View Profile
October 09, 2017, 07:03:42 PM
 #4076

Hello how much daily profit can we expect with this bot ?
that_one_guy
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 09, 2017, 10:17:52 PM
 #4077

I have been having trouble with Livecoin since the beginning of the month. It always errors out when checking the orderbook. Does this happen to anyone else?
ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
October 09, 2017, 10:32:22 PM
 #4078

in the next CAT version there will be WEX, Ex BTCe Exchange

https://wex.nz/news/1


free for all that have paid for

btc-e
cryptsy
TheRockTrading
Vaultoro
upcoming ex - Bter*

like here:
https://bitcointalk.org/index.php?topic=1467939.msg20520058#msg20520058


*all no more available/no more working

Huh


 Smiley
Sampey (OP)
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
October 09, 2017, 10:58:22 PM
 #4079

in the next CAT version there will be WEX, Ex BTCe Exchange

https://wex.nz/news/1


free for all that have paid for

btc-e
cryptsy
TheRockTrading
Vaultoro
upcoming ex - Bter*

like here:
https://bitcointalk.org/index.php?topic=1467939.msg20520058#msg20520058


*all no more available/no more working

Huh


 Smiley



I need to decide.
According to my rules it won't be free.
But probably i will offer a good price, not full price.

Just to be more clear : it wasn't an "address switch", i need to retest all the system and any API Call to verify that nothing has changed.
I was free to drop support for BTCe/Wex but i decided to continue support it. Test a system takes time.
I want to be more clear about that fact :  i'm responsible about my product, not about exchanges that closes/scam people.

ok-aurus
Member
**
Offline Offline

Activity: 120
Merit: 10


View Profile
October 10, 2017, 07:11:47 AM
 #4080

Hello how much daily profit can we expect with this bot ?

Please reply  me, i need a number,dont tell me " it depend ...." 
Pages: « 1 ... 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 [204] 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 ... 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!