Alert based on two scripts

Hi All,

I am trying to set up alert in Advance triggers based on last traded price of two scripts but I think this option is not available. I mean if I want a alert which is sum of last traded price of two scripts should be greater than some number. Here addition of two scripts is not possible it seems. Is there any way to achieve this.

Thanks in advance.

You can use arithmetic operators. For example -
LastTradedPrice('NSE:BPCL')+ LastTradedPrice('NSE:ONGC')>585

1 Like