View RSS Feed

mql5

Developing a trading Expert Advisor from scratch (Part 17): Accessing data on the web (III)

Rate this Entry
by , 08-01-2022 at 01:33 AM (251 Views)
      
   
In the previous article Developing a trading Expert Advisor from scratch (Part 16): Accessing data on the web (II), we talked about the problems and consequences of data capturing from the web. We also considered how to use it in an Expert Advisor and discussed three possible solutions each having their pros and cons. However, we have a new problem: the system of terminal's global variables only allows the use of the double type. Many do not know how to avoid this, and therefore they pass various information, such as a piece of text, through the channel provided by MetaTrader 5. In this article, we will discuss how to get around this limitation.
-------------------


more...

Submit "Developing a trading Expert Advisor from scratch (Part 17): Accessing data on the web (III)" to Google Submit "Developing a trading Expert Advisor from scratch (Part 17): Accessing data on the web (III)" to del.icio.us Submit "Developing a trading Expert Advisor from scratch (Part 17): Accessing data on the web (III)" to Digg Submit "Developing a trading Expert Advisor from scratch (Part 17): Accessing data on the web (III)" to reddit

Categories
Uncategorized

Comments