vorsakha / ichimoku-signals

Ichimoku calculations and signals using binance api as source
1 stars 0 forks source link

Example ENV file Request #1

Open Badn1nja opened 2 years ago

Badn1nja commented 2 years ago

Hi Andrei,

Hope you're well. I was hoping to use this package with the work you have already done but I am struggling to get this up and running due to the undefined env config,

Are you able to upload some so I can populate it with my details and start getting this code working?

All undefined from code here;; socketPath: undefined, method: 'GET', maxHeaderSize: undefined, insecureHTTPParser: undefined, path: 'undefined/v3/klines?symbol=&limit=320&interval=5m', response: undefined

farukborann commented 1 year ago

In fact, it's probably using the binance api. An example env file would look like this:

API_URL: "https://api.binance.com/api" SYMBOL: "BTCUSDT"