PureBytes Links
Trading Reference Links
|
Hi Tomasz this afl causes a crash for me when run
on all stocks ?
/* File : stoch&macdx **
Buy : David Holzgrefe**Date: 27.02.2001
*/
macdisrising = macd() > ref( macd(), -1 ) and
ref( macd(), -1 ) > ref( macd(), -2 );stochisrising = stochd() > ref(
stochd(), -1 ) and ref( stochd(),-1 ) > ref( stochd() , -2 );macdfalling
= macd() > ref( macd(), 1 ) and ref( macd(), 1 ) > ref( macd(), 2
);stochfalling = stochd() > ref( stochd(), 1 ) and ref( stochd(),1) >
ref( stochd() , 2 );
buy = macdisrising AND stochisrising AND
v>100000;sell = macdfalling AND stochfalling;
AmiBroker version 3.50.0
Microsoft Windows 98 version 4.10 (Build
2222)Service Pack 0.0
Common Controls version: 5.81
Unhandled
exceptionType: CSysExceptionCode: c0000005Description: ACCESS
VIOLATIONAddress: 41fb66HWnd: 0x0d64Msg: 0x0110wParam: 0x00000ef4lParam: 0x00000000
Additional information:
Number of stock loaded: 5617Currently selected
stock: AGLNumber of quotes (current stock): 1001
Command history:2828 - Shows Analyser - a tool
to test systems & explore
market--Auto-Analyser
|