PureBytes Links
Trading Reference Links
|
Graham,
Thanks for the info.
The issue with fixed stop loss level is that it enables me to exit a
position the same day (EOD trader) the trade is entered, since I use
1 day delay.
By using SELL condition, the execution will be delayed 1 day AFTER
the fixed level has been reached one day earlier.
Thomas
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> Thomas
> Just make it a set amount
> Eg
> Sell = Cond1 or cond2 or cross(10,C);
>
> Cheers,
> Graham
> http://groups.msn.com/asxsharetrading
> http://groups.msn.com/fmsaustralia
>
> -----Original Message-----
> From: tchan95014 [mailto:tchan@x...]
> Sent: Monday, 12 January 2004 10:32 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Fixed price stop
>
>
> Hi,
>
> Is there a way to set a stop price fixed, a predetermined price
never
> to be moved for the life of a trade? It is NOT an amount to be
> add/subtracted from L/H but a fixed level.
>
> For example, I entered a trade at 12 and I set the stop price at
10,
> this stop price 10 will never be moved during the life of this
trade
> because other SELL conditions will govern the exit if this stop is
not
> hit.
>
> Thanks for any info.
>
>
> Thomas
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Yahoo! Groups Links
>
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|