Welcome to the Traders Laboratory Forums.
Coding Forum Collaborate, receive help, or discuss coding related issues.

Reply
Old 10-27-2009, 12:47 PM   #1

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Alert (EasyLanguage)

This thread is about how to use the alert in 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
Tams is offline  
Reply With Quote
The Following User Says Thank You to Tams For This Useful Post:
aaa (10-31-2009)

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
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

All times are GMT -4. The time now is 02:04 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.