mdjames094
mdjames094
Dear kirkthaker. Please have a look at my pull request. best regards.
Hello, For my own usage, i needed to complete the set of tools with functions allowing to cancel open trades [cancel_open_trades()] or close open positions [close_open_positions()]. These functions accept a...
Gain_loss field is not returned when calling get_current_securities() function.
The included bash script (see below) can be linked to a desktop shortcut. 1) it starts nerd-dictation in background 2) and runs a py script which places a tray-icon on...
1) Line 42 in file "utils.py" INCORRECT : hour = int(date_ints[3]) CORRECT : hour = int(date_ints[3]) % 12 2) Line 201 in file "parsers.py" INCORRECT : if open_order_dict['order_price'] = 'n/a'...