Below you'll find Tradingview import files for Bittrex and Binance BTC-base markets
Ordered by CMC's Market Cap
I use Tradingview and I like to quickly click through all coins on a particular exchange. The files below can be imported into a Tradingview watchlist.
★ ★ ★ If you use these, leave a comment or a star above ★ ★ ★
Part 1 - The Product Manager’s guide to the Blockchain My experiments with Blockchain, Ethereum & Smart Contracts https://hackernoon.com/the-product-managers-guide-to-the-blockchain-part-1-fb95dfb7af31
Part 2 - Why Ethereum, when we already have Bitcoin’s Blockchain? https://hackernoon.com/why-ethereum-when-we-already-have-bitcoins-blockchain-3359eb7e087e
Part 3 - Mechanics of Ethereum, Gas, Contracts & Smart Contracts https://hackernoon.com/product-managers-guide-to-blockchain-part-3-fb0cffbff7f8
web: | |
image: tutum/apache-php | |
environment: | |
- ALLOW_OVERRIDE=true | |
ports: | |
- "80:80" | |
links: | |
- db | |
volumes: | |
- ./app:/app |
# Ben Fasoli | |
# Last updated: 12/21/2016 | |
# | |
# Ported from LazyBear's Pine script port | |
# https://www.tradingview.com/u/LazyBear/ | |
# | |
# For an introduction, watch | |
# https://www.youtube.com/watch?v=7vhIsk51_Ro | |
# https://www.youtube.com/watch?v=MqJ1czF220M |
The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.
The correct way of creating a private frok by duplicating the repo is documented here.
For this assignment the commands are:
- Create a bare clone of the repository.
(This is temporary and will be removed so just do it wherever.)
git clone --bare [email protected]:usi-systems/easytrace.git
// Weights | |
$hairline-weight: 100; | |
$thin-weight: 200; | |
$light-weight: 300; | |
$normal-weight: 400; | |
$medium-weight: 500; | |
$semibold-weight: 600; | |
$bold-weight: 700; | |
$xbold-weight: 800; | |
$black-weight: 900; |
/** | |
* The onOpen function runs automatically when the Google Docs document is | |
* opened. Use it to add custom menus to Google Docs that allow the user to run | |
* custom scripts. For more information, please consult the following two | |
* resources. | |
* | |
* Extending Google Docs developer guide: | |
* https://developers.google.com/apps-script/guides/docs | |
* | |
* Document service reference documentation: |
This entire guide is based on an old version of Homebrew/Node and no longer applies. It was only ever intended to fix a specific error message which has since been fixed. I've kept it here for historical purposes, but it should no longer be used. Homebrew maintainers have fixed things and the options mentioned don't exist and won't work.
I still believe it is better to manually install npm separately since having a generic package manager maintain another package manager is a bad idea, but the instructions below don't explain how to do that.
Installing node through Homebrew can cause problems with npm for globally installed packages. To fix it quickly, use the solution below. An explanation is also included at the end of this document.
var gulp = require('gulp'), | |
sass = require('gulp-sass'), | |
browserify = require('gulp-browserify'), | |
concat = require('gulp-concat'), | |
embedlr = require('gulp-embedlr'), | |
refresh = require('gulp-livereload'), | |
lrserver = require('tiny-lr')(), | |
express = require('express'), | |
livereload = require('connect-livereload') | |
livereloadport = 35729, |