Watch how to download trading robots for free
Find us on Facebook!
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
Views:
6622
Rating:
(20)
Published:
2010.08.17 11:16
Updated:
2016.11.22 07:32
alfos.mq5 (4.32 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

It's an oscillator, similar to OsMA with Variable Index Dynamic Average.

Input parameters:

  • MA1 - Fast MA period;
  • МА2 - Slow MA period;
  • СМО1 - Fast MA СМО;
  • СМО2 - Slow MA СМО;
  • Signal - Signal MA period.

AlfOs

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

Working with sockets in MQL5 Working with sockets in MQL5

This library will allow you to tranfser realtime quotes from MetaTrader 5 to external server application.

i-ImpulseSystem i-ImpulseSystem

The indicator is based on the Elder's Impluse system.

Keywords and aliases of MQL5 Keywords and aliases of MQL5

The MQL5 keywords and aliases for autoreplace are presented.

ZeroLag MACD ZeroLag MACD

The MACD oscillator with zero lag.