Bitcoin Forum
May 24, 2024, 09:58:45 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 »
161  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент для безопасных торгов на Mac/Windows/Linux] on: July 03, 2017, 02:58:00 PM
Автообновление не работает. Используется http-прокси (в настройках программы)

Теперь не придется ждать обновления, а новые пары будут добавлены автоматически.

Автообновление не работает. Используется http-прокси (в настройках программы)

Действительно не работает, исправлю в следующем обновлении.
162  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: July 02, 2017, 11:46:35 PM
Wondering whether it is somehow possible to share global variables between scripts, i.e. set a var x with a value in script01 and then use var x in script2. So far I can't get the script that does not define the variable in the first place to validate.

Hello,

I', saving each variable in it's own file.

Best regards
Damien

You can create own events and send them to cross all scripts and save to variable in each script, here is examples http://forum.centrabit.com/viewtopic.php?f=3&t=4161
163  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент для безопасных торгов на Mac/Windows/Linux] on: July 02, 2017, 11:35:56 PM
Вышла v1.4 версия!

1. Новая биржа YoBit.net
2. Теперь все валютные пары синхронизируются при запуске программы!
3. Исправлены баги в функциях скрипта getPriceByVolume и getVolumeByPrice
4. Добавлена возможность отключить HiDPI для поддерживаемых ОС
5. Теперь можно искать валютную пару вводя текст в поле поиска
6. Улучшено много элементов интерфейса
7. Исправлен баг с сертификатом из-за которого могли появлятся окна с ошибками
8. Много мелких исправлений

Всем советую использовать только безопасное авто-обновление
164  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент для безопасных торгов на Mac/Windows/Linux] on: July 02, 2017, 11:34:02 PM
подскажите ктото, можна ли както из скрипта узнать время совершения твоей последней сделки?
то время которое отображается в окне "моя история"

если никак низя тогда просьба к разработчику добавить такую возможность, ОЧЕНЬ НАДО!!!!!

В новой версии JL Script будет такая возможность.
А так же проход по всех публичных и личных ордерах, транзакциях в цикле для анализа каждого параметра включая дату.
Активно ведем разработку но пока не могу сказать когда выйдет релиз, так как хочу стандартизировать язык, чтобы не менять все каждый месяц.
165  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: July 02, 2017, 11:19:44 PM
v1.4 Released!

1. New Exchange YoBit.net
2. Currency pair synchronization on startup!
3. Fixed issue with functions getPriceByVolume and getVolumeByPrice in JL Script
4. Add HiDPI enable or disable settings
5. Now you can search for currency pairs by keyword
6. Improved many elements of interface
7. Fixed bug with certificate that caused error messages
8. Many other small fixes

Strongly recommend to use secure auto-update instead of manual downloads.
166  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: March 22, 2017, 10:46:06 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  Cry

I'll add option to disable/enable DPI scaling, for now you can set up your monitor DPI to 100%
167  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент для безопасных торгов на Mac/Windows/Linux] on: March 15, 2017, 06:05:27 PM
нашел баг!!!
функция trader.get("AsksVolume",1095.563));
некоректно отрабативает
 допустим у нас есть ордера

1095.5 - 1 бтц
1095.564 - 10 бтц

как по мне то должна возвращать такие значения

trader.get("AsksVolume",1095.564));  11 бтц
trader.get("AsksVolume",1095.563));  1 бтц

а по факту в обоих случаях 11 бтц

по Buy думаю тоже самое но не проверял

і ще було б добре якби можна було якось відключити повідеомлення Warning! OrderBook info is out of range. OrderBook information is limited to rows count limit.
воно впринципі не завжди виводится але я так і не зрозумів від чого залежить його наявність


Напомню!!!!

Спасибо, изучим и исправим.
168  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: February 24, 2017, 04:28:16 AM
FIXED: Install xCode  Grin

No, you don't need xCode. There was problem that have been fixed today so you got it works again.
169  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: February 24, 2017, 12:35:59 AM
v1.30.04 Released!

