For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
IQFeed -> InfluxDB
-
a script sitting with in the GH pull request:
it request for the date to be : YYYY[-MM-DDTHH:MM:SS]
does that mean literally: 2018[-01-05T09:00:00]
when I do this, i get the following output error, but cant seem to successfully debug it.
File "influx.py", line 45, in init elif len(args.fromdate) == 4 or len(args.fromdate == 10)
-
@blonc said in IQFeed -> InfluxDB:
YYYY[-MM-DDTHH:MM:SS]
That's standard notation to indicate: optional
Everything which is inside the square brackets can be left out.
-
for anyone who happens to run into this into the future. this script has to be ran in Python 3.5 or > due to the var typing in the functions. Or they need to be removed, it functions fine with out them.