A

From MultiCharts
Revision as of 15:04, 19 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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;