Bitcoin Forum
May 11, 2024, 03:46:03 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 »
661  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox и BTC-e для Mac/Windows/Linux] on: December 04, 2013, 01:20:08 AM
Я когда начинал писать себе бота на 1С то тоже столкнулся с такой проблемой.
Решил тем что отнимал от суммы бтц или лтц 0.2% в обоих направлениях и ордера срабатывали всегда забирая всю сумму.

К стати так сейчас и сделано в 1.07.95 для бтс-е и BTC China.
Но сразу после выхода этой версии китайцы начали присылать письма, что не могут потратить все средства, остается много при их объемах.
662  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox и BTC-e для Mac/Windows/Linux] on: December 04, 2013, 01:00:23 AM
А по поводу того что ордера на всю сумму не всегда срабатывают, как вы планируете это исправить?

Подбиру формулу.
Тестирую с разным объемом.
663  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox и BTC-e для Mac/Windows/Linux] on: December 04, 2013, 12:30:27 AM
И, пожалуйста объясните один вопрос...
Не могу понять что показывают блоки Следующий ордер на продажу и Следующий ордер на покупку, там какие-то огромные плюс или минусы пишет и все...
Хотя цена введенная не предполагает такого профита или убытка...

Обвел на картинке непонятное место.



Это профит между введенными даными в "Купить Bitcoin" и "Продать Bitcoin".
Позволяют генерировать последующий ордер в обе стороны.
664  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox и BTC-e для Mac/Windows/Linux] on: December 03, 2013, 11:53:15 PM
верно, в обоих случаях, в покупке и продаже настройка была на всю сумму .

Хорошо, скоро будет фикс.
665  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox и BTC-e для Mac/Windows/Linux] on: December 03, 2013, 09:28:48 PM
Еще возможный вариант ответа "не достучалось": https://bitcointalk.org/index.php?topic=218044.msg3595552#msg3595552

Наверно увеличу количество попыток до 10.
Еще подумаю могут ли быть другие варианты кроме и недоступности биржи с выходом таймаута.
666  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox и BTC-e для Mac/Windows/Linux] on: December 03, 2013, 08:12:51 PM
по первому пункту было аналогично сегодня , правило отработало, статус правила сменился на "выполнено" но ордер слева не появился в окне. Я немного подождал и ручками создал ордер.
Начал грешить на свои кривые ручки Smiley

надо будет сделать лог и посмотреть ....

Правило было настроено на всю сумму? Покупку или продажу?
В 1.07.95 присутствует баг вычисления суммы на все средства для покупки, в 1.07.96 исправлю.
667  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source trading client for Mac/Windows/Linux] on: December 03, 2013, 04:17:49 PM
Send me debug file to my email (from about window). And I'll fix this or tell you hot to fix this.

Forgive my ignorance but how do I generate/ find the debug file?

Instruction in first message of this thread.

Quote
You can send me log file for debugging.
Close Qt Bitcoin Trader and go to the ~/.config/QtBitcoinTrader (Linux) or %localappdata%\QtBitcoinTrader (Windows) folder and edit your *.ini file.
Find section Debug and change LogEnabled=false to LogEnabled=true
Start Qt Bitcoin Trader for 1 minute and close it.
Now in ~/.config/QtBitcoinTrader folder you can find *.log file, send it to me.
Don't forget to change LogEnabled to false back.
Or press Alt+Shift+D to view log and debug information.
668  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source trading client for Mac/Windows/Linux] on: December 03, 2013, 03:46:34 PM
@IGHOR - have you looked into how btcrobot does their auto trading? I think this video gives a general idea. I'm not sure if it does anything else behind the scenes but it seems like something you could easily implement into your bot. http://www.youtube.com/watch?feature=player_detailpage&v=hopbhC4OKtU#t=80


Also, thanks for making this bot open source and free. I'm hoping to donate some coin your way once I start actually making some haha.

You will be able to do this on Qt Open Trader.
Currently multi exchange monitoring is not supported due high API load.

