signal markers

5 posts / 0 new
Last post
davidskalak
Last seen: 3 years 11 months ago
Joined: 02/07/2012 - 00:00
Signal Marker Dates and Times read from External File

I have an automatically produced csv file with dates and times.
For example:

date,time
20171206,1430
20171207,1030
[...]

I want to put signal markers on the bar containing each date and time.
There may be 10s or potentially 100s of signal markers.

I'm creating a script to take this file as input and produce a second file
that contains the IRT code for a signal.

(DATE=20171206 and TIME=1430) or (DATE = 20171207 and TIME = 1030) [or ... ]

I then paste that code into the IRT Signal definition and save it.

Signal Markers Labels

This video is going to take a close look at signal markers, and specifically look at some new features to label signal markers with numerical values.

Painting Reversal Bars

Painting Reversal Bars

This video demonstrates how to add red and green markers at the top of a Point and Figure or "Reversal" chart.

Signal Markers

Together with the Custom Indicator, an RTL Signal Formula is one of the key building blocks of Investor/RT

A Signal is an RTL formula (such as CLOSE > MA) testing the value of each bar of data for a true/false condition. When it comes to knowing more about writing simple RTL Signal formula, please refer to the  RTL 101 section of the knowledge base, which offers: