MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Source code library - Expert Advisors, Indicators and Scripts

Finding Errors and Logging Finding Errors and Logging Export Indicator's Values Script
Export Indicator's Values
Author: NFTrader
Subscribe to signal
WOM IQ Trader Medium
19.38%, 120 148.77 USD
Screenshot
GBPNZD, H1
Real
Trajecta Multi Currency Scale MartingaleTrajecta Multi Currency Scale Martingale Try product
Trajecta Multi Currency Scale Martingale
Author: figurelli
To post a new code, please log in or register

Interesting script?
So post a link to it -
let others appraise it

You liked the script? Try it in the MetaTrader 5 terminal

2011.08.26 11:34
ParMA

ParMA [ru]

alexjou

Published by:
GODZILLA
Downloads:
705
Views:
776
Rating:
votes: 1
Files:
\MQL5\Include\\MQL5\Indicators\
parma.mq5 (4.43 KB)view

Real author:

alexjou

Description:

Moving average indicator based on parabolic approximation of price. Quite remarkable algorithm of parabolic price approximation is used in this indicator for smoothing.

The indicator uses the CParMA class of the SmoothAlgorithms.mqh library. The use of this class is described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

  • Place smoothalgorithms.mqh library to the terminal_data_folder\MQL5\Include.
  • The indicator parma.mq5 must be placed to the terminal_data_folder\MQL5\Indicators.

Image:

ParMA

Translated from Russian by MetaQuotes Software Corp.
Original code: http://www.mql5.com/ru/code/433