[amibroker] Re: AFL Puzzle
Thank you. AF
[amibroker] Re: AFL Puzzle
>From AmiBroker help file: Tomasz Janeczko tj --at-- amibroker.com 2004-07-23 07:07:29 When QuickAFL is ON, the BarIndex() may not be equal with array item index. Actual array item corresponding to bar index can be found this way: bi = BarIndex(); arrayitem = SelectedValue( bi ) - bi[ 0 ]; "Cl