Which of the following operations are supported on Time Frames?

[amp_mcq option1=”idxmax” option2=”ixmax” option3=”ixmin” option4=”none of the mentioned” correct=”option1″]

The correct answer is: A. idxmax

idxmax returns the index of the maximum value in a TimeFrame.

ixmax returns the maximum value in a TimeFrame.

ixmin returns the index of the minimum value in a TimeFrame.

none of the mentioned is not a valid option.