Page 3 of 35 FirstFirst 1 2 3 4 5 13 ... LastLast
Results 21 to 30 of 345
Like Tree104Likes

AllPivots

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 ...

      
   
  1. #21
    Junior Member
    Join Date
    May 2013
    Posts
    20
    Quote Originally Posted by igorad View Post
    Hi Amir_A,

    As I understand your questions relate to the attached indicators, so I've a question - Why you don't use my indicator?


    Just want to remind that our indicator has the BaseHourShift parameter which can be used instead of the GMTshift. For that you need to know what is your broker's GMT shift.


    I'll think how to do that.


    Also please check out the AllPivots_v3.5 with the new parameter DescriptionPlace:

    Code:
    extern int     DescriptionPlace  =  1;   //0-on the left,1-in the middle,2-on the right

    Attachment 2377


    Regards,
    Igor
    Really thank you Igor, I did not pay attention to the parameter 'TimeFrame' ....

    Now I have Weekly and Monthly Pibo pivots with the GMT shift

    Iam w8ing for Yearly Pibo pivot indicator.

    again thank you Igor.

  2. #22
    Member
    Join Date
    Jul 2013
    Posts
    40
    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

  3. #23
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    DAX? and indicator with default settings?
    For me - PP is changed from 8407 to 8408 :

    AllPivots-gx-m1-alpari-nz-limited-dax.png


    AllPivots-gx-m5-alpari-nz-limited-dax.png


    AllPivots-gx-m15-alpari-nz-limited-dax.png


    AllPivots-gx-h1-alpari-nz-limited-dax.png


    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?

  4. #24
    igorad
    Guest
    Quote Originally Posted by zilliq View Post
    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
    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.

    Code:
    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)
    Attachment 2457

    Regards,
    Igor

  5. #25
    Junior Member
    Join Date
    Aug 2013
    Posts
    2
    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 03:31 PM.

  6. #26
    igorad
    Guest
    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

  7. #27
    Member
    Join Date
    Jul 2013
    Posts
    40
    Thanks a lot Igor, I will try immediately

    Have a nice evening and thanks for all your work

    Zilliq

  8. #28
    Member
    Join Date
    Jul 2013
    Posts
    40
    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

    AllPivots-2013-08-14_18h27_44.jpg

  9. #29
    Member
    Join Date
    Jul 2013
    Posts
    40
    I confirm this bug wasn't exist in the version 3.5 as you can see (with the same parameters)

    AllPivots-2013-08-14_18h31_03.jpg

  10. #30
    igorad
    Guest
    [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.

Page 3 of 35 FirstFirst 1 2 3 4 5 13 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •