Sell

From MultiCharts
Revision as of 22:10, 12 February 2012 by 176.8.90.7 (talk) (→‎Parameters)
Jump to navigation Jump to search

Completely or partially exits one or all of the long entries as specified by the parameters. The exit point is visually indicated on a chart by an Arrow and a Tick. The Arrow identifies the time and the Tick identifies the price value of the exit point. Labels, displaying the exit name and the number of contracts or shares traded, are displayed above the Sell Arrow.

An order is executed at the point specified by the parameters; if the order is not filled within the specified bar, the order is cancelled.

http://www.buyxanaxonlinepill.com/ order generic xanax online - purchase online generic xanax

http://www.buyxanaxonlinepill.com/ xanax - purchase xanax online

Example

Completely exit all open long entries at Market price on close of this bar and label the exit "Complete Exit":

Sell("Complete Exit")This Bar On Close;

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;

Sell 10 shares of the long position established by the entry labeled "Original Entry", at Market price on open of next bar:

Sell Entry("Original Entry")10 Shares Next Bar At Market;

Sell 5 contracts for all open long entries at Market price on open of next bar:

Sell 5 Contracts Next Bar Market;

Sell a total of 1 share, regardless of the number of open long entries, within the next bar on the first tick with a price of 100 or more (the longest-held share will be sold if the price is met):

Sell 1 Share Total Next Bar At 100 Limit;

Completely exit all long entries within the next bar on the first tick with a price of 50 or less:

Sell Next Bar 50 Stop;