Bitcoin Forum
May 08, 2024, 06:42:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 C.A.T. Cryptocurrency Automatic Trader (100+ Feedbacks) BITTREX is Active! on: August 21, 2014, 04:42:54 PM
Someone of you knows Mintpal Admins? and could contact them to ask about APIV2 Relase?

I tried but the reply is:

[quote
Hello,

Sorry, recent events have delayed this. I am sure once Moolah take over, they will ensure this is one of the first things that is completed and access will be provided after that.

Regards,
Jay
​MintPal
[/quote]
2  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 C.A.T. Cryptocurrency Automatic Trader (100+ Feedbacks) BITTREX is Active! on: August 11, 2014, 11:55:20 AM
It seems like Cryptsy API down for more than 4 hours already, did anyone meet the same problem?
3  Bitcoin / Project Development / Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic] on: June 23, 2014, 03:36:12 AM
Yea, the cryptsy API has been crapsy for a while.



I don't know much about API's and coding, but since my wallet is properly displayed I would say the problem with an exact 0.00002% difference is within the program.


I guess it due to a float precision problem, the Author may use <single> variable instead of <double> variable in the Bot.
4  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: [Cryptsy/BTCe/Poloniex Bot] The C.A.T. is Ready to JUMP! on: June 12, 2014, 08:41:54 AM
What about Bter.com?
It seems like it has API port, although I don’t know whether it is good enough to support C.A.T
https://bter.com/myaccount/apikeys
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11][X13] X11/Darkcoin Gpu Miner 40% faster - X13 miner also available now on: June 04, 2014, 06:40:36 PM
HD68XX 5XXX not work,all hw.
please help,Thanks

Yes, that might be why i thought it to be broken in the first place: my windows machine is has a 6350. Looks like the hamsi implementation by sph is not compatible with those boards. Is there a lot of people using those boards around? Is it worth it to try to port another hamsi implementation just for those boards?

I have three 5970 and one 6990, all have the same HW error problem.
I was using your donation version for 2 weeks already on my others rigs.
So I really wish you could develop a version to solve the problem.

(btw, one of my friends met the same problem on his three 7850 cards, I don’t know why, although it is ok on my 7850 cards)
6  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 C.A.T. Cryptocurrency Automatic Trader1.7 (100+ Feedbacks) POLONIEX ADDED! on: June 03, 2014, 10:14:30 PM
This post Sampey...

https://bitcointalk.org/index.php?topic=507103.msg7051797#msg7051797

And I thought you read all my posts with great interest  Cheesy Only joking

The idea is to switch C.A.T. between Ping Buys/Pong Sells whilst the market is on an upward trend and then change to Ping Sells/Pong Buys on a downward trend. The switch could be manual using a button or some automated way as discussed.

Switching from rising to falling mode involves cancelling the Pong Sells (likely caught too high, since market is now falling), and using the coin balance to start new Ping Sell/Pong Buys which will work with good gains as the price falls.

Similarly, switching back to rising mode involves cancelling the Pong Buys (likely caught too low, since market is now rising), and using the BTC balance to start new Ping Buy/Pong Sells which works better as the price rises.

Before do something like that i think i need to write some MACD calculator inside C.A.T.

You know that a function like that is VERY VERY VERY RIsky? We are on Cryptocurrency Market, some "classic" market rules doesn't work in this world  Wink

I am so glad to hear that you are considering to add EMA (MACD)

So here is one thing I like to share with you, the beauty of EMA (MACD) was elaborated by Goomboo in his thread:
   https://bitcointalk.org/index.php?topic=60501.0

it is not a magic indictor, but simple is its beauty, just like your C.A.T bot.
7  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 C.A.T. Cryptocurrency Automatic Trader 1.6 New Version 23/05 on: June 03, 2014, 02:06:21 PM
People should pay you for the trick you revealed 

First I agree with you strategy.

But, actually I was pondering about the same idea for a long time already, the thing bother me is: if we could predict the tendency of marketing correctly, we can just manually buy and hold, or sell it and wait. Then why we need C.A.T?

But I suppose your idea, and I will suggest integrate an EMA (MACD) indicator to automatically detect the direction of market for us.

I am secretly on Sampeys payroll  Cheesy Cheesy

