Skip to content

Instantly share code, notes, and snippets.

@jensdon
jensdon / ETH-XXX.ps1
Last active May 26, 2021 00:04
Use the Nefertiti crypto bot and trade on all the ETH-XXX market pairs with a single click.
# Trade on all the ETH-XXX market pairs.
# Written bij Jens Don <info AT jensdon DOT nl>
# Place this script in the same folder as cryptotrader.exe
# Example: ./ETH-XXX.ps1 -exchange Bittrex -price 0.05 -apikey X -apisecret X -pushoverappkey X -pushoveruserkey X
Param(
[Parameter(Mandatory=$True)][string]$Exchange,
[Parameter(Mandatory=$True)][string]$Price,
[Parameter(Mandatory=$True)][string]$ApiKey,
[Parameter(Mandatory=$True)][string]$ApiSecret,