PDA

View Full Version : Weekly and Monthly (Daily) Pivot Point Indicators



ttcaroxrtinwz_07
02-12-2009, 02:41 AM
Hiy'all,

:A Request:

I've a high number of indiors here, from several distinct people. However I am searching for a weekly pivot point indior which has an adjustable timezone (time zone). Along with a nice thank you to all of the people that created these indi's.

That's I'd love to be able to perform weekly pivots according to Monday 2am through to Monday 2am as my servers are based in Cypress and hence their 2am is GMT midnight.

I would also prefer to have the ability to 7am to 7am so I get the NY's EST pivot lines. Cause my programming skills are very limited, really to be very truthful they're non-existant.

Can anybody change at least one of these into an timezone flexible weekly indior please?


Auto-Pivot Plotter Weekly V1-00 plots the weekly pivots with a fantastic history but doesn't all one to change the timezone.

Pivots (SDX-TzPivots) 3 plots a range of pivots based on your own time choice but doesn't do weekly.

Auto pivot plotter v1-41 plots daily pivots timezone adjustment.

AllPivots v2 does pivots but doesn't permit for timezone change.
https://www.cliqforex.com/attachments/15190394591105107730.mq4
https://www.cliqforex.com/attachments/1519039461924768591.mq4
https://www.cliqforex.com/attachments/15190394631961154794.mq4
https://www.cliqforex.com/attachments/15190394652085131132.mq4
https://www.cliqforex.com/attachments/1519039467291021103.mq4
https://www.cliqforex.com/attachments/15190394681603562247.mq4
https://www.cliqforex.com/attachments/15190394701293347931.mq4

juanipkysara
07-12-2022, 09:24 PM
Yeah yeah, no hurry thanks BT

would be fab if you could do that. Genius dude cheers!
Expect trading is going well for youpersonally? Are you on some other forums this ones barely got a heartbeat.

Gennarino
07-12-2022, 10:46 PM
Hi James,
I've removed S/R lines, just leaving the 4 pivot lines.
They are light blue. If you would enjoy them all different colours, let me know.
I find it easier with them different.
I am not a coder, I've only played around with a couple of indiors, changing a couple of things here there to match myself.
The major thread I look at recently is PRICE Accordingly, but it is moving faster than I've been reading it.
If you read too many threads around here you wind up on information overloadup or down on your ears in shite.
I've been using pivots for a few years I was wondering about 4Hour pivots, so that I searched FF for them finished up here.
Are you using pivots long?

Cheers,
BT
https://www.cliqforex.com/attachments/1530201158601944230.mq4

juanipkysara
07-13-2022, 12:08 AM
Wonderful job, expect other traders find it. Its easy and neat and provides you an notion of several major SR. I tried to use the pivots but arrived un stuck. I just know they're helpful so like to have them available. Dunno how you worked your magic but thanks !!

The price accordingly is somewhat heavy, alot to read and soak in, can give it a try on a demo. Ch you later.

vero84carltt79
07-13-2022, 01:31 AM
Hello All MASTER MIND,
I've a Fibonacci Daily Pivot S/R indior.
It works really nice... However, I need a few extra attributes like:
1. Insert Extra Feature for Weekly and Monthly Pivot, Support - Resistance
2. Exclude Sunday Candles. Insert GMT offset
3. Make all sound thin lines with gray color, I really don't like rushed dotted lines.

I know this is quite straightforward job for adventure developer.
I've attached the document, please edit it and include such extra feature and
talk about it everywhere since it's mostly needed.

Thank you
https://www.cliqforex.com/attachments/15302011612064227410.mq4

oxrtimb23
07-13-2022, 02:53 AM
Awesome Indiors!!

fatilowis
07-13-2022, 04:15 AM
Lots of indiors. Does anyone of these plot the historic pivot lines of weekly and montly pivots?

badpipe
07-13-2022, 05:37 AM
Billy T, Thanks for the change to this fantastic Pivot indior, just exactly what I wanted. The pips be together with you. Cheers Pip.... https://www.cliqforex.com/attachments/1530201138.png

vicpkrgsb
07-13-2022, 07:00 AM
I customized the AllPivots_v2 indior to my liking, and stored 3 unique variations of it as Pivots Day, Pivots Week, and Pivots Month so I could slap on whatever I desired on a specific chart. However, for some reason it only shows one of them. I had Pivots Day plotted and then after I inserted Pivots Week it created Pivots Day disappear while revealing Pivots Week. The same thing for Pivots Month. Can anyone tell me why this is happening? Here's the code along with indi's:

Inserted Code // ------------------------------------------------------------------ //| AllPivots_v2. mq4 | //| Copyright © 2007, Forex-TSD. Com | //| Composed by IgorAD,[email protected] | //| http://finance.groups.yahoo.com/group/TrendLaboratory | // ------------------------------------------------------------------ #property copyright Copyright © 2006, Forex-TSD. Com #property hyperlink http://www.forex-tsd.com/ #property indior_chart_window #property indior_buffers 4 #property indior_color1 LightBlue #property indior_color2 Tomato #property indior_color3 Aqua #property indior_color4 Orange extern int CountPeriods=10; extern series TimePeriod=D1; extern bool Plot_pivots=true; extern bool Plot_middle=True; extern bool Plot_camarilla=false; datetime time1; datetime time2; dual available,close,high,low; dual P,R1,R2,R3,S1,S2,S3,M0,M1,M2,M3,M4,M5; dual H1,H2,H3,H4,L1,L2,L3,L4,Range; dual pstyle, mstyle,cstyle; int shift, num, period; emptiness ObjDel() for (;numlt;=CountPeriods;num ) ObjectDelete(PP#91; num #93;-RRB-; ObjectDelete(R1Number 91; num #93;-RRB-; ObjectDelete(R2#91; num #93;-RRB-; ObjectDelete(R3#91; num #93;-RRB-; ObjectDelete(S1#91; num #93;-RRB-; ObjectDelete(S2#91; num #93;-RRB-; ObjectDelete(S3#91; num #93;-RRB-; ObjectDelete(M0#91; num #93;-RRB-; ObjectDelete(M1#91; num #93;-RRB-; ObjectDelete(M2#91; num #93;-RRB-; ObjectDelete(M3#91; num #93;-RRB-; ObjectDelete(M4#91; num #93;-RRB-; ObjectDelete(M5#91; num #93;-RRB-; ObjectDelete(H1#91; num #93;-RRB-; ObjectDelete(H2#91; num #93;-RRB-; ObjectDelete(H3#91; num #93;-RRB-; ObjectDelete(H4#91; num #93;-RRB-; ObjectDelete(L1#91; num #93;-RRB-; ObjectDelete(L2#91; num #93;-RRB-; ObjectDelete(L3#91; num #93;-RRB-; ObjectDelete(L4#91; num #93;-RRB-; void PlotLine(string name,double value,double line_color,dual design ) ObjectCreate(name,OBJ_TREND,0,time1,worth,time2,va lue); ObjectSet(name, OBJPROP_WIDTH, 1); ObjectSet(name, OBJPROP_STYLE, fashion ); ObjectSet(name, OBJPROP_RAY, false); ObjectSet(name, OBJPROP_BACK, true); ObjectSet(name, OBJPROP_COLOR, line_color); int init() TimePeriod==240) period=PERIOD_H4; else if (TimePeriod==D1 int deinit() ObjDel(); Comment(); return(0); int start() int i; ObjDel(); num=0; for (shift=CountPeriods-1;shiftgt;=0;shift--) time1=iTime(NULL,period,shift); high = iHigh(NULL,period,shift 1); low = iLow(NULL,period,shift 1); open = iOpen(NULL,period,shift 1); close = iClose(NULL,period,shift 1); P = (high low close)/3.0; R1 = 2*P-low; R2 = P (high - low); R3 = (2*P) (high-(2*low)); S1 = 2*P-high; S2 = P-(high - low); S3 = (2*P)-((2*high)-low); M0=0.5*(S2 S3); M1=0.5*(S1 S2); M2=0.5*(P S1); M3=0.5*(P R1); M4=0.5*(R1 R2); M5=0.5*(R2 R3); Range = high - low; H4 = close (Range * 1.1/2.0); H3 = close (Range * 1.1/4.0); H2 = close (Range * 1.1/6.0); H1 = close (Range * 1.1/12.0); L1 = close - (Range * 1.1/12.0); L2 = close - (Range * 1.1/6.0); L3 = close - (Range * 1.1/4.0); L4 = close - (Range * 1.1/2.0); time2=time1 period*60; pstyle=2; mstyle=3; cstyle=1; num=shift; PlotLine(PP#91; num #93;,P,Gray,pstyle); if(Plot_pivots) PlotLine(R1#91; num #93;,R1,Red,pstyle); PlotLine(R2#91; num #93;,R2,FireBrick,pstyle); PlotLine(R3#91; num #93;,R3,Maroon,pstyle); PlotLine(S1#91; num #93;,S1,Lime,pstyle); PlotLine(S2#91; num #93;,S2,Green,pstyle); PlotLine(S3#91; num #93;,S3,DarkGreen,pstyle); if(Plot_middle) PlotLine(M0#91; num #93;,M0,White,pstyle); PlotLine(M1#91; num #93;,M1,White,pstyle); PlotLine(M2#91; num #93;,M2,White,pstyle); PlotLine(M3#91; num #93;,M3,White,pstyle); PlotLine(M4#91; num #93;,M4,White,pstyle); PlotLine(M5#91; num #93;,M5,White,pstyle); if(Plot_camarilla) PlotLine(H4#91; num #93;,H4,LightBlue,cstyle); PlotLine(H3#91; num #93;,H3,DeepSkyBlue,cstyle); PlotLine(H2#91; num #93;,H2,MediumSlateBlue,cstyle); PlotLine(H1#91; num #93;,H1,RoyalBlue,cstyle); PlotLine(L1#91; num #93;,L1,Chocolate,cstyle); PlotLine(L2#91; num #93;,L2,Orange,cstyle); PlotLine(L3#91; num #93;,L3,Goldenrod,cstyle); PlotLine(L4#91; num #93;,L4,Yellow,cstyle); return(0); // ------------------------------------------------------------------ https://www.cliqforex.com/attachments/1530201162819748308.mq4
https://www.cliqforex.com/attachments/15302011641827488867.mq4
https://www.cliqforex.com/attachments/153020116785580946.mq4