You are totally right about simply buying a lot of coins, holding, and then selling high, BUT your exposure to the market is much higher. That is one of the advantages of C.A.T. - the fact that instead of risking a large bet on a market rising, you bet much smaller amounts, and hope to make many smaller margin trades as it rises. If the market crashes, well you have only lost your small bet. Plus, if the market is fairly stable and not really going anywhere (ideal conditions for C.A.T.!), you can still make plenty of trades on the buy/sell margins.

I will suggest Sampeys double your secret payroll for the insight you shared.  Smiley

And I am still thinking about your suggestion to has a button to ‘flip ping/pong direction’.

I have an idea here, instead of manually do it, what about has a checkbox option:
   <flip ping/pong direction after pong is stuck for X hours>
And if it is too hard to write a coding to flip ping/pong, another easier way to do it is a checkbox option:
   <remove gain protection in pong price recalculation after X hours (pong created time)>

I believe both option can release our trouble to canceled those stuck orders time to time.
Thanks.
8  Bitcoin / Project Development / Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic] on: June 02, 2014, 04:10:28 PM
@Stephan224,

Is it possible to let Haasbot directly read Cryptsy price from its exchange webpage instead of API port?
I mean, to catch the price after string "Market Trade History (Last 200)…" on page https://www.cryptsy.com/markets/view/***
Because the price in webpage is real-time info without delay, and it can be read without login.

If the webpage reading speed is an obstacle to do that, then what about let all client bots randomly read one of the 200 coin exchange pages in every one minute ,and then upload the info into server (just like a distributed computation), and then let server pass back combined all 200 coins price info to every bot.

It is just an idea, for you reference.
9  Bitcoin / Project Development / Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic] on: June 01, 2014, 08:30:16 PM
"|ERROR|   Trading is blocked because this software is outdated, please get your update at www.haasonline.com."


Please...don’t set this kind of logic in the bot, it may cause lose because my bot is unable to sell a dumping coin.
10  Economy / Securities / Re: [AUTOTRADE]BTC hedge fund by BtcAutoTrader(The first automated BTC hedge fund) on: May 31, 2014, 05:00:55 PM
So it is a scam already?
Do we still have any chance to get our money back?
11  Bitcoin / Project Development / Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic] on: May 31, 2014, 04:39:21 PM
My bot sometimes seems to stop tracking data from Cryptsy. The prices it was trying to use were hours old. Also what happens when the bots order gets burried by other orders. Does it cancel the order and reevaluate or does it just sit there hoping the price returns.

it just sit at there...and hoping...
currently, this is the most frustrated problem I have on this application.
the only solution I can have now, is go to the Cryptsy webpage and cancel them manually...

Damn. Also have you had any issues with trade amounts. I am always getting issues and the bot gets stuck. I tried all three settings and i get an invalid trade amount all the time. I also for somereason get "Reading fee percentage has failed, falling back to 10%.". This might be the cause as adding a 10% fee would throw off everything, when the real fee is like .15%.

Same for me. it happen on me occasionally also, and the disappear by itself.
Now I use percentage of amount,  100% for bought side and 10% for sold side, it seem ok now in the past a few days.
12  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 C.A.T. Cryptocurrency Automatic Trader 1.6 New Version 23/05 on: May 31, 2014, 04:35:24 PM

What about has an option to <sleep trader X minutes after a successful pong> ?
I guess it can slightly alleviate the risk to stuck on the peak of spike also.

You could do this, but who knows how long to wait before a market has finished its dump and is ready to pump again ? Better to wait until a low price limit is met I think.

Heres another thought....

I think most people should have realised that Ping Buy/Pong Sell only works well on a rising (pumped) market, and Ping Sell/Pong Buy only works well on a falling (dumped) market.

To get the most gains, you can run Ping Buys whilst its rising, and then when the market starts a dump cycle (and you have some too high Pong Sells), cancel these orders, take a small loss on the difference, and then use the coin balance to start Ping Sell orders which should make good gains on the downward trend.

Then again, when the market looks like it has fallen its most and will start a pump again, similarly cancel your (too low Pong Buys), take a small loss, and restart these orders as Ping Buys, making the most gains again on the pump.

If you judge the market flips correctly, the losses should be zero or minimal. If you wait too long for the price trend to reverse, they will be more.


