Bitcoin Forum
October 03, 2025, 09:42:30 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Project Development / cannot creat a runnable jar file in eclipse from open source Exchange API on: March 14, 2018, 07:19:20 PM
Hi,
I imported the open source exchange api (for bitcoins)  into eclipse (version oxygen)

It imported about 20 projects,  I was able to run the project examples ok.  I then try to create a jar file so I could run it outside of eclipse.  I got the following error "Could not find main method from given lunch configuration"

For the lunch configuration i have cTest,
public class cStart2 {
   public static void main(String[] args) {
      
       System.out.println("hello");
                                       
   
   }
}
The configuration does have main, how can i fix this?
2  Economy / Trading Discussion / Trying to calculate rsi on: January 05, 2017, 02:19:04 PM
Hi
I'm trying to calculate the rsi on historical bitcoin data and chart it out
I wrote the code myself, I have the issue what do I do if the averg loss is zero so I have

rs=averg gain/0, whith is infinty?Huh
3  Economy / Service Discussion / Re: On bitcoin.com daily chart, what is the open and close times? on: October 08, 2015, 08:30:00 PM
The url is
http://bitcoincharts.com/charts/bitstampUSD#rg60ztgSzm1g10zm2g25zv
4  Economy / Service Discussion / On bitcoin.com daily chart, what is the open and close times? on: October 06, 2015, 09:20:48 PM
Hi,
I'm trying to figure out what is the open and close times for bitcoin.come chart when the time frame os set to day. Any help in this would be GREAT.
5  Alternate cryptocurrencies / Service Discussion (Altcoins) / Trying to figure out time period for volumn in bitrex api on: March 11, 2015, 04:41:24 PM
Hi,
On bitrex web service getmarketsummary it has volume and BaseVolume. I'm assuming voluime is the market and BaseVolume is traslted to btc.  I dont know on what the time period used to cal the volume.  I
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!