StockFetcher Forums · General Discussion · Exit triggers<< >>Post Follow-up
jazzyg
1 posts
msg #90779
Ignore jazzyg
4/4/2010 12:26:50 PM

How can I specify my Exit trigger to be - if the current price drops below the low of the day of the entry trigger?

So, for example, if a buy was triggered on 01/12/09 at the closing price at $5, and that day's low was $4, the exit trigger should be $4.

Thanks.



miketranz
956 posts
msg #90790
Ignore miketranz
4/4/2010 9:34:39 PM

How much money do you want to lose?

jrbikes
624 posts
msg #90791
Ignore jrbikes
4/4/2010 11:03:48 PM

all of it?

four
5,087 posts
msg #90840
Ignore four
modified
4/6/2010 1:02:35 AM

Fetcher[
set{var2, ma(10)} and draw ma(10)
set{buy, close crossed above var2}
draw buy

set{var1, 224.75}
set{sell, var1 - low}
add column sell
draw sell and draw sell line at 0 on plot sell
add column low
offset 3/23/10

set{sellz, sell crossed below 0}


draw sell

symlist(aapl)

draw price line at 224.75
]



--

Fetcher[
set{var2, ma(10)} and draw ma(10)
set{buy, close crossed above var2}
draw buy

set{var1, 198.67}
set{sell, var1 - low}
add column sell
draw sell and draw sell line at 0 on plot sell
add column low
offset 2/24/10

set{sellz, sell crossed below 0}


draw sell

symlist(aapl)

draw price line at 198.67
]



StockFetcher Forums · General Discussion · Exit triggers<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.