pablocode
pablocode
  • Senior Software Engineer at Expert
  • Italy
  • 78
Senior Software Engineer at Expert
pablocode
Added topic 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
pablocode
pablocode
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);
2) loading the stddev.mq5 indicator code taken from this codebase page https://www.mql5.com/en/code/49

the results are the same for any period and price type with SMA, SMMA, LWMA methods
unfortunately with method EMA values generated are different at start bars, why?
pablocode
Added topic 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    =
pablocode
Added topic 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 =
pablocode
Added topic 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
pablocode
Added topic 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
pablocode
Registered at MQL5.community