Bitcoin Forum
May 24, 2024, 06:17:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 »
141  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: September 20, 2017, 01:38:38 PM
Hello,

Yes I tried that and it didn't work to split with space charecter. Will try again.

thank you
Damjan

You need to split with endline character .split("\n")
142  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: September 20, 2017, 12:44:07 PM
Hello Ighor,

I want to make my scripts simpler and easier to use. That's why I want to have a config file with content like

Code:
#comment
value1=25.0
#comment
value2=25.5
value3=25.6

That way all values that can be changed in different scripts will be in the same file.

How can I read line by line with loop? If I read it with
Code:
var string = trader.fileReadAll(logFile);
then I get long string. Can save the content to array of lines?

Is there easier way?

Thank you

He everyone,

can someone give me any hint with my problem? It would really make my scripts easier to manage.

Thank you
Damjan

You will get all data in variable string. You need to use JavaScript methods to split it to array https://www.w3schools.com/jsref/jsref_split.asp
143  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: September 17, 2017, 11:40:08 AM
Hello, I wanted to use QtBitcionTrader on my linux mint machine it won't install Sad

Here's log from terminal, make instal and also sudo make install produce same output:

Code:
install -m 755 -p QtBitcoinTrader /usr/bin/QtBitcoinTrader
install: cannot create regular file '/usr/bin/QtBitcoinTrader': Permission denied
Makefile:4628: recipe for target 'install_target' failed
make: [install_target] Error 1 (ignored)
strip /usr/bin/QtBitcoinTrader
strip: '/usr/bin/QtBitcoinTrader': No such file
Makefile:4628: recipe for target 'install_target' failed
make: [install_target] Error 1 (ignored)
install -m 644 -p /home/trader/QtBitcoinTrader/src/QtBitcoinTrader.desktop /usr/share/applications/
install: cannot create regular file '/usr/share/applications/QtBitcoinTrader.desktop': Permission denied
Makefile:4638: recipe for target 'install_desktop' failed
make: [install_desktop] Error 1 (ignored)
install -m 644 -p /home/trader/QtBitcoinTrader/src/QtBitcoinTrader.png /usr/share/pixmaps/
install: cannot create regular file '/usr/share/pixmaps/QtBitcoinTrader.png': Permission denied
Makefile:4647: recipe for target 'install_icon' failed
make: [install_icon] Error 1 (ignored)

Code:
browser@browser-VirtualBox ~ $ ls -l /usr
total 132
drwxr-xr-x   2 root root 69632 Sep 17 14:23 bin
drwxr-xr-x   2 root root  4096 Jun 28 14:57 games
drwxr-xr-x  55 root root 12288 Sep 17 14:18 include
drwxr-xr-x 150 root root 12288 Sep 17 14:23 lib
drwxr-xr-x  10 root root  4096 Jun 28 14:37 local
drwxr-xr-x   2 root root 12288 Sep 15 18:48 sbin
drwxr-xr-x 312 root root 12288 Sep 17 14:23 share
drwxr-xr-x   8 root root  4096 Sep 15 18:48 src

Code:
browser@browser-VirtualBox ~ $ ls -l /usr/share/ | grep applications
drwxr-xr-x    3 root    root    12288 Sep  9 19:10 applications

What have I done wrong?

Tell exact steps you did before this output.
PS: soon we will make linux x86_64 version binary with auto update feature
144  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент для безопасных торгов на Mac/Windows/Linux] on: September 16, 2017, 07:43:52 PM
Вышел релиз v1.40.08
- Добавлена биржа WEX, удалена BTC-e
- Исправлен креш при закрытии программы
- Добавлено предупреждение перед очисткой скрипта
- Другие мелкие исправления

Рекомендую всегда использовать только безопасное авто обновление для установки новой версии
145  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: September 16, 2017, 07:42:31 PM
v1.40.08 Released!
- Added WEX exchange, removed BTC-e
- Fixed crash on app closing
- Added confirmation message on script editor clear
- Minor fixes

