Pivot indicators - page 69

 

tzPivots

sdx-tzpivots.mq4

Files:
tzpivots.gif  24 kb
 

Hi can someone add a timeshift to this pivot indicator ?dailypivot.mq4

Files:
 
wansiman:
Hi can someone add a timeshift to this pivot indicator ?dailypivot.mq4

wansiman

Did you check this one : Forex TSD - forex forum - Download Pivot_Points_-_Daily_sShiftedd.mq4 ?

 

yes i did dont like it

 

Hi,

Can someone please help ...

I need to make a icustom call to call a pivot point indicator from metatrader Pivot Points Set up on MetaTrader 4 - MQL4 forum

How do I return values of Pivot, R1,R2,R3,S1,S2 and S3?

I am confused because there is only 1 in index buffer in the indicator code.

 
winston99:
Hi,

Can someone please help ...

I need to make a icustom call to call a pivot point indicator from metatrader Pivot Points Set up on MetaTrader 4 - MQL4 forum

How do I return values of Pivot, R1,R2,R3,S1,S2 and S3?

I am confused because there is only 1 in index buffer in the indicator code.

Call iCustom() with the penultimate parameters set to 0,1,2...6 for values of pivot,S1,R1,S2,R2...

 

Indicator for Woodie and Camarilla Pivot points

Hello

It is possible to make indicator where I can insert manually the High, Lows, Open and Close and then the indicator draw on the chart the pivots points for that day?

I need the Woodie Pivot Points and Camarilla Pivot Points.

Woodie Pivot Point Equation

Pivot (P) = (H+L+2×C)/4

Resistance (R1) = (2×P)−L

R2 = P+H−L

Support (S1) = (2×P)−H

S2 = P−H+L

Camarilla Pivot Points:

R4 = (H−L)×1.1/2+C

R3 = (H−L)×1.1/4+C

R2 = (H−L)×1.1/6+C

R1 = (H−L)×1.1/12+C

S1 = C−(H−L)×1.1/12

S2 = C−(H−L)×1.1/6

S3 = C−(H−L)×1.1/4

S4 = C−(H−L)×1.1/2

Regards, Dimovchan

 

Dear Mr.Laden/Mr.Tool

Could you help me to erase historical line in this indicator,just plot the current day

Thank you so much for your help

Files:
 
nbtrading:
Call iCustom() with the penultimate parameters set to 0,1,2...6 for values of pivot,S1,R1,S2,R2...

Hello , I am new to programming . please help.

I tried the following line

double r1;

r1 = iCustom(NULL,0,"Pivots_Daily",true, false , true , 0,1);

but it is returning some 10 digit number for every pair

 
winston99:
Hello , I am new to programming . please help.

I tried the following line

double r1;

r1 = iCustom(NULL,0,"Pivots_Daily",true, false , true , 0,1);

but it is returning some 10 digit number for every pair

Hello Winston99, not sure exactly which pivot indicator you are using, could you post the one you need help with?

Reason: