|
Attention! Read the forum rules carefully before posting a topic.
Try to find an answer in Wiki before asking a question. Submit programming questions in this forum only. Off topics are strictly forbidden.
Any topics which do not satisfy these rules will be deleted.
maxIndex |
[mharding]
|
Post subject: maxIndex |
Post rating: 0
|
Posted: Mon 26 Oct, 2009, 22:40
|
|
User rating: 0
Joined: Tue 13 Oct, 2009, 20:35 Posts: 7
|
Hi
I'm wanting to use the ta-lib indicator maxIndex but it doesn't seem to be available. Is it possible for me to import it ?
Thanks in advance...
|
|
|
|
 |
API Support
|
Post subject: Re: maxIndex |
Post rating: 0
|
Posted: Tue 27 Oct, 2009, 11:14
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
It's not available in IIndicators interface, because it's result doesn't make sense. You don't pass array as input, returned index of some array is no use for you. You can get indicator itself with getIndicator method and pass all needed inputs, outputs and parameters. This way you will get index of element in input array
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|