Pythonic icon indicating copy to clipboard operation
Pythonic copied to clipboard

Graphical Python programming for trading and automation

Results 5 Pythonic issues
Sort by recently updated
recently updated
newest added

Hey :) I have given up for today. May give it a try on ubuntu 20.04 tomorrow... Ubuntu 18.04 Docker Python 3.9 It all works until I click on the...

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of augmented assignment statements](https://docs.python.org/3/reference/simple_stmts.html#augmented-assignment-statements "Augmented assignment statements") accordingly....

Traceback (most recent call last): File "c:\users\user\appdata\local\programs\python\python37\lib\site-packages\Pythonic\main.py", line 367, in changeEvent def changeEvent(self, event): KeyboardInterrupt Traceback (most recent call last): File "c:\users\user\appdata\local\programs\python\python37\lib\site-packages\Pythonic\elements\basic_return.py", line 115, in recvGridConfig self.grid_selector.addItem('Grid {}'.format(index + 1))...

https://stackoverflow.com/questions/34624428/g-error-usr-lib-rpm-redhat-redhat-hardened-cc1-no-such-file-or-directory Fix: sudo dnf install redhat-rpm-config

Hello, I just started trying out the [trading_bot_crossing_ema](https://github.com/hANSIc99/Pythonic/tree/master/examples/trading_bot_crossing_ema) example. I was wondering how it was possible with this example to connect to a crypto broker. Would love to hear back...