PureBytes Links
Trading Reference Links
|
Carl,
use the Cross function (see
manual),
rgds
ed
----- Original Message -----
Sent: Sunday, February 06, 2005 7:48
PM
Subject: [amibroker] Intercept Help
I have tried to calculate an intercept of price and a
ma. I tried
for(i=0; THi2<THi; i++)
// THi2>Test Test++ This is the
logic { THi = High + (i/100);// Test High = High + .01
incrument THi2 = DEMA(THi, 3);
// DEMA of Test High }
had no luck saving it, so I modified it to
// Calculate the intercept MB = 1;
for(i=0; MB > 0;
i++) //
THi2>Test Test++ This is the
logic { THi = High + (i/100);
// Test High = High + .01
incrument THi2 = DEMA(THi,
3); // DEMA of
Test High MB = IIf(THi2>THi, 1,
0); // Test to Make/Break
loop } // no luck either
I must be missing
something.
Carl
Check AmiBroker web
page at: http://www.amibroker.com/
Check
group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
|
|