Bitcoin Forum
April 27, 2024, 08:52:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 53 54 55 56 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  Print  
Author Topic: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]  (Read 383268 times)
btcdrak
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile
January 19, 2015, 11:35:46 AM
 #1261

Hey,

Great tool. Any plans for adding OKCoin?

+1 for spot trading on okcoin.cn, and spot + futures on okcoin.com
1714207959
Hero Member
*
Offline Offline

Posts: 1714207959

View Profile Personal Message (Offline)

Ignore
1714207959
Reply with quote  #2

1714207959
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Shrishti
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 23, 2015, 11:57:34 AM
 #1262

Does it allows to exchange bitcoin with currency like usd? Or it is only about multiple cryptocurrencies to btc? 
stellar1
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
January 24, 2015, 01:58:32 PM
 #1263

Is there some way I can use it with bitmex.com ?

Or if the developer would like to add bitmex.com

Thanks
IamAGentleman
Full Member
***
Offline Offline

Activity: 134
Merit: 100


View Profile
January 24, 2015, 02:04:13 PM
 #1264

Anyone made a script when it get to a certain % sell?

So, you put the buy price as $220. and then when the profits reach 10% of that then sell all your coins, wait for it to reach $220 then put all your coins back in and repeat?
fabio6x2
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 02, 2015, 04:46:42 PM
 #1265

Running auto, but when all tasks comPlete I need to restart manually….It’s Possible to restart automatic??
https://i.imgur.com/xdriaKk.png

my rules
var executed=false;
function executeRule()
{
 executed=true;
 if(trader.get("ApiLag")>10)
 {
 trader.log("Api lag is to high");
 trader.delay(1,"executeRule()");
 return;
 }

 var amount = trader.get("Balance","BTC");

 var price = trader.get("BTCUSDexchange" , "LastMyBuyPrice");
 price += price * 0.008;

 trader.sell("BTCUSDexchange" , amount , price);
 trader.groupDone();
}

var baseVariable = calcBaseVariable();
function calcBaseVariable()
{
 baseVariable = trader.get("BTCUSDexchange" , "LastMyBuyPrice");
 baseVariable += baseVariable*0.01;
 return baseVariable;
}

trader.on("LastPrice").changed()
{
 if(executed)return;
 if(symbol != "BTCUSDexchange")return;
 calcBaseVariable();
 if(value <= baseVariable) executeRule();
}

and
var executed=false;
function executeRule()
{
 executed=true;
 if(trader.get("ApiLag")>10)
 {
 trader.log("Api lag is to high");
 trader.delay(1,"executeRule()");
 return;
 }

 var amount = trader.get("Balance","USD");

 var price = trader.get("BTCUSDexchange" , "LastPrice");
 price -= price * 0.01;

 trader.buy("BTCUSDexchange" , amount / price , price);
 trader.groupDone();
}

var baseVariable = calcBaseVariable();
function calcBaseVariable()
{
 baseVariable = trader.get("BTCUSDexchange" , "LastMySellPrice");
 baseVariable += baseVariable*0.01;
 return baseVariable;
}

trader.on("LastPrice").changed()
{
 if(executed)return;
 if(symbol != "BTCUSDexchange")return;
 calcBaseVariable();
 if(value <= baseVariable) executeRule();
}

IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
February 02, 2015, 08:19:02 PM
 #1266

Running auto, but when all tasks comPlete I need to restart manually….It’s Possible to restart automatic??

Just add third rule "Enable all rules" you will get a loop.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
fabio6x2
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 03, 2015, 12:40:46 AM
 #1267

Running auto, but when all tasks comPlete I need to restart manually….It’s Possible to restart automatic??

Just add third rule "Enable all rules" you will get a loop.

How I can do this??
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
February 04, 2015, 01:15:39 AM
 #1268

Running auto, but when all tasks comPlete I need to restart manually….It’s Possible to restart automatic??

Just add third rule "Enable all rules" you will get a loop.

How I can do this??


Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
fabio6x2
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 14, 2015, 07:33:36 AM
 #1269

Running auto, but when all tasks comPlete I need to restart manually….It’s Possible to restart automatic??

Just add third rule "Enable all rules" you will get a loop.

How I can do this??

https://i.imgur.com/6LrHevM.jpg
Be more specific coz I won't get an infinity loop.....Send screens of every rule please
takagari
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
March 08, 2015, 03:02:52 PM
 #1270

Very cool, thanks for this, hope you add more exchanges!
Askit2
Hero Member
*****
Offline Offline

