Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 19412
- Rating:
- Published:
- 2013.01.15 13:09
- Updated:
- 2014.04.21 14:56
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Many developers face the same problem - how to get to the trading terminal sandbox without using unsafe DLLs. One of the easiest and safest method is to use standard Named Pipes that work as normal file operations.
Between read and write operations is strongly recommended to set FileFlush() and FileSeek() to the beginning of the file.
See the description in the article Communicating With MetaTrader 5 Using Named Pipes Without Using DLLsTranslated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/10865

Moving Average on Moving Average

Strategy is founded on support and resistance AND the theory that the market moves in trends or consolidated horizontal movement containing smaller ranges. It uses default custom indicator moving average and partial order closing. -WhooDoo22.