Difference between revisions of "Than"

From MultiCharts
Jump to navigation Jump to search
m
 
Line 1: Line 1:
 
A Skip Word. Skip Words serve solely to improve the readability of PowerLanguage code and are skipped (ignored) during the compilation and execution.  
 
A Skip Word. Skip Words serve solely to improve the readability of PowerLanguage code and are skipped (ignored) during the compilation and execution.  
 +
 
The use of Skip Words is optional; they can be inserted anywhere within the PL code and will appear in red in PowerLanguage Editor.  
 
The use of Skip Words is optional; they can be inserted anywhere within the PL code and will appear in red in PowerLanguage Editor.  
 
   
 
   
==== Example ====
+
== Example ==
 
The Skip Words in the example below are colored in red:
 
The Skip Words in the example below are colored in red:
  

Latest revision as of 15:05, 19 February 2012

A Skip Word. Skip Words serve solely to improve the readability of PowerLanguage code and are skipped (ignored) during the compilation and execution.

The use of Skip Words is optional; they can be inserted anywhere within the PL code and will appear in red in PowerLanguage Editor.

Example

The Skip Words in the example below are colored in red:

If an Open is < than Close of 4 Bars Ago was Then Buy This Bar on Close;
If Plot1 does Cross Above a 1350 Then Sell From Entry("My Entry")Next Bar at the Market;