Forum

Forex Correlation

Understanding the principles of correlation will boost one prospects of achieving consistent forex success: Here we will cover daily trades taken based on forex correlation. Pl check out my charts on forex correlation. https://www.mql5.com/en/users/venky/charts

How to fetch last iFractals upper and lower values

Hi All Pl help with the for loop code to fetch the last up and down ifractals value Thx in advance //+------------------------------------------------------------------+ int start() { //---- double upval=iFractals(NULL,0,MODE_UPPER,3); double dnval=iFractals(NULL,0,MODE_LOWER,3); // How

Help in display correct iSar Values

I am trying to get iSar values but its always shows up as 1.0. Pl help to get the correct iSar values. Thx for the help double mSar =0.00; mSar = iSAR(NULL,0,0.02,0.2,0)>Close[0]; Alert(mSar);