Re: [amibroker] Rotational Trading - WorstRankHeld

2006-08-28 Thread Ara Kaloustian
Sid   Thanks for the clear and complete answer   A     - Original Message - From: Sidney Kaiser To: amibroker@yahoogroups.com Sent: Sunday, August 27, 2006 5:02 PM Subject: Re: [amibroker] Rotational Trading - WorstRankHeld At 10:42 PM 8/26/2006, you wrote

Re: [amibroker] Rotational Trading - WorstRankHeld

2006-08-28 Thread Joe Landry
.     Hope this helps JOE       EnableRotationalTrading(); SetOption("MaxOpenPositions",5); SetOption("WorstRankHeld",10);     - Original Message - From: Sidney Kaiser To: amibroker@yahoogroups.com Sent: Sunday, August 27, 2006 7:02 PM Subject: Re

Re: [amibroker] Rotational Trading - WorstRankHeld

2006-08-28 Thread Joe Landry
st 27, 2006 7:02 PM Subject: Re: [amibroker] Rotational Trading - WorstRankHeld At 10:42 PM 8/26/2006, you wrote: Am trying to develop a RotationalTrading System. I do not understand the SetOption ( "WorstRankHeld" ,Rank);  command. It seems to impact the trading even

Re: [amibroker] Rotational Trading - WorstRankHeld

2006-08-27 Thread Sidney Kaiser
At 10:42 PM 8/26/2006, you wrote: Am trying to develop a RotationalTrading System.   I do not understand the SetOption ( "WorstRankHeld" ,Rank);  command. It seems to impact the trading even if rank is larger than MaxOpenPositions.   Example: If I allow 5 open positions, why should a rank of

[amibroker] Rotational Trading - WorstRankHeld

2006-08-27 Thread Ara Kaloustian
Am trying to develop a RotationalTrading System.   I do not understand the SetOption("WorstRankHeld",Rank);  command. It seems to impact the trading even if rank is larger than MaxOpenPositions.   Example: If I allow 5 open positions, why should a rank of 10 or 20 ... or any number over 5