Reset()
Reset()
Definition
Resets the internal marker which is used for IsValidDataPoint() back to false. Calling the Reset() method is unique and can be very powerful for custom indicator development. Series\<t\> objects will always contain a value which is assigned, however calling Reset() simply means you effectively ignore the value of the current bar for plotting purposes. For calculation purposes you will want to use IsValidDataPoint() to ensure you are not calculating off of any reset values assigned by the Reset() method.
Method Return Value
This method does not return a value.
Syntax
Reset()
Reset(int barsAgo)

