[amibroker] Re: How do I keep the buyprice while multiple buy signals happen

2006-07-28 Thread Andre
Hi Steve, I know it's been a while since you wrote your reply/comment below, but you really touched upon something essential and I wanted to thank you for pointing out what you are pointing out: there must be an overall edge to the strategy, a positive expectancy. Aah, the elusive edge...;-)

RE: [amibroker] Re: How do I keep the buyprice while multiple buy signals happen

2006-07-08 Thread Terry
@yahoogroups.com Subject: RE: [amibroker] Re: How do I keep the buyprice while multiple buy signals happen   Hello Terry,   you can also change the buyprice through afl.     Best regards   Thomas www.tradingbasis.com       From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [amibroker] Re: How do I keep the buyprice while multiple buy signals happen

2006-07-08 Thread Thomas Z.
Behalf Of Thomas Z.Sent: Friday, July 07, 2006 11:37To: amibroker@yahoogroups.comSubject: RE: [amibroker] Re: How do I keep the buyprice while multiple buy signals happen   Hi Andre,   i have not checked out my code below detailed but it should point you to the right direction. Just a quick mod

RE: RE: [amibroker] Re: How do I keep the buyprice while multiple buy signals happen

2006-07-08 Thread Thomas Z.
07, 2006 8:38 PMTo: amibroker@yahoogroups.comSubject: Re: RE: [amibroker] Re: How do I keep the buyprice while multiple buy signals happen Hi Thomas, I am new to amibroker and not the worlds greatest programmer,but your code may be a solution to the logic I was after.. I wanted to test a very

RE: [amibroker] Re: How do I keep the buyprice while multiple buy signals happen

2006-07-07 Thread Terry
11:37 To: amibroker@yahoogroups.com Subject: RE: [amibroker] Re: How do I keep the buyprice while multiple buy signals happen   Hi Andre,   i have not checked out my code below detailed but it should point you to the right direction. Just a quick modification. i would also better use the

Re: RE: [amibroker] Re: How do I keep the buyprice while multiple buy signals happen

2006-07-07 Thread allansn
y 7, 2006 1:36 pm Subject: RE: [amibroker] Re: How do I keep the buyprice while multiple buy signals happen > Hi Andre, > > i have not checked out my code below detailed but it should point > you to the > right direction. Just a quick modification. > i would also better

RE: [amibroker] Re: How do I keep the buyprice while multiple buy signals happen

2006-07-07 Thread Thomas Z.
com     From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of AndreSent: Friday, July 07, 2006 5:24 PMTo: amibroker@yahoogroups.comSubject: [amibroker] Re: How do I keep the buyprice while multiple buy signals happen Thanks Thomas,I knew about exrem. Thanks to you I realized one

[amibroker] Re: How do I keep the buyprice while multiple buy signals happen

2006-07-07 Thread scourt2000
> I wanted ("buy at MACD crossing, sell at 3% profit or 10% loss"), This is a troubling statement to me. Why would anyone in this world want to take over 3 times the loss vs. a win? Your win rate has to (realistically, before transaction fees) maintain an 80% rate in order for you to have a

[amibroker] Re: How do I keep the buyprice while multiple buy signals happen

2006-07-07 Thread Andre
Thanks Thomas, I knew about exrem. Thanks to you I realized one new thing: the recursive nature of the sales signal (which is based on the buy signal) means that I have to do Exrem several times. I have re- approached my problem and this code apparently seems to do the trick I wanted ("buy at MA