Python Project to Reflect on Crypto Market
Yesterday I was playing for a while with Python, when I thought it could be cool to play with some of the coins out there in the market. I was able to extract the data I needed from Nomics, a coffee and off to a good start. Here is part of the process. Since […]
Understanding Margin Trading and Why is NOT a Good Idea if you’re New
First of all, margin trading means contracting DEBT. Plain and simple, to go straight to the point and the danger of doing this type of trading if you don’t have the necessary experience to play the game. Debt that one takes on for the purpose of investing. And it is a two-edged sword, […]
A Quick Correlation Notebook in Python For Crypto
Playing around with Python could result satisfactory. The other day I was wondering, what is the correlation in the movements of some of the main coins. Here is the process, the step by step, to get to some conclusions in 10 simple lines of code. I needed to import the libraries: Find the paths for […]