vicpkrgsb
07-13-2022, 08:22 AM
Got it. Thank you Cyber. I shifted the object names by adding D for day, W for week, and M for month. So, the daily central pivot is DCP, the monthly R1 is MR1, the weekly S2 is WS2, and so forth.

Here is how they look. Daily pivots are dotted, weekly are hurried, and monthly are solid. I have to saythis is one of, if not the cleanest looking ensemble I have observed on MT4. LOL


https://www.cliqforex.com/attachments/1530201169sds405412689.png


I'm a busy man and haven't had as much time as I'd like to know MQL4, but I have certainly made some improvement. Thanks again for your help, and here is the indi's for everyone who needs them.
https://www.cliqforex.com/attachments/1530201170793472279.mq4
https://www.cliqforex.com/attachments/15302011711159852724.mq4
https://www.cliqforex.com/attachments/15302011731604968626.mq4

vicpkrgsb
07-13-2022, 09:44 AM
Corrected the attachments. I figure compiling the indi's is not enough. LOL attached from there and Saved them to desktop. Should work.

IviXx15
07-13-2022, 11:06 AM
Anyone have a pivots indior that puts the day's pivots int he data window? I want to use it at an EA, so I want the info put into the data window. I'm specifically searching for floor pivots, but it will be wonderful to get other pivot optinos if possible.

oxrizazu
07-13-2022, 12:29 PM
Hello All MASTER MIND, I have a Fibonacci Daily Pivot S/R indior. It works very nice... However, I want some extra features like: 1 ). Insert Extra Feature for Weekly and Monthly Pivot, Support - Resistance 2. Exclude Sunday Candles. Insert GMT offset 3. Make all solid thin lines with grey colour, I really don't like dashed dotted lines. I understand this is extremely simple job for experience programmer. I have attached the file, please edit it and add such extra feature and discuss it anywhere as it's mostly needed. Thank you document
Hey there, I love that your Fibonacci Pivot Indior... I was wondering, how did you ever get these modifiions you desired? I would love to have the modified version that you were looking for.

Poker898
07-13-2022, 01:51 PM
Hiy'all,:A Request: I have a significant number of indiors here, from several different people. However I am looking for a weekly pivot point indior that has an adjustable timezone (time zone). Along with also a nice thank you for all the folks that made those indi's. That is I'd like to be in a position to perform weekly pivots based on Monday 2am through to Monday 2am as my servers have been located in Cypress and therefore their 2am is GMT midnight. I would also like to have the ability to 7am to 7am so I get the NY's EST pivot lines. Cause my programming skills are extremely restricted,... Hello:
I just loaded on my own chart AllPivots v2 indicaor. It plots nicely Daily pivots about the Daily chart, Weekly pivots about the weekly chart and but doesn't plot monthly pivots about the monthly charts, do you know why? Pivots are needed by me as well about the Monthly chart. Can anybody assist. Paul Ika

