[]
Configurates Uptrend. Sets a value indicating whether to create uptrending Fibonacci tool.
public FibonacciBuilder<T> Uptrend(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
FibonacciBuilder<T> | Current builder. |
Default value is true(uptrend). If the value is false, the downtrending levels are plotted.