Forum

iSedDev() different values from stddev.mq5 on charts for EMA methods

hi guys, can anyone help me figure out whats going on? loading stddev indicator on the chart in these 2 ways: 1) is equivalent to calling STDDEVhandle = iStdDev(NULL,0,STDperiod,0,STDmethod,STDprice); (Standard Deviation from Navigator/Trend Indicator) 2) loading the stddev.mq5 compiled indicator of

Technical Indicator Call VS Custom Indicator Call (iSAR VS PSAR of Metaquotes)

Hi guys, here the question, we have this two different call in simple Expert Advisor PSARh = iSAR(NULL,0,PSARstep,PSARmaximum); // technical indicator call handle PSARh = iCustom(NULL,0,"Examples\\ParabolicSAR",PSARstep,PSARmaximum); // custom indicator call handle although they start and complete

Several values calculated (at 6a or 5a decimal) in standard function by expert mt5 and manual calculation in same expert optimization tester

hey guys 1) I downloaded the Dukascopy prices from Tickstory (O,H,L,C,Median,Typical, Weighted) and imported them into custom symbol M1 in MT5 2) I call any standard indicator and hook its expert advisor handle, for example Momentum ... MOMhandle = iMomentum(NULL,0,MOMperiod,MOMprice); ... 3) lanch

MQL5 - HELP How to handle Custom indicator to different buffers of iEnvelopes (and others)?

Hi everyone, Here’s the question: I get buffers from example indicator multiple buffers like iEnvelopes correctly through numbering in CopyBuffer handle1 = iEnvelopes ( NULL , 0 , period, 0 , method, price, deviation); CopyBuffer (handle1, buffer= 0 , 0 , 3 , arrayUpper)> 0 ) CopyBuffer (handle1

Problems on VIDYA vs iVIDYA() Variable Index Dynamic Average

Hello, on my ExpertAdviros i call VIDYA indicator of metaquotes (in Indicator / examples folder) with iCustom () function instead iVIDYA () which apparently uses another indicator code called " Variable Index Dynamic Average (in Indicator / Trend folder") they are drawn on the chart with different