You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Pivot indicator
Hi,
Can someone of the programmers please add a gmt time off-set to this pivot indicator? Also I would like a mid line to be drawn between pp and s1, s1 and s2 etc. Thank you very much.
Is there any way to make lines appear like this:
just to tidy up my screen
Line shift
Is there any way to make lines appear like this:
just to tidy up my screen
Simple answer - YES!
Simple answer - YES!
Can you tell HOW?
do pivots even work?
Simple answer - YES!
i try it with
ObjectCreate(ObjName, OBJ_TREND, 0, StartX, Pivot, EndX, Pivot);
ObjectSet(ObjName, OBJPROP_RAY, 0);
but i messed up all things.
how to make it to begin from Chart Shift to Price
i'm not a coder so its difficult to me
Shift lines
i try it with
ObjectCreate(ObjName, OBJ_TREND, 0, StartX, Pivot, EndX, Pivot);
ObjectSet(ObjName, OBJPROP_RAY, 0);
but i messed up all things.
how to make it to begin from Chart Shift to Price
i'm not a coder so its difficult to me
Post the indicator you want altered and lets see if it can be recoded to shift the lines.
Regards CJA
Post the indicator you want altered and lets see if it can be recoded to shift the lines. Regards CJA
I post this indicator as it was before i tried to fix it myself:
pivots_1.mq4
Post the indicator you want altered and lets see if it can be recoded to shift the lines. Regards CJA
Dear CJA,
I've found one of your work that is exactly what i was looking for.
It was posted earlier in this thread. Shame on me!
https://www.mql5.com/en/forum/172894/page18
Thanks anyway!
Thanks CJA - timeshift, text and price
Actually that is what i have been looking for also.
1. Is it possible to add a timeshift to this indicator?Brokers server timezones varies, so it affects pivots calculations
2.I am not lucky to switch on the labels, so i dont know if it show text and price or only price. But Text (DP, R1, S1) and price would be perfect on this tool.
3. Is it possible to do the same with weekly and monthly pivots? I can post several indicators in needed for code alteration.
Best regards
Jay
P.S. Thanks CJA, even as it is now, it is great indicator