[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] optomization



PureBytes Links

Trading Reference Links



ok one more step closer but thos formula has no results in 
the table ?
<FONT 
face=Arial>1 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 20 2 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 22 3 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 24 4 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 26 5 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 28 6 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 30 7 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 32 8 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 34 9 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 36 10 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 38 11 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 40 12 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 42 13 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 44 14 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 46 15 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 48 16 -1.#J% -1.$% 0.0% 0 0 0 0 0 -1.#J% -1.#J% 1.#R -1.#J 1.#R 50 
d1 = <FONT face="Courier New" color=#0000ff 
size=2>Optimize( <FONT 
face="Courier New" color=#ff00ff size=2>"value"<FONT face="Courier New" 
size=2>,30<FONT 
face="Courier New" size=2>, <FONT face="Courier New" color=#ff00ff 
size=2>20, <FONT 
face="Courier New" color=#ff00ff size=2>50<FONT face="Courier New" 
size=2>, 2<FONT 
face="Courier New" size=2> );
Buy = <FONT face="Courier New" color=#0000ff 
size=2>RSI(<FONT 
face="Courier New" color=#ff00ff size=2>9<FONT face="CourierNew" 
size=2>)>d1 ; 
Sell = <FONT face="Courier New" color=#0000ff 
size=2>RSI(<FONT 
face="Courier New" color=#ff00ff size=2>9<FONT face="CourierNew" 
size=2>) <d1;
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
David 
Holzgrefe 
To: <A title=amibroker@xxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Monday, October 01, 2001 10:49 
PM
Subject: [amibroker] optomization


Hi all , in an effort to fine tune some of my afl'sI was 
exploring the optimization of indicators using ami, 
I seem to have a syntax error but cant work out what im 
doing wrong 
the groups help would be appreciated
 
 
RSIopt = <FONT face="Courier New" color=#0000ff 
size=2>Optimize(<FONT 
face="Courier New" color=#ff00ff size=2>"rsi"<FONT face="Courier New" 
size=2>,9<FONT 
face="Courier New" size=2>,<FONT face="Courier New" color=#ff00ff 
size=2>5,<FONT 
face="Courier New" color=#ff00ff size=2>20<FONT face="Courier New" 
size=2>,1<FONT 
face="Courier New" size=2>);
Buy = <FONT face="Courier New" color=#0000ff 
size=2>RSI(<FONT 
face="Courier New" color=#ff00ff size=2>9<FONT face="Courier New" 
size=2>) ,RSIopt; 
Sell = <FONT face="Courier New" color=#ff00ff 
size=2>0;
 
Thanks 
DavidYour 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.