Generation

generate functionSun, 19 Feb 2023

Write indicator for binance

def write_to_excel(timestamp, data): """ Write to excel """ for coin in data: for feature in data[coin]: xl_sheet.write(timestamp, xl_header.index(coin + "_" + feature), data[coin][feature])

Questions about programming?Chat with your personal AI assistant