Work2Work
Member

Offline
Activity: 62
Merit: 10
|
 |
July 03, 2017, 04:37:04 PM |
|
Please add EOS pair on Bitfinex
Check for updates and make sure you are running Qt Bitcoin Trader v1.4 No, still no EOS pair in the list
|
|
|
|
|
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
|
|
|
IGHOR
|
 |
July 03, 2017, 11:13:50 PM |
|
Please add EOS pair on Bitfinex
Check for updates and make sure you are running Qt Bitcoin Trader v1.4 No, still no EOS pair in the list Tomorrow you will see EOS in Qt Bitcoin Trader. If you can't wait then reset config folder and currencies will be updated.
|
|
|
|
Petpowder
Member

Offline
Activity: 65
Merit: 10
|
 |
July 04, 2017, 10:22:23 AM |
|
I have FHD display on my laptop. Tell me pls how to make bigger font in app?
|
|
|
|
IGHOR
|
 |
July 04, 2017, 01:50:14 PM |
|
I have FHD display on my laptop. Tell me pls how to make bigger font in app?
You can set environment variable like this QT_SCALE_FACTOR=2.5 App will be scaled to 250%
|
|
|
|
Petpowder
Member

Offline
Activity: 65
Merit: 10
|
 |
July 04, 2017, 02:00:43 PM |
|
I have FHD display on my laptop. Tell me pls how to make bigger font in app?
You can set environment variable like this QT_SCALE_FACTOR=2.5 App will be scaled to 250% Where exactly should I put it?
|
|
|
|
IGHOR
|
 |
July 04, 2017, 06:06:24 PM |
|
I have FHD display on my laptop. Tell me pls how to make bigger font in app?
You can set environment variable like this QT_SCALE_FACTOR=2.5 App will be scaled to 250% Where exactly should I put it? Environment variable set on Windows: SET QT_SCALE_FACTOR=2.5 on Linux: export QT_SCALE_FACTOR=2.5 In the terminal window, then run Qt Bitcoin Trader from a terminal command line. Pick up best scale number for you, replace 2.5 by any other numbers (100%/100=1.0 , 200%/100=2.0 etc.)
|
|
|
|
drrmrr
Newbie
Offline
Activity: 26
Merit: 0
|
 |
July 05, 2017, 09:48:45 AM |
|
Hello Igor,
I love your app. What I'm missing (would like to have ) is: 1. use of indicators. Are you planning to add such functions? 2. backtesting of the code 3. if backtesting was possible, then why not make the possibility to test more combinations. Maybe through some parameter in command line. If I have a script with variable with size 1 to 10 and step 0.2, that would make 45 variations. But what if I have more such variables and I would like to know which combination would be the best if I test it in previous month or year. 4. It would be good if you make some specific forum, where users can contribute some scripts. But backtesting would be then necessary for normal user, so he doesn't need to know the code. 5. what would be the best possibility, to hide the code? If I wanted to be included in profit of my trading script, if user would like to use that. Something like cryptotrader. Of course then you too should be somehow included, for developing such app.
Otherwise, very good program. I really like it.
Best regards Damien
|
|
|
|
Petpowder
Member

Offline
Activity: 65
Merit: 10
|
 |
July 05, 2017, 09:50:24 AM |
|
I have FHD display on my laptop. Tell me pls how to make bigger font in app?
You can set environment variable like this QT_SCALE_FACTOR=2.5 App will be scaled to 250% Where exactly should I put it? Environment variable set on Windows: SET QT_SCALE_FACTOR=2.5 on Linux: export QT_SCALE_FACTOR=2.5 In the terminal window, then run Qt Bitcoin Trader from a terminal command line. Pick up best scale number for you, replace 2.5 by any other numbers (100%/100=1.0 , 200%/100=2.0 etc.) Yep, it works! Thank you so much
|
|
|
|
IGHOR
|
 |
July 05, 2017, 01:14:51 PM |
|
1. use of indicators. Are you planning to add such functions?
You are already able to make custom indicators using events on script language. 2. backtesting of the code 3. if backtesting was possible, then why not make the possibility to test more combinations. Maybe through some parameter in command line. If I have a script with variable with size 1 to 10 and step 0.2, that would make 45 variations. But what if I have more such variables and I would like to know which combination would be the best if I test it in previous month or year. 4. It would be good if you make some specific forum, where users can contribute some scripts. But backtesting would be then necessary for normal user, so he doesn't need to know the code. 5. what would be the best possibility, to hide the code? If I wanted to be included in profit of my trading script, if user would like to use that. Something like cryptotrader. Of course then you too should be somehow included, for developing such app.
I'm working on all of it. Backtesting had some issues with JL Script and I'm working to make it works fine.
|
|
|
|
drrmrr
Newbie
Offline
Activity: 26
Merit: 0
|
 |
July 06, 2017, 07:08:13 AM |
|
1. use of indicators. Are you planning to add such functions?
You are already able to make custom indicators using events on script language. So It's possible to get indicator like MA or MAE from events in your rules? Or how did you mean? 2. backtesting of the code 3. if backtesting was possible, then why not make the possibility to test more combinations. Maybe through some parameter in command line. If I have a script with variable with size 1 to 10 and step 0.2, that would make 45 variations. But what if I have more such variables and I would like to know which combination would be the best if I test it in previous month or year. 4. It would be good if you make some specific forum, where users can contribute some scripts. But backtesting would be then necessary for normal user, so he doesn't need to know the code. 5. what would be the best possibility, to hide the code? If I wanted to be included in profit of my trading script, if user would like to use that. Something like cryptotrader. Of course then you too should be somehow included, for developing such app.
I'm working on all of it. Backtesting had some issues with JL Script and I'm working to make it works fine. O.k. Thank you for that answer. Otherwise can I list all my open asks? I want to cancel top n orders, so my script will make new bids from them? How can I cancel specific order If I get them in an array? Damien
|
|
|
|
IGHOR
|
 |
