zhivko

Results 11 issues of zhivko

I get this error: ` .\git\forex_algotrading>python .\post3\runner.py ------ System online ------- 2017-07-02 00:39:28.751531 Bad Request 2017-07-01T22:39:13.752105Z Traceback (most recent call last): File ".\post3\runner.py", line 46, in main() File ".\post3\runner.py", line...

**Describe the bug** When using scrollbars to move listbox of edit field dialog, collabora hides part of listbox **To Reproduce** 1. Open Edit fields dialog 2. Use horizontal scrollbars to...

bug
wontfix
6.4.X

Nice project congratulation! I would expect to be possible to acknowledge time component for outputRampRate. Now everything is cpu speed dependent - so if you can include time component -...

This functionality allows you to have two synchronized PID's. Maybe function **setPositionDiff** is not named 100% properly, but it allows to reduce PID according of lag from **positionDiff**.

Is it possible to add additional indicators like macd, rssi, ma (moving average) indicators to network so it could better predict movement?

Training the RNN¶ with tf.Graph().as_default(): model = RNNModel() input_ = train[0] target = train[1] with tf.Session() as sess: init = tf.initialize_all_variables() sess.run([init]) loss = 2000 for e in range(NUM_EPOCHS): state...

If somebody wants to integrate SmingRTOS with another libraries lets say google protobuf, adding sources of googleprotobuf to app folder results in double declarations or symbol clash - for example...

Backlog
PR_Progress

Can you share some pwm and gpio examples? I mean, what is the point having rpi compatible pinout if it cannot be accesed? Samples in python3 if possible - thankyou....

Hi! I bought this: https://www.aliexpress.com/item/Lolin-ESP32-wemos-ESP32-WiFi-Modules-Bluetooth-Dual-ESP-32-ESP-32S-ESP8266/32807483723.html Is this github repo right one to be used with product above? If yes is there HW schematics so I could know what pins to...

Any possibility to add maven support?