Poker898
07-13-2022, 03:13 PM
Helloy'all,:A Request: I have a large number of indiors here, from several different folks. However I am looking for a weekly pivot point indior that has an adjustable timezone (time zone). Along with also a nice thank you to all of the folks that created those indi's. That is I would like to be in a position to do weekly pivots based on Monday 2am through to Monday 2am as my servers have been located in Cypress and hence their 2am is GMT midnight. I would also prefer to have the ability to 7am to 7am so I get the NY's EST pivot lines. Cause my programming abilities are extremely restricted,... Hello: I just started using AllPivots_v2 indior. I just do Daily chart trading using Weekly Camarilla amounts on my Daily chart. The indior works nicely. I live in Boston, in USA at EST zone. I am certain this indior is designed on the assumtions of

a. 5 Daily charts per week
b. start time of the Daily chart is 5pm EST

Can anyone ple. Verify my thinking is correct?

Paul Ika

Shereney
07-13-2022, 04:36 PM
Here you go.

I deleted the calculations that was revealing in the top left corner to clean it up.
https://www.cliqforex.com/attachments/1529232489136583469.mq4
https://www.cliqforex.com/attachments/15292324941036350867.mq4
https://www.cliqforex.com/attachments/1529232496487407242.mq4

Poker898
07-13-2022, 05:58 PM
Hi Neil:
These 3 indiors were functioning fine till Friday.
When I opened my platform this day, I found Fibonacci Pivots THV is functioning fine, however, the fibopiv weekly and fibopiv monthly are not appearing on the chart. When I clicked on the chart, they're in the list of indiors, however they're not displaying on the chart! I don't have any idea why they are not appearing!
Any idea what happened and you also learn how to fix it?

Paul Ika

Poker898
07-13-2022, 07:20 PM
Neil:
Since yesterday, all 3 are working fine now, I am not sure what happened day before yesterday!
I didn't do anything different!
Thx to your immense assistance.

Paul Ika

Poker898
07-13-2022, 08:42 PM
Neil:
The daily fib pivot indior (THV) appears fine on the 1st day of the week (Sunday) at 5pm EST on the chart.
I live in Boston, USA in EST time zone.
But I don't see weekly and monthly indior lines on the chart as yet. It's 9 am EST Monday in Boston at this time.
Is there anyhow, you may examine the code and see why weekly and monthly indiors are not appearing right at the start of the Currency Market week (beginning from Sunday 5pm EST).
Anxiously waiting for your answer.

Paul Ika

Shereney
07-13-2022, 10:05 PM
It appears to be the same with all the original indiors you provided. And not something I have changed.

Maybe a more experienced coder can help you. Since it's not something I could do.

Poker898
07-13-2022, 11:27 PM
Thx so Neal. You helped a fantastic deal.

To anyone out there, experienced coders, can you have a look at this code and see why those weekly and monthly fib pivot indior traces aren't showing up right at the start of the week? Daily fib pivot indior is nice, it shows up at the start of the day, weekly and monthly aren't!

Paul Ika

Gennarino
07-14-2022, 12:49 AM
Hi Paul,
Try these out, not the same as yours however see if they operate Sunday for you.

https://www.cliqforex.com/attachments/1529232498986866026.mq4
https://www.cliqforex.com/attachments/15292325001853921164.mq4

Poker898
07-14-2022, 02:11 AM
Billy, Thx. I am going to try this Sunday and that I will let you know.
Paul Ika

Ttcar1996gar
07-14-2022, 03:34 AM
Please all I want is a PivotPoint Indior for MT4
Here's a sketch of what I would like to see on the Upper left corner of my Display

EURUSD Supp2 Supp1 Pivot Ress1 Ress2
Daily ****** ****** ****** ****** ******
Weekly ****** ****** ****** ****** ******
Monthly ****** ****** ****** ****** ******

Where ****** is Your current Pivot values (Such as EURUSD) as stated up there.
These values are expected to change if attached to other Forex pairs

Indior Details
Fonts: Verdana
Size: 7
Color: Default Chart Background Color (With option to alter )
Postion: Left Top Studio (with option to change the XY Axis)

I enjoy it easy, no lines just values.
Your effort will be greatly valued

jjjttebbbautista
07-14-2022, 04:56 AM
Hi Guys,
I'm searching for a pivot point plotter which will work on a range bar chart. There a few here which perform but none which plot previous days pivots as well as with a GMT offset. PZ pivot points functions but no GMT cancel. Then auto-pivot-plotter are ideal however goes haywire on range bar charts.
Any information would be greatly appreciated!

78803139
07-14-2022, 06:18 AM
Hi Paul, Try out these, not exactly the same as yours but see whether they operate Sunday to you. file file I'm copied you Indic... expect that usefull... thank so much...

