Bitcoin Forum
May 09, 2024, 03:35:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 383273 times)
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
May 27, 2019, 11:08:27 AM
 #1601

it's hard because when I need instant order I know the market is going to move quick, setting 5% each time isn't an option.

It requires some time to implement Market orders and we will work on it later.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715268909
Hero Member
*
Offline Offline

Posts: 1715268909

View Profile Personal Message (Offline)

Ignore
1715268909
Reply with quote  #2

1715268909
Report to moderator
1715268909
Hero Member
*
Offline Offline

Posts: 1715268909

View Profile Personal Message (Offline)

Ignore
1715268909
Reply with quote  #2

1715268909
Report to moderator
lkthomas
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
May 27, 2019, 11:25:20 AM
 #1602

it's hard because when I need instant order I know the market is going to move quick, setting 5% each time isn't an option.

It requires some time to implement Market orders and we will work on it later.

Noted with thanks.
dimon121
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
June 18, 2019, 06:22:11 AM
 #1603

нe мoгy ни кaк нacтpoить тaкaя пpocтaя cтpaтa a блин нe пoлyчaeтcя пoмoгитe нeдoтёпe 😝 кypc пoвыcилcя - пpoдaл, eщё пoвыcилcя - eщё пpoдaл, yпaл - кyпил, eщё paз yпaл - eщё кyпил. To ecть любыe кoлeбaния кypca дaют пpибыль пo идee Smiley Пoмoгитe ктo нибyдь , пocтoяннo oшибки выдaют y мeня yжe гoлoвa кpyгoм нe пoймy в чём пpoблeмa пpи зaпycкe пишeт чтo пpaвилo зaпycтилocь cpaзy a этo знaчит y вac oшибкa
drrmrr
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
July 28, 2019, 10:45:59 AM
Last edit: July 28, 2019, 01:36:47 PM by drrmrr
 #1604

Hi,

How can I call a function from another .js file? Can you give me an example please.

I want to have only main program in QT Bitcoin trader and it will call functions from another files. That way I can better organize my code.

I would like to have classes in one file and at least one for functions.

Thank you and best regards
Damjan
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
July 28, 2019, 04:31:55 PM
 #1605

Hi,

How can I call a function from another .js file? Can you give me an example please.

I want to have only main program in QT Bitcoin trader and it will call functions from another files. That way I can better organize my code.

I would like to have classes in one file and at least one for functions.

Thank you and best regards
Damjan

You can send events between two or more scripts, you can find example if you press Help button in Rules panel.

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

Activity: 40
Merit: 0


View Profile
July 28, 2019, 08:11:07 PM
 #1606

Hi,

How can I call a function from another .js file? Can you give me an example please.

I want to have only main program in QT Bitcoin trader and it will call functions from another files. That way I can better organize my code.

I would like to have classes in one file and at least one for functions.

Thank you and best regards
Damjan

You can send events between two or more scripts, you can find example if you press Help button in Rules panel.

trader.sendEvent? I will look at it. Thank you. This can very be useful. I will maybe use it for some other cases.

But if I want, can I still import file, require ... ?
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
July 28, 2019, 11:32:25 PM
 #1607

Each script have to run as separated group, it not possible to include from file.

Hi,

How can I call a function from another .js file? Can you give me an example please.

I want to have only main program in QT Bitcoin trader and it will call functions from another files. That way I can better organize my code.

I would like to have classes in one file and at least one for functions.

Thank you and best regards
Damjan

You can send events between two or more scripts, you can find example if you press Help button in Rules panel.

trader.sendEvent? I will look at it. Thank you. This can very be useful. I will maybe use it for some other cases.

But if I want, can I still import file, require ... ?

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

Activity: 40
Merit: 0


View Profile
July 29, 2019, 07:05:01 AM
 #1608

Each script have to run as separated group, it not possible to include from file.

Hi,

How can I call a function from another .js file? Can you give me an example please.

I want to have only main program in QT Bitcoin trader and it will call functions from another files. That way I can better organize my code.

I would like to have classes in one file and at least one for functions.

Thank you and best regards
Damjan

You can send events between two or more scripts, you can find example if you press Help button in Rules panel.

trader.sendEvent? I will look at it. Thank you. This can very be useful. I will maybe use it for some other cases.

But if I want, can I still import file, require ... ?

Thank you Ighor. Just wanted to be sure. By the way, that trader.sendEvent is hidden gem Smiley
drrmrr
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
August 10, 2019, 05:39:17 PM
 #1609

Hi,

I'm testing one strategy and I'm using Qt Bitcoin Trader for staticstics, which are then processed by another app (through log files). Then, I want to send Qt Bitcoin Trader back buy & sell signal.

Can anyone give me a hint, which way is the best. Now I see only communication between two apps through files.

Thank you
Damjan
drrmrr
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
August 19, 2019, 04:04:30 PM
 #1610

Hi,

I'm testing one strategy and I'm using Qt Bitcoin Trader for staticstics, which are then processed by another app (through log files). Then, I want to send Qt Bitcoin Trader back buy & sell signal.

Can anyone give me a hint, which way is the best. Now I see only communication between two apps through files.

Thank you
Damjan

Are forums removed on page from centrabit? Where is all the content?
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
August 19, 2019, 04:06:22 PM
 #1611

Hi,

I'm testing one strategy and I'm using Qt Bitcoin Trader for staticstics, which are then processed by another app (through log files). Then, I want to send Qt Bitcoin Trader back buy & sell signal.

