Skip to content

Commit

Permalink
Implemented PeaksAndValleysVisitor visitor
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed May 3, 2024
1 parent 13736b0 commit 325a537
Show file tree
Hide file tree
Showing 6 changed files with 285 additions and 47 deletions.
4 changes: 4 additions & 0 deletions docs/HTML/DataFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,10 @@ <H2><font color="blue">API Reference with code samples</font></H2>
<td title="Calculates rolling Parkinson volatility">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/ParkinsonVolVisitor.html">ParkinsonVolVisitor</a>{}</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Calculates vectors of peaks and valleys">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/PeaksAndValleysVisitor.html">PeaksAndValleysVisitor</a>{}</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Calculates rolling Percetage Price Oscillator">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/PercentPriceOSCIVisitor.html">PercentPriceOSCIVisitor</a>{}</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/HTML/MACDVisitor.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</tr>
<tr bgcolor="Azure">
<td bgcolor="blue"> <font color="white">
<PRE><B>#include &lt;DataFrame/DataFrameStatsVisitors.h&gt;
<PRE><B>#include &lt;DataFrame/DataFrameFinancialVisitors.h&gt;

template&lt;typename T, typename I = unsigned long,
std::size_t A = 0&gt;
Expand Down
Loading

0 comments on commit 325a537

Please sign in to comment.