Yolopelwz
07-14-2022, 07:40 AM
Hi Paul, Try these out, not the same as yours but see if they operate Sunday to you. file file Hi Billy,
Any way you could add 78.6 Support and Resistance to the weekly pibvot?

werpk
07-14-2022, 09:03 AM
Thank you Billy for sharing this indi It's Precisely What I was Searching for

codigo63
07-14-2022, 10:25 AM
hi
will someone alter this pivot to draw correcty weeklyfibo each week in egy tester mt4.
thanks
https://www.cliqforex.com/attachments/1529232502103102790.mq4

jttejttin
07-14-2022, 11:47 AM
I made 3 new indiors(Daily, Weekly, Monthly) with some options for to be changed. Enjoy it. Https://www.cliqforex.com/attachments/1529232480.pnghttps://www.cliqforex.com/attachments/1529232480.pnghttps://www.cliqforex.com/attachments/1529232480.png

Default Setting
https://www.cliqforex.com/attachments/1529232504781526282.png

The new functions:
- alter places of the lines (Lines Up/Dn= authentic )
- alter the colours
- alter place of the labels (Text Distance = 100)
https://www.cliqforex.com/attachments/15292325061048664585.png

Without the Lines ( display lines = false)
https://www.cliqforex.com/attachments/1529232508326942307.png

https://www.cliqforex.com/attachments/15292325101220514040.ex4
https://www.cliqforex.com/attachments/1529232513975579355.ex4
https://www.cliqforex.com/attachments/15292325151485007658.ex4

AlexxxX2
07-14-2022, 01:10 PM
Hello man,

where I can find like this daily fibo pivot points.

Due
https://www.cliqforex.com/attachments/15292325171904873882.png

Liletas
07-14-2022, 02:32 PM
quote Cheers, BT file Hi Billy,

Could you please do me a favor on this Indior.

Currentlythe labels appear right at the price action and thus overlapping the candles. It would be better if you can shift the Labels to extreme right of the window so they don't mess with the Candlestick charts.

Thus, can you please attempt to modify the place of the labels (say Text Distance = 100) and then recode the indior.

Due

Ahora
07-14-2022, 03:54 PM
Is this pivots are really working any one please

Liletas
07-14-2022, 05:16 PM
is that this pivots are actually working any one please It is dependent upon how do you want to use the pivots. The indiors will steer you in identifying the critical amounts on your charts.
Trading decision is something you'll have to create in combination with other indiors.

like33
07-14-2022, 06:39 PM
Hi guys,

Not certain if it has been posted here if the version submitted was working with the MT4 ver4 build 1090

I'm trying to find a Standard Pivot [around S/R4 or 5 but doesnt need to be] that could plot/display the Daily Weekly and Monthly on at the exact same moment.

Hopefully this indi can allow me to decide on the amount of background plotted or the colours.

Everything Ive gotten so far cannot plot daily weekly and monthly at the exact same time, I had to choose one.

Thanks!

Oliwis
07-14-2022, 08:01 PM
Dear Master Coders,

I'm looking all over google for a Pivot daily Indior which auto reloads every days @ given time and sends email with all Pivot Point levels, R1 R2 R3 R4 R5 || S1 S2 S3 S4 S5 at given local time.

So we can specify exactly the exact same for early morning and realize the email with levels. It will be great, if a person help to get a single indior or ea where we can add multiple pair, and get email for each pair separately.

Thank you in advance.

Rizipks_91
07-14-2022, 09:23 PM
Hi guy, where I could find like this daily fibo pivot points. Thanks image Hi, did you find tat indi? I'm looking for it too, but did not find it up to now!? Thank you

beltanex
07-14-2022, 10:45 PM
I created 3 new indiors(Daily, Weekly, Monthly) with a few choices to be changed. Enjoy it. Https://www.cliqforex.com/attachments/1529232468.pnghttps://www.cliqforex.com/attachments/1529232468.pnghttps://www.cliqforex.com/attachments/1529232468.png Default Setting image The new acts: - alter positions of these lines (Lines Up/Dn= true) - alter the colours - alter position of these labels (Text Distance = 100) image Without the Lines ( display lines = false) image file file file The indior is perfect.But that the fontsize is a tiny big.Could you include a fontsize opiton?Thanks a lot!!!

vidocor
07-15-2022, 12:08 AM
Hello, I just wondering if anyone can add a code to this Fibo_Piv Indior so that it will have Backbars/No. Of Days Function in it. So that when I switch to H1 or diminished I will see the background of this Pivot Lines drawn.

Thank you so much!