How to get custom indior values? - Page 2
Page 2 of 502 FirstFirst 12
Results 11 to 13 of 13

Thread: How to get custom indior values?

  1. #11
    yes...

    if (EMA == EMPTY_VALUE){
    ....
    ....

    Equivalent to or that number 2147483647

  2. #12
    Perhaps this May help..Add this Two lines in red

    //-- indiors
    SetIndexStyle(0, DRAW_ARROW, EMPTY,3);
    SetIndexArrow(0, 233);
    SetIndexBuffer(0, CrossUp);
    SetIndexEmptyValue(0,0.0);

    SetIndexStyle(1, DRAW_ARROW, EMPTY,3);
    SetIndexArrow(1, 234);
    SetIndexBuffer(1, CrossDown);
    SetIndexEmptyValue(1,0.0);

    Subsequently in your EA..

    Dual EMA_green = iCustom(... 0,0);
    dual EMA_red = iCustom(... 1,0);
    if (EMA_green ! = 0) {
    OrderSend (.... You're buying
    if (EMA_red ! = 0) {
    OrderSend (....your are promoting


    I trust this helps. .

  3. #13
    (please reply to)

    Is there a most recent version of this indior?

    Can't find Mr. Jason Robinson, the UK writer, not the athlete, to ask why the popup alarm functions but the email alert does not?

    The thread appears to have stopped more than a year ago and maybe all is resolved? Running on M30, EUR/USD.

    Thanks to any who can help,

    https://forexintuitive.com/attachmen...1436006578.mq4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners more information