Thread: Set visual alert for market analyzer

Results 1 to 4 of 4

  1. #1

    Default Set visual alert for market analyzer

    Hello,

    I would like to create an indicator for use within market analyzer.

    The indicator would alert me visually (such as in the picture below, by changing the cell color) when 2 conditions are both met:

    1. ADX with 14 period is above 25
    2. DI+ & DI- crossover




    So I believe I will have to make a custom indicator using something like this:

    if (CrossAbove(DM(14).DiPlus, DM(14).DiMinus,1))

    But I really don't know how to do any of that. Please point me in the right direction. Thank you.
  2. #2
    Balladolbineel
    Guest

    Default

    Hello,
    Setting the cell conditions for the market analyzer through NinjaScript is not supported.
    If we can be of any other assistance please let us know.
  3. #3

    Default

    Hello,
    Setting the cell conditions for the market analyzer through NinjaScript is not supported.
    If we can be of any other assistance please let us know.
  4. #4

    Default

    Hello,
    To have the plot be the absolute value of the differene you will use Math.Abs() for more information on Math.Abs please see the following link: https://msdn.microsoft.com/en-us/lib...v=vs.110).aspx

Posting Permissions

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