Any idea on when Qt Open Trader will be released?

I think one solution for the high API load would be to reduce the number of checks. From what I can gather you're doing everything in real time right? For multi exchange monitoring why not set a timeout that the user can change in options? Set it so that if multi exchange monitoring is on, only check both exchanges every 10+ seconds by default instead of real time.

Will the next version have auto trading support for EMA(10) and EMA(21) signals?

Also, tossing another idea your way. An experimental price dip detector would be an excellent feature to add. You could probably bake this into your current rule set so users can easily adjust the values to their liking. Here goes how I envision it, have the bot check the price, if it's 30+ points lower than the last market price then trigger a dip alert and buy however many coins the user wants (this would also have to be added into options). Another option would be to sell if the price raises 30+ points (another value that the user can change) from the price you bought at.  An option to limit how many times the dip alert can be triggered would be needed to prevent multiple buys if the value drops more after the first buy. To prevent confusion you'd have to save multiple "sell" points just in case the market takes a large dump. See example.

Example 1.
Options that are set
max number of dip buys = 2 (Number of buy ins when a dip is detected.)
dip drop value = 30 (When a dip should be detected)
dip raise value = 30 (When a raise should be detected)
Amount to trade = 1 (this value will be used for all currencies BTC, LTC, NMC..etc)

1) Last market price was 1btc = $1080
2) Current price is 1btc = $1050 (went down 30 points triggers first dip buy alert)
3) Bot: buy 1btc at $1050 (Bot saves this value in local database as dip1=1050)
4) Current price is now 1btc = $1020 (went down another 30 based off of the previous buy price you made (ie. $1050), triggers second dip buy alert)
5) Bot: buy 1btc at $1020 (Bot saves this value in local database as dip2=1020)
6) Current Price is now 1btc = $990 (Went down a third time by 30 but because we have "max number of dip buys" set to 2, the bot will do nothing)
7) Current price is now 1btc = $1085 (Which is 30 points more than dip 1 ($1050) and dip 2 ($1020), this triggers a dip sell alert for both previous dip buys)
Cool Bot: sells 2btc at $1085 ($65 profit, both dips where sold so we remove them from the local database and return to the first step of watching the last market price).

Example 2.
Options that are set
max number of dip buys = 2 (Number of buy ins when a dip is detected.)
dip drop value = 30 (When a dip should be detected)
dip raise value = 30 (When a raise should be detected)
Amount to trade = 1 (this value will be used for all currencies BTC, LTC, NMC..etc)

1) Last price was 1btc = $1080
2) Current price is 1btc = $1050 (went down 30 points triggers first dip buy alert)
3) Bot: buy 1btc at $1050 (Bot saves this value in local database as dip1=1050)
4) Current price is now 1btc = $1020 (went down another 30 based off of the previous buy price you made (ie. $1050), triggers second dip buy alert)
5) Bot: buy 1btc at $1020 (Bot saves this value in local database as dip2=1020)
6) Current Price is now 1btc = $1050 (Went up by 30 for dip2, this triggers a dip sell alert)
7) Bot Sells 1btc at $1050 ($30 profit, bot removes dip2=1020 from the local database. Now only dip1=1050 is there.)
8 ) Current price is now $1000 (triggers a buy order since it's more than 30 points different from dip1's value of 1050).
9) Bot: buy 1btc at $1000 (saves to local database as dip2=1000)
10) Current price is now 1btc = $1085 (Which is 30 points more than dip 1 ($1050) and dip 2 ($1000), this triggers a dip sell alert for both previous dip buys)
11) Bot: sells 2btc at $1085 ($120 profit, both dips where sold so we remove them from the local database and return to the first step of watching the last market price).


I think I'll tell you right release date within 1 month.
Thanks for detailed information. I'll explore the ways to implement this.
Also in Qt Open Trader you will be able to program your own indicator.

Any compile howto available for windows? Compile for linux is simple.
The interface gui is different and code seems different from git linux to beta 1.0.7.95 src windows.
Nice program.

