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

Re: [amibroker] Re: Modified RSI



PureBytes Links

Trading Reference Links

I think I'm making some progress here, but since I absolutely am new
at this program, and even optimization in general, I'd better check
and make sure I have this right.

Ran the optimization. That was apparently no problem, and got quite
an output, which you can see in the attached gif.

Not quite sure how to interpret this data however, which appears to
be ordered from greatest to least net profit over the time period by
default.

I appears that my best number for X1 is 20. It also appears that my
best number for Dbuy is 1. For Dsell, however, I am at a loss. The
numbers appear to just increment from 1 to 20 as you go down the
list, with the cycle repeating endlessly.

So if you can explain that much to me, I'd sure appreciate it, and
we'll move on from there.

Thanks so much for your help,

Yuki

P.S. I guess I asked the wrong question about that white line in the
chart. I should have asked you why you plot it, since the buy and
sell signals don't seem to relate to it. (You did answer the
question that I asked, however.) (^_-)

Thursday, October 11, 2001, 12:41:08 AM, you wrote:

DT> Hi Yuki,
DT> There is no relation between arrows and ind. builder graph.
DT> So follow the steps:
DT> 1] Optimize
DT> 2] In optimization formula replace the first 10 with the optimum 
DT> result
DT> X1=Optimize("X1",10,10,20,1);
DT> Dbuy=Optimize("Dbuy",10,0,20,1);
DT> Dsell=Optimize("Dsell",10,0,20,1);
DT> ie, if you find X1=9, Dbuy=5 and Dsell=12 then the above lines should 
DT> be
DT> X1=Optimize("X1",9,10,20,1);
DT> Dbuy=Optimize("Dbuy",5,0,20,1);
DT> Dsell=Optimize("Dsell",12,0,20,1);
DT> Now, without leaving AA, scan.
DT> This is the way to get the arrows.
DT> (Read Optimize instructions)
DT> Then, in indicator builder formula, replace in X1, Dbuy and Dsell the 
DT> proper values and Apply.
DT> As for the white line is from 
DT> Graph8=AVRSI;
DT> Graph8Style=8;
DT> Graph8BarColor=2;
DT> and represents the average RSI value.
DT> D. T.



DT> --- In amibroker@xxxx, Yuki Taga <yukitaga@xxxx> wrote:
>> Hi Dimitris,
>> 
>> Wednesday, October 10, 2001, 1:23:04 AM, you wrote:
>> 
>> I seem to be unable to duplicate your results, almost surely because
>> I am still so clumsy with this program.
>> 
>> I can get the graph, as you can see from the attached gif. But my
>> buy and sell arrows do not seem to line up with crosses of the top
>> and bottom of the channel, as yours do. Can you please enlighten
>> this newbie?
>> 
>> Also, can you tell me what the white line is doing in the channel?
>> 
>> Best,
>> 
>> Yuki
Attachment:
OptResults.gif

Attachment: Description: "Description: GIF image"