[]
Defines a builder to configurate Macd<T>.
public class MacdBuilder<T> : MacdBaseBuilder<T, Macd<T>, MacdBuilder<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. |