-
Updated
Mar 21, 2022 - JavaScript
#
algo
Here are 206 public repositories matching this topic...
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
javascript
python
java
computer-science
tree
algorithm
algorithms
leetcode
cpp
interview
algo
data-structures
leetcode-solutions
algorithms-datastructures
go
golang
facebook
algorithm
math
algorithms
leetcode
pattern
algo
acm-icpc
algorithm-competitions
leetcode-solutions
interview-questions
dynamic-programming
algorithms-and-data-structures
leetcode-golang
leetcode-go
-
Updated
Mar 22, 2022 - Go
₿ A guide (for humans!) to cryto-currencies and their algos.
documentation
awesome
bitcoin
algorithms
guide
ethereum
algo
cryptocurrency
kennethreitz
awesome-list
wallet
btc
coin
nicehash
-
Updated
Jan 11, 2022
python
algorithm
data-structure
algorithms
leetcode
interview
algo
data-structures
interviews
acm-icpc
leetcode-solutions
algorithms-datastructures
leetcode-python
leetcode-py
-
Updated
Mar 22, 2022 - Python
Crypto Trading Bots in Python - Triangular Arbitrage, Beginner & Advanced Cryptocurrency Trading Bots Written in Python
trading-bot
algo
cryptocurrency
trading-strategies
trading-algorithms
python-binance
crypto-bot-trading
cryptocurrency-trading-bots
binance-trading-bot
bitcoin-trading-bots
crypto-trading-strategies
crypto-trading-algorithms
-
Updated
Jan 18, 2019 - Python
howtrader: how to be a quant trader, forked from vnpy with easy installation and deployment
python
bitcoin
trading
algo
cryptocurrency
quant
quantitative
eth
trader
vnpy
binance
binance-api
binance-trader
binance-bot
51bitquant
-
Updated
Mar 14, 2022 - Python
A lightweight trading bot for automated algorithmic trading on Binance Futures and BitMEX written in python.
python
bot
crypto
trading
websocket
trading-bot
algo
cryptocurrency
algorithmic-trading
quantitative-trading
bitmex
trading-systems
binance
binance-futures
-
Updated
Mar 18, 2022 - Python
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
nodejs
finance
machine-learning
cryptography
bitcoin
trading
ethereum
hacking
algo
forex
cryptocurrency
btc
hft
eth
arbitrage
litecoin
ether
ltc
market-making
-
Updated
May 7, 2021 - HTML
Python script to generate a visualization of various sorting algorithms, image or video.
-
Updated
Jan 29, 2021 - Python
<<Rust算法题解>>,用Rust语言实现常见的算法和数据结构,以及leetcode题解,algos = algorithms,written with ❤️ by course.rs team
-
Updated
Mar 2, 2022 - Rust
An extensible options trading bot built on top of Python.
-
Updated
Mar 15, 2022 - Python
A collection of solutions for Hackerrank data structures and algorithm problems in Python
-
Updated
Dec 7, 2021 - Java
Multi Strategy Trading Algorithm
-
Updated
Aug 30, 2017 - HTML
这是一款 Kotlin 语言版本的 Android 客户端本地化展示 Java 语言编写的面试算法 ( Algorithm ),会持续更新!
-
Updated
Mar 11, 2021 - Java
thouravi
commented
Mar 5, 2022
Hey,
I tested your strategy and on changing two values, it increased
- Net Profit from 1819% to 2206%
- Profit Factor from 4.482 to 8.152
on 4H BTC/USDT Binance.
Change 1: Line 73
Before - 27
short_RSI = input.float(27, 'Exit SRSI Short (%)', minval=0.0, step=1, group='Strategy 2: Stoch RSI')
My Change - 21
`short_RSI = input.float(21, 'Exit SRSI Short (%)'
SOLUTION TO QUESTIONS IN PRACTICE SECTION IN https://hack.codingblocks.com/practice
practice
test
blocks
algo
recursion
coding
questions
launchpad
2017
winter
coding-blocks
practice-programming
pattern-practice
dwarka
coding-blocks-practice-questions
launchpad-jan-2018-pitampura
-
Updated
Mar 4, 2021 - C++
使用python语言写数据结构与算法。线性搜索、选择排序、插入排序、栈,队列,循环队列、链表,链表实现栈,链表实现队列、递归、归并排序、快速排序、二分搜索、二分搜索树、集合 和 映射、堆、优先队列、冒泡排序、希尔排序、线段树、Trie字典树、并查集、AVL树、红黑树、哈希表、计数排序、LSD基数排序、MSD排序,桶排序、字符串匹配
-
Updated
May 30, 2021 - Python
An UInt256 library written in Swift 4
macos
swift
playground
ios
algorithm
cocoapods
carthage
swift-package-manager
algo
biginteger
bigint
divide-and-conquer
swift4
uint256
karatsuba-multiplication
-
Updated
Jul 1, 2019 - Swift
Profit Switching Miner For HiveOS/Linux- OLD VERSION: Project Moved To SWARM! https://github.com/MaynardMiner/SWARM
cpu
hash
algo
nvidia
mining
miner
multi-device
nicehash
gpu-miner
claymore
nvidia-gpu
ewbf
ccminer
multiple-algorithms
cpuminer-opt
zergpool
mining-application
multi-miners
hiveos
multiple-coins
-
Updated
Aug 26, 2020 - PowerShell
Implementing various machine learning algorithm from scratch
python
data-science
random-forest
naive-bayes
machine-learning-algorithms
algo
locality-sensitive-hashing
approximate-nearest-neighbor-search
svm-classifier
-
Updated
Jan 7, 2019 - Jupyter Notebook
Competitive Programming💻 , Data Structures📘 , and Algorithms📗
-
Updated
Feb 22, 2021 - C++
A PBKDF2 key function implementation for MySQL
-
Updated
Nov 1, 2021
NodeJS Notebook for building algo trading strategies 💦
graphql
nextjs
algo-trading
algo
apollographql
algorithmic-trading
brokers
automated-trading
algo-trading-strategies
-
Updated
Feb 13, 2022 - TypeScript
Improve this page
Add a description, image, and links to the algo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the algo topic, visit your repo's landing page and select "manage topics."
Would be awesome to have the API responses typed properly as well instead of
Promise<any>
.Many other things can also see typing improvements, especially arguments.