Hey,
first.. Thank you very much for this awesome sheet!
I've been looking quite a while for something like this to track my trades easily.
I'm using the Bittrex version and there seems to be an error.
I can import the data file but when I click on the blue USDT-BTC at the left to show the graph an error appaears with "Runtime error 13. Type mismatch"
When clicking on debug it sends me to this line of code:
Sheets(2).Range("$A:$K").AutoFilter Field:=1, Criteria1:=">=" & ActiveSheet.Cells(1, 22).Value, Operator:=xlAnd, Criteria2:="<=" & ActiveSheet.Cells(1, 29).Value
How can I solve this problem?
The "tradeHistory" sheet is empty aswell.