July 06, 2017, 04:30:29 PM |
|
Otherwise can I list all my open asks? I want to cancel top n orders, so my script will make new bids from them? How can I cancel specific order If I get them in an array?
Currently it not supported, but it will be possible in new JL Script. You will be able to fetch all open orders, transactions, public orders and transactions via script and fetch any properties to make full analytics.
|
|
|
|
IGHOR
|
 |
July 06, 2017, 04:32:13 PM |
|
v1.40.02 Released
Secure auto update is now works via Proxy (if enabled) More fixes for Bitfinex API
|
|
|
|
ijl53
Member

Offline
Activity: 66
Merit: 10
CyptoLong
|
 |
July 08, 2017, 06:34:20 AM |
|
Hey IGHOR ive followed your work since the beginning but am still having trouble geting my rules to execute on bitfinex. i can manualy buy/sell but my rules are constantly pending even after the conditions have been met. Is this just an issue i am having? I downloaded the updated version this past week.
|
|
|
|
drrmrr
Newbie
Offline
Activity: 26
Merit: 0
|
 |
July 14, 2017, 10:49:31 AM |
|
Any chance to get Poloniex and Kraken with this? Also I get an error trying to install on linux. qmake QtBitcoinTrader_Desktop.pro Project ERROR: Qt less than 5.5 is no longer supported. In order to compile Qt Bitcoin Trader you need update to Qt 5.5 and C++11
The same trouble. And polo looks interesting. Hello, I tried to build Qt Bitcoin trader on latest Respbian OS (Noobs) in I get the same error. Has anyone successfully build that on Raspberry Pi 3? In Ubuntu mate 16.02 I don't have problems, but the system is to big and sloow. Kind regards Damien
|
|
|
|
|
drrmrr
Newbie
Offline
Activity: 26
Merit: 0
|
 |
July 31, 2017, 03:40:55 PM |
|
Hi Ighor, In my scipt I want to stop and restart some script if a sale has been made. So I wrote something like this: trader.on("LastMySellPrice").changed() { trader.log("trader.on(LastMySellPrice).changed()", ""); trader.groupStop("TraderMainRestart"); trader.groupStart("TraderMainRestart"); } 1. But it doesn't work everytime. Only sometimes. Should I used it some other way? 2. Must I have this under new script or can this be put at the end of some existing one? 3. Is Bitfinex updated as it should? Sometimes I have a feeling, that "My transactions" table isn't updated as it should. I'm using the latest version Thank you Damien
|
|
|
|
IGHOR
|
 |
August 16, 2017, 12:30:39 AM |
|
Hey IGHOR ive followed your work since the beginning but am still having trouble geting my rules to execute on bitfinex. i can manualy buy/sell but my rules are constantly pending even after the conditions have been met. Is this just an issue i am having? I downloaded the updated version this past week.
Hello. Is it works for you in latest build? Any chance to get Poloniex and Kraken with this? Also I get an error trying to install on linux. qmake QtBitcoinTrader_Desktop.pro Project ERROR: Qt less than 5.5 is no longer supported. In order to compile Qt Bitcoin Trader you need update to Qt 5.5 and C++11
The same trouble. And polo looks interesting. Hello, I tried to build Qt Bitcoin trader on latest Respbian OS (Noobs) in I get the same error. Has anyone successfully build that on Raspberry Pi 3? In Ubuntu mate 16.02 I don't have problems, but the system is to big and sloow. Kind regards Damien You need to update Qt SDK to 5.6 or newer. Good Work! Hi Ighor, In my scipt I want to stop and restart some script if a sale has been made. So I wrote something like this: trader.on("LastMySellPrice").changed() { trader.log("trader.on(LastMySellPrice).changed()", ""); trader.groupStop("TraderMainRestart"); trader.groupStart("TraderMainRestart"); } 1. But it doesn't work everytime. Only sometimes. Should I used it some other way? 2. Must I have this under new script or can this be put at the end of some existing one? 3. Is Bitfinex updated as it should? Sometimes I have a feeling, that "My transactions" table isn't updated as it should. I'm using the latest version Thank you Damien 1. Check out your group TraderMainRestart, add log commands to view what happened 2. Yes you better use new script for this 3. Should be fixed in latest build
|
|
|
|
IGHOR
|
 |
August 19, 2017, 09:09:46 PM |
|
v1.40.06 Released! Fixed fee calculator issue Added new currencies Minor improvements and fixes
Always use Secure Auto-Update feature.
|
|
|
|
monsanto
Legendary
Offline
Activity: 1186
Merit: 1002
..like bright metal on a sullen ground.
|
 |
August 20, 2017, 01:48:11 AM |
|
Oh man, what happened with the latest update. This was my favorite program but now it is this giant window thing I can't reduce and the order books look like crap  I'll add option to disable/enable DPI scaling, for now you can set up your monitor DPI to 100% Thank you, that option would be great. Unfortunately my resolution is so high I have to use scaling. Is the older version available? I could just reinstall that and not update until the scaling option is available. It was working fine until I updated. Anyway, thank you again for a fantastic program (well, at least before the last update  ) Latest updates still don't solve this problem for me with scaling. The program worked beautifully for me before the updates about 6 months ago, and now remains unusable 
|
|
|
|
IGHOR
|
 |
August 20, 2017, 01:49:56 AM |
|
Latest updates still don't solve this problem for me with scaling. The program worked beautifully for me before the updates about 6 months ago, and now remains unusable  Just go to settings of Qt Bitcoin Trader and disable HiDPI
|
|
|
|
|