If people agree that this is a good method of making the most out of market cycles, I'd like to suggest the following :

  • Have a button in CAT which works out and displays any loss to flip the market, and also tells you which way CAT is working i.e. Rising/Falling
  • Pressing the button does the steps above and also adds the losses to the gain sheet, toggling between Rising/Falling
  • Next step might even be to automate this with options like Set Market to Rising when a (low) price is met & Set Market to Falling when a (high) price is met.

Comments pls !  Smiley

People should pay you for the trick you revealed 

First I agree with you strategy.

But, actually I was pondering about the same idea for a long time already, the thing bother me is: if we could predict the tendency of marketing correctly, we can just manually buy and hold, or sell it and wait. Then why we need C.A.T?

But I suppose your idea, and I will suggest integrate an EMA (MACD) indicator to automatically detect the direction of market for us.
13  Bitcoin / Project Development / Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic] on: May 29, 2014, 05:59:32 PM
My bot sometimes seems to stop tracking data from Cryptsy. The prices it was trying to use were hours old. Also what happens when the bots order gets burried by other orders. Does it cancel the order and reevaluate or does it just sit there hoping the price returns.

it just sit at there...and hoping...
currently, this is the most frustrated problem I have on this application.
the only solution I can have now, is go to the Cryptsy webpage and cancel them manually...
14  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 C.A.T. Cryptocurrency Automatic Trader 1.6 New Version 23/05 on: May 29, 2014, 01:59:08 PM
working on C.A.T. 1.7, you will receive in the next days (surely in the weekend).
Not big changes, but some important fixes.

when Mintpal api will be released to all users, i will send you a PM  Wink

Good news.
Just some more suggestions, though I know you spend a lot of time on fixes  Wink

  • Would be nice to have Never PING Buy Over / Never PING Sell Under
    Reason : If you're trading coins with very close limits, Never Buy Over will sometimes block stop your Pong Buys and similarly Never Sell Under will sometimes block your Pong Sells. Really you never need to block Pong buy/sells as they will always only work within your min. gains. You only really need to price limit PINGs as this is your set starting point.

  • Halt Ping Buying once market hits a (high) price / Resume Ping Buying once market hits a (low) price
    Reason : Most markets are cyclical. Live traders often follow these cycles with pump/dump trades. If we leave CAT running at the start of a pump (with a never buy over limit set), it will run fine and make some good trades, then stop when it hits the limit. Problem is when the market starts to dump, CAT will start rebuying once the price limit is crossed again and you will usually have a stuck trade at the top of the cycle as the market continues to fall. What we really want to do is predict the upper & lower price points of cycles and have CAT only work on the pump, then wait for the dump to finish, then restart buying from a much lower price.

  • Halt Ping Selling once market hits a (low) price / Resume Ping Selling once market hits a (high) price
    Reason : same as above but for Ping sells.

  • Any chance we could have one colour per action type in the general log to make it more readable ? I still get totally lost looking for items sometime.
    e.g.
    Yellow - Check My Active Trades
    Orange - Trade recalculation
    Green - Make a new trade
    Red - A trade has occured
    etc...
    And also the buy / sell pool balances displayed on each cycle before actions ? Currently we just get a 'balance left in pool'

Thats all ideas I can think of for now !!



What about has an option to <sleep trader X minutes after a successful pong> ?
I guess it can slightly alleviate the risk to stuck on the peak of spike also.
15  Bitcoin / Project Development / Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic] on: May 27, 2014, 09:30:47 AM
@Stephan224,

I found a bug which is quite misleading.

If I set a 10 minutes time interval on an indicator, it will only show signal color (Green/Red) on 1st, 11th and 21th minute.
At the other minutes, it just shows a white color and even not be counted in  <In-depth details: Indicator signal>
This setting is really misleading, it take me hours to do the troubleshooting to understand what is wrong on it.

Could we just let the indicator keep its signal position in every tick (1 mins) even it has a longer time interval (>=2 mins)?

Thanks
16  Bitcoin / Project Development / Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic] on: May 20, 2014, 06:24:27 AM
@Stephan224;

Is it possible to make 'CancelOrderAfterXmin’ Insurance work in Cryptsy?

It is very inconvenient that I have to keep manually cancel unfulfilled orders in Cryptsy all the time.
I saw another Bot can cancel orders in Cryptsy, so maybe Cryptsy still has some ways to support order cancellation?

How can you cancel unfulfilled orders manyally from Crapsy? My 'cancel order' button says that "order cancelling not supported for Cryptsy".

What would be a good trading strategy to not to get orders stuck all the time?

