Hello, long time user first time poster. Love your work!
Running a fresh ubuntu 14.04 and installing the dependencies as instructed in the OP I get this error when running
$ qmake-qt4 QtBitcoinTrader_Mobility.pro
WARNING: Failure to find: addrulewindow.cpp
WARNING: Failure to find: audioplayer.cpp
WARNING: Failure to find: exchange_cryptsy.cpp
WARNING: Failure to find: addrulewindow.h
WARNING: Failure to find: audioplayer.h
WARNING: Failure to find: exchange_cryptsy.h
WARNING: Failure to find: addrulewindow.ui
Then
$ make
make: *** No rule to make target `addrulewindow.ui', needed by `.ui/ui_addrulewindow.h'. Stop.
QtBitcoinTrader_Desktop.pro compiles and installs without error but using BTC-E exchange I am unable to cancel any of my placed orders. I have tried no other exchanges.
Source obtained from git master
git clone https://github.com/JulyIGHOR/QtBitcoinTrader.git
Thanks again, very useful app
Thanks, fixed.
No crashes overnight. It seems the disable all doesn't trigger the items after the first rule this way either. With 3 or 4 items to start or stop depending on the rule that triggers though the 1 second per each rule is a tad wasteful. I have re-ordered the rules to try to compensate but some items are 3 data pulls from the server after a condition was met.
Possibly could this be reduced? I see that my options are currently 0 and 1. Maybe there could be a decimal in it so it could be less then 1 but greater then 0.
So this is confirmation that is no crashes with 1 second delay?
I'll make more steps to delays, 100 ms step for example.