Bitcoin Forum
May 25, 2024, 10:58:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Off-topic / Blog - Building Financial analysis tools with Python on: February 25, 2020, 09:40:33 PM
I would like to share my personal blog where I shared a few tools to perform financial analysis. The scripts are build step by step and it may be useful for any of you learning Python.

Below are some of the analysis that I have covered so far:

  • Retrieve financial and economical data
  • Calculate Financial Ratios
  • Study relationships between variables
  • Plotting data
  • Python for Financial Analysis

https://codingandfun.com/category/python-for-finance-data-science/

Any feedback will be welcome.
2  Economy / Service Announcements / Re: New crypto site with news, prices and arbs on: May 25, 2019, 04:21:11 PM
Site is good, if you daily post a new update, that will be best.

Thanks for your comment.
Yes, that is my main idea. I have most of the page automatically pulling out crypto prices, building the charts and also finding crypto arbitrage opportunities.
3  Economy / Service Announcements / Re: New crypto site with news, prices and arbs on: May 25, 2019, 12:40:01 PM
The new on the website is not up to date. That can only confuse people. If you already make news page make sure that content is up to date, and not stale is posted

Thanks for the feedback. I have added a small tag showing when the news were published. So user can know which news are newer and which ones are older.
4  Economy / Service Announcements / Re: New crypto site with news, prices and arbs on: May 24, 2019, 04:55:09 PM

Quick review:

-The overall look is clean
-Smooth interface
-No annoying things

Good job on the first try.

Suggestions:

-Since the site name is cryptonewsandprice, I suggest putting the price overview of the top cryptos (BTC, ETH, etc.) on the header instead so that no need to go on other tabs except for viewing full coins price overview. In that way, visitors will have an insight into the current price the moment they will visit your site.

-Highlight a little your site name. I understand you don't want to mess with the content but a little modification will do.

Just a simple feedback.

It totally makes sense to include the prices on the main page. I will included it with the next release.
Thanks a lot for your feedback.
5  Economy / Service Announcements / New crypto site with news, prices and arbs on: May 24, 2019, 03:54:02 PM
A few months ago I decided as a hobby to learn how to make websites. After a few weeks, I came up with the idea to build a crypto website that I would like to present to all of you.

https://cryptonewsandprices.me/

The page is divided in 4 sections:

  • In the main page, you will be able to find the latest crypto news and prices.
  • In the old crypto news can be found by date and keywords.
  • I also added a crypto arb section where I have a program searching for arb opportunities and making them public for all site visitors.
  • And the last section that I have created is for everyone to add and upvote crypto coins and projects. Similar idea as product hunt.


Hope you like the site. It is totally free and free of ads.

6  Economy / Trading Discussion / Re: Arbitrage on: May 06, 2019, 06:12:26 AM
By looking at different websites like the one below, I can find quite a bit arbritage opportunities in crypto. Some of them around 3 or 4% gain.

The only thing that is preventing me to take profit from them are taxes.
Is any of you doing crypto arbitrage? How do you deal with the taxes when you have multiple transactions every day?

 https://cryptonewsandprices.me/arbs/
7  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Exchange KuCoin and KuCoin shares on: February 06, 2018, 05:44:45 PM
Have you got the Kucoin Bonuses during the last 3 days?

I did not get them. I sent an email to the Kucoin but I did not get any answer...
8  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][ICO]COSS Token Swap ICO is LIVE on: February 04, 2018, 04:14:59 PM
Just a thought, if you buy 10,000 COSS (currently 7K USD) and it has 1B daily volume going through it per day (could easily become the norm for a typical exchange in the future) you'd be earning over 5K per week in revenue share.

It sounds very promising. I bought 1000 COSS and everything worked fast and without problems...
I really hope that once they introduce FIAT into the exchange volumes will increase significantly.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Airdrop] - Electronic Dollar on: January 18, 2018, 08:00:23 PM
Hello!
Ive generated my wallet here - https://edollar.cash/wallet_generator.html
How can I enter my wall now?

You mean access your wallet? You'll need to download the edollar wallet and import your generated wallet using the seed

Sorry, what the command in wallet for importing?

How could I import existing wallet (created on edollar.cash/wallet_generator.html) to the offline wallet dev ? :-?  Huh Huh The offline command wallet always auto create a new one ...
If you are using linux
run the following command
Code:
./edollar-wallet-cli --restore-deterministic-wallet
Then flow the instruction in the terminal

If you are using windows
because window does not allow you to run .exe file directly from cmd, here is what you may do:
- Using notepad or any text editor program to create a file, ex: my_wallet.bat (Note that it should be .bat file, not .txt file)
- past this text to your file: <PATH_TO_YOUR_WALLET> --restore-deterministic-wallet and save file (Replace <PATH_TO_YOUR_WALLET>  to your real path, ex: C:\edollar-win64\edollar-wallet-cli.exe)
- Run the file you've just created and follow construction in cmd


I did it as requested, however a new wallet is being generated as per below. Am I doing something wrong? I entered the Seed that was given to me when I created the wallet a few days ago using wallet generator
I just would like to check the balance of my wallet...

Code:
Edollar 'Mercury' (v0.1.0.0-51bf95f)
Logging to C:\Users\josem\OneDrive\Documentos\mining\edollar-win64\edollar-wallet-cli.log
Specify a new wallet file name for your restored wallet (e.g., MyWallet).
Wallet file name (or Ctrl-C to quit): mywallet
Generating new wallet...
Specify Electrum seed:

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!