Skip to content

Commit 9de8a2e

Browse files
committed
add blog
1 parent f27fef4 commit 9de8a2e

22 files changed

+296
-277
lines changed

_config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repository : "learn-crypto-trading/learn-crypto-trading.github.io"
2626
github : [metadata]
2727
teaser : #"/assets/img/information-discovery.jpg"
2828
logo : "/assets/icons/lct.png"
29-
masthead_title : "101, FA, TA, Patterns, Quant and More"
29+
masthead_title : "TA, FA, 101, Patterns, Quant and More!"
3030
# breadcrumbs : false # true, false (default)
3131
words_per_minute : 200
3232
comments:
@@ -242,7 +242,7 @@ sass:
242242

243243
# Outputting
244244
permalink: /:categories/:title/
245-
paginate: 5 # amount of posts to show
245+
paginate: 9 # amount of posts to show
246246
paginate_path: /page:num/
247247
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
248248

@@ -319,16 +319,17 @@ defaults:
319319
# _posts
320320
- scope:
321321
path: ""
322-
type: pages
322+
type: posts
323323
values:
324324
layout: single
325325
author_profile: true
326-
read_time: false
326+
read_time: true
327327
comments: # true
328328
share: true
329329
related: true
330330
sidebar:
331-
nav: "infonav"
331+
title: "⧉LCT⧉"
332+
nav: "lctnav"
332333
toc: true
333334
toc_label : "Contents"
334335
toc_icon : "link"

_data/navigation.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
# main links
22
main:
3-
- title: "Bitcoin Historical Index"
3+
- title: "Bitcoin-History"
44
url: "https://sourcecrypto.pub/bitcoin-history"
55
- title: "Source⧉Crypto"
66
url: "https://sourcecrypto.pub"
77
- title: "Transcripts"
88
url: "https://sourcecrypto.pub/transcripts"
9-
- title: "DIDecentralized"
9+
- title: "DIDecentral"
1010
url: "https://decentralized-id.com"
1111
- title: "webwork.tools"
1212
url: "https://web-work.tools/"
1313
- title: "Github Pages Starter Pack"
1414
url: "https://web-work.tools/gh-pages-starter-pack/"
15-
- title: "Minimal Mistakes Quickstart Guide"
16-
url: "https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/"
1715
- title: "Info⧉Hub"
1816
url: "https://infominer.id/"
1917

2018

2119

22-
infonav:
20+
lctnav:
2321
- title: "/learn-crypto-trading"
2422
url: https://learncryptotrading.co
2523
children:

_pages/404.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ toc: false
1111
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="https://learncryptotrading.co/sitemap/">Check the Sitemap.</a> to try finding it again.</p>
1212

1313
<p><ul>
14-
<li><a href="https://infominer.id">https://infominer.id</a></li>
15-
<li><a href="https://infominer.id/web-work/">https://infominer.id/web-work/</a></li>
16-
<li><a href="https://infominer.id/indieweb/">https://infominer.id/indieweb/</a></li>
17-
<li><a href="https://infominer.id/DIDecentralized/">https://infominer.id/DIDecentralized/</a></li>
18-
<li><a href="https://sourcecrypto.pub/bitcoin-history/">https://sourcecrypto.pub/bitcoin-history/</a></li>
19-
<li><a href="https://sourcecrypto.pub/">https://sourcecrypto.pub/</a></li>
20-
<li><a href="https://infominer.id/transcripts/">https://infominer.id/transcripts/</a></li>
21-
<li><a href="https://learncryptotrading.co/">https://learncryptotrading.co/</a></li>
14+
<li><a href="https://infominer.id">Infominer.id</a></li>
15+
<li><a href="https://web-work.tools/">Web-work.tools</a></li>
16+
<li><a href="https://web-work.tools/indieweb/">Web-work.tools/indieweb</a></li>
17+
<li><a href="https://decentralized-id.com/">Decentralized-id.com</a></li>
18+
<li><a href="https://sourcecrypto.pub/">Sourcecrypto.pub</a></li>
19+
<li><a href="https://sourcecrypto.pub/bitcoin-history/">Sourcecrypto.pub/bitcoin-history</a></li>
20+
<li><a href="https://sourcecrypto.pub/transcripts/">Sourcecrypto.pub/transcripts</a></li>
21+
<li><a href="https://learncryptotrading.co/">Learncryptotrading.co</a></li>
2222
</ul></p>

