Entry

From MultiCharts
Revision as of 13:29, 24 January 2012 by 194.84.116.138 (talk) (Created page with "Used in strategy exit statements to tie an exit to the particular entry that was assigned the EntryLabel name. An exit can only be tied to an entry within the same signal...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Used in strategy exit statements to tie an exit to the particular entry that was assigned the EntryLabel name. An exit can only be tied to an entry within the same signal; for more information, see Buy or SellShort.

Usage

From Entry("EntryLabel")

Where: EntryLabel - the name that was assigned to the entry that the exit is to be tied to

From - a skip word and can be omitted

Example

Completely exit from the long position established by the entry labeled "Original Entry", at Market 
price on open of next bar: 

Sell From Entry("Original Entry")Next Bar At Open;