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

optization ?



PureBytes Links

Trading Reference Links



Hi all I seem to be doing something wrong with optimization I 
get 0 results ?
d1 = Optimize( 
"<FONT face="Courier New" color=#ff00ff 
size=1>movshort"<FONT 
size=1>,10, <FONT 
color=#ff00ff size=1>2, <FONT color=#ff00ff 
size=1>30, 1<FONT 
size=1> );
d2 = Optimize( 
"movlong",<FONT 
color=#ff00ff size=1>30,<FONT color=#ff00ff 
size=1>25,50<FONT 
size=1>, 1 
);
 
Buy = Ref<FONT 
size=1>(V>1.3<FONT 
size=1>*MA( Volume, 
65),-<FONT 
color=#ff00ff size=1>0)<FONT color=#008000 
size=1>//30 % of 3 mths avg
AND C>O// going in the 
correct direction up
AND EMA<FONT 
size=1>(Close,d1) > <FONT color=#0000ff 
size=1>EMA(Close,d2);<FONT 
color=#008000 size=1>// Filter out down trends
Sell= EMA<FONT 
size=1>(Close,d2) > EMA<FONT 
size=1>(Close,d1);
Help from the talent pool would be grateful  again 
:)
 
Regards David
<FONT 
size=2>