I have modified my strategies at Crypsy to not care about the inability to cancel.

ex. Using EarningsOnProcentagetrade,  it doesn't matter if it doesn't fill because you are going to buy/sell at once price anyway. Down side is that it might sit for a bit and then have to be manually fixed / poked at. In good volume ( DRK right now ), it works well. For a general devaluing set the down % higher than up. Reverse that for a coin gaining value.

Hope that helps. Smiley

Many thanks! I got an enlightenment from your answer.

One more question, what about the strong trending market? Do we have any better strategy to catch it and avoid order be stuck?  (Like DRK, VTC and NXT in the past week)
17  Bitcoin / Project Development / Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic] on: May 20, 2014, 05:38:11 AM
@Stephan224;

Is it possible to make 'CancelOrderAfterXmin’ Insurance work in Cryptsy?

It is very inconvenient that I have to keep manually cancel unfulfilled orders in Cryptsy all the time.
I saw another Bot can cancel orders in Cryptsy, so maybe Cryptsy still has some ways to support order cancellation?

How can you cancel unfulfilled orders manyally from Crapsy? My 'cancel order' button says that "order cancelling not supported for Cryptsy".

What would be a good trading strategy to not to get orders stuck all the time?

I canceled them from Cryptsy website interface itself.

My orders were also keeping be stuck.
18  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】 C.A.T. Cryptocurrency Automatic Trader 1.5 BETA New Version 17/05 BTCe!! on: May 19, 2014, 06:05:20 PM
@Sampey,

Is it possible to let the bot automatically sync the order when I restart C.A.T?

I still haven’t move to the new version just because I have many opened orders in the market, it is too tedious to recreate them one by one.
So, is it possible to have a function let C.A.T sync the orders between it and Cryptsy, if any order on the Cryptsy but not in C.A.T, just put buy order in ping side and sell order in pong side?

Thanks.
19  Bitcoin / Project Development / Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic] on: May 19, 2014, 05:24:03 PM
@Stephan224;

Is it possible to make 'CancelOrderAfterXmin’ Insurance work in Cryptsy?

It is very inconvenient that I have to keep manually cancel unfulfilled orders in Cryptsy all the time.
I saw another Bot can cancel orders in Cryptsy, so maybe Cryptsy still has some ways to support order cancellation?

Many thanks.
20  Bitcoin / Project Development / Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic] on: May 15, 2014, 12:31:41 PM
the other thing make the situation worst is it seems like Haasbot not use the last price as limit order price, it tend to use a price slightly low/high than last price. This kind of strategy can generate more profit in a flat market, but just a disaster in a trend market…order never get chance to be executed

I wonder why there were hanging so many unfulfilled trades on Cryptsy, so I start to experimenting with my own (very basic java) bot and found out something strange and very annoying.
There are 3 ways how to connect to Cryptsy API. One is only for pushing realtime trading data (and probably not used by Haasbot), second is for various market and trading data, its public and don´t require API keys (and probably not used by Haasbot either, because without API keys You can´t even read prices with Haas) and third is for ordinary API access to get all possible data and to be able to trade and it requires API keys. This is most probably the one Haasbot use and suddenly worst of them - no matter how often You call API commands, last trade price is cached on server and updates once in about 15 minutes, furthermore inacurrate to actual price. Other data like open orders and recent trades are updated correctly, just this last price is somehow screwed.. Seems to me like some filthy Cryptsy game and I am curious how Haasbot is getting last price.

Wonderful experiment, I wish I could have same kind of coding skill like you.

I observed same symptom on the <Account Value (Estimate)> on cryptsy. It always delay for around 15 minutes also.

I think that if Hassbot could add a ‘multiplier’ setting on limit order that can alleviate this problem.
We could set the ‘multiplier’ like this way:
1.)   If we want to make a safe buy/sell in trend marketing strategy, we can set (BUY: 1.01*last price;  SELL: 0.99*last price)
2.)   If we want to make a more profit buy/sell in oscillatory marketing strategy, we can set (BUY: 0.99*last price;  SELL: 1.01*last price)
3.)   If we just want make a marketing order, we can set (BUY: 1.10*last price;  SELL: 0.90*last price)

In a short word, allow us to set a ‘multiplier’ value for limit order.

I don’t know whether it is possible to have such additional setting on Haasbot, it will solve my big problem if it could have.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!