Where is the Realtime data stored?
Realtime data is fully dynamic and not stored on your hard drive. It is stored in memory until the next chart is open.
Realtime data is fully dynamic and not stored on your hard drive. It is stored in memory until the next chart is open.
In Charts, click on Chart, Chart Ticker. Enter the symbol, then choose Realtime.
Price Alerts are achieved by adding trendlines to the charts. Follow these steps to active a Trendline Alert:
1. Right click on a chart. Choose draw attributes. Draw the trendline.
2. Click on file, Alert Properties. Edit the Alerts.
3. Add the following to the Alert Code:
! Alert me if the last trade of a price bar breaks through my trendline to the downside
TrendlineBreakDn if TrendlineBreakout() < 0.
! Alert me if the last trade of a price bar breaks through my trendline to the upside
TrendlineBreakUp if TrendlineBreakout() > 0.
4. Enable the Alerts.
In RTALerts, click on File, Alert Properties. Right click on the Alert, choose Add Sound. Choose the .wav file you want associated with the Alert. Do the same for each alert you have enabled.
In RTAlerts, click on Tickers, Enable Email Alerts.
Yes. In RTAlerts, click on File, Indicator Properties, Custom Indicators. Click on Add, choose the Plot Type, click next. Give the indicator a description and choose the UDF you want to plot. You can also choose whether to plot the indicator on the price plot.