Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Scripts

The example of using the Named Pipes in MetaTrader 4 - script for MetaTrader 4

Views:
18662
Rating:
(17)
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 DLLs

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/10865

MAonMA MAonMA

Moving Average on Moving Average

MMA_Breakout_strategy_Volume I - coded by WhooDoo22. MMA_Breakout_strategy_Volume I - coded by WhooDoo22.

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.

Profitstat Profitstat

Shows you profit history in real time.

PSAR trader v2 PSAR trader v2

Trades using parabolic SAR signals