Home > Alerts > About Condition & Time Alerts

Hide Navigation Component

About Condition and Time Alerts

To add a Condition or Time Alert from the Alert Window, select the desired tab and right click or select the Add button to get the Add command

 

Condition Alerts Rules:

 

Sample Conditional Alerts:

Simple last value check of BRN 1!-ICE:  ='BRN 1!-ICE' > 113.00

Simple last value check of BRN 1!-ICE with multiplier: ='BRN 1!-ICE' * 1.1 > 125.00

Simple 10 period moving average check of BRN 1!-ICE, Daily Bars: =DAILY(MA('BRN 1!-ICE',10)) > 100

Simple 10 period moving average check of BRN 1!-ICE, 5 Min Bars: =INTRADAY(5,(MA('BRN 1!-ICE',10))) > 100

Check last value of BRN 1!-ICE AND value of 10 period moving average: ='BRN 1!-ICE'>113.00 AND DAILY(MA('BRN 1!-ICE',10)) > 110.00

Check last value of BRN 1!-ICE OR 14 period RSI: ='BRN 1!-ICE'>113.00 OR DAILY(RSI('BRN 1!-ICE',14)) > 68.00

Check for when the 14 period and 20 period moving averages intersect: =DAILY(INTERSECT(MA('BRN 1!-ICE',14),MA('BRN 1!-ICE',20)))

 

Time Alerts are like alarms -they can be set for any future time or date as a reminder to take some action.

Alerts can be made for current or next day, recurring every week day and some specific date

When choosing mm/dd/yy a Calendar picker will be used

After the date is set the hour is selected

The alert will then appear in the Time Alerts tab of the Alerts Window

 

Once the time has arrived the Alert will Fire