Added new pair for BitStamp
Fixed fee calculations in Bitfinex
Main window title now shows middle price instead of last trade price
Fixed issue when app can't start

I recommend always to use only secure auto update.

https://sourceforge.net/projects/bitcointrader/
170  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: February 23, 2017, 02:34:12 PM
In latest build I forgot to remove debug code that limits life time for beta builds.
Currently latest build can't start because limit reached.
I'll release update today so everyone who have latest build will get secure auto update message and will be updated to release without limits.
If you need to start app urgent, change your date to 2017-02-15, start app, than change date back.
171  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: February 23, 2017, 02:32:07 PM
Hello,

1. Then, if I have something like code below start fun1(); it will call fun2 every 15s.

Code:
/////////////////////////////
var counter = 0;

function fun1()
{
    counter = 0;
    trader.timer(15, "fun2()");
}

function fun2()
{
     counter++;
}
////////////////////////////////

a) Can I later stop that calling?
b) if a call fun1() again in another function will the counter be restarded and only one fun2 will run periodicaly?

2. Have anyone also tried long period trading in QT Bitcoin trader and how should I start?
a) I also have another one. Is it also possible to get statistics like moving average or any other from your app?

3. What array functions can I use? Not all Javascript functions are working and QT Javascript also not.

4. Bitfinex has two different fees. One for buying and one for selling? Is this predicted in QT Bitcoin trader?

5. I also just bought odroid-C2, so I could run Bitcoin Trader on Ubuntu mate 16.06. Now I have a big problem. Wine won't work, I have problem with QT development ... Can you please build app for this distro? Or can you give me instructions how to do this. I really want to use your app, otherwise I'll have to design something by myself in Eclipse or similliar development app. If it's too much to ask, send me private messsage, couse I'm willing to pay if the price is not too high Smiley Is anyone running this app on different distro and maybe on someking of development board?
 
Best regards
Damjan


You can try setTimeout and setInterval from JavaScript
Currently trader.timer can be stopped only when group have stopped.
Also you can use events to start/stop groups instead of functions.
I'm not offering paid help, better write here your problem and you will get answer.

172  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: February 23, 2017, 02:12:24 PM
Hi Igor,

Thank you for your previous answers.

I also have another one. Is it also possible to get statistics like moving average or any other from your app?

Best regards
Damjan

We are working on script language improvements to make it works with historical data.
173  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: February 23, 2017, 02:11:40 PM
HI igor,

until some Versions before, QT still showed the total account balance btc or/and usd when orders were created/active.
Now in the new versions QT showes only the left (when only a part i used) or 0 (when 100% are used) amount when orders are active. From my view, it is very confusing. When orders are created its not possible to see "how much USD or BTC you have".
Could you please make it like it was before?

This is really confusing and there is no info about the account balance (orders are created here):



I hope you understand what i mean

This groupbox automatically hide if there is no space for others.
So you need to change groupbox layout to make more space or set higher resolution, less DPI etc.
174  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: February 11, 2017, 02:58:21 AM
Everyday i like the app more.

1. Is it possible to include trader.get("LastMySellVolume")) and trader.get("LastMyBuyVolume"))?
2. can I log to file with tab delimiters and the read string which is splitted ba tab character?
3. do you have any string methods or other functions in your JS script?

I want to log every buy and every sell. And if I buy 0.1112456 at 1000$, then I want to sell that amount when price is > 1005 $. But, i need to check if there are volumes that can be sold at that price. I need to have an array of sells and boughts or I loop through log file every while.

Is there any chance, that I can do that?

Thank you
Damjan


Hello.
1. Yes it will be added in updates of Script language.
2,3. You can use all functions from JavaScript including string functions

HI Ighor,

this happens very often:



dont know if this has an impact on the QT rules.
Its Stamp

Thanks I'll fix it.
It shows last trade price but I agree that it should show middle price.

Hello Ighor,