Can anyone give me a hint, which way is the best. Now I see only communication between two apps through files.

Thank you
Damjan

Are forums removed on page from centrabit? Where is all the content?

Thanks, will be fixed soon.

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

Activity: 40
Merit: 0


View Profile
August 23, 2019, 08:34:53 AM
 #1612

Hi,

I'm testing one strategy and I'm using Qt Bitcoin Trader for staticstics, which are then processed by another app (through log files). Then, I want to send Qt Bitcoin Trader back buy & sell signal.

Can anyone give me a hint, which way is the best. Now I see only communication between two apps through files.

Thank you
Damjan

1. So, is there any another way to do that?
2. How can I check file change in QT Bitcoin Trader? If a file was modified

Thank you
D.
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
August 25, 2019, 09:47:04 AM
 #1613

1. So, is there any another way to do that?
2. How can I check file change in QT Bitcoin Trader? If a file was modified

Thank you
D.

1. Hello. Currently there is no other way to communicate between instances.
2. Looks like good idea to add this feature, I'll keep it in todo list.

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

Activity: 40
Merit: 0


View Profile
August 25, 2019, 10:54:46 AM
 #1614

1. So, is there any another way to do that?
2. How can I check file change in QT Bitcoin Trader? If a file was modified

Thank you
D.

1. Hello. Currently there is no other way to communicate between instances.
2. Looks like good idea to add this feature, I'll keep it in todo list.

Thank you
Damjan
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
September 07, 2019, 11:14:04 PM
 #1615

Qt Bitcoin Trader v1.40.43 Released!

Request interval now can be set less than 0.5 seconds
Fixed bug when timers wasn't stopped on group stop
Fixed crash when open Debug dialog
Fixed incorrect fee value in Bitfinex
Fixed filter open orders in Bitfinex
Fixed tray icon in Linux
Fixed bug caused long delay after network down
Fixed on top mode for dock widgets
Fixed bug when password was incorrectly detected as weak
Currency pairs synchronized in all exchanges

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

Activity: 54
Merit: 0


View Profile
September 13, 2019, 10:16:40 AM
 #1616

is there have instant buy/sell button I could use?
pullTW
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 08, 2019, 08:04:40 AM
 #1617

Hi IGHOR, I wanted to be notified about QtBitcoinTrader operations, so I have set up mail smtp configuration with ssmtp and mailutils packages and its functions properly when I run this simple mail.sh bash script from terminal:

Code:
#/bin/bash
echo "Hello, I have done something!" | mail -s "notification" *********.gmail.com

Unfortunately, using QtTraders trader.startApp(path) function, nothng happens Sad
Have I done something wrong here?

Also, where can I read about functions such as trader.write/readtofile(path,data) and such? Docs at centrabit are outdated, and doesn't include newer additions.

I'm asking because I tried to use trader.writetofile(path,data) but nothing seems to happen.

ps. Its still the best application of its kind

Regards
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
October 08, 2019, 08:16:20 AM
 #1618

Hi IGHOR, I wanted to be notified about QtBitcoinTrader operations, so I have set up mail smtp configuration with ssmtp and mailutils packages and its functions properly when I run this simple mail.sh bash script from terminal:

Code:
#/bin/bash
echo "Hello, I have done something!" | mail -s "notification" *********.gmail.com

Unfortunately, using QtTraders trader.startApp(path) function, nothng happens Sad
Have I done something wrong here?

Also, where can I read about functions such as trader.write/readtofile(path,data) and such? Docs at centrabit are outdated, and doesn't include newer additions.

I'm asking because I tried to use trader.writetofile(path,data) but nothing seems to happen.

ps. Its still the best application of its kind

Regards

Hello. In script editor dialog there is popup buttons like Functions, Commands.. They are generated automatically and contains complete list of existing functions, excluding JavaScript itself.
Try this trader.startApp("/bin/bash", "path to your script");

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

Activity: 3
Merit: 0


View Profile
October 09, 2019, 12:07:30 PM
 #1619

Quote
Hello. In script editor dialog there is popup buttons like Functions, Commands.. They are generated automatically and contains complete list of existing functions, excluding JavaScript itself.

Hi again, I know those buttons, but I was asking about up to date documentation(how to use, proper syntax etc).

Quote
Try this trader.startApp("/bin/bash", "path to your script");

Tried your method from manually created script, works fine. But fails when using automatically generated rule with:
https://i.imgur.com/HXPLjSx.png

Additionally tried manually editing rule with these arguments:

Code:
"/bin/bash", "/home/pi/Apps/QtBitcoinTrader-skrypty/mail.sh"
and without quotation and colon:
Code:
/bin/bash /home/pi/Apps/QtBitcoinTrader-skrypty/mail.sh

but nothing happens, debug log says nothing about issue Sad

IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
October 09, 2019, 01:42:54 PM
 #1620

Additionally tried manually editing rule with these arguments:

Code:
"/bin/bash", "/home/pi/Apps/QtBitcoinTrader-skrypty/mail.sh"
and without quotation and colon:
Code:
/bin/bash /home/pi/Apps/QtBitcoinTrader-skrypty/mail.sh

but nothing happens, debug log says nothing about issue Sad



I see, it is Rules dialog generator issue. You can click left bottom checkbox to see source generated by your rule.
So for now this line will work for you:
/bin/bash", "/home/pi/Apps/QtBitcoinTrader-skrypty/mail.sh

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
Pages: « 1 ... 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!