in Search

Plotting only the highest value between 2 indicators

Last post 08-03-2009, 13:00 by zvior. 2 replies.
Sort Posts: Previous Next
  •  07-30-2009, 3:44 30312

    Plotting only the highest value between 2 indicators

    Please help me to build an indicator which is a highest value between 2 indicators, like 2 moving averages.

    Thanks.

     

  •  07-30-2009, 8:10 30313 in reply to 30312

    Re: Plotting only the highest value between 2 indicators


    max(indicator1, indicator2);
  •  08-03-2009, 13:00 30329 in reply to 30313

    Re: Plotting only the highest value between 2 indicators

    Thanx!
View as RSS news feed in XML