Any idea what metatrader uses for timing for receiving data? It appears to be real time or close to it without the constant downloading of data. Two different systems so it may not relate.

Just open pro file via Qt Creator and compile.
Same code for all OS.
Realtime data streaming planted to Qt Open Trader.

IGHOR, You will definitely receive a contribution from me for this excellent app!  I have been using it for only a month or so and absolutely love it. 

I am having an issue with Bitstamp however.  I tried creating a new API and used Notepad to C&P the info.  I am not sure where to go from here.


http://imgur.com/pzc2uW4

Any assistance would be appreciated.

Regards

Send me debug file to my email (from about window). And I'll fix this or tell you hot to fix this.
669  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox и BTC-e для Mac/Windows/Linux] on: December 03, 2013, 02:54:05 PM
Проконсультируйте, пож., по некоторым моментам...
(Использую QT-T v.1.07.95 beta, биржа BTC-E)

1. Как заставить работать правила? Создал правило типа "если цена покупки маркета будет меньше $30 потратить половину средств за цена покупки маркета". Условия для срабатывания правила наступили, на счету есть около $100, статус правила сменился на "выполнено", а по факту ничего не произошло Sad Что где еще нужно включать, что бы правила отрабатывали? API ключи имеют статус info+trade.

2. При первом запуске программы выбрал пару LTC/USD. Как теперь сменить? Выпадающее меню не активно. Или нужно запускать вторую копию программы, создавать второй  API ключ?

Заранее благодарю за ответ.

1. Странно, уверены что условие было поставлено корректно?
2. Смена пары блокируется при добавлении правил, удалите их и сможете поменять. Мультибиржевые и мультивалютные торги будут в Qt Open Trader.
670  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox и BTC-e для Mac/Windows/Linux] on: December 03, 2013, 12:20:05 AM
После команды make получаю вывод
Quote
/usr/bin/ld: cannot find -lQtOpenGL
/usr/bin/ld: cannot find -lGL
collect2: выполнение ld завершилось с кодом возврата 1
make: *** [QtBitcoinTrader] Ошибка 1
Все необходимые пакеты из шапки установлены. Что я делаю не так? Huh

У вас не хватает еще QtOpenGL и GL библиотек.
671  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source trading client for Mac/Windows/Linux] on: December 02, 2013, 09:48:05 PM
Are U planning to compile and Android APP ?

Yes.
672  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source trading client for Mac/Windows/Linux] on: December 02, 2013, 07:10:24 PM
@IGHOR - have you looked into how btcrobot does their auto trading? I think this video gives a general idea. I'm not sure if it does anything else behind the scenes but it seems like something you could easily implement into your bot. http://www.youtube.com/watch?feature=player_detailpage&v=hopbhC4OKtU#t=80


Also, thanks for making this bot open source and free. I'm hoping to donate some coin your way once I start actually making some haha.

You will be able to do this on Qt Open Trader.
Currently multi exchange monitoring is not supported due high API load.
673  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source trading client for Mac/Windows/Linux] on: December 02, 2013, 07:09:24 PM
Great great piece of software. I am sure you already have that on the list but in doubt I mention it.

I think that programmable audio alerts would be awesome. Based on a system similar to the rules for instance. That would allow getting a heads up when something happens.

Again, congrats and thnks for your work.

This is planted to Qt Open Trader - next version of Qt Bitcoin Trader.
674  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source trading client for Mac/Windows/Linux] on: December 02, 2013, 07:08:49 PM
Will the ppc/usd for the btc-e exchange be added to next version? Nice work on your project. I use it everyday.

It will be added to 1.07.96 soon.
675  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source trading client for Mac/Windows/Linux] on: December 02, 2013, 07:08:17 PM
Sell at Market Price is not Market Order.
Currently only Limited orders supported.
I'm working on it and soon Market orders will be added too.
676  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox и BTC-e для Mac/Windows/Linux] on: November 30, 2013, 09:54:37 AM
ppc/usd новую пару добавь плз )

