dbvcode
dbvcode
Thanks for the replies @marshallswain and @daffl . Unfortunately I have no time in the near future to do any of the above, but I will report back when I...
I think it's a good idea to watch the socket events.
I try to login into the same account
Unfortunately I get, ``` Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: /home/dbv/tg/node_modules/@reiryoku/pro-inspector/entry/node/main.js require() of ES modules is not supported. require() of /home/dbv/tg/node_modules/@reiryoku/pro-inspector/entry/node/main.js from /home/dbv/tg/dist/apps/autotrade/main.js is an ES module...
I can confirm that `@reiryoku/[email protected]` works! However, there is still the issue that I don't get the object itself. I do get the info in the console and it looks...
The issue is that when I call a function that returns an array. I cannot loop thru it and I can not take an element out of the array. `.getOpenPositions()`...
This does indeed work, but I was thinking something like give me 5m candles from 8th of March to 16th of March on GBPUSD. Binance has this kind of stuff,...
This is a good idea. Don't know how much of this data is available from them officially. One other approach would be to find a historic data provider that has...
I think the issue is with the big `getPepperstonAccount()`. I think after a period it gets kicked out. I've been watching when the tick event doesn't produce a tick for...
Maybe one solution is to have `Mida.logout()` of the account `Mida.reconnect()` to the account `Mida.destroy()` to destroy the mida object `Mida.getConnectionStatus()` or something like this or ideally have an `event`...