[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.Fluent.FibonacciBuilder-1.Uptrend

Uptrend Method

Uptrend(bool)

Configurates Uptrend. Sets a value indicating whether to create uptrending Fibonacci tool.

Declaration
public FibonacciBuilder<T> Uptrend(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
FibonacciBuilder<T>

Current builder.

Remarks

Default value is true(uptrend). If the value is false, the downtrending levels are plotted.