PINE LIBRARY

ScalpingMetricsLib

Cập nhật
Library "ScalpingMetricsLib"

winRate(wins, totalTrades)
  Parameters:
    wins (float)
    totalTrades (float)

riskRewardRatio(avgProfit, avgLoss)
  Parameters:
    avgProfit (float)
    avgLoss (float)

profitFactor(totalProfit, totalLoss)
  Parameters:
    totalProfit (float)
    totalLoss (float)

avgTradeDuration(totalDuration, totalTrades)
  Parameters:
    totalDuration (float)
    totalTrades (float)

slippageSensitivity(slippage, totalProfit)
  Parameters:
    slippage (float)
    totalProfit (float)

equityMaxDrawdown(equityHigh, equityLow)
  Parameters:
    equityHigh (float)
    equityLow (float)

sharpeRatio(avgReturn, stdDev)
  Parameters:
    avgReturn (float)
    stdDev (float)

sortinoRatio(avgReturn, downsideDev)
  Parameters:
    avgReturn (float)
    downsideDev (float)

maxConsecutiveLosses(lossArray)
  Parameters:
    lossArray (array<float>)

omegaRatio(totalWins, totalLosses)
  Parameters:
    totalWins (float)
    totalLosses (float)

latencySensitivity(latency)
  Parameters:
    latency (float)
Phát hành các Ghi chú
v2

Added:
curve(disp_ind)
  Call function to get a certain curve of your strategy.
  Parameters:
    disp_ind (string)
  Returns: Returns type of curve plot.

cleaner(disp_ind, plot)
  Call function to filter out your Strategy plots
  Parameters:
    disp_ind (string)
    plot (float)

cobraTable(option, position)
  Assign this function to a random variable to get the "Performance Table"
  Parameters:
    option (simple string)
    position (simple string)

Removed:
winRate(wins, totalTrades)

riskRewardRatio(avgProfit, avgLoss)

profitFactor(totalProfit, totalLoss)

avgTradeDuration(totalDuration, totalTrades)

slippageSensitivity(slippage, totalProfit)

equityMaxDrawdown(equityHigh, equityLow)

sharpeRatio(avgReturn, stdDev)

sortinoRatio(avgReturn, downsideDev)

maxConsecutiveLosses(lossArray)

omegaRatio(totalWins, totalLosses)

latencySensitivity(latency)
Phát hành các Ghi chú
v3
display

Thư viện Pine

Theo tinh thần TradingView thực sự, tác giả đã xuất bản mã Pine này dưới dạng thư viện nguồn mở để các lập trình viên Pine khác trong cộng đồng của chúng tôi có thể sử dụng lại. Chúc mừng tác giả! Bạn có thể sử dụng thư viện này riêng tư hoặc trong các bài đăng nguồn mở khác. Tuy nhiên, bạn cần sử dụng lại mã này theo Quy tắc nội bộ.

Thông báo miễn trừ trách nhiệm