Skip to content

Commit 408c2e6

Browse files
committed
FLUT-879690-[others][flutter]: Added hyperlinks
1 parent 11b3094 commit 408c2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flutter/cartesian-charts/technical-indicators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ Refer the following example,
553553

554554
### Weighted moving average indicator (WMA)
555555

556-
The [`Weighted moving average indicator`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/WmaIndicator-class.html) is unlike a [`Simple moving average indicator`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SmaIndicator-class.html), where each data point has an equal weight, the WMA assigns different weights to each data point.
556+
The [`Weighted moving average`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/WmaIndicator-class.html) indicator is unlike a [`Simple moving average`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SmaIndicator-class.html) indicator, where each data point has an equal weight, the WMA assigns different weights to each data point.
557557

558558
This means that recent data points are given more weight in the calculation, making the WMA more responsive to recent price changes.
559559

0 commit comments

Comments
 (0)