DrawingFibonacciPhiChannel CLASS

RemoveFibonacciLevel (FibonacciLevel level) METHOD (Return: void)
remove a Fibonacci level from the list of levels by reference SYNTAX public void RemoveFibonacciLevel (FibonacciLevel level) PARAMETERS level...
Wed, May 9, 2018 at 6:08 PM
RemoveFibonacciLevel (int index) METHOD (Return: void)
remove a Fibonacci level from the list of levels by index SYNTAX public void RemoveFibonacciLevel (int index) PARAMETERS index — int RETUR...
Wed, May 9, 2018 at 6:09 PM
SetPoint (int pointIndex, TimePrice newPoint) METHOD (Return: void)
sets drawing's point coordinates in a chart measure format - time(X) price(Y) SYNTAX public void SetPoint (int pointIndex,TimePrice newPoint) ...
Wed, May 9, 2018 at 6:10 PM