mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
style patterns
This commit is contained in:
@@ -199,7 +199,7 @@ public class DsmaIndicatorTests
|
||||
|
||||
// Process first bar
|
||||
indicator.ProcessUpdate(new UpdateArgs(UpdateReason.HistoricalBar));
|
||||
|
||||
|
||||
// Process second bar as new
|
||||
indicator.ProcessUpdate(new UpdateArgs(UpdateReason.NewBar));
|
||||
double afterNewBar = indicator.LinesSeries[0].GetValue(0);
|
||||
|
||||
Reference in New Issue
Block a user