1611531978
Hey guys, I hope you will enjoy my video :). Love.
#python #trading #bitcoin #crypto #ethereum #data-science
1672986240
A curated list of awesome Ethereum Ressources. Inspired by awesome-go.
Please take a quick gander at the contribution guidelines first. Thanks to all contributors; you rock!
If you see a link or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!
Basic {#basic}
Bitcoin 2.0? a world computer? a smart contracts platform?
If you feel like going to the source
Remembering a time where the price of Ether was 2000 ETH per BTC
The Ethereum Foundation’s mission is to promote and support research, development and education to bring decentralized protocols and tools to the world that empower developers to produce next generation decentralized applications (DAPPs), and together build a more globally accessible, more free and more trustworthy Internet.
Clients {#clients}
Implementations of the Ethereum protocol.
The Ethereum network {#network}
Need information about a block, a current difficulty, the network hashrate?
Ether {#ether}
Ether is the name of the currency used within Ethereum
SPOILER: There are about 77 million ethers in existence and every new block (an average of 15 seconds) creates 5 new ether.
Where you can trade ethers - Remember: if you don't control the private you don't really control the ethers
Free Ether? don't have big expectation :)
Wallets {#wallets}
To store your ethers
Mining {#mining}
let's make the network work! and earn some ethers!
Fell alone? join a pool
Smart Contract languages {#smart-contracts-languages}
Solidity, the JavaScript-like language
Serpent, the Python-like language
LLL, the Lisp-like languagee
DAPP {#dapp}
Others awesome things & concepts {#others}
an upcoming P2P messaging protocol that will be integrated into the EtherBrowser.
Ethereum compatible JavaScript API which implements the Generic JSON RPC spec.
Gas is the fundamental network cost unit and is paid for exclusively in ether.
Projects using Ethereum {#projects}
Companies {#companies}
Community {#community}
Stay up to date! {#up-to-date}
Contributing
Your contributions are always welcome! Please take a look at the contribution guidelines first.
I would keep some pull requests open if I'm not sure whether the content are awesome, you could vote for them by leaving a comment that contains +1
.
To be added
Author: lampGit
Source code: https://github.com/lampGit/awesome-ethereum
1623607200
📺 The video in this post was made by Jayson Casper
The origin of the article: https://www.youtube.com/watch?v=SlFEwzrPKSk
🔺 DISCLAIMER: The article is for information sharing. The content of this video is solely the opinions of the speaker who is not a licensed financial advisor or registered investment advisor. Not investment advice or legal advice.
Cryptocurrency trading is VERY risky. Make sure you understand these risks and that you are responsible for what you do with your money
🔥 If you’re a beginner. I believe the article below will be useful to you ☞ What You Should Know Before Investing in Cryptocurrency - For Beginner
⭐ ⭐ ⭐The project is of interest to the community. Join to Get free ‘GEEK coin’ (GEEKCASH coin)!
☞ **-----CLICK HERE-----**⭐ ⭐ ⭐
(There is no limit to the amount of credit you can earn through referrals)
Thanks for visiting and watching! Please don’t forget to leave a like, comment and share!
#bitcoin #blockchain #bitcoin trading #bitcoin trading strategy #simple bitcoin trading strategy #simple bitcoin trading strategy | how to find the best trades
1624316400
NOTE TO SELF: Today is NOT Sunday. In this video, we analyze what is going to happen in the Bitcoin & Ethereum markets between now and July 2021. While there could be an equilibrium coming for BTC, crypto hodlers must stand strong. I repeat: DO NOT SELL YOUR BITCOIN OR ETHEREUM.
When it comes to Bitcoin and Ethereum trading, we are seeing a reversal in volume. We are being bombarded with negative crypto news, and when it’s positive, it’s cautiously optimistic at best. Stay tuned for my latest BTC and ETH predictions.
📺 The video in this post was made by BitBoy Crypto
The origin of the article: https://www.youtube.com/watch?v=o35sJTP_-gE
🔺 DISCLAIMER: The article is for information sharing. The content of this video is solely the opinions of the speaker who is not a licensed financial advisor or registered investment advisor. Not investment advice or legal advice.
Cryptocurrency trading is VERY risky. Make sure you understand these risks and that you are responsible for what you do with your money
🔥 If you’re a beginner. I believe the article below will be useful to you ☞ What You Should Know Before Investing in Cryptocurrency - For Beginner
⭐ ⭐ ⭐The project is of interest to the community. Join to Get free ‘GEEK coin’ (GEEKCASH coin)!
☞ **-----CLICK HERE-----**⭐ ⭐ ⭐
Thanks for visiting and watching! Please don’t forget to leave a like, comment and share!
#bitcoin #blockchain #ethereum #bitcoin & ethereum most shocking analysis #bitcoin & ethereum most shocking analysis (truth revealed in july 2021) #bitcoin & ethereum
1611531978
Hey guys, I hope you will enjoy my video :). Love.
#python #trading #bitcoin #crypto #ethereum #data-science
1623683340
Since the market crashed in March of 2020 the rebound has been swift and irrational.
Boeing, for example, is in many ways worse off than it was in March.
It’s clear air travel has plummeted and that airlines will be impacted for
years. Where will airlines get the money to purchase planes?
An example of one headline in April: “Boeing customers cancel staggering 150 Max plane orders”.
One thing I’ve noticed is that since the end of March you can
basically just buy every dip and expect a pop, selling the next day. I
mentioned this to a friend on Friday and decided to backtest it.
Well, sure enough it works!
I’ll mention I made one modification. Originally I wrote the system like so:
1. Check if Boeing is down more than 3% 15 minutes from close
2. If yes, buy with 100% of portfolio
3. The next day, 15 minutes from open liquidate the portfolio.
This worked OK. Great actually! It returned about 25%. But want to know what really kicked it up a notch?
Instead of just selling the next day, I only sell if the position is
sitting at a realized gain. So e.g. if the next day its flat or drops
another 1%, don’t sell it, just keep holding on until its up and THEN
sell. Of course, this is completely insane and you would have to expect
the market to only go up, but that’s what has been happening.
Guess what? This simple system returned a whopping 65% in two-ish months. Yeah, I know, crazy.
Check out the backtest screenshot:
And here are the raw trading logs for those that want to see the dates the trades were made:
Before we look at the code, I’ll just mention here are the details of the backtest:
start with 100k in cash
start at April first and go until last Friday (June 19th 2020)
end up with about 165k or a 65% return.
I wrote this little script on Quant Connect. The screenshot at the
top of the page is the backtest result, and the code below is everything you need to try this out.
Note the place I mentioned in the code you should comment if you want this to be a little bit less insane.
#algorithmic-trading #trading #python #algorithms #trading-algorithms