gujo82
Member
Offline
Activity: 71
Merit: 10
|
|
June 09, 2014, 05:00:32 PM |
|
One other thing is I'm using the beginner license which has limited functionality. I'm hoping once I upgrade to the simple license that with the dynamic drop-loss and roof safeties I won't ever have to adjust it. Just let it do its thing and watch the profits.
Ahh i see. So the "trade now" part is only really another frontend for trading directly on each exchange? I have only setup 2 bots sofar, with the percentage earning and avoid fee parameters (using advanced license), but sadly experience with cryptsy is what it is.. it wont cancel orders after the timeout is passed The buy/sell now buttons are simply to put in an instant order on the exchange. I have 2 bots setup as well (2 max on beginner). One trades on Bitstamp and then other on BTC-e. Both seem to work well for me so far. Right right Have only tried on btc/altcoins sofar, but perhaps i should give btc/usd a try also. Seems its not possible to use bitfinex currently, server says API is connected but balance still shows 0
|
|
|
|
bigdave
|
|
June 09, 2014, 06:04:20 PM |
|
So I just purchased the upgrade from the beginner to the simple license. However the website under My Account still shows the license key for the beginner license. What do I need to do to get the upgrade to the simple license version?
|
|
|
|
bigdave
|
|
June 10, 2014, 03:26:23 PM |
|
I'm curious what everyone's opinion is... what trade indicators do you like the best?
|
|
|
|
bigdave
|
|
June 10, 2014, 07:49:21 PM |
|
@Stephan, I just created an account on Bitfinex and attempted to setup a trade bot with the API keys before my BTC deposit hit (so I had a 0 BTC & USD balance) and when I tried to save the API keys in the trade bot software it would throw a connection error. However once the deposit hit it accepted it and saved it. Just fyi...
|
|
|
|
bigdave
|
|
June 10, 2014, 08:43:39 PM |
|
I apologize if it seems like I'm spamming but I've run into another issue. My 0.02BTC deposit on Bitfinex has gone through and I have setup the API keys and put them into the trade bot software. When I entered the API keys it said the connection was successful. However when I try to setup a trade bot for Bitfinex it does not read my current BTC balance nor my USD balance. I would expect it to show 0.02BTC and 0.00USD. In the debug messages window it keeps throwing Trade amount cannot be calculated ....
I noticed on Bitfinex site they only require 3 confirmations for BTC deposits however now it has been more than 6 confirmations.
Any ideas?
|
|
|
|
krach
Legendary
Offline
Activity: 1851
Merit: 1020
Get Rekt
|
|
June 10, 2014, 09:25:01 PM |
|
Insert Quote I apologize if it seems like I'm spamming but I've run into another issue. My 0.02BTC deposit on Bitfinex has gone through and I have setup the API keys and put them into the trade bot software. When I entered the API keys it said the connection was successful. However when I try to setup a trade bot for Bitfinex it does not read my current BTC balance nor my USD balance. I would expect it to show 0.02BTC and 0.00USD. In the debug messages window it keeps throwing Trade amount cannot be calculated .... hi, Is there any ammount in the "bought invested side" "sold side" ? if so you may need to manualy set the bot coin position to -bought or sold- in order to get it to start. If you have 0 $ in your account but the bot is trying to buy with $ then you might get that message I think. -krach
|
|
|
|
bigdave
|
|
June 10, 2014, 09:28:50 PM |
|
Insert Quote I apologize if it seems like I'm spamming but I've run into another issue. My 0.02BTC deposit on Bitfinex has gone through and I have setup the API keys and put them into the trade bot software. When I entered the API keys it said the connection was successful. However when I try to setup a trade bot for Bitfinex it does not read my current BTC balance nor my USD balance. I would expect it to show 0.02BTC and 0.00USD. In the debug messages window it keeps throwing Trade amount cannot be calculated .... hi, Is there any ammount in the "bought invested side" "sold side" ? if so you may need to manualy set the bot coin position to -bought or sold- in order to get it to start. If you have 0 $ in your account but the bot is trying to buy with $ then you might get that message I think. -krach It is showing 0 on the bought and sold side. However the website shows I have a BTC balance of 0.02BTC. I have tried changing the coin position to both bought and sold and that did not cause it to update.
|
|
|
|
bigdave
|
|
June 11, 2014, 01:52:00 AM Last edit: June 11, 2014, 02:57:31 AM by bigdave |
|
I've also noticed that if I go into the haasbot web interface and configure the API keys for Bitfinex that once I submit the query it shows as connected on that page. However if I go to Server Information it only shows Bitstamp and BTC-e as connected APIs. Here is the log output with debug turned on when I enter my Bitfinex API keys: 2014-10-06 10:03:31.322 |ERROR| /v1/balances is an authenticated query, so we need the API keys. 2014-10-06 10:03:31.322 |DEBUG| Bitfinex.BitfinexException: /v1/balances is an authenticated query, so we need the API keys. at Bitfinex.BitfinexAPI.a(String A_0, Dictionary`2 A_1) at Bitfinex.BitfinexAPI.b[a](String A_0, Dictionary`2 A_1) at Bitfinex.BitfinexAPI.b() at Bitfinex.BitfinexAPI.h.Invoke(Object& A_0, Arguments A_1, Object A_2) at PostSharp.Aspects.Internals.MethodInterceptionArgsImpl`1.Proceed() at APIHelper.CacheAttribute.OnInvoke(MethodInterceptionArgs args) at Bitfinex.BitfinexAPI.GetWalletInfo() at Bitfinex.BitfinexAPI.a() at Bitfinex.BitfinexAPI.i.Invoke(Object& A_0, Arguments A_1, Object A_2) at PostSharp.Aspects.Internals.MethodInterceptionArgsImpl`1.Proceed() at APIHelper.CacheAttribute.OnInvoke(MethodInterceptionArgs args) at Bitfinex.BitfinexAPI.IsConnected() at HaasonlineTradeServer.Trading.ExchangePlatforms.ExchangePlatformBitfinex.IsConnected() 2014-10-06 10:03:32.663 |ERROR| /v1/balances is an authenticated query, so we need the API keys. 2014-10-06 10:03:32.663 |DEBUG| Bitfinex.BitfinexException: /v1/balances is an authenticated query, so we need the API keys. at Bitfinex.BitfinexAPI.a(String A_0, Dictionary`2 A_1) at Bitfinex.BitfinexAPI.b[a](String A_0, Dictionary`2 A_1) at Bitfinex.BitfinexAPI.b() at Bitfinex.BitfinexAPI.h.Invoke(Object& A_0, Arguments A_1, Object A_2) at PostSharp.Aspects.Internals.MethodInterceptionArgsImpl`1.Proceed() at APIHelper.CacheAttribute.OnInvoke(MethodInterceptionArgs args) at Bitfinex.BitfinexAPI.GetWalletInfo() at Bitfinex.BitfinexAPI.a() at Bitfinex.BitfinexAPI.i.Invoke(Object& A_0, Arguments A_1, Object A_2) at PostSharp.Aspects.Internals.MethodInterceptionArgsImpl`1.Proceed() at APIHelper.CacheAttribute.OnInvoke(MethodInterceptionArgs args) at Bitfinex.BitfinexAPI.IsConnected() at HaasonlineTradeServer.Trading.ExchangePlatforms.ExchangePlatformBitfinex.IsConnected() 2014-10-06 10:04:02.757 |ERROR| /v1/balances is an authenticated query, so we need the API keys. 2014-10-06 10:04:02.757 |DEBUG| Bitfinex.BitfinexException: /v1/balances is an authenticated query, so we need the API keys. at Bitfinex.BitfinexAPI.a(String A_0, Dictionary`2 A_1) at Bitfinex.BitfinexAPI.b[a](String A_0, Dictionary`2 A_1) at Bitfinex.BitfinexAPI.b() at Bitfinex.BitfinexAPI.h.Invoke(Object& A_0, Arguments A_1, Object A_2) at PostSharp.Aspects.Internals.MethodInterceptionArgsImpl`1.Proceed() at APIHelper.CacheAttribute.OnInvoke(MethodInterceptionArgs args) at Bitfinex.BitfinexAPI.GetWalletInfo() at Bitfinex.BitfinexAPI.a() at Bitfinex.BitfinexAPI.i.Invoke(Object& A_0, Arguments A_1, Object A_2) at PostSharp.Aspects.Internals.MethodInterceptionArgsImpl`1.Proceed() at APIHelper.CacheAttribute.OnInvoke(MethodInterceptionArgs args) at Bitfinex.BitfinexAPI.IsConnected() at HaasonlineTradeServer.Trading.ExchangePlatforms.ExchangePlatformBitfinex.IsConnected()
More debug info from the log viewer: 2014-10-06 10:51:52.940 |BOT_INFO| Checking trade-bot: Bitfinex 2014-10-06 10:51:52.940 |BOT_INFO| Bot: Bitfinex Message: Checking at price 663.1 2014-10-06 10:51:52.940 |BOT_INFO| Bot: Bitfinex Message: Trade-amount can not be calculated. (the max amount is unknown or the percentages are 0 or higher then 100) 2014-10-06 10:51:52.940 |BOT_INFO| Bot: Bitfinex Message: Trade-amount can not be calculated. (the max amount is unknown or the percentages are 0 or higher then 100) 2014-10-06 10:51:52.940 |BOT_INFO| Bot: Bitfinex Message: Trade-amount can not be calculated. (the max amount is unknown or the percentages are 0 or higher then 100) 2014-10-06 10:51:52.940 |BOT_INFO| Bot: Bitfinex Message: Trade-amount can not be calculated. (the max amount is unknown or the percentages are 0 or higher then 100) 2014-10-06 10:51:52.955 |BOT_INFO| Bot: Bitfinex Message: Dynamic drop-loss check at price: 663.10666667 > 596.79600000 (Dynamic adjusted drop-loss safety (Adjustment: 90.0 %, Update timer: 10) (Bitfinex BtcUsd)) 2014-10-06 10:51:52.955 |BOT_INFO| Bot: Bitfinex Message: Dynamic roof-in check at price: 663.10666667 < 928.34933334 (Dynamic adjusted roof-in safety (Adjustment: 140.0 %, Update timer: 10) (Bitfinex BtcUsd)) 2014-10-06 10:51:52.955 |BOT_INFO| Bot: Bitfinex Message: Calculated PPO: 0.0 (PPO Indicator (Trend type: EMA, Short 12, Long 26, Signal 9 MA Cross-over) (Bitfinex BtcUsd 10min)) 2014-10-06 10:51:52.971 |BOT_INFO| Bot: Bitfinex Message: The trade amount is invalid.
Also noticed this when I closed down the software and restarted it: 2014-10-06 10:56:19.478 |TRACKER_INFO| Recieved 0 ticks from cache server for Bitfinex @ BtcUsd. 2014-10-06 10:56:19.587 |TRACKER_INFO| Recieved 0 ticks from cache server for Bitfinex @ LtcBtc. 2014-10-06 10:56:19.712 |TRACKER_INFO| Recieved 0 ticks from cache server for Bitfinex @ LtcUsd.
|
|
|
|
bigdave
|
|
June 11, 2014, 03:16:46 AM |
|
Ok... I figured out my problem. I had to move my bitcoins from my trading wallet to my exchange wallet. Now the balances are showing up correctly. I'm such an idiot...
|
|
|
|
krach
Legendary
Offline
Activity: 1851
Merit: 1020
Get Rekt
|
|
June 11, 2014, 05:19:55 AM |
|
ah ok, got it. Yea bitfinex is a bit more complcated than most exchanges.
|
|
|
|
bigdave
|
|
June 11, 2014, 04:13:46 PM |
|
Quick question, with the bot settings does a limit order or market order truly reflect the currect market price? Is it better to use market order to truly get the high/lowest market price at the time of order?
|
|
|
|
krach
Legendary
Offline
Activity: 1851
Merit: 1020
Get Rekt
|
|
June 11, 2014, 05:27:26 PM |
|
Advantage of the limt order: exact price Disadvange of the limit order: might be slow to fill
Advantage of the market order: fast Disadvantage of the market order: might be at a higher or lower price than expected
imho: stick to limit orders first, when you have mastered that then try out market orders with small ammounts.
|
|
|
|
trubar
Newbie
Offline
Activity: 37
Merit: 0
|
|
June 13, 2014, 11:41:36 AM Last edit: June 13, 2014, 12:51:12 PM by trubar |
|
BitStamp problems:
- I have open order on BitStamp. I set on bot amount "All-in" and in sum is included open order amount too. How do I correct this? Solved: Used % value. Is this only solution for BitStamp? - BitStamp trading does not work. Api is connected, but in debug log there is no data of prices. Backtradig gives me horizontal line... no trading. What should I do? Solved: created new api with only essential permissions
|
|
|
|
JohnD
|
|
June 13, 2014, 04:54:24 PM |
|
Does anybody here successfully use Haasbot with Kraken? Or Cex.io ? Both do not work for me.
I cannot connect to CEX Api and i do not get prices/charts from Kraken.
|
|
|
|
mc
Newbie
Offline
Activity: 4
Merit: 0
|
|
June 13, 2014, 05:26:17 PM |
|
I cannot connect to CEX Api and i do not get prices/charts from Kraken. [/quote]
i'm having the same issue with Kraken. Version 0.9.9.9 changelog states that Kraken is supported in beta stage...
I can connect to CEX, and it works fine for a few hours to 1 or 2 days. Then, CEX tracking stops while other APIs continue to work fine. I have to restart HTS to get CEX to work again...
|
|
|
|
joshraban76
|
|
June 13, 2014, 08:12:17 PM |
|
There is something I can't understand, where the risk is ?
If I programed the bot to buy btc with lowest sell price and sell for highest buy, then where is the risk ?
|
|
|
|
bigdave
|
|
June 13, 2014, 09:34:03 PM |
|
There is something I can't understand, where the risk is ?
If I programed the bot to buy btc with lowest sell price and sell for highest buy, then where is the risk ?
We can't predict what the market is going to do. That is the risk.
|
|
|
|
joshraban76
|
|
June 13, 2014, 09:38:50 PM |
|
There is something I can't understand, where the risk is ?
If I programed the bot to buy btc with lowest sell price and sell for highest buy, then where is the risk ?
We can't predict what the market is going to do. That is the risk. Could you elaborate more please.
|
|
|
|
bigdave
|
|
June 13, 2014, 09:39:51 PM |
|
There is something I can't understand, where the risk is ?
If I programed the bot to buy btc with lowest sell price and sell for highest buy, then where is the risk ?
We can't predict what the market is going to do. That is the risk. Could you elaborate more please. The market price of bitcoin fluctuates.
|
|
|
|
joshraban76
|
|
June 13, 2014, 09:47:11 PM |
|
I know, then where is risk if I've given the bot for a time of 24 hours for example to buy low sell high ?
I can't get, really sorry.
|
|
|
|
|