Alert on moving average of indicator ?
Results 1 to 3 of 3

Thread: Alert on moving average of indicator ?

  1. #1
    In the process of making a new sytem (have a look at the latest article of the monkey ^^ ) I need some alarm system for the cross over this moving average of an RSI.

    I've tried this kind of coding using the following:

    dual Var1 = iRSI(NULL, 0, 8, PRICE_CLOSE, Current 0);
    dual Buy2_1 = iMA(NULL, 0, 5, 0, MODE_SMA, Var1, Current 0);
    dual Buy2_2 = iMA(NULL, 0, 8, 0, MODE_SMMA, Var1, Current 0);

    But it seems that the moving averages does not attach properly to the RSI...

    I know how to attach a MA into the RSI graphically speaking (using newest indior information ) but I'm lost when we start to talk of progamming it

    Anybody has an idea.

    I've used the search button and google but without any luck.

    If I could found an alert, indior or specialist that use this, I might have a look at the code ^^

    Because of anyone who could help

  2. #2
    This is an ema cross with rsi, not sure if it's exactly what you are searching for though...

    J
    https://forexintuitive.com/attachmen...1422148810.mq4

  3. #3
    Thank You for the hint but this one is only a combination of MA Using an RSI filter and not an MA Employed to an RSI

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