PureBytes Links
Trading Reference Links
|
Hi all , in an effort to fine tune some of my afl's Iwas
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" color=#ff00ff size=2>1<FONT face="CourierNew"
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>) ,RSIopt;
Sell = 0<FONT
face="Courier New" size=2>;
Thanks
David
|