Commit 8e774d41 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 77383620
let fs = require('fs')
let _ = require('lodash')
let year = 2016
let pair='eos'
let drawDown = [30, 40, 50]
let sort = 'profitPerMonth'
let alocatedReserve = 3
......@@ -21,7 +22,7 @@ async function work() {
if ((j + i) < directory.length)
// if (parseFloat(directory[j + i].split('Y')[0].split('-')[1]) === year) {
if (directory[j + i].toLowerCase().includes(pair))
arr.push(directory[j + i])
} catch (e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment