Post
Topic
Board Services
Re: Poloniex (and Bittrex [beta]) Trading-Analysis Spreadsheet for MS EXCEL
by
BryanC
on 08/09/2017, 04:36:08 UTC
The source of the problem appears to be that the data exported from Bittrex does not match what the spreadsheet is expecting to see. There are definitely fewer fields coming from Bittrex than there are columns that expect data in the spreadsheet.

I was able to upload my order history on Bittrex and upon pressing start I received an error:
Code:
Run-time error '9': Subscript out of range

Code:
While r_next
        If Worksheets(sheetTHId).Cells(r, 1).Value <> "" Then
            >If Split(Worksheets(sheetTHId).Cells(r, 3).Value, "-")(0) = basemarket Then
hmm hard to pin point what went wrong here.

if you dont mind me seeing your data you can send it do me and i will see what i can do for you.

otherwise i can offer skype / teamviewer.

just pmme Wink

I admire your generosity, doing this for free... Thank you.
my pleasure! the more people profit from it the better!


greetings

Hi !
Have you been able to fix this issue ?
I have the same problem when I click start after selecting the BIttrex CSV file
Thanks


Hi, I also have the same issue 'Run-time error '9': Subscript out of range'

Looks really promising!