Page 34 of 35 FirstFirst ... 24 32 33 34 35 LastLast
Results 331 to 340 of 345
Like Tree104Likes

AllPivots

This is a discussion on AllPivots within the Trading tools forums, part of the Trading Forum category; yessss....thank you so much sir...

      
   
  1. #331
    Junior Member
    Join Date
    Apr 2021
    Posts
    4
    yessss....thank you so much sir

  2. #332
    Junior Member
    Join Date
    Oct 2015
    Posts
    4

    Post

    Hi,for example,
    If I want to close H1/L1 H2/L2,only show other level, is there any way to set?
    I try to change the sequence to (0;3;4;5;6),but nothing works

    Quote Originally Posted by igorad View Post
    Hi Jozo,

    [*]for Camarilla Pivots:

    Code:
    PivotMode         =  1;                   //Pivot Mode:  1-Camarilla(BasePrice=0)  
    PivotValues       =  "0;1;2;3;4;5;6";     //Pivot values(ratios)
    BaseHourShift     =  0;                   //Base Hour Shift(eg.0-start of the day)
    BasePrice         =  0;                   //Base Price (0...7) (1 for today's Open)
    where PivotValues are a list of level numbers: 0-Pivot Point(PP), 1-H1/L1, 2-H2/L2 ... 6-H6/L6. Please remember you can change the sequence in any way (eg. 3;5;6). Also you should know H5/S5, H6/S6 are used as the target levels.

  3. #333
    Junior Member
    Join Date
    Oct 2015
    Posts
    4
    Hi,igorad

    any plan develop the code for Tradingview??

  4. #334
    igorad
    Guest
    Quote Originally Posted by yousimon View Post
    Hi,for example,
    If I want to close H1/L1 H2/L2,only show other level, is there any way to set?
    I try to change the sequence to (0;3;4;5;6),but nothing works

    Hi yousimon,


    Please check out the updated AllPivots indicator with ability to enter the pivot values in any order.

    Attachment 43138

    Regards,
    Igor

  5. #335
    Junior Member
    Join Date
    Oct 2015
    Posts
    4
    thanks for your reply
    But I am using MT5, so is there mq5 file?

    Quote Originally Posted by igorad View Post
    Hi yousimon,


    Please check out the updated AllPivots indicator with ability to enter the pivot values in any order.

    Attachment 43138

    Regards,
    Igor

  6. #336
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2910
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by yousimon View Post
    thanks for your reply
    But I am using MT5, so is there mq5 file?
    It is for MT4 (you did not tell about MT5).
    All MT5 versions are on this post by links: #21 (but I am not sure about this recent improvements ... seems this EA can be improved for MT5 too).
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  7. #337
    igorad
    Guest
    Quote Originally Posted by yousimon View Post
    thanks for your reply
    But I am using MT5, so is there mq5 file?

    Hi yousimon,


    Please check out the updated AllPivots for both platforms.

    Attachment 43185


    Regards,
    Igor
    Mansa likes this.

  8. #338
    Junior Member
    Join Date
    Jul 2021
    Posts
    1
    Hi, which pivots in your indicator will be best for range bars ? im use ranged bars on btcusd market.

  9. #339
    Junior Member
    Join Date
    May 2013
    Posts
    6
    Hi igorad,

    Would it be possible to have alert when price hit pivot levels?

    Regards,
    Don

  10. #340
    Junior Member
    Join Date
    Oct 2015
    Posts
    4
    Hi sir, i find your Camarilla - formula for 5 and 6 levels are wrong,
    please see below FYI

    range = high - low
    h6 = (high/low) * close
    h4 = close + (high - low) * 1.1 / 2.0
    h3 = close + (high - low) * 1.1 / 4.0
    h2 = close + (high - low) * 1.1 / 6.0
    h1 = close + (high - low) * 1.1 / 12.0
    l1 = close - (high - low) * 1.1 / 12.0
    l2 = close - (high - low) * 1.1 / 6.0
    l3 = close - (high - low) * 1.1 / 4.0
    l4 = close - (high - low) * 1.1 / 2.0
    h5 = h4 + 1.168 * (h4 - h3)
    l5 = close - (h5 - close)
    l6 = close - (h6 - close)

Page 34 of 35 FirstFirst ... 24 32 33 34 35 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
  •