Example of trading with web based broker

Posted By: Naqviak

Example of trading with web based broker - 09/27/18 02:33

Hi
I am new to forum and am looking for examples on how to use Zorro with brokers who only support web based trading
Posted By: AndrewAMD

Re: Example of trading with web based broker - 09/27/18 14:16

You have two three options:

1) Use a supported broker.
2) Make your own broker DLL. You must know/learn how to program.

To write a DLL, it's best to have an API to work with, such as a REST API. Whereas, to program mouse clicks into a web browser is not fun.

3) Do what Petra says, below. cool
Posted By: Petra

Re: Example of trading with web based broker - 09/27/18 15:25

The keys function can send mouseclicks to a web browser.
Posted By: DdlV

Re: Example of trading with web based broker - 09/27/18 17:10

Re. keys(), beware that it sends to the active window. In practice this is not a very workable long-term solution, even on a dedicated machine where you may think you have total control over keeping the browser window always as the active window.

For want of a keystroke ...
Posted By: Zheka

Re: Example of trading with web based broker - 10/01/18 21:18

Yes, Zorro seems to always be the "active window".
Posted By: jcl

Re: Example of trading with web based broker - 10/02/18 06:24

No, the active window is always the last started or last clicked.

For actvating it by script, use SetForegroundWindow. Do not work on that PC at the same time, or else your mouse clicks will be in conflict with the automated clicks.
Posted By: Eugene

Re: Example of trading with web based broker - 10/20/18 05:09

Just starting with Zorro, I found this article with an example code of using an online broker.

http://www.financial-hacker.com/binary-options-scam-or-opportunity/#more-1709
© 2024 lite-C Forums