_pages/fundamentals/icos.md

Lines changed: 0 additions & 104 deletions
This file was deleted.

_pages/index.md renamed to _posts/2019-01-09-general.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
---
2-
layout : home
3-
title : "/learn-crypto-trading"
2+
layout : single
3+
title : "General Resources - Was the Home Page"
44
description : "A collection of resources for learning to trade cryptocurrencies."
5+
excerpt : "A collection of resources for learning to trade cryptocurrencies. 100s of links for podcasts, twitter accounts, and informative tweets, videos, indicators, divergance and more."
56
header:
67
caption: "[Peter Dronen](https://vimeo.com/274392826) - [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)"
78
image: "https://learncryptotrading.co/assets/img/buy-vs-sell.png"
9+
teaser: "https://learncryptotrading.co/assets/img/buy-vs-sell.png"
810
og_image: "https://learncryptotrading.co/assets/img/lct-banner.png"
9-
permalink: /
1011
toc_sticky: false
12+
tags: [risk-managment, news, rsi, divergance, wychov, indicators, fibonacci, economics, resources]
13+
categories: [general]
14+
permalink: general/
15+
canonical_url: 'https://learncryptotrading.co/general/'
16+
last_modified_at: 2019-06-16T11:22:33-23:00
17+
1118
---
1219

1320
{% capture notice-text %}
@@ -68,6 +75,8 @@ I began serious study of Technical Analysis with books that have come recommende
6875
</div>
6976

7077

78+
79+
7180
## TOC
7281