Спасибо, добавлю

А можно мануал для совсем нуба как собрать из исходников в убунту?

Мануал в первом сообщении темы.
677  Bitcoin / Project Development / Re: Qt Bitcoin Trader [Open Source trading client for Mac/Windows/Linux] on: November 29, 2013, 06:28:11 PM
How am I just finding out about this now!

Great software, I haven't traded with it yet but I'm all set up.

Any plans to offer backtesting functionality and/or MACD/EMA indicators?

Thanks very much for your hard work!

Yes, in next version Qt Open Trader there will be analytics.
678  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox и BTC-e для Mac/Windows/Linux] on: November 29, 2013, 06:20:14 PM
Подскажите, почему у меня стали недоступны выбор пар?
Стоит по умолчанию BTC-USD, другие выбрать нельзя.
Торгую на Btc-e

При активных правилах выбор недоступен.

Сейчас столкнулся с проблеммой, на работе сидел прога работала, дома приехал прога пишет что АПИ не доступно, перезапускаюсь, проблема остается, ключи естественно разные используются, в дебаге пишет
Code:
------------------
2013-11-29 17:50:26 LVL:2
Request timeout: 3286>3000
------------------


------------------
2013-11-29 17:50:29 LVL:2
SocketError: The TLS/SSL connection has been closed
------------------

------------------
2013-11-29 17:50:29 LVL:2
SocketError: The remote host closed the connection
------------------

------------------
2013-11-29 17:50:29 LVL:2
Request timeout: 3314>3000
------------------


------------------
2013-11-29 17:50:57 LVL:2
Request timeout: 3049>3000
------------------


------------------
2013-11-29 17:51:01 LVL:2
Request timeout: 3291>3000
------------------

У биржи бтсе сейчас проблемы с нагрузкой, обещали скоро исправить.

Подскажите, это баг или неправильное использование программы?

Выставляю рыночную цену - кнопка "купить" не активна.
Уменьшаю цену на порядок, при той же сумме, кнопка "купить" активируется.
Естественно в последнем случае биржа такой ордер не пропускает.

Приложил скриншот: первый и второй случай слева и справа соответственно.
http://imgur.com/Jrz91qm

Проблема исправлена в 1.07.96
Обновление будет доступно вьпонедельник-вторник.
Будет ночная тема, группы правил и много исправлений.
679  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox и BTC-e для Mac/Windows/Linux] on: November 29, 2013, 01:11:44 PM
Можно ли получать через АПИ сколько внес снял со счета ?
если можно сделай расчет баланса по торговле с приведением итога в выбранную валюту.
Формула думаю такая.
Снятое со счета  минус   Внесенное  + остаток  переводим в битки или баксы (по выбору пользователя) по текущему курсу.
Полученный итог доход или убыток от торговли.

Над этим еще думаю, надо удобно реализовать.

Кстати вспомнил, есть еще одна деталька которая была бы весьма удобной, это возможность перемещения и отстройки ширины колонок, замены их места расположения. то есть к примеру стакан, хочу чтобы стоимость к примеру находилась с лева не с права, не сильно важно как инструмент но гибкость настройки окна инструмента была бы не лишней считаю. И очень больной вопрос, как там обстоят дела у нашего гения с допиливанием графика, будет ли он в свечах или вобще получится запилить с выбором видов графиков?

Сейчас в приоритете разработка стабильной допиленная версия 1.08, после нее начну делать графики и будет интерфейс с требуемой кастомизацией.
680  Local / Трейдеры / Re: Qt Bitcoin Trader [Клиент Mt.Gox и BTC-e для Mac/Windows/Linux] on: November 28, 2013, 11:09:19 PM
Хочется еще запросить такой функционал:
хочется что бы был переключатель на "истории моих сделок" где можно было бы выбирать торги по нужным парам.
а то когда все в перимешку - малоинформативно.

Хорошо, добавлю https://github.com/JulyIGHOR/QtBitcoinTrader/issues/81
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!