Activity: 981
Merit: 500


DIV - Your "Virtual Life" Secured and Decentralize


View Profile
March 15, 2015, 10:09:31 PM
Last edit: March 15, 2015, 10:19:39 PM by Askit2
 #1271

Hi Ighor
I'm have had crashes 2 days in a row with 1.08.03. I'm not sure why but the last crash was less then 24 hours. I'm going to restart with logging enabled hopefully there is something in the log that would indicate a problem. This is on 2 instances on Windows 7 64 bit. My one instance on a raspberry Pi with arch Linux seems unaffected. Hopefully the log can help. Sadly also hopefully the logging is done fairly quickly as the log is going to get big fairly quickly on a daily basis.

The first crash took at least 2 weeks to happen. I'm not sure why I have had 2 in 24 hours when the first took so long.

EDIT: I didn't think to look at the Windows log. Thank You. I did forget to mention The trader is running on BTC-e. Don't know if it helps hurts or doesn't matter but I should have included the exchange.

          ▄▄
        ▄█▀▀█▄
      ▄█▀ ▄▄ ▀█▄
      ▀ ▄████▄ ▀
   ▄▀ ▄ ▀████▀ ▄ ▀▄
 ▄▀ ▄███▄ ▀▀ ▄███▄ ▀▄
█  ███████  ███████  █
 ▀▄ ▀███▀ ▄▄ ▀███▀ ▄▀

   ▀▄ ▀ ▄████▄ ▀ ▄▀
      ▄ ▀████▀ ▄
      ▀█▄ ▀▀ ▄█▀
        ▀█▄▄█▀
          ▀▀
███████████████████████████████████████████████████████████████████
██████▀▀▀▀▀▀▀▀▀▀▀██████████▀▀▀▀▀████▀▀▀▀▀█████▀▀▀▀█████▀▀▀▀▀███████
██████            ▀████████     ████     █████    █████     ███████
██████     ▄▄▄▄▄    ▀██████     █████    ████      ████    ████████
██████     ██████▄    █████     █████    ▀██▀  ▄▄  ▀██▀    ████████
██████     ███████    █████     ██████    ██   ██   ██    █████████
██████     ███████    █████     ██████    ██   ██   ██    █████████
██████     ███████    █████     ██████     █   ██   █     █████████
██████     █████▀    ██████     ███████       ████       ██████████
██████     ▀▀▀▀▀    ▄██████     ████████     ██████     ███████████
██████            ▄████████     ████████     ██████     ███████████
██████▄▄▄▄▄▄▄▄▄▄▄██████████▄▄▄▄▄█████████▄▄▄▄██████▄▄▄▄████████████
███████████████████████████████████████████████████████████████████
.DIWtoken.com.
▄██████████████████▄
███       ▀███████
███       █████████
███       █████████
███       █████████
███              ██
███   ▄▄▄▄▄▄▄▄   ███
███   ▄▄▄▄▄▄▄▄   ███
███              ███
███▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
██████████████████▀

▄██████████████████▄
███████████▀ ███████
█████████▀   ███████
███████▀     ██▀ ███
███ ▀▀       █▄▄████
███          █▀▀▀▀██
███ ▄▄       ███████
██████▄     █▄ ▀███
█████████▄   ███▄███
███████████▄ ███████
▀██████████████████▀

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
......SECURITY DECENTRALIZED...
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
March 15, 2015, 10:13:33 PM
 #1272

Hi Ighor
I'm have had crashes 2 days in a row with 1.08.03. I'm not sure why but the last crash was less then 24 hours. I'm going to restart with logging enabled hopefully there is something in the log that would indicate a problem. This is on 2 instances on Windows 7 64 bit. My one instance on a raspberry Pi with arch Linux seems unaffected. Hopefully the log can help. Sadly also hopefully the logging is done fairly quickly as the log is going to get big fairly quickly on a daily basis.

The first crash took at least 2 weeks to happen. I'm not sure why I have had 2 in 24 hours when the first took so long.

Hi. Look at Windows Event Log and send me error report.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
windpath
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
March 20, 2015, 05:39:15 PM
 #1273

Just installed on Mac, great piece of software. Thanks!
AnalizeSituation
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 20, 2015, 05:51:17 PM
 #1274

new updates?  Huh  Roll Eyes
Askit2
Hero Member
*****
Offline Offline

Activity: 981
Merit: 500


DIV - Your "Virtual Life" Secured and Decentralize


View Profile
March 23, 2015, 10:43:33 PM
 #1275

