We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3828f35 commit 197bd95Copy full SHA for 197bd95
doc/modules/ROOT/pages/financial_examples.adoc
@@ -25,13 +25,13 @@ Sum using decimal32_t: 52151.99
25
....
26
====
27
28
-=== Simple Moving Average
+== Simple Moving Average
29
30
In the examples folder there is a file named `moving_average.cpp`.
31
This example shows how to parse historical stock data from a file and use it.
32
This serves as a framework for other calculations for securities.
33
34
-=== Currency Conversion
+== Currency Conversion
35
In the examples folder there is a file named `currency_conversion.cpp`.
36
This example shows how to simply convert currencies based off a given exchange rate.
37
0 commit comments