[]
Defines a builder to configurate Macd<T>.
public class MacdBuilder<T> : MacdBaseBuilder<T, Macd<T>, MacdBuilder<T>>
Public Class MacdBuilder(Of T)
Inherits MacdBaseBuilder(Of T, Macd(Of T), MacdBuilder(Of T))
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| MacdBuilder(Macd<T>) | Creates one MacdBuilder<T> instance to configurate |
| Name | Description |
|---|---|
| SetMacdLineStyle(string, int?) | Sets the macd line style. |
| SetSignalLineStyle(string, int?) | Sets the signal line style. |