Hello all,
I am versed in Java and C++ and have recently dived into MQL4.
I have 3 indicators that must all meet an agreement before triggering an alert/arrow, etcetera. I designed a trading platform written in Java that utilizes a webdriver in order to execute a series of trades using an online Binary Options broker (Terms & Agreements do not specifically prohibit bots). I am now to the point where I want to automate the entire process:
Indicators agree -> fire alert -> alert sends Call/Put options plus details on trading asset and expiry to Java program -> Java program handles the rest.
I hypothesized exporting the indicator details to a csv or like file and having my Java program interpret that and continue the trades based on the information (this may inevitably be the only way to do what I'm trying to accomplish). However, this process could have speed implications and we'll as other possible garbage data or efficiency issues.
In short, is there a way using MQL to send alerts or buy/sell arrows to my Java program ?
MQL is used strictly for Indicators. I do not want to write an EA in MQL (at least not yet) for Java has the tools and APIs needed to make use of my program.
I just need a way for the two to communicate.
Thanks for any guidance,
-Cheers.
- Algorithmic Trading, Trading Robots
- How to Create an Expert Advisor or an Indicator - Algorithmic Trading, Trading Robots
- Client terminal global variables
Papazig:
Hello all,
Hello all,
I am versed in Java and C++ and have recently dived into MQL4.
I have 3 indicators that must all meet an agreement before triggering an alert/arrow, etcetera. I designed a trading platform written in Java that utilizes a webdriver in order to execute a series of trades using an online Binary Options broker (Terms & Agreements do not specifically prohibit bots). I am now to the point where I want to automate the entire process:
Indicators agree -> fire alert -> alert sends Call/Put options plus details on trading asset and expiry to Java program -> Java program handles the rest.
I hypothesized exporting the indicator details to a csv or like file and having my Java program interpret that and continue the trades based on the information (this may inevitably be the only way to do what I'm trying to accomplish). However, this process could have speed implications and we'll as other possible garbage data or efficiency issues.
In short, is there a way using MQL to send alerts or buy/sell arrows to my Java program ?
MQL is used strictly for Indicators. I do not want to write an EA in MQL (at least not yet) for Java has the tools and APIs needed to make use of my program.
I just need a way for the two to communicate.
Thanks for any guidance,
-Cheers.
Shared memory, sockets, named pipes...

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register