Skip to content

Instantly share code, notes, and snippets.

@anticlergygang
anticlergygang / traillingProfit.js
Last active December 17, 2018 23:57
If you want to get it to work, you need to npm install all of the modules required at the top and change all occurances of process.env. BINANCEAPIKEY and process.env.BINANCESECRET with your apikey and secret. After this just run 'node scalpBot.js "SYMBOL" "PERCENT_TRAIL"'
const fs = require('fs')
const https = require('https')
const colors = require('colors')
const moment = require('moment-timezone')
const querystring = require('querystring')
const util = require('util')
const crypto = require('crypto')
const percentOf = (per, num) => {
return (num / 100) * per
@Douggyfr3sh
Douggyfr3sh / CryptoInvesting101.md
Last active May 4, 2025 21:51
Cryptocurrency Investing 101: The Ultimate Guide

Introduction

Hello! Today I present the ultimate guide for those interested in getting started with cryptoasset investing. This guide will also be useful for those who have already started but would like to learn more about best practices for investing and securing assets. I'm going to talk about the following in this post:

  • Where to buy Bitcoin, Ethereum, Litecoin, Altcoins, and all other cryptoassets
  • The best ways to buy low cap assets and ERC20 (Ethereum) tokens
  • The best ways to securely hold your own assets
  • Initial Coin Offerings (ICOs) - best practices for research