Weekly_Ranges
the pivot range's simple but effective ,
pivot = ( high + low + close ) / 3 ,
the range two lines are calculated like that,
range = ( high - low ) / 2 ,
1st line ( above the pivot ) = pivot + range ,
2nd line ( below the pivot ) = pivot - range ,
at the next chart i draw all the lines manualy cause i'm not good programer with MQL , so can anybody help me programing this so it gives the same results as seen on the chart ,
i use the weekly data ( high ,low ,close ) to calculate the pivot range
Hi kappari,
Try this one also. I don't know where I got it from.
Hope it's useful.
Please what are the rules of this method?
Thanks alot for your quick response cja , your indicator reverse the idea ,
but i think that the historical pivot range 've an important value ,
so i hope you find a way to compute them ,
i attached here the camarilla historical MQL so it might inspire you to the right way programming historical pivot range ,
good luck
Hi kappari,
Try this one also. I don't know where I got it from.
Hope it's useful.that's the one i was searching for thanks alot ibadah
Indicator
Thanks alot for your quick response cja , your indicator reverse the idea ,
but i think that the historical pivot range 've an important value ,
so i hope you find a way to compute them ,
i attached here the camarilla historical MQL so it might inspire you to the right way programming historical pivot range ,
good luckHere is exactly as your screenshot shows, i rewrote the indicator and found the line of code i was missing to make it a WEEKLY period.
cja
What can i say for a great programmer like you except thanks alot ,
that's exactly what i wanted ,
keep one your great efforts ,
God bless youKappari & CJA great job
i will put the indicator under test for the next weeks as i trade harmonic & divergence
Regards
Kappari & CJA great job
i will put the indicator under test for the next weeks as i trade harmonic & divergence
RegardsHi FarewellDesire ,
Please try to read fisher's book " The logical trader " , then make your decision about how to use Pivot range ,
for me i'll never trade any method or indicator before learing from author himself by reading his books , visiting his web site ...
so i hope you too
good luck
The Logical Trader by Mark Fisher is a must.. Explains much of what you see in hans123.
What do you mean, i can't undersatand you, please explain
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
the pivot range's simple but effective ,
pivot = ( high + low + close ) / 3 ,
the range two lines are calculated like that,
range = ( high - low ) / 2 ,
1st line ( above the pivot ) = pivot + range ,
2nd line ( below the pivot ) = pivot - range ,
at the next chart i draw all the lines manualy cause i'm not good programer with MQL , so can anybody help me programing this so it gives the same results as seen on the chart ,
i use the weekly data ( high ,low ,close ) to calculate the pivot range