Page 6 of 35 FirstFirst ... 4 5 6 7 8 16 ... LastLast
Results 51 to 60 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 antonio84, I see this broker already supports MT4 Build 579. Could you please inform what ...

      
   
  1. #51
    Junior Member
    Join Date
    Jan 2014
    Posts
    2
    Quote Originally Posted by igorad View Post
    Hi antonio84,

    I see this broker already supports MT4 Build 579. Could you please inform what MT4 build you use?

    Regards,
    Igor
    Hi, i'm using build 509.

  2. #52
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2912
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Just an interesting article here :

    How to Use Forex Yearly Pivot Points to Forecast Euro Targets
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  3. #53
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2912
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Just some thread related to Pivot Points (it is just one post there but I will move all new 'pivot points posts' to the thread):

    Pivot Points Forex Strategies

    ===============

    AllPivots
    - AllPivots_v3 indicator is on this post.
    - AllPivots_v3.1 indicator is here. This is updated version of AllPivots with ability to plot Woodie's Pivots (PivotMode = 5 and BasePrice = 7).
    - AllPivots_v3.2 indicator is on this post.
    - AllPivots_v3.3 indicator is on this post.
    - AllPivots_v3.4 indicator is on this post.
    - AllPivots_v3.5 indicator is on this post. This is the version improved by new parameter - DescriptionPlace
    - How to use this indicator by settings - read this post.
    - AllPivots_v3.6 indicator is on this post. Two new parameters to the new version for sessiona start/end for stock market.
    - AllPivots_v3.7 indicator is on this post. In this version - we can with plot Yearly Pivots
    - SDK-Pivots-v1.3 indicator is on this post.
    - Camarilla AlertwFibs indicator is on this post
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  4. #54
    Junior Member
    Join Date
    Sep 2013
    Posts
    3
    Thank you igorad for a great indicator, I have been using v2 for a long time. But I have a problem with v3 and higher not compiling. I get 18 errors and 7 warnings. I'm using build 610 of mt4 platform. I hope you can help me, thank you.

    Code:
    'AllPivots_v3.mq4'	AllPivots_v3.mq4	1	1
    '_Point' - variable already defined	AllPivots_v3.mq4	65	10
    '_Point' - constant cannot be modified	AllPivots_v3.mq4	124	4
    declaration of 'size' hides global declaration at line 64	AllPivots_v3.mq4	333	70
    declaration of 'num' hides global declaration at line 61	AllPivots_v3.mq4	392	11
    not all control paths return a value	AllPivots_v3.mq4	444	1
    declaration of 'num' hides global declaration at line 61	AllPivots_v3.mq4	446	40
    'char' - unexpected token	AllPivots_v3.mq4	474	8
    '=' - name expected	AllPivots_v3.mq4	474	13
    ')' - semicolon expected	AllPivots_v3.mq4	474	38
    '>' - unexpected token	AllPivots_v3.mq4	475	16
    '>' - unexpected token	AllPivots_v3.mq4	475	16
    '<' - unexpected token	AllPivots_v3.mq4	475	29
    '<' - unexpected token	AllPivots_v3.mq4	475	29
    '||' - unexpected token	AllPivots_v3.mq4	475	36
    '>' - unexpected token	AllPivots_v3.mq4	475	45
    '>' - unexpected token	AllPivots_v3.mq4	475	45
    '<' - unexpected token	AllPivots_v3.mq4	475	59
    '<' - unexpected token	AllPivots_v3.mq4	475	59
    ')' - unexpected token	AllPivots_v3.mq4	475	64
    expression has no effect	AllPivots_v3.mq4	475	51
    ')' - unexpected token	AllPivots_v3.mq4	475	65
    '-' - unexpected token	AllPivots_v3.mq4	475	101
    'else' - illegal 'else' without matching 'if'	AllPivots_v3.mq4	476	7
    declaration of 'R' hides global declaration at line 67	AllPivots_v3.mq4	483	20
    declaration of 'R' hides global declaration at line 67	AllPivots_v3.mq4	488	32

  5. #55
    igorad
    Guest
    Quote Originally Posted by WaningGibbous View Post
    Thank you igorad for a great indicator, I have been using v2 for a long time. But I have a problem with v3 and higher not compiling. I get 18 errors and 7 warnings. I'm using build 610 of mt4 platform. I hope you can help me, thank you.

    Code:
    'AllPivots_v3.mq4'	AllPivots_v3.mq4	1	1
    '_Point' - variable already defined	AllPivots_v3.mq4	65	10
    '_Point' - constant cannot be modified	AllPivots_v3.mq4	124	4
    declaration of 'size' hides global declaration at line 64	AllPivots_v3.mq4	333	70
    declaration of 'num' hides global declaration at line 61	AllPivots_v3.mq4	392	11
    not all control paths return a value	AllPivots_v3.mq4	444	1
    declaration of 'num' hides global declaration at line 61	AllPivots_v3.mq4	446	40
    'char' - unexpected token	AllPivots_v3.mq4	474	8
    '=' - name expected	AllPivots_v3.mq4	474	13
    ')' - semicolon expected	AllPivots_v3.mq4	474	38
    '>' - unexpected token	AllPivots_v3.mq4	475	16
    '>' - unexpected token	AllPivots_v3.mq4	475	16
    '<' - unexpected token	AllPivots_v3.mq4	475	29
    '<' - unexpected token	AllPivots_v3.mq4	475	29
    '||' - unexpected token	AllPivots_v3.mq4	475	36
    '>' - unexpected token	AllPivots_v3.mq4	475	45
    '>' - unexpected token	AllPivots_v3.mq4	475	45
    '<' - unexpected token	AllPivots_v3.mq4	475	59
    '<' - unexpected token	AllPivots_v3.mq4	475	59
    ')' - unexpected token	AllPivots_v3.mq4	475	64
    expression has no effect	AllPivots_v3.mq4	475	51
    ')' - unexpected token	AllPivots_v3.mq4	475	65
    '-' - unexpected token	AllPivots_v3.mq4	475	101
    'else' - illegal 'else' without matching 'if'	AllPivots_v3.mq4	476	7
    declaration of 'R' hides global declaration at line 67	AllPivots_v3.mq4	483	20
    declaration of 'R' hides global declaration at line 67	AllPivots_v3.mq4	488	32
    Hi WaningGibbous,

    Please check out the updated AllPivots for the new MT4.

    Regards,
    Igor
    Dr.Fox likes this.

  6. #56
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2912
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    It works with build 610, thanks


    AllPivots-eurusd-m15-admiral-markets-ltd.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  7. #57
    Junior Member
    Join Date
    Sep 2013
    Posts
    3
    Quote Originally Posted by igorad View Post
    Hi WaningGibbous,

    Please check out the updated AllPivots for the new MT4.

    Regards,
    Igor
    YES, its does work! Thank you so much Igor.

  8. #58
    Junior Member
    Join Date
    Sep 2013
    Posts
    3
    Hi again, sorry for asking so quickly from last time but I'm wondering if its possible to add save and load buttons to the inputs screen? This way I can just load settings from presets I save.

    Second question. I've included a picture of floor pivots, Sunday - Thursday. See how Monday is compressed more than other days is that because of Sunday bar? If so can that be skipped somehow?

    Thank you

    AllPivots-ap1.jpg

  9. #59
    Member
    Join Date
    Nov 2013
    Posts
    67

    Wrong on renko graphics

    Quote Originally Posted by igorad View Post
    Hi WaningGibbous,

    Please check out the updated AllPivots for the new MT4.

    Regards,
    Igor
    Good morning to all

    Hi igor.

    Check to see in the image please.

    The first is on a time chart, the indicator works perfectly.

    AllPivots-pivot-1.png

    And Now notice when the charge on a renko chart, does not recognize the time of order session.

    AllPivots-pivot-2.png

    Same setting for both graphics.

    Default flag setting.

    I do not understand why this happens.

    Can you help me please.

    A big hug.

    FHTrading.

  10. #60
    Junior Member
    Join Date
    Apr 2014
    Posts
    16
    Hi Igorad,

    Could you please insert a setting/option to indicator, so we can choose to have in the same chart at the same time several pivot levels from different TimeFrames?

    Thanks in advance!
    Víctor

Page 6 of 35 FirstFirst ... 4 5 6 7 8 16 ... 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
  •