Search content
Sort by

Showing 20 of 111 results by ironstove
Post
Topic
Board Bitcoin Discussion
Re: What is big problem in using of bitcoin
by
ironstove
on 16/08/2016, 10:53:24 UTC
Biggest problem in using bitcoin is in price instability, this is factor that is stopping many companies and big investors to use bitcoin.if price become stable then more players will join bitcoin.
Post
Topic
Board Services
Re: please help me
by
ironstove
on 01/03/2016, 12:02:56 UTC
I need some advice if you know about coinbase
I have 2 transaction need to be confirm.i am waiting for 2days but there is still 0 confirmation.
What should I do now?pls help
I use coinbase
can you post id of these 2 transaction
did you sent them with enough fees
Post
Topic
Board Speculation
Re: Mt.Gox Rally! Testing Withdrawals Proof
by
ironstove
on 23/02/2014, 07:47:24 UTC
Funny, he disappeared.
Post
Topic
Board Speculation
Re: Where is the largest bid-wall in the entire crypto market right now?
by
ironstove
on 26/01/2014, 03:03:03 UTC
probably yes. 0% fees.
Post
Topic
Board Speculation
Re: Anyone trading bitcoins profitably here?
by
ironstove
on 13/01/2014, 08:31:43 UTC
I generally do well during high volatility, however I've gotten pounded on bad currency pair calls i.e. thinking a certain alt coin will rise in value to increase my BTC holdings only to see it does the opposite.

Don't get greedy and be patient. That's my only advice and I do well when I stick to it.
Post
Topic
Board Speculation
Re: I'm cashing out my bitcoins. Anyone else feeling a drop coming soon?
by
ironstove
on 29/12/2013, 08:19:58 UTC
If anyone else feels the same way as you would it even make a difference? And what's your justification for believing the price is going to fall?

Just based on the past behavior of previous crashes or something different?
Post
Topic
Board Speculation
Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion
by
ironstove
on 20/12/2013, 16:51:52 UTC
buy high sell low has provided very consistent returns.
Post
Topic
Board Speculation
Topic OP
Are we back in a bull market?
by
ironstove
on 20/12/2013, 05:31:26 UTC
Despite the bad news from China, it seems that this rally has broken beyond the point of considering it a dead cat bounce. The next few days will tell the tale.

My belief is that the announcements made by China will be followed up soon with enforced regulations causing further panic.

At this point, my balance is mostly fiat so I'm obviously biased in favor of believing that another dip is coming in the near future however I would like to hear other people's thoughts on this as well and where you believe the source of this rally is coming from you don't believe it to be temporary. The good news from the US outweighing the bad in China? People who panic sold buying back in?
Post
Topic
Board Speculation
Re: Fear will replace greed (Single digit Bitcoins in 2014).
by
ironstove
on 19/12/2013, 13:02:48 UTC
Bitcoin won't fail, and it won't hit single digits... Doubt double is even possible. There is way too much support and adoption for the technology already and it's only scaling higher. Keep dreaming about your cheap coins which will never come.

I'm calling this bottom @ high to mid 300s. If it strikes that price within the next 2-3 weeks, that's the hot time to buy. Anything lower than 300 is just too much of a steal. I think that 420 might be the ATL that we see, which means most everyone missed their buying opportunity. I am still holding fiat as I am going to take the risk of finding a better opportunity elsewhere.

In other news:

Post
Topic
Board Speculation
Re: $500 - how did you know?
by
ironstove
on 18/12/2013, 13:41:16 UTC
Patterns.
Post
Topic
Board Speculation
Re: Buy signal
by
ironstove
on 24/11/2013, 12:16:49 UTC
Can you go die in a fire or something
Post
Topic
Board Speculation
Topic OP
What are the most popular exchanges in China?
by
ironstove
on 22/11/2013, 19:00:01 UTC
 Huh
Post
Topic
Board Speculation
Re: How many bitcoin parabolic rise and bubble crash have you been through? 1, 2, 3?
by
ironstove
on 21/11/2013, 08:17:58 UTC
I've been following BTC since April 2010.
Post
Topic
Board Speculation
Re: If you invest in bitcoin, do you invest in alternative cryptocurrencies as well?
by
ironstove
on 21/11/2013, 08:14:54 UTC
I disagree with your train of thought. LTC, NMC, and PPC all sustain very original ideas that separate them from each other along with a solid dev team. NMC is probably the most original and might end up being one of the most successful. It's understandably skeptical to believe that .bit domains will become dominant in the near future over alternative domains, but nobody can really predict the future of technology. If the tech and access to such domains were to improve, perhaps a consumer base would be interested in having access to internet and marketplaces outside of the regulation of governments.

I do trade regularly between many of the alt coins on BTC-e mainly because I study all of the charts out of boredom anyway and if I see a strong indicator on a certain crypto, I see no reason not to throw some funds in to test out my theories.
Post
Topic
Board Speculation
Re: Poll: At what stage of bubbling/correcting/crashing are we at now?
by
ironstove
on 21/11/2013, 07:59:37 UTC
Bull trap? Correction?
Post
Topic
Board Trading Discussion
Re: Automated Trading Contest (Prize 2 BTC)
by
ironstove
on 11/09/2013, 03:44:41 UTC
Is the default trading fee that you're backtesting with the .6% of mtgox? Or are you using 0% commission fee?
Post
Topic
Board Trading Discussion
Re: BTC/LTC/USD no-fee exchange!
by
ironstove
on 11/09/2013, 03:42:04 UTC
Exchange that charges no fees and has no means of making money in their business model outside of 'donations' sounds like either a scam or destined to collapse and take all of the funds locked inside of the server with it (still a scam).
Post
Topic
Board Service Announcements
Re: CryptoTrader.org - First Web-based Algorithmic Trading Platform for Bitcoin
by
ironstove
on 10/09/2013, 03:00:29 UTC
Hi I'm having some problems with implementing certain functions on ta-lib

When I try to apply RSI(14), the RSI value does not correspond to my RSI(14) data that I am cross checking with bitcoincharts.

Same goes with the SMA, however I am having a separate problem with that as well, I am trying to calculate SMA(200) and I get 'undefined' as the returned value, however when I run SMA(100) and below, the value calculates fine, somewhere between 100 and 200, the function cannot handle calculating that many periods, I'm not sure if it is an issue with ta-lib or the cryptotrader back-end.

For now, I have found a workaround by recursively calculating the SMA, but the RSI(14) value I'm not sure how to fix, maybe I am inputting the parameters incorrectly?

I looked through the API but I could not find anything explaining in greater depth the relationship that the parameters have with the calculation, do you think maybe we could start a github project in order to create documentation and API guide?

Here is my code for RSI(14)

Code:
    value = talib.RSI
      startIdx: 0
      endIdx: instrument.close.length-1
      inReal: instrument.close
      optInTimePeriod: 14
    context.RSI = _.last(value)

Not entirely sure what role the parameters play, like what would happen if I changed startIdx, endIdx (I have tried changing around the values and can't understand how it impacts calculations)? I'm not sure what inReal is/does either. Sorry, but I am strictly from an engineering background so not too familiar with terminology.
Post
Topic
Board Service Announcements
Re: CryptoTrader.org - First Web-based Algorithmic Trading Platform for Bitcoin
by
ironstove
on 08/09/2013, 00:25:02 UTC
Having trouble getting the RSI to calculate:

The following code:
Code:
   value = talib.RSI
    startIdx: 0
    endIdx: instrument.close.length-1
    inReal: instrument.close
    optInTimePeriod: 14
    result = _.last(value)
    
    debug result

debug value returns null like so:

Quote
2013-09-07 15:00 null
2013-09-07 15:15 null
2013-09-07 15:30 null
2013-09-07 15:45 null
2013-09-07 16:00 null

Any idea what's going on? Thanks.

EDIT:

Nevermind, looks like the double space matters quite a bit hahaha. Got it to work.
Post
Topic
Board Economics
Topic OP
Size of the BTC market?
by
ironstove
on 01/09/2013, 04:47:29 UTC
What do you all believe is the current market size of the BTC market?

10 Billion? 100 Billion?