Spaces:
Running
Running
| <html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>IPublicSignalRow | backtest-kit</title><meta name="description" content="Documentation for backtest-kit"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">backtest-kit</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">backtest-kit</a></li><li><a href="../modules/types.html">types</a></li><li><a href="types.IPublicSignalRow.html">IPublicSignalRow</a></li></ul><h1>Interface IPublicSignalRow</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Public signal row with original stop-loss and take-profit prices. | |
| Extends ISignalRow to include originalPriceStopLoss and originalPriceTakeProfit for external visibility. | |
| Used in public APIs to show user the original SL/TP even if trailing SL/TP are active. | |
| This allows users to see both the current effective SL/TP and the original values set at signal creation. | |
| The original prices remain unchanged even if _trailingPriceStopLoss or _trailingPriceTakeProfit modify the effective values. | |
| Useful for transparency in reporting and user interfaces. | |
| Note: originalPriceStopLoss/originalPriceTakeProfit are identical to priceStopLoss/priceTakeProfit at signal creation time.</p> | |
| </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">IPublicSignalRow</span> <span class="tsd-signature-symbol">{</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#_entry">_entry</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">cost</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">price</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#_fall">_fall</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">price</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span> <span class="tsd-signature-symbol">&</span> <a href="types.IStrategyPnL.html" class="tsd-signature-type tsd-kind-interface">IStrategyPnL</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#_isscheduled">_isScheduled</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#_partial">_partial</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">costBasisAtClose</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">currentPrice</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">entryCountAtClose</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">percent</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"profit"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"loss"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#_peak">_peak</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">price</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span> <span class="tsd-signature-symbol">&</span> <a href="types.IStrategyPnL.html" class="tsd-signature-type tsd-kind-interface">IStrategyPnL</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#_trailingpricestoploss">_trailingPriceStopLoss</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#_trailingpricetakeprofit">_trailingPriceTakeProfit</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#cost">cost</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#exchangename">exchangeName</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#framename">frameName</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#id">id</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#maxdrawdown">maxDrawdown</a><span class="tsd-signature-symbol">:</span> <a href="types.IStrategyPnL.html" class="tsd-signature-type tsd-kind-interface">IStrategyPnL</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#minuteestimatedtime">minuteEstimatedTime</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#note">note</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#originalpriceopen">originalPriceOpen</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#originalpricestoploss">originalPriceStopLoss</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#originalpricetakeprofit">originalPriceTakeProfit</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#partialexecuted">partialExecuted</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#peakprofit">peakProfit</a><span class="tsd-signature-symbol">:</span> <a href="types.IStrategyPnL.html" class="tsd-signature-type tsd-kind-interface">IStrategyPnL</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#pendingat">pendingAt</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#pnl">pnl</a><span class="tsd-signature-symbol">:</span> <a href="types.IStrategyPnL.html" class="tsd-signature-type tsd-kind-interface">IStrategyPnL</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#position">position</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"long"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"short"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#priceopen">priceOpen</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#pricestoploss">priceStopLoss</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#pricetakeprofit">priceTakeProfit</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#scheduledat">scheduledAt</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#strategyname">strategyName</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#symbol">symbol</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#timestamp">timestamp</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#totalentries">totalEntries</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="types.IPublicSignalRow.html#totalpartials">totalPartials</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy" data-refl="1870"><h4>Hierarchy (<a href="../hierarchy.html#types.IPublicSignalRow">View Summary</a>)</h4><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><a href="types.ISignalRow.html" class="tsd-signature-type tsd-kind-interface">ISignalRow</a><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">IPublicSignalRow</span><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><a href="types.IRiskSignalRow.html" class="tsd-signature-type tsd-kind-interface">IRiskSignalRow</a></li></ul></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2450">types.d.ts:2450</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="types.IPublicSignalRow.html#_entry" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_entry?</span></a> | |
| <a href="types.IPublicSignalRow.html#_fall" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_fall</span></a> | |
| <a href="types.IPublicSignalRow.html#_isscheduled" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_is<wbr/>Scheduled</span></a> | |
| <a href="types.IPublicSignalRow.html#_partial" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_partial?</span></a> | |
| <a href="types.IPublicSignalRow.html#_peak" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_peak</span></a> | |
| <a href="types.IPublicSignalRow.html#_trailingpricestoploss" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_trailing<wbr/>Price<wbr/>Stop<wbr/>Loss?</span></a> | |
| <a href="types.IPublicSignalRow.html#_trailingpricetakeprofit" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_trailing<wbr/>Price<wbr/>Take<wbr/>Profit?</span></a> | |
| <a href="types.IPublicSignalRow.html#cost" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>cost</span></a> | |
| <a href="types.IPublicSignalRow.html#exchangename" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>exchange<wbr/>Name</span></a> | |
| <a href="types.IPublicSignalRow.html#framename" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>frame<wbr/>Name</span></a> | |
| <a href="types.IPublicSignalRow.html#id" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>id</span></a> | |
| <a href="types.IPublicSignalRow.html#maxdrawdown" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>max<wbr/>Drawdown</span></a> | |
| <a href="types.IPublicSignalRow.html#minuteestimatedtime" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>minute<wbr/>Estimated<wbr/>Time</span></a> | |
| <a href="types.IPublicSignalRow.html#note" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>note?</span></a> | |
| <a href="types.IPublicSignalRow.html#originalpriceopen" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>original<wbr/>Price<wbr/>Open</span></a> | |
| <a href="types.IPublicSignalRow.html#originalpricestoploss" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>original<wbr/>Price<wbr/>Stop<wbr/>Loss</span></a> | |
| <a href="types.IPublicSignalRow.html#originalpricetakeprofit" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>original<wbr/>Price<wbr/>Take<wbr/>Profit</span></a> | |
| <a href="types.IPublicSignalRow.html#partialexecuted" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>partial<wbr/>Executed</span></a> | |
| <a href="types.IPublicSignalRow.html#peakprofit" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>peak<wbr/>Profit</span></a> | |
| <a href="types.IPublicSignalRow.html#pendingat" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pending<wbr/>At</span></a> | |
| <a href="types.IPublicSignalRow.html#pnl" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pnl</span></a> | |
| <a href="types.IPublicSignalRow.html#position" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>position</span></a> | |
| <a href="types.IPublicSignalRow.html#priceopen" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>price<wbr/>Open</span></a> | |
| <a href="types.IPublicSignalRow.html#pricestoploss" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>price<wbr/>Stop<wbr/>Loss</span></a> | |
| <a href="types.IPublicSignalRow.html#pricetakeprofit" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>price<wbr/>Take<wbr/>Profit</span></a> | |
| <a href="types.IPublicSignalRow.html#scheduledat" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>scheduled<wbr/>At</span></a> | |
| <a href="types.IPublicSignalRow.html#strategyname" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>strategy<wbr/>Name</span></a> | |
| <a href="types.IPublicSignalRow.html#symbol" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>symbol</span></a> | |
| <a href="types.IPublicSignalRow.html#timestamp" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>timestamp</span></a> | |
| <a href="types.IPublicSignalRow.html#totalentries" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>total<wbr/>Entries</span></a> | |
| <a href="types.IPublicSignalRow.html#totalpartials" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>total<wbr/>Partials</span></a> | |
| </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_entry" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>_entry</span><a href="#_entry" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_entry</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">cost</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">price</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>DCA (Dollar Cost Averaging) entry history. | |
| First element is always the original priceOpen at signal creation. | |
| Each subsequent element is a new averaging entry added by averageBuy(). | |
| Effective entry price = simple arithmetic mean of all price values. | |
| Original priceOpen is preserved unchanged for identity/audit purposes.</p> | |
| </div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><span class="tsd-kind-property">cost</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5><div class="tsd-comment tsd-typography"><p>Cost of this entry in USD (e.g. 100 for $100 position)</p> | |
| </div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5><span class="tsd-kind-property">price</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5><div class="tsd-comment tsd-typography"><p>Price at which this entry was executed</p> | |
| </div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5><span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5><div class="tsd-comment tsd-typography"><p>Unix timestamp in milliseconds when this entry was executed</p> | |
| </div><div class="tsd-comment tsd-typography"></div></li></ul></div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#_entry">_entry</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2387">types.d.ts:2387</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_fall" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_fall</span><a href="#_fall" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_fall</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">price</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span> <span class="tsd-signature-symbol">&</span> <a href="types.IStrategyPnL.html" class="tsd-signature-type tsd-kind-interface">IStrategyPnL</a></div><div class="tsd-comment tsd-typography"><p>Worst price seen in loss direction during the life of this position. | |
| Initialized at position open with priceOpen/pendingAt (pnl = 0). | |
| Updated on every tick/candle when price moves toward SL (currentDistance < 0).</p> | |
| <ul> | |
| <li>For LONG: minimum VWAP price seen below effective entry</li> | |
| <li>For SHORT: maximum VWAP price seen above effective entry</li> | |
| </ul> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#_fall">_fall</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2424">types.d.ts:2424</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_isscheduled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_is<wbr/>Scheduled</span><a href="#_isscheduled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_isScheduled</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Internal runtime marker for scheduled signals</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#_isscheduled">_isScheduled</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2338">types.d.ts:2338</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_partial" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>_partial</span><a href="#_partial" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_partial</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">costBasisAtClose</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">currentPrice</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">entryCountAtClose</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">percent</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"profit"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"loss"</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>History of partial closes for PNL calculation. | |
| Each entry contains type (profit/loss), percent closed, and price. | |
| Used to calculate weighted PNL: Σ(percent_i × pnl_i) for each partial + (remaining% × final_pnl)</p> | |
| <p>Computed values (derived from this array):</p> | |
| <ul> | |
| <li>_tpClosed: Sum of all "profit" type partial close percentages</li> | |
| <li>_slClosed: Sum of all "loss" type partial close percentages</li> | |
| <li>_totalClosed: Sum of all partial close percentages (profit + loss)</li> | |
| </ul> | |
| </div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><span class="tsd-kind-property">costBasisAtClose</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5><div class="tsd-comment tsd-typography"><p>Running cost basis (sum of entry costs) at the moment this partial was executed, | |
| BEFORE applying the percent reduction. | |
| Stored as a snapshot so helpers don't need to replay the full entry history. | |
| Effective entry price at this partial = costBasisAtClose / Σ(entry.cost/entry.price for entries[0..entryCountAtClose])</p> | |
| </div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5><span class="tsd-kind-property">currentPrice</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5><div class="tsd-comment tsd-typography"><p>Price at which this partial was executed</p> | |
| </div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5><span class="tsd-kind-property">entryCountAtClose</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5><div class="tsd-comment tsd-typography"><p>Number of _entry elements at the moment this partial close was executed. | |
| Used to slice _entry to only entries that existed at this partial.</p> | |
| </div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5><span class="tsd-kind-property">percent</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5><div class="tsd-comment tsd-typography"><p>Percentage of position closed (0-100)</p> | |
| </div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5><span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5><div class="tsd-comment tsd-typography"><p>Unix timestamp in milliseconds when this partial close was executed</p> | |
| </div><div class="tsd-comment tsd-typography"></div></li><li class="tsd-parameter"><h5><span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"profit"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"loss"</span></h5><div class="tsd-comment tsd-typography"><p>Type of partial close: profit (moving toward TP) or loss (moving toward SL)</p> | |
| </div><div class="tsd-comment tsd-typography"></div></li></ul></div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#_partial">_partial</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2349">types.d.ts:2349</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_peak" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>_peak</span><a href="#_peak" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_peak</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">price</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span> <span class="tsd-signature-symbol">}</span> <span class="tsd-signature-symbol">&</span> <a href="types.IStrategyPnL.html" class="tsd-signature-type tsd-kind-interface">IStrategyPnL</a></div><div class="tsd-comment tsd-typography"><p>Best price seen in profit direction during the life of this position. | |
| Initialized at position open with priceOpen/pendingAt. | |
| Updated on every tick/candle when price moves toward TP (currentDistance > 0).</p> | |
| <ul> | |
| <li>For LONG: maximum VWAP price seen above effective entry</li> | |
| <li>For SHORT: minimum VWAP price seen below effective entry</li> | |
| </ul> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#_peak">_peak</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2413">types.d.ts:2413</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_trailingpricestoploss" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>_trailing<wbr/>Price<wbr/>Stop<wbr/>Loss</span><a href="#_trailingpricestoploss" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_trailingPriceStopLoss</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Trailing stop-loss price that overrides priceStopLoss when set. | |
| Updated by trailing() method based on position type and percentage distance.</p> | |
| <ul> | |
| <li>For LONG: moves upward as price moves toward TP (never moves down)</li> | |
| <li>For SHORT: moves downward as price moves toward TP (never moves up) | |
| When _trailingPriceStopLoss is set, it replaces priceStopLoss for TP/SL checks. | |
| Original priceStopLoss is preserved in persistence but ignored during execution.</li> | |
| </ul> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#_trailingpricestoploss">_trailingPriceStopLoss</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2379">types.d.ts:2379</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="_trailingpricetakeprofit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>_trailing<wbr/>Price<wbr/>Take<wbr/>Profit</span><a href="#_trailingpricetakeprofit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">_trailingPriceTakeProfit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Trailing take-profit price that overrides priceTakeProfit when set. | |
| Created and managed by trailingTake() method for dynamic TP adjustment. | |
| Allows moving TP further from or closer to current price based on strategy. | |
| Updated by trailingTake() method based on position type and percentage distance.</p> | |
| <ul> | |
| <li>For LONG: can move upward (further) or downward (closer) from entry</li> | |
| <li>For SHORT: can move downward (further) or upward (closer) from entry | |
| When _trailingPriceTakeProfit is set, it replaces priceTakeProfit for TP/SL checks. | |
| Original priceTakeProfit is preserved in persistence but ignored during execution.</li> | |
| </ul> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#_trailingpricetakeprofit">_trailingPriceTakeProfit</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2405">types.d.ts:2405</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="cost" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>cost</span><a href="#cost" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">cost</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Cost of the initial position entry in USD (first entry, not DCA). | |
| Inherited from ISignalRow. Explicitly surfaced here for consumer visibility.</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#cost">cost</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2455">types.d.ts:2455</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="exchangename" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>exchange<wbr/>Name</span><a href="#exchangename" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">exchangeName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Unique exchange identifier for execution</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#exchangename">exchangeName</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2326">types.d.ts:2326</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="framename" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>frame<wbr/>Name</span><a href="#framename" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">frameName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Unique frame identifier for execution (empty string for live mode)</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#framename">frameName</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2330">types.d.ts:2330</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>id</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Unique signal identifier (UUID v4 auto-generated)</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#id">id</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2318">types.d.ts:2318</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="maxdrawdown" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>max<wbr/>Drawdown</span><a href="#maxdrawdown" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">maxDrawdown</span><span class="tsd-signature-symbol">:</span> <a href="types.IStrategyPnL.html" class="tsd-signature-type tsd-kind-interface">IStrategyPnL</a></div><div class="tsd-comment tsd-typography"><p>Maximum drawdown experienced during the life of this position up to the moment this public signal was created. | |
| Calculated using the worst unfavorable price reached (for long: min price below entry, for short: max price above entry) and the original entry price.</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2504">types.d.ts:2504</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="minuteestimatedtime" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>minute<wbr/>Estimated<wbr/>Time</span><a href="#minuteestimatedtime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">minuteEstimatedTime</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Expected duration in minutes before time_expired (required in row, defaults applied in ClientStrategy)</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#minuteestimatedtime">minuteEstimatedTime</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2324">types.d.ts:2324</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="note" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>note</span><a href="#note" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">note</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Human-readable description of signal reason</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#note">note</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2288">types.d.ts:2288</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="originalpriceopen" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>original<wbr/>Price<wbr/>Open</span><a href="#originalpriceopen" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">originalPriceOpen</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Original entry price set at signal creation (unchanged by averaging). | |
| Mirrors signal.priceOpen which is preserved for identity/audit purposes.</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2489">types.d.ts:2489</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="originalpricestoploss" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>original<wbr/>Price<wbr/>Stop<wbr/>Loss</span><a href="#originalpricestoploss" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">originalPriceStopLoss</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Original stop-loss price set at signal creation. | |
| Remains unchanged even if trailing stop-loss modifies effective SL. | |
| Used for user visibility of initial SL parameters.</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2461">types.d.ts:2461</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="originalpricetakeprofit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>original<wbr/>Price<wbr/>Take<wbr/>Profit</span><a href="#originalpricetakeprofit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">originalPriceTakeProfit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Original take-profit price set at signal creation. | |
| Remains unchanged even if trailing take-profit modifies effective TP. | |
| Used for user visibility of initial TP parameters.</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2467">types.d.ts:2467</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="partialexecuted" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>partial<wbr/>Executed</span><a href="#partialexecuted" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">partialExecuted</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Total executed percentage from partial closes. | |
| Sum of all percent values from _partial array (both profit and loss types). | |
| Represents the total portion of the position that has been closed through partial executions. | |
| Range: 0-100. Value of 0 means no partial closes, 100 means position fully closed through partials.</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2474">types.d.ts:2474</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="peakprofit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>peak<wbr/>Profit</span><a href="#peakprofit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">peakProfit</span><span class="tsd-signature-symbol">:</span> <a href="types.IStrategyPnL.html" class="tsd-signature-type tsd-kind-interface">IStrategyPnL</a></div><div class="tsd-comment tsd-typography"><p>Peak profit achieved during the life of this position up to the moment this public signal was created. | |
| Calculated using the highest favorable price reached (for long: max price above entry, for short: min price below entry) and the original entry price.</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2499">types.d.ts:2499</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="pendingat" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>pending<wbr/>At</span><a href="#pendingat" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">pendingAt</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Pending timestamp in milliseconds (when position became pending/active at priceOpen)</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#pendingat">pendingAt</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2334">types.d.ts:2334</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pnl" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>pnl</span><a href="#pnl" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">pnl</span><span class="tsd-signature-symbol">:</span> <a href="types.IStrategyPnL.html" class="tsd-signature-type tsd-kind-interface">IStrategyPnL</a></div><div class="tsd-comment tsd-typography"><p>Unrealized PNL at the time this public signal was created. | |
| Calculated using toProfitLossDto with the currentPrice at the moment of emission.</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2494">types.d.ts:2494</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="position" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>position</span><a href="#position" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">position</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"long"</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">"short"</span></div><div class="tsd-comment tsd-typography"><p>Trade direction: "long" (buy) or "short" (sell)</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#position">position</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2286">types.d.ts:2286</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="priceopen" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>price<wbr/>Open</span><a href="#priceopen" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">priceOpen</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Entry price for the position</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#priceopen">priceOpen</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2322">types.d.ts:2322</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="pricestoploss" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>price<wbr/>Stop<wbr/>Loss</span><a href="#pricestoploss" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">priceStopLoss</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Stop loss exit price (must be < priceOpen for long, > priceOpen for short)</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#pricestoploss">priceStopLoss</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2294">types.d.ts:2294</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="pricetakeprofit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>price<wbr/>Take<wbr/>Profit</span><a href="#pricetakeprofit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">priceTakeProfit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Take profit target price (must be > priceOpen for long, < priceOpen for short)</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#pricetakeprofit">priceTakeProfit</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2292">types.d.ts:2292</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="scheduledat" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>scheduled<wbr/>At</span><a href="#scheduledat" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">scheduledAt</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Signal creation timestamp in milliseconds (when signal was first created/scheduled)</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#scheduledat">scheduledAt</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2332">types.d.ts:2332</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="strategyname" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>strategy<wbr/>Name</span><a href="#strategyname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">strategyName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Unique strategy identifier for execution</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#strategyname">strategyName</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2328">types.d.ts:2328</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="symbol" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>symbol</span><a href="#symbol" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">symbol</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Trading pair symbol (e.g., "BTCUSDT")</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#symbol">symbol</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2336">types.d.ts:2336</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="timestamp" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>timestamp</span><a href="#timestamp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Unix timestamp in milliseconds when this signal was created/scheduled in backtest context or when getSignal was called in live context (before validation)</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="types.ISignalRow.html">ISignalRow</a>.<a href="types.ISignalRow.html#timestamp">timestamp</a></p><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2429">types.d.ts:2429</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="totalentries" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>total<wbr/>Entries</span><a href="#totalentries" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">totalEntries</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Total number of entries in the DCA _entry history (_entry.length). | |
| 1 = no averaging done (only initial entry). 2+ = averaged positions.</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2479">types.d.ts:2479</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="totalpartials" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>total<wbr/>Partials</span><a href="#totalpartials" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">totalPartials</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Total number of partial closes executed (_partial.length). | |
| 0 = no partial closes done. 1+ = partial closes executed.</p> | |
| </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/tripolskypetr/backtest-kit/blob/b93fe7a5178c040a7a01701ecef340babde42e22/types.d.ts#L2484">types.d.ts:2484</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#_entry" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_entry</span></a><a href="#_fall" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_fall</span></a><a href="#_isscheduled" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_is<wbr/>Scheduled</span></a><a href="#_partial" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_partial</span></a><a href="#_peak" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_peak</span></a><a href="#_trailingpricestoploss" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_trailing<wbr/>Price<wbr/>Stop<wbr/>Loss</span></a><a href="#_trailingpricetakeprofit" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>_trailing<wbr/>Price<wbr/>Take<wbr/>Profit</span></a><a href="#cost" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>cost</span></a><a href="#exchangename" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>exchange<wbr/>Name</span></a><a href="#framename" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>frame<wbr/>Name</span></a><a href="#id" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>id</span></a><a href="#maxdrawdown" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>max<wbr/>Drawdown</span></a><a href="#minuteestimatedtime" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>minute<wbr/>Estimated<wbr/>Time</span></a><a href="#note" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>note</span></a><a href="#originalpriceopen" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>original<wbr/>Price<wbr/>Open</span></a><a href="#originalpricestoploss" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>original<wbr/>Price<wbr/>Stop<wbr/>Loss</span></a><a href="#originalpricetakeprofit" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>original<wbr/>Price<wbr/>Take<wbr/>Profit</span></a><a href="#partialexecuted" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>partial<wbr/>Executed</span></a><a href="#peakprofit" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>peak<wbr/>Profit</span></a><a href="#pendingat" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pending<wbr/>At</span></a><a href="#pnl" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pnl</span></a><a href="#position" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>position</span></a><a href="#priceopen" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>price<wbr/>Open</span></a><a href="#pricestoploss" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>price<wbr/>Stop<wbr/>Loss</span></a><a href="#pricetakeprofit" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>price<wbr/>Take<wbr/>Profit</span></a><a href="#scheduledat" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>scheduled<wbr/>At</span></a><a href="#strategyname" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>strategy<wbr/>Name</span></a><a href="#symbol" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>symbol</span></a><a href="#timestamp" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>timestamp</span></a><a href="#totalentries" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>total<wbr/>Entries</span></a><a href="#totalpartials" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>total<wbr/>Partials</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">backtest-kit</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html> | |
| <!-- Yandex.Metrika counter --> | |
| <script type="text/javascript"> | |
| (function(m,e,t,r,i,k,a){ | |
| m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; | |
| m[i].l=1*new Date(); | |
| for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} | |
| k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a) | |
| })(window, document,'script','https://mc.yandex.ru/metrika/tag.js?id=105455585', 'ym'); | |
| ym(105455585, 'init', {ssr:true, webvisor:true, clickmap:true, ecommerce:"dataLayer", accurateTrackBounce:true, trackLinks:true}); | |
| </script> | |
| <noscript><div><img src="https://mc.yandex.ru/watch/105455585" style="position:absolute; left:-9999px;" alt="" /></div></noscript> | |
| <!-- /Yandex.Metrika counter --> | |
| <!-- Google tag (gtag.js) --> | |
| <script async src="https://www.googletagmanager.com/gtag/js?id=G-3MQZEBBDDR"></script> | |
| <script> | |
| window.dataLayer = window.dataLayer || []; | |
| function gtag(){dataLayer.push(arguments);} | |
| gtag('js', new Date()); | |
| gtag('config', 'G-3MQZEBBDDR'); | |
| </script> | |