insearchofalpha
just starting out
- Joined
- 26 November 2009
- Posts
- 4
- Reactions
- 0
Hi everyone.
Long time listener, first time caller - or something like that.
I'm looking to test (ie: paper trade) a system I'm developing that will provide alerts when a price retreats a certain percentage.
The percentage will be between my entry price and the high.
I only want to be alerted if:
(1) the high is above my breakeven point
(2) if the percentage retracement (I'll specify the percentage) from the high also is above my breakeven point
I want to try this because a number of stocks I have identified for entry have shot up quite high intraday and have since pulled back. They haven't retraced these highs. I figure this is symptomatic of the non trending market we are in (ASX). I suspect that if the market was trending I could use a trailing chandelier stop and ride the stock up. That approach doesn't seem to be working too well in my trade testing over the past few weeks.
My thoughts are to use quotetracker and have it connected to a live feed from - say Commsec. Reading quotetracker's site there's a suggestion that commsec is slow? Is this still the case? Can anyone using quotetracker advise?
What I'd like to do is write some code that would poll quotetracker's internal webserver to check prices of stocks in my watchlist and then if certain conditions are trigged my code will let me know.
Is anyone doing something like this and can comment?
Thanks.
Long time listener, first time caller - or something like that.
I'm looking to test (ie: paper trade) a system I'm developing that will provide alerts when a price retreats a certain percentage.
The percentage will be between my entry price and the high.
I only want to be alerted if:
(1) the high is above my breakeven point
(2) if the percentage retracement (I'll specify the percentage) from the high also is above my breakeven point
I want to try this because a number of stocks I have identified for entry have shot up quite high intraday and have since pulled back. They haven't retraced these highs. I figure this is symptomatic of the non trending market we are in (ASX). I suspect that if the market was trending I could use a trailing chandelier stop and ride the stock up. That approach doesn't seem to be working too well in my trade testing over the past few weeks.
My thoughts are to use quotetracker and have it connected to a live feed from - say Commsec. Reading quotetracker's site there's a suggestion that commsec is slow? Is this still the case? Can anyone using quotetracker advise?
What I'd like to do is write some code that would poll quotetracker's internal webserver to check prices of stocks in my watchlist and then if certain conditions are trigged my code will let me know.
Is anyone doing something like this and can comment?
Thanks.