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)