| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #1 | ||
![]() | Alert (EasyLanguage) Alert Triggers an alert window where the necessary text can be created. The text can be dynamic, static or absent. Usage Alert ("Description") ; Notes If the text isn't set in the alert then Source, Symbol, Resolution, Price is displayed Alerts are shown on the lastest bar only (MultiCharts) Detailed information of alerts' settings is available in Formatting Studies > Alerts Example This statement will call an alert without text message: Alert; This statement creates a dynamic alert text and displays the number of the weekday: Alert( Text( "Day of week is ", DayOfWeek(Date) ) ); This statement will show static text: If Close > Close[1] Then Alert( Text( "Price turning up" ) ) ; source: EasyLanguage manual
__________________ Only an idiot would reply to a stupid post | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
aaa (10-31-2009) | ||
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Squeeze Alert Help | chrisleonard | Coding Forum | 7 | 09-17-2009 12:02 PM |
| Squeeze Alert | kamakazy | Coding Forum | 10 | 08-20-2009 09:36 AM |
| Add the Timeframe to the Alert Box in TS? | daedalus | Coding Forum | 9 | 06-29-2009 10:24 PM |
| Alert on Tradestation volume? | Greycells | Coding Forum | 2 | 12-13-2007 11:02 AM |
| Stay Alert! 11/15/07 | Soultrader | Market Analysis | 0 | 11-15-2007 05:03 AM |