Hi! I am interested in the following issue.
1. Identify words such as close, open, tp and sl.
2. Then, based on this information place orders inside MT4.
For instance, there are two sentences:
a) "Opened SHORT USDJPY @ 94.470"
b) "Closed SHORT USDJPY for +39 pips profit"
There may be some extra words inside those sentences. But, the main pursue is to identify those words using MQL4 and then make a trade based those words.
A code has to read those words from some web-page and then transform those words into action, a trade.
Firstly, when it says "Opened SHORT USDJPY @ 94.470", an order has to be opened exactly the same USD/JPY Short @ 94.47.
Secondly, when it says "Closed SHORT USDJPY for +39 pips profit", it has to close the previous position at the same quote or just close it.
I am waiting for your replies. Please, help me.
1. Identify words such as close, open, tp and sl.
2. Then, based on this information place orders inside MT4.
For instance, there are two sentences:
a) "Opened SHORT USDJPY @ 94.470"
b) "Closed SHORT USDJPY for +39 pips profit"
There may be some extra words inside those sentences. But, the main pursue is to identify those words using MQL4 and then make a trade based those words.
A code has to read those words from some web-page and then transform those words into action, a trade.
Firstly, when it says "Opened SHORT USDJPY @ 94.470", an order has to be opened exactly the same USD/JPY Short @ 94.47.
Secondly, when it says "Closed SHORT USDJPY for +39 pips profit", it has to close the previous position at the same quote or just close it.
I am waiting for your replies. Please, help me.