7382
* [Starter Pack](#starter-pack)

_pages/quant.md renamed to _posts/2019-01-24-quant.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,31 @@
22
layout: single
33
title: Quantitative-Crypto Trading and Data Science
44
description: Guides, Articles, API, Literature, Libraries, Podcasts and other Resources to learn Algorithmic Trading.
5-
image: "https://i.imgur.com/xOeOCnx.png"
6-
permalink: /quant/
5+
excerpt: Guides, Articles, API, Literature, Libraries, Podcasts and other Resources to learn Algorithmic Trading.
6+
7+
header:
8+
caption: "[Peter Dronen](https://commons.wikimedia.org/wiki/File:Algorithmic_Trading._Percentage_of_Market_Volume.png) - [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)"
9+
image: /assets/img/Algorithmic_Quant_Trading_Market_Volume.png
10+
teaser: /assets/img/Algorithmic_Quant_Trading_Market_Volume.png
11+
toc_sticky: false
12+
tags: [quantatative, algorithmic, literature, api, exchanges, libraries, resources]
13+
categories: [quant]
14+
permalink: quant/
15+
canonical_url: 'https://learncryptotrading.co/quant/'
16+
last_modified_at: 2019-06-18T11:22:33-23:00
17+
718
---
819

920
## Contents
1021

1122
* [Guides-Articles](#guides-articles)
12-
* [CryptoQF](#cryptoqf)
1323
* [Exchanges-API](#exchanges-api)
1424
* [Books](#books)
1525
* [Academic Literature](#academic-literature)
1626
* [Software Libraries](#software-libraries)
1727
* [Videos](#videos)
1828
* [Podcasts](#podcasts)
1929
* [Resources](#resources)
20-
* [**Home**](/README.md) - Back to the main directory.
2130

2231
## Guides-Articles
2332

@@ -104,13 +113,6 @@ permalink: /quant/
104113
* [Forex trading with functional programming](http://lambda-the-ultimate.org/node/2852)
105114
>I'm looking for information about how to program a forex trading system with functional programming (I use scheme). Any idea or link you could give me?
106115
107-
## CryptoQF
108-
109-
If you're on Crypto Twitter, you've probably seen Crypto Quantamental ([@CryptoQF](https://twitter.com/cryptoqf))and his [Coin Selection Model](https://twitter.com/CryptoQF/status/1042265797584797696) [[**D**](https://docs.google.com/spreadsheets/d/1gj15bVnukLGR14PrZ09us7ScRrhM8yg71_CalKX7gbU/edit?usp=sharing)]
110-
> "Important Disclaimer: This model is not designed to determine whether the crypto market will rise or fall. It is not designed to select coins that will have the most positive returns or identify coins with negative returns. It is designed to identify the coins that have the greatest chances of outperforming and the coins with the greatest chances of underperforming. Outperforming and underperforming is relative to the crypto universe. Therefore if the average crypto coin is up 1000% the dark green coins, in aggregate, would be attempting to beat that. If the average coin is down 50%, the dark green coins will be trying to beat that. This is not financial advice. This is merely my personal model, and I am sharing how I utilize it."
111-
112-
I made a [folder dedicated to his content](/CryptoQF), because I'm interested to learn what he has to say. It is an index of his content, including videos and blogs, in an attempt to present it in an organized fashion.
113-
114116
## Exchanges-API
115117

116118
* [nomics.com](https://nomics.com/) - 100% of Nomics Was Created With Our Free Crypto API. Free Instant Access

_pages/fundamentals/evaluation.md renamed to _posts/2019-01-25-evaluation.md

Lines changed: 55 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,39 @@
11
---
2+
layout: single
23
title: Cryptocurrency Evaluation and Why ICO's Fail
3-
permalink: fundamentals/ico-evaluation/
44
redirect_from: fundamentals/ico-evaluation
5+
permalink: fundamentals/ico-evaluation/
6+
categories: ["fundamentals"]
7+
tags: [ico, evaluation]
8+
last_modified_at: 2019-06-18T11:22:33-23:00
9+
header:
10+
caption: "[taxrebate.org.uk](https://www.flickr.com/photos/59937401@N07/5857913848)"
11+
image: /assets/img/scales-money-vs-dice-evaluation.jpg
12+
teaser: /assets/img/scales-money-vs-dice-evaluation.jpg
513
---
614

15+
* [coindesk.com/ico-tracker](https://www.coindesk.com/ico-tracker/)
16+
* [icodata.io/stats/2018](https://www.icodata.io/stats/2018)
17+
* [icodata.io/stats/2018](https://www.icodata.io/stats/2019)
18+
* [Top ICO Scams by Country](https://www.coininsider.com/ico-scams-top-countries/)
19+
* [tokendata.io](https://www.tokendata.io/)
20+
* [concourseq.io](https://concourseq.io/)
21+
* [Vitalik buterin releases revolutionary new daico model for icos](https://themerkle.com/vitalik-buterin-releases-revolutionary-new-daico-model-for-icos/)
22+
* [papers.ssrn.com/sol3/papers.cfm?abstract_id=3198694](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3198694)
23+
* [Proof of Use - Civil believes this ICO model lets it sell anyone tokens legally](https://www.coindesk.com/proof-of-use-civil-believes-this-ico-model-lets-it-sell-anyone-tokens-legally/)
24+
* [NASAA Updates Coordinated Crypto Crackdown](http://www.nasaa.org/45901/nasaa-updates-coordinated-crypto-crackdown/)
25+
* [news.bitcoin.com/46-last-years-icos-failed-already](https://news.bitcoin.com/46-last-years-icos-failed-already/)
26+
27+
28+
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">1/ There is a big misconception that ICO companies have liquidated most of their ETH holdings. In today’s issue of Diar, we looked at all the publicly available ICO treasuries and analyzed the numbers. <a href="https://t.co/EryLsW9Ouj">https://t.co/EryLsW9Ouj</a> <a href="https://t.co/j2DYajcwzQ">pic.twitter.com/j2DYajcwzQ</a></p>&mdash; Larry Cermak (@lawmaster) <a href="https://twitter.com/lawmaster/status/1039224845807116288?ref_src=twsrc%5Etfw">September 10, 2018</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
29+
30+
* [What is the Ideal ICO?](https://medium.com/iconominet/ico-2-0-what-is-the-ideal-ico-ee9d285a8939)
31+
32+
33+
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">1/ Plenty of coins &amp; ICOs are now down -90%. Hopefully the people who&#39;ll never be receptive the following commentary have left crypto twitter by now, but they&#39;ll surely be back for the next bull run. Making this thread to use as a reminder for when the idiocy returns 👇 <a href="https://t.co/VlsVHNmkaI">pic.twitter.com/VlsVHNmkaI</a></p>&mdash; Eric Wall (@ercwl) <a href="https://twitter.com/ercwl/status/1033816350958014469?ref_src=twsrc%5Etfw">August 26, 2018</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
34+
35+
## How to Evaluate ICOs
36+
737
* [The Best Fundamental Indicator - New Inflows](https://www.tokendaily.co/blog/the-best-fundamental-indicator-new-inflows)
838
>A third, growing narrative (what I and others are terming the fat monies thesis) has been centered around positioning of Bitcoin (and other crypto-assets) as pure financial commodities. Positioned as a macro trade (possible crisis alpha in the event of a currency crisis), I believe this narrative resonates best with macro traders and institutions as the market is too speculative to evaluate in a bottom-up way and likely relatively overvalued given the lack of utility in most protocols. While the properties of an eventual SoV winner are hotly debated, this thinking frames my favorite fundamental indicator: where are new capital inflows coming from and what narrative (read: meme) are they latching on to?
939
* [Invest in the ugly duckling — decentralization, product/market fit, and the law](https://medium.com/@jbackus/invest-in-the-ugly-duckling-decentralization-product-market-fit-and-the-law-bea856a6bbad)
@@ -35,7 +65,27 @@ redirect_from: fundamentals/ico-evaluation
3565
>
3666
>Despite the crypto asset market hitting the mainstream in 2017, there remains no true consensus across the sector on how to determine the ‘fair’ value of a cryptographic asset in today’s marketplace.
3767
38-
## Why ICO's Fail
68+
---
69+
title: ICOs
70+
permalink: fundamentals/icos/
71+
redirect_from: fundamentals/icos
72+
published: false
73+
last_modified_at: 2019-06-18T11:22:33-23:00
74+
75+
---
76+
77+
78+
79+
80+
81+
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">20 years in, I&#39;m supposed to be a distributed systems/cryptocurrency/cryptoeconomics expert. Many overfunded ICOs have whitepapers that are completely indecipherable to me. Bitcoin is compelling in its clarity. If I don&#39;t get what they are doing after 5 minutes, it&#39;s a No.</p>&mdash; Paul 💥 (@paulsbohm) <a href="https://twitter.com/paulsbohm/status/1015027146157273088?ref_src=twsrc%5Etfw">July 6, 2018</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
82+
83+
84+
85+
86+
## Why ICOs Fail
87+
88+
3989

4090
* [Why Most ICO’s Will Fail: A Cold Hard Truth](https://blockgeeks.com/guides/why-most-icos-will-fail/)
4191
>On June 12, 2017, an Ethereum based called Bancor held its ICO. It raised $153 million in 3 hours. No, you are not reading it wrong, 153 million…..in 3 hours!!!
@@ -105,20 +155,12 @@ redirect_from: fundamentals/ico-evaluation
105155
* [Introducing a Crypto Benchmark Framework](https://medium.com/@visionhill_/introducing-a-crypto-benchmark-framework-a873a54a7cfd)
106156
>TL;DR. The purpose of this piece is to introduce a rough draft framework for benchmarking in the cryptoasset industry.
107157
* [Dan Zuller — 1/ A thread on benchmarking in crypto.](https://twitter.com/danzuller/status/1042854743880724481)
158+
* [nulltx.com/why-do-so-many-icos-fail-heres-what-the-experts-say](https://nulltx.com/why-do-so-many-icos-fail-heres-what-the-experts-say/)
159+
* [captainaltcoin.com/why-most-icos-fail](https://captainaltcoin.com/why-most-icos-fail/)
160+
108161

109162
### Tools
110163

111164
* [cryptoear.com](https://cryptoear.com/)
112165
>keeps track of twitter mentions
113166
* [Github Release Stats](https://www.somsubhra.com/github-release-stats/)
114-
115-
116-
## Support the Cause
117-
118-
BTC— 1D9382Y1hwF9mx8tRu8ZUVxcm2aq6yZDYR
119-
120-
![](https://i.imgur.com/d0HQmuV.png)
121-
122-
DOGE— DQKkzfJjqnXUD8Z7C3e84vKzvghPe9dXSa
123-
124-
<img src="https://imgur.com/z316u0c.png" width="150">

0 commit comments

Comments
 (0)