you know that i am a long time user for about 3 years now.
And after the last 2 Updates buy and sell rules seem not to work properly. I have really lost money. My stop loss did not work.
because of that ne bug.
I have the feeling that the 100% / percentages rules are often calculating the percentage/Acoount totals or fees wrong (but not every time). The rule get executed, it appears green after that  but no order get created. You know that for example stamp are rejecting orders   when the account amount is lower than the new order.

This order got executed but no order got created



Please please fix it.

Actually all supported exchanges have trouble with rounding because decimal count of price is different vs amount decimal count.
It makes trouble when you going to buy on all funds.
I made many tests to make it works by limit 100% amount calculations.
Looks like Bitstamp made changes and we need to recalculate maximum % for different amounts.
If you have a time please test it with 99% and 99.999% and try to get maximum working percentage and tell me, than I'll fix it faster.
175  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: February 03, 2017, 08:15:50 PM
Were you able to fix the bitstamp "offline" bug where no balances are shown?  For me I am still getting the bug.  But I see you fixed something with bitstamp on this release.  Thanks

Everything works fine for me. Recreate API keys, check api key rights.
176  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент для безопасных торгов на Mac/Windows/Linux] on: February 03, 2017, 07:56:42 PM
Где Preferences?

Вышло v1.30.03 обновление!

Поддержка больших разрешений экрана в Windows
Исправлен расчет комиссии в BTCChina и OKCoin
Синхронизированы пары Bitfinex
Исправлен баг авторизации Bitfinex
Обновлен норвежский язык интерфейса
Исправлен баг восстановления воркспейса
Исправлены баги работы и синхронизированы пары Bitstamp
Исправлены мелкие баги

https://sourceforge.net/projects/bitcointrader/

на маке

"Блокировать перетаскивание" не запоминается. И при каждом запуске сбрасывается. Хотелось бы чтобы запоминался этот параметр.
А при нажатии на Preferences сбрасывается к дефолтному состоянию интерфейса и ни чего не открывается. (это третья с верху кнопка в меню). Это так и должно быть?
177  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: February 03, 2017, 03:36:54 PM
OkCoin USD will be added as separate exchange in next update.

Tried it with okcoin.com, but obviously you only support okcoin.cn.

Now I'm trying btcchina instead.
Your bot says the address is
exchange.btcc.com
and the pairs are BTC, CNY and LTC.
But at this address there is no CNY, there is only USD.
I was not able to find out where I get the API Key and I was logged out after few seconds a few times, so I did not test, if it works nonetheless.


178  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: February 03, 2017, 11:28:22 AM
Bugfix release

v1.30.03 Released!

High screen resolution support for Windows
Fixed fee for BTCChina and OKCoin
Add new pairs for Bitfinex
Fixed authorization for Bitfinex
Completed the Norwegian translation
Fixed bug on restoring Workspace from previous state
Fixed account data and add new pairs for bitstamp
Fixed minor bugs

https://sourceforge.net/projects/bitcointrader/

No poloniex?
179  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент для безопасных торгов на Mac/Windows/Linux] on: February 03, 2017, 03:57:05 AM
Вышло v1.30.03 обновление!

Поддержка больших разрешений экрана в Windows
Исправлен расчет комиссии в BTCChina и OKCoin
Синхронизированы пары Bitfinex
Исправлен баг авторизации Bitfinex
Обновлен норвежский язык интерфейса
Исправлен баг восстановления воркспейса
Исправлены баги работы и синхронизированы пары Bitstamp
Исправлены мелкие баги

https://sourceforge.net/projects/bitcointrader/
180  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] on: February 03, 2017, 03:54:34 AM
v1.30.03 Released!

High screen resolution support for Windows
Fixed fee for BTCChina and OKCoin
Add new pairs for Bitfinex
Fixed authorization for Bitfinex
Completed the Norwegian translation
Fixed bug on restoring Workspace from previous state
Fixed account data and add new pairs for bitstamp
Fixed minor bugs

https://sourceforge.net/projects/bitcointrader/
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!