Hi Ighor
I'm have had crashes 2 days in a row with 1.08.03. I'm not sure why but the last crash was less then 24 hours. I'm going to restart with logging enabled hopefully there is something in the log that would indicate a problem. This is on 2 instances on Windows 7 64 bit. My one instance on a raspberry Pi with arch Linux seems unaffected. Hopefully the log can help. Sadly also hopefully the logging is done fairly quickly as the log is going to get big fairly quickly on a daily basis.

The first crash took at least 2 weeks to happen. I'm not sure why I have had 2 in 24 hours when the first took so long.

Hi. Look at Windows Event Log and send me error report.
Ok I sent the logs but they are large.

One thing I did notice was that I was having other troubles on the windows 7 64 bit pc. I couldn't download much of anything about the time I gave up on the bot. I couldn't reliably view webpages etc. I think the problem may have been an underlying PC issue as far as data problems went. I'm not sure that finding out why it crashed is a bad idea. It wouldn't be good if someones router restarted or their connection went out for a short while and the bot crashed. That having been said since Linux on raspberry pi had no troubles with it I am going to assume it was at least half a windows issue.

          ▄▄
        ▄█▀▀█▄
      ▄█▀ ▄▄ ▀█▄
      ▀ ▄████▄ ▀
   ▄▀ ▄ ▀████▀ ▄ ▀▄
 ▄▀ ▄███▄ ▀▀ ▄███▄ ▀▄
█  ███████  ███████  █
 ▀▄ ▀███▀ ▄▄ ▀███▀ ▄▀

   ▀▄ ▀ ▄████▄ ▀ ▄▀
      ▄ ▀████▀ ▄
      ▀█▄ ▀▀ ▄█▀
        ▀█▄▄█▀
          ▀▀
███████████████████████████████████████████████████████████████████
██████▀▀▀▀▀▀▀▀▀▀▀██████████▀▀▀▀▀████▀▀▀▀▀█████▀▀▀▀█████▀▀▀▀▀███████
██████            ▀████████     ████     █████    █████     ███████
██████     ▄▄▄▄▄    ▀██████     █████    ████      ████    ████████
██████     ██████▄    █████     █████    ▀██▀  ▄▄  ▀██▀    ████████
██████     ███████    █████     ██████    ██   ██   ██    █████████
██████     ███████    █████     ██████    ██   ██   ██    █████████
██████     ███████    █████     ██████     █   ██   █     █████████
██████     █████▀    ██████     ███████       ████       ██████████
██████     ▀▀▀▀▀    ▄██████     ████████     ██████     ███████████
██████            ▄████████     ████████     ██████     ███████████
██████▄▄▄▄▄▄▄▄▄▄▄██████████▄▄▄▄▄█████████▄▄▄▄██████▄▄▄▄████████████
███████████████████████████████████████████████████████████████████
.DIWtoken.com.
▄██████████████████▄
███       ▀███████
███       █████████
███       █████████
███       █████████
███              ██
███   ▄▄▄▄▄▄▄▄   ███
███   ▄▄▄▄▄▄▄▄   ███
███              ███
███▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
██████████████████▀

▄██████████████████▄
███████████▀ ███████
█████████▀   ███████
███████▀     ██▀ ███
███ ▀▀       █▄▄████
███          █▀▀▀▀██
███ ▄▄       ███████
██████▄     █▄ ▀███
█████████▄   ███▄███
███████████▄ ███████
▀██████████████████▀

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
......SECURITY DECENTRALIZED...
Aknot
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 14, 2015, 01:35:40 PM
 #1276

Hi Ighor,

last entry here is from 23-03-2015 and the help and manual for rules and script encoding at centrabit has gone.
Where can I find them now? Or, is there a great update coming and everything gets new?
Is this the calm before the storm?  Undecided

Greetz Aknot
S4VV4S
Hero Member
*****
Offline Offline

Activity: 1582
Merit: 502


View Profile
April 15, 2015, 06:15:13 AM
 #1277

IGHOR,
this looks like an extremely useful piece of software.

Thanks!

Can you please update your demo video as it still show a demo with MtGox?
This one: https://centrabit.com/?m0prm=7&showItem=24
firewire2013
Member
**
Offline Offline

Activity: 103
Merit: 10


View Profile
April 15, 2015, 08:39:26 PM
 #1278

Hello,

What is the code for a trailing stop?

Thanks

BTC: 1BbJmzqcxnJEc3gPcBFbjoUnRB9WGHZ3Cf
Askit2
Hero Member
*****
Offline Offline

