Functions by Category Functions by Alphabetical list
Markbar ([colour]) |  |
This function will mark the current bar on the chart. Typically this function is used during the development and debugging of your system. Examples: Markbar(Red) if Today(Highest(High,5))==Today(Highest(High,10));
Markbar(Blue) if BarsSinceEntry>5;
Related functions: Output , Warning , SendEmail , SendSMS , PlaySound , Alert
|