Unisciti alla nostra fan page
- Visualizzazioni:
- 6488
- Valutazioni:
- Pubblicato:
- 2012.01.16 09:26
- Aggiornato:
- 2017.05.02 10:05
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The classes (conveted from C++ to MQL5) for working with memory mapped files.
The C++ project was published in CodeBase: Memory Mapping.
The example script is included.
PS. Special thanks to Renat and Nikolay for the idea.
This example can be used for working with different WinAPI functions without writing of additional DLLs.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/818

DLL (MS VC++ 2010) for working with Memory Mapped files.

This Expert Advisor is example of use of the Memory Mapping DLL for working with File Mapping functions. In this example the Expert Advisor create a virtual (memory-mapped) file and start to update the quotes on symbol. Using this way, Expert Advisors can exchange data (for example, quotes) using common memory-mapped file.

BykovTrend_HTF_Signal shows a trend direction or a signal for performing a deal generated by BykovTrend indicator as a graphic object with colored trend indication or deal direction.

The indicator shows possible targets of price movement. It calculates the distance from the market entry price to the highs and lows displaying the quartiles deviation.