Activity: 981
Merit: 500


DIV - Your "Virtual Life" Secured and Decentralize


View Profile
April 24, 2015, 05:56:57 AM
 #1279

I can't explain this newer issue I am having. Computer is windows 7 64bit 4gb ram.

The User Interface disappears after a few days usually just after I turn on the TV that I use in place of a monitor.
I can find the process for QT-Trader in the processes tabs on the windows 7 performance monitor. Sadly task manager seems to lock up after a while and requires a restart to work again. So I have not double checked that task manager shows the relevant process. I can taskkill /IM QtBitcoinTrader.exe or taskkill /IM QtBitcoinTrader.exe /f (to force close all instances) the process.

The processor load might be lower with no UI. This could maybe evolve into a feature. I'm not sure if it would help anyone but it could be handy I guess. I think, but have no proof, that the application has not traded in this condition.

Hopefully you are doing well.

          ▄▄
        ▄█▀▀█▄
      ▄█▀ ▄▄ ▀█▄
      ▀ ▄████▄ ▀
   ▄▀ ▄ ▀████▀ ▄ ▀▄
 ▄▀ ▄███▄ ▀▀ ▄███▄ ▀▄
█  ███████  ███████  █
 ▀▄ ▀███▀ ▄▄ ▀███▀ ▄▀

   ▀▄ ▀ ▄████▄ ▀ ▄▀
      ▄ ▀████▀ ▄
      ▀█▄ ▀▀ ▄█▀
        ▀█▄▄█▀
          ▀▀
███████████████████████████████████████████████████████████████████
██████▀▀▀▀▀▀▀▀▀▀▀██████████▀▀▀▀▀████▀▀▀▀▀█████▀▀▀▀█████▀▀▀▀▀███████
██████            ▀████████     ████     █████    █████     ███████
██████     ▄▄▄▄▄    ▀██████     █████    ████      ████    ████████
██████     ██████▄    █████     █████    ▀██▀  ▄▄  ▀██▀    ████████
██████     ███████    █████     ██████    ██   ██   ██    █████████
██████     ███████    █████     ██████    ██   ██   ██    █████████
██████     ███████    █████     ██████     █   ██   █     █████████
██████     █████▀    ██████     ███████       ████       ██████████
██████     ▀▀▀▀▀    ▄██████     ████████     ██████     ███████████
██████            ▄████████     ████████     ██████     ███████████
██████▄▄▄▄▄▄▄▄▄▄▄██████████▄▄▄▄▄█████████▄▄▄▄██████▄▄▄▄████████████
███████████████████████████████████████████████████████████████████
.DIWtoken.com.
▄██████████████████▄
███       ▀███████
███       █████████
███       █████████
███       █████████
███              ██
███   ▄▄▄▄▄▄▄▄   ███
███   ▄▄▄▄▄▄▄▄   ███
███              ███
███▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
██████████████████▀

▄██████████████████▄
███████████▀ ███████
█████████▀   ███████
███████▀     ██▀ ███
███ ▀▀       █▄▄████
███          █▀▀▀▀██
███ ▄▄       ███████
██████▄     █▄ ▀███
█████████▄   ███▄███
███████████▄ ███████
▀██████████████████▀

▄██████████████████▄
████████████████████
███████████████▀▀ ██
█████████▀▀     ███
████▀▀     ▄█▀   ███
███▄    ▄██      ███
█████████▀      ▄██
█████████▄     ████
█████████████▄ ▄████
████████████████████
▀██████████████████▀
......SECURITY DECENTRALIZED...
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
April 24, 2015, 09:02:52 AM
 #1280

I can't explain this newer issue I am having. Computer is windows 7 64bit 4gb ram.

The User Interface disappears after a few days usually just after I turn on the TV that I use in place of a monitor.
I can find the process for QT-Trader in the processes tabs on the windows 7 performance monitor. Sadly task manager seems to lock up after a while and requires a restart to work again. So I have not double checked that task manager shows the relevant process. I can taskkill /IM QtBitcoinTrader.exe or taskkill /IM QtBitcoinTrader.exe /f (to force close all instances) the process.

The processor load might be lower with no UI. This could maybe evolve into a feature. I'm not sure if it would help anyone but it could be handy I guess. I think, but have no proof, that the application has not traded in this condition.

Hopefully you are doing well.


Looks like it update checking instance. I'll check out possible problems.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
Pages: « 1 ... 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 53 54 55 56 57 58 59 60 61 62 63 [64] 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!