Originally Posted By: Chuate
Thank you but can you show me how to convert json to t6 ? I have to use Z History Editor tool to convert ?

Now, this is the tricky part:

1) You should convert json data to csv file, for example use this online converter: https://konklone.io/json/

2) Configure CSVtoHistory.c script to find and understand our csv file, just copy these lines before the main function:
Code:
string InName = "C:\\Programs\\Zorro-History\\ETHBTC.csv";
string Format = "+%t,f3,f1,f2,f4,f6";
string OutName = "ETHBTC";


3) Open <zorro_history_folder>\ETHBTC.t6 file in History Editor and verify all is correct!

Attached Files
ETHBTC.csv (107 downloads)