This is a discussion on AllPivots within the Trading tools forums, part of the Trading Forum category; Originally Posted by igorad Hi Amir_A, As I understand your questions relate to the attached indicators, so I've a question ...
Hi everybody,
A little but perhaps stupid question
With allpivot v3.5, if you use, like me, the pivot mode 3, the pivots, notably the PP change if you are on time frame daily, hourly, or ut 1 minute (from 8413 to 8424 for example for the DAX)
Is it normal ?
Thanks for the answer
Zilliq
DAX? and indicator with default settings?
For me - PP is changed from 8407 to 8408 :
May be - it is related to the data/quotes? because as I see - there is some gap on some chart with price ... or the settings of the indicator? because ... what is BasePrice?
BasePrice = 5; //Base Price (0...7) (1 for today's Open)
and what is 5?
Hi Zilliq,
Thanks that you paid attention on this bug. The reason of the bug is that MT4 can't give us correct session start(end) time for the stock market. Because of that I forced to add 2 new parameters to the new version(v3.6): SessionStartTime and SessionEndTime.
Attachment 2457Code:extern int SessionStartHour = 9; //Session Start Hour(eg. 9 for DAX,0-for Forex) extern int SessionEndHour = 22; //Session End Hour(eg. 22 for DAX,0-for Forex)
Regards,
Igor
Like newdigital wrote befor: What is Base Price and what does it change? For the standard Pivot the varaibles are high low and close, but with Base Price I change something, just don't know what.
Also I don't know, why the pivot points change, when I change the Session Start Hour, since just high low and close count (in the changed hours was no high or low).
Anyway nice indicator.
Last edited by GodsCLown; 08-14-2013 at 04:31 PM.
Hi GodsCLown,
In this indicator you can(or try to) use different BasePrice value to calculate a Pivot Point for the current period(day):
0 - prior period's(eg. yesterday's) Close price, which is used for the Camarilla Pivots
1 - current period's(eg. today's) Open price, which is used for the Fibo Pivots(in pips)
2 - prior period's High price
3 - prior period's Low price
4 - prior period's Median price = (H + L)/2
5 - prior period's Typical price = (H + L + C)/3, which is used for the Floor and Fibo Pivots
6 - prior period's Weighted Close price = (H + L + 2*C)/4
7 - prior period's Weighted price = (H + L + 2*(today's Open))/4, which is used for the Woodie's Pivots.
Regards,
Igor
Thanks a lot Igor, I will try immediately
Have a nice evening and thanks for all your work
Zilliq
After trying, it seems another bug appears, as you see on the picture
When you choose D1 and you're in daily nothing appear on the screen, but pivots appear when you're in 60 minutes
And when you're in 15 minutes and you choose 60 minutes for the timeframe, nothing appear on the screen
Strange, I don't remeber I have such a problem with the version 3.5
Zilliq
[QUOTE=zilliq;6121]After trying, it seems another bug appears, as you see on the picture
When you choose D1 and you're in daily nothing appear on the screen, but pivots appear when you're in 60 minutes
And when you're in 15 minutes and you choose 60 minutes for the timeframe, nothing appear on the screen
Strange, I don't remeber I have such a problem with the version 3.5
Zilliq
I think it's because you use Timeframe H1. For smaller(<D1) timeframes please enter SessionStartTime=0 and SessionEndTime=0.
Bookmarks