Strongly recommend always to use secure auto update feature
146  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент для безопасных торгов на Mac/Windows/Linux] on: September 07, 2017, 10:15:34 PM
Вышел апдейт v1.40.07
- Теперь так же будут выходить обновления 64 битной версии Windows
- Исправлен баг баланса в OKCoin
- Исправлены баги для Bitfinex
- JL Script логи теперь распознают разрыв строки и табуляцию
- Исправлен баг невозможности обновить программу при тихой авто установке

Если вы используете 32 битную версию программы на 64 битном Windows то получите обновление до 64 битной версии.
Если у вас была включена функция тихой авто установки, вам следует ее отключить, обновиться и потом можете опять включать.
Всегда обновляйтесь только через безопасное авто обновление.
147  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: September 07, 2017, 10:09:03 PM
v1.40.07 Released!
- Release builds for Win64
- Fix balance for OKCoin
- Fix script for Bitfinex
- Fix order type for Bitfinex
- JL Script logs now recognize endline and tabulation
- Fixed bug when silent auto update wont work

If you are using Windows binary on 64 bit system, you will be auto updated to 64bit version.
If you had enabled silent auto update feature, you need to disable it until installing update to 1.40.07.
Strongly recommend always use secure auto update feature.
148  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент для безопасных торгов на Mac/Windows/Linux] on: September 03, 2017, 01:33:49 AM
куплю версию с поддержкой полоникс и биттрекс. ПМ

Bittrex и poloniex добавили но не для всех пока не понятно будут ли всем добавлять.

Наш проэкт общедоступен и предоставляется на равных условиях для всех без исключений.
Чтобы ускорить интеграцию с биржами которые вам нравятся, вы можете обратиться в поддержку бирж с прозьбой о поддержке Qt Bitcoin Trader.
Когда биржи пройдут наши проверки, то мы их обязательно добавим. Поддержка от бирж жизненно важна для нашего проэкта.
В свое время я забраковал и не добавил биржу Cryptsy, и сами знаете что с ней случилось.
Безопасность пользователей Qt Bitcoin Trader превыше всего, и в первую очередь добавлять будем проверенные биржи.
Но все же несколько раз в год мы делаем опрос с добавлением биржи без поддержки, так что следите за новостями тут, на сайте и в твиттере.
149  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: 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  Cry

Just go to settings of Qt Bitcoin Trader and disable HiDPI
150  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент для безопасных торгов на Mac/Windows/Linux] on: August 19, 2017, 09:11:40 PM
Вышла v1.40.06 версия!
Улучшен калькулятор
Добавлены новые валюты
Мелкие исправления


Всегда используйте безопасное авто-обновление.
151  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox для Mac/Windows/Linux] on: August 19, 2017, 09:10:49 PM
Во поле "Открытые ордера" все ордера отображаются со значком биткоина. Например, при активной паре BTC/USD в этом поле висят все мои ордера LTC/USD, но значатся как биткоины по цене 3$.

Откройте меню Debug, сохраните трафик за пару минут. Пришлите мне в лс. Изучим и исправим.
152  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: 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.
153  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: 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.

Code:
qmake QtBitcoinTrader_Desktop.pro
Code:
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.

Hello everyone,

this is my contribution to this portal and QT Bitcoin Trader.

https://github.com/DrrMrr/qt-bitcoin-trader-scripts/wiki
https://github.com/DrrMrr/qt-bitcoin-trader-scripts

Comments are welcome and enabled on my github.

Best regards
Damien

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:

Code:
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
154  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: 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
155  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: July 06, 2017, 04:30:29 PM
Quote
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.
156  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: 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.
157  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: 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.)
158  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: 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%
159  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: 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.
160  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: July 03, 2017, 04:01:35 PM
Please add EOS pair on Bitfinex

Check for updates and make sure you are running Qt Bitcoin Trader v1.4
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!