Skip to content

Instantly share code, notes, and snippets.

View szenekonzept's full-sized avatar

Matthias Klees szenekonzept

View GitHub Profile
// Customizable variables
var minValue = 0.00000001;
var maxLoss = 0.0000001;
var aimedProfit = 0.000005;
var maxOps = 50;
// Don't touch anything after this
var endResult = 0;
var ops = 0;