InsiderTransactionDA refactoring and TradeBook updates.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -17,7 +17,7 @@ namespace MarketData.DataAccess
|
||||
MySqlConnection sqlConnection = null;
|
||||
MySqlDataReader sqlDataReader = null;
|
||||
MySqlCommand sqlCommand=null;
|
||||
InsiderTransactionSummaries insiderTransactionSummaries=new InsiderTransactionSummaries();
|
||||
InsiderTransactionSummaries insiderTransactionSummaries =new InsiderTransactionSummaries();
|
||||
String strQuery = null;
|
||||
|
||||
try
|
||||
@@ -44,7 +44,7 @@ namespace MarketData.DataAccess
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,exception);
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("GetInsiderTransactionSummaries Exception: {0}",exception.ToString()));
|
||||
return null;
|
||||
}
|
||||
finally
|
||||
@@ -96,7 +96,7 @@ namespace MarketData.DataAccess
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,exception);
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("GetInsiderTransactions Exception: {0}",exception.ToString()));
|
||||
return null;
|
||||
}
|
||||
finally
|
||||
@@ -173,7 +173,7 @@ namespace MarketData.DataAccess
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,exception);
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("InsertInsiderTransactions Exception: {0}",exception.ToString()));
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,"Query was '" + strQuery + "'");
|
||||
return false;
|
||||
}
|
||||
@@ -211,7 +211,7 @@ namespace MarketData.DataAccess
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,exception);
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("DeleteInsiderTransactions Exception: {0}",exception.ToString()));
|
||||
if (null != strQuery) MDTrace.WriteLine(LogLevel.DEBUG,"Query was " + strQuery);
|
||||
return false;
|
||||
}
|
||||
@@ -250,7 +250,7 @@ namespace MarketData.DataAccess
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,exception);
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,String.Format("DeleteInsiderTransactionsYearsGreaterEqual Exception: {0}",exception.ToString()));
|
||||
if (null != strQuery) MDTrace.WriteLine(LogLevel.DEBUG,"Query was " + strQuery);
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -1241,7 +1241,7 @@ namespace MarketData.Helper
|
||||
// ***************************************************************************************************************************************************************************************
|
||||
// ************************************ S E C F I L I N G S - F O R M 4 & F O R M 5 - F O R I N S I D E R T R A N S A C T I O N S S E C . G O V ***************************S
|
||||
// ***************************************************************************************************************************************************************************************
|
||||
public static InsiderTransactions GetInsiderTransactions(String symbol,int timePeriodDays=15)
|
||||
public static InsiderTransactions GetInsiderTransactions(String symbol,int timePeriodDays=5)
|
||||
{
|
||||
MemoryStream memoryStream = null;
|
||||
HttpNetResponse httpNetResponse=null;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,23 +1,23 @@
|
||||
CMSESSIONv1.00
|
||||
LastUpdated=1/31/2024 09:15:55 PM
|
||||
TradeDate=2/29/2024
|
||||
LastUpdated=2/29/2024 09:46:11 PM
|
||||
TradeDate=3/28/2024
|
||||
StartDate=10/31/2019
|
||||
AnalysisDate=1/31/2024
|
||||
Cycle=52
|
||||
CashBalance=413.558
|
||||
AnalysisDate=2/29/2024
|
||||
Cycle=53
|
||||
CashBalance=411.217999999999
|
||||
NonTradeableCash=13000
|
||||
DayCount=90|AnalysisDate=12/29/2023|TradeDate=1/31/2024|DailyReturnLimit=0.15|MovingAverageConstraintDays=100|FallbackCandidateBestOf=SHV,NEAR,BIL,GSY,AGG,ACWX,GSY,SCHF,IXUS,DBEF,IEFA,TLT|Benchmark=SPY|BenchmarkMovingAverageDays=200|HoldingPeriod=3|MaxPositions=3|NoTradeSymbols=CXO,EE,APLP,SE,GBTC,YOKU,PNY,RFMD,ASAZY|InitialCash=5000|TargetBeta=1|BetaMonths=6|MarketCapLowerLimit=1000000000|MaxBeta=10|UseMaxBeta=False|FallbackMaxAlloc=1000|UseOverExtendedIndicator=True|UseOverExtendedIndicatorDays=10|UseOverExtendedIndicatorViolationThreshhold=1|UseOverExtendedIndicatorMarginPercent=1|UseMaxPositionBucketWeight=True|UseMaxPositionBucketWeightMaxWeight=0.65|UseCNN=True|UseCNNHost=http://127.0.0.1:5000|UseCNNDayCount=270|UseCNNRewardPercentDecimal=0.25
|
||||
DayCount=90|AnalysisDate=1/31/2024|TradeDate=2/29/2024|DailyReturnLimit=0.15|MovingAverageConstraintDays=100|FallbackCandidateBestOf=SHV,NEAR,BIL,GSY,AGG,ACWX,GSY,SCHF,IXUS,DBEF,IEFA,TLT|Benchmark=SPY|BenchmarkMovingAverageDays=200|HoldingPeriod=3|MaxPositions=3|NoTradeSymbols=CXO,EE,APLP,SE,GBTC,YOKU,PNY,RFMD,ASAZY|InitialCash=5000|TargetBeta=1|BetaMonths=6|MarketCapLowerLimit=1000000000|MaxBeta=10|UseMaxBeta=False|FallbackMaxAlloc=1000|UseOverExtendedIndicator=True|UseOverExtendedIndicatorDays=10|UseOverExtendedIndicatorViolationThreshhold=1|UseOverExtendedIndicatorMarginPercent=1|UseMaxPositionBucketWeight=True|UseMaxPositionBucketWeightMaxWeight=0.65|UseCNN=True|UseCNNHost=http://127.0.0.1:5000|UseCNNDayCount=270|UseCNNRewardPercentDecimal=0.25
|
||||
TotalActivePositions=9
|
||||
Slot=0|Symbol=XMTR|PurchaseDate=1/31/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=45|PurchasePrice=33.02|Beta=5.95345795642039|BetaMonths=6|SharpeRatio=-0.0114701539947201|RiskAdjustedWeight=0.254869237854026|RiskAdjustedAllocation=1459.45856628764|TargetBetaOverBeta=0.167969608136994|Score=0|CNNPrediction=True
|
||||
Slot=0|Symbol=INBX|PurchaseDate=1/31/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=63|PurchasePrice=38.72|Beta=3.57736495274364|BetaMonths=6|SharpeRatio=0.061325537368154|RiskAdjustedWeight=0.424153898747491|RiskAdjustedAllocation=2428.83388424409|TargetBetaOverBeta=0.27953536002332|Score=0|CNNPrediction=True
|
||||
Slot=0|Symbol=STNE|PurchaseDate=1/31/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=106|PurchasePrice=17.10|Beta=4.72729802354978|BetaMonths=6|SharpeRatio=0.133817753955506|RiskAdjustedWeight=0.320976863398482|RiskAdjustedAllocation=1838.01088280161|TargetBetaOverBeta=0.211537329573541|Score=0|CNNPrediction=True
|
||||
Slot=1|Symbol=EDU|PurchaseDate=11/30/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=11|PurchasePrice=81.74|Beta=0.89253825239166|BetaMonths=6|SharpeRatio=0.241401021679957|RiskAdjustedWeight=0.0708193814887578|RiskAdjustedAllocation=405.673010529817|TargetBetaOverBeta=1.12040015911966|Score=0|CNNPrediction=True
|
||||
Slot=1|Symbol=AVPT|PurchaseDate=11/30/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=445|PurchasePrice=8.16|Beta=0.0738056650586051|BetaMonths=6|SharpeRatio=0.0306906314419423|RiskAdjustedWeight=0.85642486846021|RiskAdjustedAllocation=4905.83859075369|TargetBetaOverBeta=13.5490954414672|Score=0|CNNPrediction=True
|
||||
Slot=1|Symbol=LPG|PurchaseDate=11/30/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=23|PurchasePrice=42.22|Beta=0.868783662392293|BetaMonths=6|SharpeRatio=0.0307027487352128|RiskAdjustedWeight=0.0727557500510324|RiskAdjustedAllocation=416.765065383161|TargetBetaOverBeta=1.15103453631528|Score=0|CNNPrediction=False
|
||||
Slot=0|Symbol=STNE|PurchaseDate=1/31/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=106|PurchasePrice=17.1|Beta=4.72729802354978|BetaMonths=6|SharpeRatio=0.133817753955506|RiskAdjustedWeight=0.320976863398482|RiskAdjustedAllocation=1838.01088280161|TargetBetaOverBeta=0.211537329573541|Score=0|CNNPrediction=True
|
||||
Slot=1|Symbol=APGE|PurchaseDate=2/29/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=35|PurchasePrice=34.82|Beta=2.51124287777816|BetaMonths=6|SharpeRatio=0.200388224068097|RiskAdjustedWeight=0.198192213681989|RiskAdjustedAllocation=1129.34997076668|TargetBetaOverBeta=0.398209193084803|Score=0|CNNPrediction=True
|
||||
Slot=1|Symbol=HOV|PurchaseDate=2/29/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=4|PurchasePrice=156.66|Beta=4.31715015300693|BetaMonths=6|SharpeRatio=0.267787608525446|RiskAdjustedWeight=0.115286419837245|RiskAdjustedAllocation=656.931533556099|TargetBetaOverBeta=0.23163428756433|Score=0|CNNPrediction=True
|
||||
Slot=1|Symbol=ANF|PurchaseDate=2/29/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=28|PurchasePrice=127.76|Beta=0.72497202467467|BetaMonths=6|SharpeRatio=0.448174766263438|RiskAdjustedWeight=0.686521366480766|RiskAdjustedAllocation=3911.97449567723|TargetBetaOverBeta=1.37936356985464|Score=0|CNNPrediction=True
|
||||
Slot=2|Symbol=COIN|PurchaseDate=12/29/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=7|PurchasePrice=173.32|Beta=3.58723532873586|BetaMonths=6|SharpeRatio=0.237194146482187|RiskAdjustedWeight=0.228934604026057|RiskAdjustedAllocation=1312.25620273874|TargetBetaOverBeta=0.278766210844717|Score=0|CNNPrediction=True
|
||||
Slot=2|Symbol=SNAP|PurchaseDate=12/29/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=111|PurchasePrice=16.53|Beta=2.4932293044091|BetaMonths=6|SharpeRatio=-0.0859620534199488|RiskAdjustedWeight=0.329388996864474|RiskAdjustedAllocation=1888.06212188046|TargetBetaOverBeta=0.401086253170364|Score=0|CNNPrediction=True
|
||||
Slot=2|Symbol=FYBR|PurchaseDate=12/29/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=99|PurchasePrice=25|Beta=1.85937555456496|BetaMonths=6|SharpeRatio=-0.259485769749209|RiskAdjustedWeight=0.441676399109469|RiskAdjustedAllocation=2531.69500871413|TargetBetaOverBeta=0.537814965645264|Score=0|CNNPrediction=True
|
||||
TotalPositions=119
|
||||
TotalPositions=122
|
||||
Symbol=CLDR|PurchaseDate=10/31/2019 12:00:00 AM|SellDate=1/31/2020 12:00:00 AM|Shares=124|PurchasePrice=8.56|Beta=0.482592987013072|BetaMonths=36|SharpeRatio=-0.248675615247893|RiskAdjustedWeight=0.632894313054559|RiskAdjustedAllocation=1054.82385509093|TargetBetaOverBeta=2.07213951903721|CurrentPrice=10.36|Score=0|CNNPrediction=False
|
||||
Symbol=RH|PurchaseDate=10/31/2019 12:00:00 AM|SellDate=1/31/2020 12:00:00 AM|Shares=2|PurchasePrice=181.92|Beta=1.3764249979282|BetaMonths=36|SharpeRatio=0.124651578968104|RiskAdjustedWeight=0.221901198728824|RiskAdjustedAllocation=369.835331214706|TargetBetaOverBeta=0.726519789676302|CurrentPrice=210.25|Score=0|CNNPrediction=False
|
||||
Symbol=VC|PurchaseDate=10/31/2019 12:00:00 AM|SellDate=1/31/2020 12:00:00 AM|Shares=2|PurchasePrice=93.22|Beta=2.10344983651568|BetaMonths=36|SharpeRatio=-0.0621291508319681|RiskAdjustedWeight=0.145204488216617|RiskAdjustedAllocation=242.007480361029|TargetBetaOverBeta=0.475409483335472|CurrentPrice=80.34|Score=0|CNNPrediction=False
|
||||
@@ -136,4 +136,7 @@ Symbol=LI|PurchaseDate=8/31/2023 12:00:00 AM|SellDate=11/30/2023 12:00:00 AM|Sha
|
||||
Symbol=UEC|PurchaseDate=9/29/2023 12:00:00 AM|SellDate=12/29/2023 12:00:00 AM|Shares=198|PurchasePrice=5.02|Beta=1.6462605462947|BetaMonths=6|SharpeRatio=-0.294873361666984|RiskAdjustedWeight=0.161775957039255|RiskAdjustedAllocation=948.087456975361|TargetBetaOverBeta=0.607437262741147|CurrentPrice=6.41|Score=0|CNNPrediction=True
|
||||
Symbol=HLX|PurchaseDate=9/29/2023 12:00:00 AM|SellDate=12/29/2023 12:00:00 AM|Shares=338|PurchasePrice=11.02|Beta=0.396058255919499|BetaMonths=6|SharpeRatio=0.190550376946564|RiskAdjustedWeight=0.672439903555308|RiskAdjustedAllocation=3940.83181331954|TargetBetaOverBeta=2.52488108770356|CurrentPrice=10.15|Score=0|CNNPrediction=True
|
||||
Symbol=CEIX|PurchaseDate=9/29/2023 12:00:00 AM|SellDate=12/29/2023 12:00:00 AM|Shares=9|PurchasePrice=103.81|Beta=1.60645871413232|BetaMonths=6|SharpeRatio=-0.198416146459026|RiskAdjustedWeight=0.165784139405437|RiskAdjustedAllocation=971.577396371768|TargetBetaOverBeta=0.622487208169631|CurrentPrice=101|Score=0|CNNPrediction=True
|
||||
Symbol=NEAR|PurchaseDate=10/31/2023 12:00:00 AM|SellDate=1/31/2024 12:00:00 AM|Shares=20|PurchasePrice=49.72|Beta=0.01|BetaMonths=6|SharpeRatio=-30.6257835438069|RiskAdjustedWeight=1|RiskAdjustedAllocation=1000|TargetBetaOverBeta=100|CurrentPrice=50.60|Score=0|CNNPrediction=False
|
||||
Symbol=NEAR|PurchaseDate=10/31/2023 12:00:00 AM|SellDate=1/31/2024 12:00:00 AM|Shares=20|PurchasePrice=49.72|Beta=0.01|BetaMonths=6|SharpeRatio=-30.6257835438069|RiskAdjustedWeight=1|RiskAdjustedAllocation=1000|TargetBetaOverBeta=100|CurrentPrice=50.6|Score=0|CNNPrediction=False
|
||||
Symbol=EDU|PurchaseDate=11/30/2023 12:00:00 AM|SellDate=2/29/2024 12:00:00 AM|Shares=11|PurchasePrice=81.74|Beta=0.89253825239166|BetaMonths=6|SharpeRatio=0.241401021679957|RiskAdjustedWeight=0.0708193814887578|RiskAdjustedAllocation=405.673010529817|TargetBetaOverBeta=1.12040015911966|CurrentPrice=93.53|Score=0|CNNPrediction=True
|
||||
Symbol=AVPT|PurchaseDate=11/30/2023 12:00:00 AM|SellDate=2/29/2024 12:00:00 AM|Shares=445|PurchasePrice=8.16|Beta=0.0738056650586051|BetaMonths=6|SharpeRatio=0.0306906314419423|RiskAdjustedWeight=0.85642486846021|RiskAdjustedAllocation=4905.83859075369|TargetBetaOverBeta=13.5490954414672|CurrentPrice=8|Score=0|CNNPrediction=True
|
||||
Symbol=LPG|PurchaseDate=11/30/2023 12:00:00 AM|SellDate=2/29/2024 12:00:00 AM|Shares=23|PurchasePrice=42.22|Beta=0.868783662392293|BetaMonths=6|SharpeRatio=0.0307027487352128|RiskAdjustedWeight=0.0727557500510324|RiskAdjustedAllocation=416.765065383161|TargetBetaOverBeta=1.15103453631528|CurrentPrice=36.15|Score=0|CNNPrediction=False
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
CMTSESSIONv1.00
|
||||
LastUpdated=9/15/2023 05:45:37 AM
|
||||
TradeDate=9/15/2023
|
||||
LastUpdated=2/28/2024 10:39:45 PM
|
||||
TradeDate=2/28/2024
|
||||
StartDate=1/1/0001
|
||||
AnalysisDate=9/15/2023
|
||||
CashBalance=1554.56285308838
|
||||
AnalysisDate=2/28/2024
|
||||
CashBalance=935.52
|
||||
NonTradeableCash=6121.73
|
||||
SuspendTrading=False|UsePriceSlopeIndicator=True|UsePriceSlopeIndicatorDays=252|AnalysisDate=9/15/2023|BetaMonths=6|TradeDate=9/15/2023|MarketCapLowerLimit=500000000|SidewaysDetection=False|SidewaysAfterDays=30|PriceTrendDays=20|CheckOutliersInReturnStream=True|DailyReturnLimit=0.25|MaxDailyPositions=3|MaxOpenPositions=6|NoTradeSymbols=CSTM,CS,NATI,QADA,CRTO,GTBIF,CLCT,PRSC,CMD,STAY,GBTC,YOKU,PNY,RFMD,ASAZY,USMO,VNR,STB,XIV,SYNT,DFP|OnlyTradeSymbols=|MinRSI=70|InitialCash=10000|TotalRiskPercentDecimal=0.05|PositionRiskPercentDecimal=0.12|EquityOnly=False|MinPercentReturnProximityTo52WeekHigh=30|MinPercentReturnOver52WeekLow=80|ProfitMarginCheck=True|EPSCheck=True|MinDaysBetweenReholding=30|LiquidityCheck=True|MinVolume=1000|DMA200Horizon=15|MinDaysBetweenStopAdjustments=30|MinDaysBetweenInitialStopAdjustment=5|MaxPricingExceptions=3|MACDSetup=(12,26,9)|MACDSignalDays=5|MACDRejectStrongSells=True|MACDRejectWeakSells=True|UseMarketIndicator=True|Benchmark=SPY|BenchmarkMovingAverageDays=200|BenchmarkMovingAverageHorizon=5|UseMarketIndicatorVolatility=True|UseMarketIndicatorVolatilityHorizon=60|UseMarketIndicatorVolatilityBenchmark=^VIX|UseStopLimitScaling=True|StopLimitScalingType=AverageTrueRange|StopLimitScalingVolatilityDays=30|SellOnDMABreak=True|DMABreakValues=200|DMABreakForceBreak=False|EntryType=OverExtended,MVP,PriceTrend,VolumeTrend|EntryHorizon=30|CandidateExpiryDays=180|VolumeTrendDays=10|ChannelBreakoutHorizon=40|UseOverExtendedIndicatorDays=45|UseOverExtendedIndicatorViolationThreshhold=1|UseOverExtendedIndicatorMarginPercent=1|MaxBeta=10|UseMaxBeta=False|UseProfitMaximization=True|UseProfitMaximizationExpression=R_THRESSHOLD=4;MAX_ATR=3;MULTIPLIER=MAX_ATR;IF(RMultiple>=R_THRESSHOLD){MULTIPLIER=1.2;}|UseTradeOnlySectors=True|UseTradeOnlySectorsSectors=Healthcare,Technology,Basic Materials,Consumer Defensive,Industrials
|
||||
SuspendTrading=False|UsePriceSlopeIndicator=True|UsePriceSlopeIndicatorDays=252|AnalysisDate=2/28/2024|BetaMonths=6|TradeDate=2/28/2024|MarketCapLowerLimit=500000000|SidewaysDetection=False|SidewaysAfterDays=30|PriceTrendDays=20|CheckOutliersInReturnStream=True|DailyReturnLimit=0.25|MaxDailyPositions=3|MaxOpenPositions=6|NoTradeSymbols=CODYY,MARUY,CSTM,CS,NATI,QADA,CRTO,GTBIF,CLCT,PRSC,CMD,STAY,GBTC,YOKU,PNY,RFMD,ASAZY,USMO,VNR,STB,XIV,SYNT,DFP|OnlyTradeSymbols=|MinRSI=70|InitialCash=10000|TotalRiskPercentDecimal=0.05|PositionRiskPercentDecimal=0.12|EquityOnly=False|MinPercentReturnProximityTo52WeekHigh=30|MinPercentReturnOver52WeekLow=80|ProfitMarginCheck=True|EPSCheck=True|MinDaysBetweenReholding=30|LiquidityCheck=True|MinVolume=1000|DMA200Horizon=15|MinDaysBetweenStopAdjustments=30|MinDaysBetweenInitialStopAdjustment=5|MaxPricingExceptions=3|MACDSetup=(12,26,9)|MACDSignalDays=5|MACDRejectStrongSells=True|MACDRejectWeakSells=True|UseMarketIndicator=True|Benchmark=SPY|BenchmarkMovingAverageDays=200|BenchmarkMovingAverageHorizon=5|UseMarketIndicatorVolatility=True|UseMarketIndicatorVolatilityHorizon=60|UseMarketIndicatorVolatilityBenchmark=^VIX|UseStopLimitScaling=True|StopLimitScalingType=AverageTrueRange|StopLimitScalingVolatilityDays=30|SellOnDMABreak=True|DMABreakValues=200|DMABreakForceBreak=False|EntryType=OverExtended,MVP,PriceTrend,VolumeTrend|EntryHorizon=30|CandidateExpiryDays=180|VolumeTrendDays=10|ChannelBreakoutHorizon=40|UseOverExtendedIndicatorDays=45|UseOverExtendedIndicatorViolationThreshhold=1|UseOverExtendedIndicatorMarginPercent=1|MaxBeta=10|UseMaxBeta=False|UseProfitMaximization=True|UseProfitMaximizationExpression=R_THRESSHOLD=4;MAX_ATR=3;MULTIPLIER=MAX_ATR;IF(RMultiple>=R_THRESSHOLD){MULTIPLIER=1.2;}|UseTradeOnlySectors=True|UseTradeOnlySectorsSectors=Healthcare,Technology,Basic Materials,Consumer Defensive,Industrials
|
||||
PricingExceptions=0
|
||||
TotalActivePositions=6
|
||||
Symbol=ANIP|PurchaseDate=8/3/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=21|PurchasePrice=53.22|CurrentPrice=62.39|Exposure=1117.62|MarketValue=1310.19|GainLoss=192.57|GainLossPcnt=0.172303645246148|PositionRiskDecimal=0.12|R=6.2616|C=134.481142654419|P=21.4771212875973|InitialStopLimit=46.83|TrailingStopLimit=54.7607136440277|TotalRiskExposure=131.4936|RMultiple=1.46R|Volatility=1.76768279075623|Volume=0|LastStopAdjustment=9/7/2023 12:00:00 AM|Comment=Price changed on 8/3/2023 from $52.18 to $53.22
|
||||
Symbol=IESC|PurchaseDate=8/4/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=9|PurchasePrice=66.8|CurrentPrice=67.82|Exposure=601.2|MarketValue=610.38|GainLoss=9.17999999999995|GainLossPcnt=0.0152694610778442|PositionRiskDecimal=0.12|R=7.9944|C=78.600142654419|P=9.83190016191572|InitialStopLimit=58.78|TrailingStopLimit=64.0674291992188|TotalRiskExposure=71.9496|RMultiple=0.13R|Volatility=2.61172938346863|Volume=0|LastStopAdjustment=9/11/2023 12:00:00 AM|Comment=Price changed on 8/7/2023 from $66.62 to $66.80
|
||||
Symbol=NVDA|PurchaseDate=8/29/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=3|PurchasePrice=490.44|CurrentPrice=439|Exposure=1471.32|MarketValue=1317|GainLoss=-154.32|GainLossPcnt=-0.104885409020471|PositionRiskDecimal=0.12|R=58.5408|C=196.634642654419|P=3.35893330214857|InitialStopLimit=431.59|TrailingStopLimit=431.59|TotalRiskExposure=175.6224|RMultiple=-0.88R|Volatility=12.867826461792|Volume=0|LastStopAdjustment=1/1/0001 12:00:00 AM|Comment=Price changed on 8/30/2023 from $487.84 to $490.44
|
||||
Symbol=JBL|PurchaseDate=8/30/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=8|PurchasePrice=116|CurrentPrice=106.06|Exposure=928|MarketValue=848.48|GainLoss=-79.52|GainLossPcnt=-0.0856896551724138|PositionRiskDecimal=0.12|R=13.8924|C=123.068642654419|P=8.85870279105259|InitialStopLimit=102.08|TrailingStopLimit=102.08|TotalRiskExposure=111.1392|RMultiple=-0.72R|Volatility=4.05541944503784|Volume=0|LastStopAdjustment=1/1/0001 12:00:00 AM|Comment=Price changed on 8/31/2023 from $115.77 to $116.00
|
||||
Symbol=CX|PurchaseDate=9/6/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=102|PurchasePrice=7.52|CurrentPrice=6.82|Exposure=767.04|MarketValue=695.64|GainLoss=-71.4|GainLossPcnt=-0.0930851063829787|PositionRiskDecimal=0.12|R=0.9108|C=93.241142654419|P=102.372796063262|InitialStopLimit=6.62|TrailingStopLimit=6.62|TotalRiskExposure=92.9016|RMultiple=-0.77R|Volatility=0.157804757356644|Volume=0|LastStopAdjustment=1/1/0001 12:00:00 AM|Comment=Price changed on 9/7/2023 from $7.59 to $7.52
|
||||
Symbol=ETN|PurchaseDate=9/13/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=4|PurchasePrice=222.45|CurrentPrice=217.64|Exposure=889.8|MarketValue=870.56|GainLoss=-19.24|GainLossPcnt=-0.0216228365924927|PositionRiskDecimal=0.12|R=26.5692|C=122.218142654419|P=4.59999332514411|InitialStopLimit=195.76|TrailingStopLimit=195.76|TotalRiskExposure=106.2768|RMultiple=-0.18R|Volatility=6.80371046066284|Volume=0|LastStopAdjustment=1/1/0001 12:00:00 AM|Comment=Price changed on 9/14/2023 from $221.41 to $222.45
|
||||
TotalPositions=79
|
||||
Symbol=AVGO|PurchaseDate=10/13/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=1|PurchasePrice=890.97|CurrentPrice=1289.42|Exposure=890.97|MarketValue=1289.42|GainLoss=398.45|GainLossPcnt=0.447209221410373|PositionRiskDecimal=0.12|R=105.9816|C=109.885485794067|P=1.0368355053525|InitialStopLimit=784.05|TrailingStopLimit=1182.1635710907|TotalRiskExposure=105.9816|RMultiple=3.76R|Volatility=19.4005393981934|Volume=0|LastStopAdjustment=2/22/2024 12:00:00 AM|Comment=Price changed on 10/16/2023 from $883.18 to $890.97
|
||||
Symbol=APG|PurchaseDate=11/8/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=77|PurchasePrice=27.08|CurrentPrice=35|Exposure=2085.16|MarketValue=2695|GainLoss=609.84|GainLossPcnt=0.292466765140325|PositionRiskDecimal=0.12|R=3.2304|C=250.186|P=77.4473749380882|InitialStopLimit=23.83|TrailingStopLimit=29.8718571519852|TotalRiskExposure=248.7408|RMultiple=2.45R|Volatility=1.05591440200806|Volume=0|LastStopAdjustment=1/30/2024 12:00:00 AM|Comment=Price changed on 11/9/2023 from $26.92 to $27.08
|
||||
Symbol=CLS|PurchaseDate=1/4/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=32|PurchasePrice=27.92|CurrentPrice=41.15|Exposure=893.44|MarketValue=1316.8|GainLoss=423.36|GainLossPcnt=0.473853868194842|PositionRiskDecimal=0.12|R=3.3504|C=107.5275|P=32.0939290830946|InitialStopLimit=24.5696|TrailingStopLimit=32.95149995327|TotalRiskExposure=107.2128|RMultiple=3.95R|Volatility=0.907680511474609|Volume=0|LastStopAdjustment=2/8/2024 12:00:00 AM
|
||||
Symbol=FTAI|PurchaseDate=1/23/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=14|PurchasePrice=51|CurrentPrice=55.92|Exposure=714|MarketValue=782.88|GainLoss=68.88|GainLossPcnt=0.0964705882352941|PositionRiskDecimal=0.12|R=6.036|C=85.6855|P=14.1957422133863|InitialStopLimit=44.88|TrailingStopLimit=51.4342853832245|TotalRiskExposure=84.504|RMultiple=0.82R|Volatility=1.01389157772064|Volume=0|LastStopAdjustment=2/28/2024 12:00:00 AM|Comment=Price changed on 1/24/2024 from $50.30 to $51.00
|
||||
Symbol=NEU|PurchaseDate=2/20/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=1|PurchasePrice=609.01|CurrentPrice=633.63|Exposure=609.01|MarketValue=633.63|GainLoss=24.62|GainLossPcnt=0.0404262655785619|PositionRiskDecimal=0.12|R=73.0956|C=73.588|P=1.00673638358533|InitialStopLimit=535.93|TrailingStopLimit=584.230923309326|TotalRiskExposure=73.0956|RMultiple=0.34R|Volatility=10.5676956176758|Volume=0|LastStopAdjustment=2/26/2024 12:00:00 AM|Comment=Price changed on 2/21/2024 from $609.13 to $609.01
|
||||
Symbol=KTOS|PurchaseDate=2/23/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=30|PurchasePrice=17.94|CurrentPrice=18.34|Exposure=538.2|MarketValue=550.2|GainLoss=12|GainLossPcnt=0.0222965440356745|PositionRiskDecimal=0.12|R=2.4216|C=73.686|P=30.4286422200198|InitialStopLimit=15.79|TrailingStopLimit=16.3189284300804|TotalRiskExposure=72.648|RMultiple=0.17R|Volatility=0.288610696792603|Volume=0|LastStopAdjustment=2/28/2024 12:00:00 AM|Comment=Price changed on 2/23/2024 from $20.18 to $17.94
|
||||
TotalPositions=93
|
||||
Symbol=CDNS|PurchaseDate=8/25/2020 12:00:00 AM|SellDate=9/3/2020 12:00:00 AM|Shares=16|PurchasePrice=111.82|CurrentPrice=109.57|Exposure=1789.12|MarketValue=1753.12|GainLoss=-36|GainLossPcnt=-0.0201216240386335|PositionRiskDecimal=0.12|R=13.3512|C=225.6365|P=16.9000913775541|InitialStopLimit=97.9088|TrailingStopLimit=109.599856939316|TotalRiskExposure=213.6192|RMultiple=-0.17R|Volatility=2.3209912776947|Volume=1767980|LastStopAdjustment=9/2/2020 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=LULU|PurchaseDate=8/28/2020 12:00:00 AM|SellDate=9/4/2020 12:00:00 AM|Shares=3|PurchasePrice=377.5|CurrentPrice=370.23|Exposure=1132.5|MarketValue=1110.69|GainLoss=-21.8099999999999|GainLossPcnt=-0.0192582781456953|PositionRiskDecimal=0.12|R=45.2976|C=136.6285|P=3.01624147857723|InitialStopLimit=332.1824|TrailingStopLimit=372.562428512573|TotalRiskExposure=135.8928|RMultiple=-0.16R|Volatility=25.858959197998|Volume=2871665|LastStopAdjustment=9/2/2020 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=POOL|PurchaseDate=9/1/2020 12:00:00 AM|SellDate=9/8/2020 12:00:00 AM|Shares=2|PurchasePrice=332.21|CurrentPrice=288.44|Exposure=664.42|MarketValue=576.88|GainLoss=-87.54|GainLossPcnt=-0.131754011017128|PositionRiskDecimal=0.12|R=39.5904|C=80.0065|P=2.02085606611704|InitialStopLimit=290.3296|TrailingStopLimit=290.3296|TotalRiskExposure=79.1808|RMultiple=-1.11R|Volatility=4.28818368911743|Volume=259404|LastStopAdjustment=1/1/0001 12:00:00 AM|Comment=Manual close.
|
||||
@@ -94,47 +94,79 @@ Symbol=ENIC|PurchaseDate=7/25/2023 12:00:00 AM|SellDate=8/3/2023 12:00:00 AM|Sha
|
||||
Symbol=STNE|PurchaseDate=8/1/2023 12:00:00 AM|SellDate=8/17/2023 12:00:00 AM|Shares=27|PurchasePrice=14.25|CurrentPrice=12.52|Exposure=384.75|MarketValue=338.04|GainLoss=-46.71|GainLossPcnt=-0.12140350877193|PositionRiskDecimal=0.12|R=1.758|C=48.490642654419|P=27.5828456509778|InitialStopLimit=12.54|TrailingStopLimit=12.54|TotalRiskExposure=47.466|RMultiple=-0.98R|Volatility=0.778608620166779|Volume=0|LastStopAdjustment=1/1/0001 12:00:00 AM|Comment=Closed due to trailing stop.
|
||||
Symbol=GMS|PurchaseDate=8/7/2023 12:00:00 AM|SellDate=9/6/2023 12:00:00 AM|Shares=5|PurchasePrice=75.23|CurrentPrice=66.29|Exposure=376.15|MarketValue=331.45|GainLoss=-44.7|GainLossPcnt=-0.118835570915858|PositionRiskDecimal=0.12|R=9.132|C=48.540142654419|P=5.3153901286048|InitialStopLimit=66.2|TrailingStopLimit=66.2|TotalRiskExposure=45.66|RMultiple=-0.98R|Volatility=1.20490074157715|Volume=0|LastStopAdjustment=1/1/0001 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=STRL|PurchaseDate=5/3/2023 12:00:00 AM|SellDate=9/13/2023 12:00:00 AM|Shares=18|PurchasePrice=41.87|CurrentPrice=74.81|Exposure=753.66|MarketValue=1346.58|GainLoss=592.92|GainLossPcnt=0.786720802483879|PositionRiskDecimal=0.12|R=5.04|C=91.8151711792945|P=18.2172958689076|InitialStopLimit=36.96|TrailingStopLimit=74.9182571983337|TotalRiskExposure=90.72|RMultiple=6.54R|Volatility=1.62504577636719|Volume=0|LastStopAdjustment=9/8/2023 12:00:00 AM|Comment=Manual close.
|
||||
TotalCandidates=39
|
||||
Symbol=CAAP|AnalysisDate=7/10/2023 12:00:00 AM|EPSSlope=0.0100000500679016|ProfitMarginSlope=0.523788452148438|PriceSlope=0.0031506475188527|Volatility=0.631933271884918|Volume=0|Violation=False|Slope=0.0031506475188527|Score=2.00821680101827|AnnualizedReturn=2.212146198324|SharpeRatio=0.187555918713467|RSquared=0.907813779459856|BetaMonths=6|Beta=0.386780996499332
|
||||
Symbol=UFPT|AnalysisDate=6/29/2023 12:00:00 AM|EPSSlope=0.315000057220459|ProfitMarginSlope=1.52011203765869|PriceSlope=0.00291569392154331|Volatility=9.61385440826416|Volume=0|Violation=False|Slope=0.00291569392154331|Score=1.81497745123126|AnnualizedReturn=2.08497083726342|SharpeRatio=0.110624214106533|RSquared=0.870504958051817|BetaMonths=6|Beta=0.848550602250114
|
||||
Symbol=ALGM|AnalysisDate=7/12/2023 12:00:00 AM|EPSSlope=0.0950000286102295|ProfitMarginSlope=0.633516311645508|PriceSlope=0.00326180377859464|Volatility=1.9831131696701|Volume=0|Violation=False|Slope=0.00326180377859464|Score=1.75898679145195|AnnualizedReturn=2.2749874870861|SharpeRatio=0.171899029426721|RSquared=0.773185259891224|BetaMonths=6|Beta=2.01793615995981
|
||||
Symbol=AAON|AnalysisDate=7/18/2023 12:00:00 AM|EPSSlope=0.170000016689301|ProfitMarginSlope=0.987130165100098|PriceSlope=0.00259615368283353|Volatility=3.53216505050659|Volume=0|Violation=False|Slope=0.00259615368283353|Score=1.63251511607276|AnnualizedReturn=1.92366212876803|SharpeRatio=-0.0364619282738608|RSquared=0.848649610375328|BetaMonths=6|Beta=0.0215701356346317
|
||||
Symbol=FMX|AnalysisDate=6/12/2023 12:00:00 AM|EPSSlope=0.404999971389771|ProfitMarginSlope=0.366024017333984|PriceSlope=0.00225691675173175|Volatility=3.63711047172546|Volume=0|Violation=False|Slope=0.00225691675173175|Score=1.58166306971193|AnnualizedReturn=1.76604577399692|SharpeRatio=-0.342911605282963|RSquared=0.895595738796908|BetaMonths=6|Beta=0.606310278872417
|
||||
Symbol=MARUY|AnalysisDate=6/13/2023 12:00:00 AM|EPSSlope=0.445000648498535|ProfitMarginSlope=0.518927097320557|PriceSlope=0.00229413461830428|Volatility=8.06742477416992|Volume=0|Violation=False|Slope=0.00229413461830428|Score=1.55200731108825|AnnualizedReturn=1.78268726236347|SharpeRatio=-0.260971391281115|RSquared=0.870599876857041|BetaMonths=6|Beta=0.839966825894115
|
||||
Symbol=NVDA|PurchaseDate=8/29/2023 12:00:00 AM|SellDate=9/18/2023 12:00:00 AM|Shares=3|PurchasePrice=490.44|CurrentPrice=426|Exposure=1471.32|MarketValue=1278|GainLoss=-193.32|GainLossPcnt=-0.13139221923171|PositionRiskDecimal=0.12|R=58.5408|C=196.634642654419|P=3.35893330214857|InitialStopLimit=431.59|TrailingStopLimit=431.59|TotalRiskExposure=175.6224|RMultiple=-1.10R|Volatility=12.867826461792|Volume=0|LastStopAdjustment=1/1/0001 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=CX|PurchaseDate=9/6/2023 12:00:00 AM|SellDate=9/26/2023 12:00:00 AM|Shares=102|PurchasePrice=7.52|CurrentPrice=6.59|Exposure=767.04|MarketValue=672.18|GainLoss=-94.86|GainLossPcnt=-0.123670212765957|PositionRiskDecimal=0.12|R=0.9108|C=93.241142654419|P=102.372796063262|InitialStopLimit=6.62|TrailingStopLimit=6.62|TotalRiskExposure=92.9016|RMultiple=-1.02R|Volatility=0.157804757356644|Volume=0|LastStopAdjustment=1/1/0001 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=IESC|PurchaseDate=8/4/2023 12:00:00 AM|SellDate=10/13/2023 12:00:00 AM|Shares=9|PurchasePrice=66.8|CurrentPrice=63.69|Exposure=601.2|MarketValue=573.21|GainLoss=-27.9899999999999|GainLossPcnt=-0.0465568862275447|PositionRiskDecimal=0.12|R=7.9944|C=78.600142654419|P=9.83190016191572|InitialStopLimit=58.78|TrailingStopLimit=64.0674291992188|TotalRiskExposure=71.9496|RMultiple=-0.39R|Volatility=2.61172938346863|Volume=0|LastStopAdjustment=9/11/2023 12:00:00 AM|Comment=Closed due to trailing stop.
|
||||
Symbol=ETN|PurchaseDate=9/13/2023 12:00:00 AM|SellDate=10/20/2023 12:00:00 AM|Shares=4|PurchasePrice=222.45|CurrentPrice=192.24|Exposure=889.8|MarketValue=768.96|GainLoss=-120.84|GainLossPcnt=-0.135805799055968|PositionRiskDecimal=0.12|R=26.5692|C=122.218142654419|P=4.59999332514411|InitialStopLimit=195.76|TrailingStopLimit=195.76|TotalRiskExposure=106.2768|RMultiple=-1.14R|Volatility=6.80371046066284|Volume=0|LastStopAdjustment=1/1/0001 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=PANW|PurchaseDate=10/10/2023 12:00:00 AM|SellDate=10/20/2023 12:00:00 AM|Shares=3|PurchasePrice=257|CurrentPrice=240.68|Exposure=771|MarketValue=722.04|GainLoss=-48.96|GainLossPcnt=-0.0635019455252919|PositionRiskDecimal=0.12|R=30.8136|C=119.605142654419|P=3.88156991245486|InitialStopLimit=226.16|TrailingStopLimit=240.90978685379|TotalRiskExposure=92.4408|RMultiple=-0.53R|Volatility=9.1443452835083|Volume=0|LastStopAdjustment=10/16/2023 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=ANET|PurchaseDate=9/18/2023 12:00:00 AM|SellDate=10/26/2023 12:00:00 AM|Shares=6|PurchasePrice=185.44|CurrentPrice=175.21|Exposure=1112.64|MarketValue=1051.26|GainLoss=-61.3799999999999|GainLossPcnt=-0.0551660914581535|PositionRiskDecimal=0.12|R=22.3224|C=141.628142654419|P=6.34466467111149|InitialStopLimit=163.19|TrailingStopLimit=175.243285236359|TotalRiskExposure=133.9344|RMultiple=-0.46R|Volatility=6.79390478134155|Volume=0|LastStopAdjustment=10/9/2023 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=ANIP|PurchaseDate=8/3/2023 12:00:00 AM|SellDate=11/8/2023 12:00:00 AM|Shares=21|PurchasePrice=53.22|CurrentPrice=55.15|Exposure=1117.62|MarketValue=1158.15|GainLoss=40.53|GainLossPcnt=0.0362645621946636|PositionRiskDecimal=0.12|R=6.2616|C=134.481142654419|P=21.4771212875973|InitialStopLimit=46.83|TrailingStopLimit=55.7924993753433|TotalRiskExposure=131.4936|RMultiple=0.31R|Volatility=1.76768279075623|Volume=0|LastStopAdjustment=11/1/2023 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=CELH|PurchaseDate=11/8/2023 12:00:00 AM|SellDate=11/14/2023 12:00:00 AM|Shares=3|PurchasePrice=181|CurrentPrice=159|Exposure=543|MarketValue=477|GainLoss=-66|GainLossPcnt=-0.121546961325967|PositionRiskDecimal=0.12|R=21.5124|C=85.854|P=3.99090756958777|InitialStopLimit=159.28|TrailingStopLimit=159.28|TotalRiskExposure=64.5372|RMultiple=-1.02R|Volatility=14.583625793457|Volume=0|LastStopAdjustment=1/1/0001 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=JBL|PurchaseDate=8/30/2023 12:00:00 AM|SellDate=11/29/2023 12:00:00 AM|Shares=8|PurchasePrice=116|CurrentPrice=118.3|Exposure=928|MarketValue=946.4|GainLoss=18.4|GainLossPcnt=0.0198275862068965|PositionRiskDecimal=0.12|R=13.8924|C=123.068642654419|P=8.85870279105259|InitialStopLimit=102.08|TrailingStopLimit=120.634142303467|TotalRiskExposure=111.1392|RMultiple=0.17R|Volatility=4.05541944503784|Volume=0|LastStopAdjustment=11/15/2023 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=ATI|PurchaseDate=11/8/2023 12:00:00 AM|SellDate=12/5/2023 12:00:00 AM|Shares=28|PurchasePrice=43.67|CurrentPrice=40.64|Exposure=1222.76|MarketValue=1137.92|GainLoss=-84.8399999999999|GainLossPcnt=-0.069384016487291|PositionRiskDecimal=0.12|R=5.202|C=146.544|P=28.1707035755479|InitialStopLimit=38.43|TrailingStopLimit=40.6647859764099|TotalRiskExposure=145.656|RMultiple=-0.58R|Volatility=1.46033883094788|Volume=0|LastStopAdjustment=11/14/2023 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=MANH|PurchaseDate=12/5/2023 12:00:00 AM|SellDate=1/4/2024 12:00:00 AM|Shares=4|PurchasePrice=228.25|CurrentPrice=200.85|Exposure=913|MarketValue=803.4|GainLoss=-109.6|GainLossPcnt=-0.120043811610077|PositionRiskDecimal=0.12|R=27.2616|C=113.0075|P=4.14529961557649|InitialStopLimit=200.86|TrailingStopLimit=200.86|TotalRiskExposure=109.0464|RMultiple=-1.01R|Volatility=4.94011783599854|Volume=0|LastStopAdjustment=1/1/0001 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=UFPT|PurchaseDate=11/29/2023 12:00:00 AM|SellDate=1/23/2024 12:00:00 AM|Shares=3|PurchasePrice=171.87|CurrentPrice=152.2|Exposure=515.61|MarketValue=456.6|GainLoss=-59.01|GainLossPcnt=-0.114446965729912|PositionRiskDecimal=0.12|R=20.6244|C=81.892|P=3.97063672155311|InitialStopLimit=151.2456|TrailingStopLimit=152.889928913116|TotalRiskExposure=61.8732|RMultiple=-0.95R|Volatility=9.61385440826416|Volume=0|LastStopAdjustment=12/13/2023 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=AMPH|PurchaseDate=11/9/2023 12:00:00 AM|SellDate=2/21/2024 12:00:00 AM|Shares=9|PurchasePrice=52|CurrentPrice=52.16|Exposure=468|MarketValue=469.44|GainLoss=1.43999999999994|GainLossPcnt=0.00307692307692295|PositionRiskDecimal=0.12|R=6.2892|C=57.64|P=9.16491763658335|InitialStopLimit=45.76|TrailingStopLimit=51.1286425495148|TotalRiskExposure=56.6028|RMultiple=0.03R|Volatility=3.85634922981262|Volume=0|LastStopAdjustment=12/14/2023 12:00:00 AM|Comment=Closed due to DMA break
|
||||
Symbol=PLAB|PurchaseDate=11/14/2023 12:00:00 AM|SellDate=2/21/2024 12:00:00 AM|Shares=22|PurchasePrice=21.38|CurrentPrice=27.89|Exposure=470.36|MarketValue=613.58|GainLoss=143.22|GainLossPcnt=0.304490177736202|PositionRiskDecimal=0.12|R=2.5548|C=58.09|P=22.7375919837169|InitialStopLimit=18.81|TrailingStopLimit=29.0321999263763|TotalRiskExposure=56.2056|RMultiple=2.55R|Volatility=0.868534803390503|Volume=0|LastStopAdjustment=2/8/2024 12:00:00 AM|Comment=Manual close.
|
||||
TotalCandidates=57
|
||||
Symbol=XPO|AnalysisDate=2/21/2024 12:00:00 AM|EPSSlope=0.650000035762787|ProfitMarginSlope=0.792221069335938|PriceSlope=0.00470998447682055|Volatility=13.2911081314087|Volume=0|Violation=False|Slope=0.00470998447682055|Score=2.94424897260559|AnnualizedReturn=3.27695975358198|SharpeRatio=0.11096060540031|RSquared=0.898469677385352|BetaMonths=6|Beta=1.06420729450165
|
||||
Symbol=STRL|AnalysisDate=12/18/2023 12:00:00 AM|EPSSlope=0.145000100135803|ProfitMarginSlope=0.548023700714111|PriceSlope=0.00403803166043144|Volatility=5.82334184646606|Volume=0|Violation=False|Slope=0.00403803166043144|Score=2.36464416896168|AnnualizedReturn=2.76650275286998|SharpeRatio=0.0960673149066786|RSquared=0.854741303441172|BetaMonths=6|Beta=2.83705250051472
|
||||
Symbol=NVDA|AnalysisDate=1/10/2024 12:00:00 AM|EPSSlope=1.71500015258789|ProfitMarginSlope=4.66203308105469|PriceSlope=0.00399962884343909|Volatility=19.6822376251221|Volume=0|Violation=False|Slope=0.00399962884343909|Score=2.26638235958612|AnnualizedReturn=2.73985902554854|SharpeRatio=0.380241182115924|RSquared=0.8271894058974|BetaMonths=6|Beta=1.32283271801082
|
||||
Symbol=IESC|AnalysisDate=12/18/2023 12:00:00 AM|EPSSlope=0.465000152587891|ProfitMarginSlope=0.905214309692383|PriceSlope=0.00315298616237448|Volatility=6.39275074005127|Volume=0|Violation=False|Slope=0.00315298616237448|Score=1.96361642190432|AnnualizedReturn=2.21345028474696|SharpeRatio=0.141528063957993|RSquared=0.887129218774751|BetaMonths=6|Beta=2.11225504270408
|
||||
Symbol=AMRX|AnalysisDate=12/8/2023 12:00:00 AM|EPSSlope=0.0349999964237213|ProfitMarginSlope=0.702550888061523|PriceSlope=0.00417040750358645|Volatility=0.206755563616753|Volume=0|Violation=False|Slope=0.00417040750358645|Score=1.87828160471157|AnnualizedReturn=2.86034626992634|SharpeRatio=0.0802405288171784|RSquared=0.656662315489493|BetaMonths=6|Beta=1.64713278387417
|
||||
Symbol=MANH|AnalysisDate=12/6/2023 12:00:00 AM|EPSSlope=0.165000081062317|ProfitMarginSlope=0.0758419036865234|PriceSlope=0.00249844579664015|Volatility=2.21681880950928|Volume=0|Violation=False|Slope=0.00249844579664015|Score=1.69374041109226|AnnualizedReturn=1.87687533971036|SharpeRatio=-0.0433678880024468|RSquared=0.902425630118641|BetaMonths=6|Beta=0.572040770717328
|
||||
Symbol=UBER|AnalysisDate=11/16/2023 12:00:00 AM|EPSSlope=0.349999994039536|ProfitMarginSlope=0.871766090393066|PriceSlope=0.00264165329885443|Volatility=4.31297874450684|Volume=0|Violation=False|Slope=0.00264165329885443|Score=1.64978168909649|AnnualizedReturn=1.94584558625408|SharpeRatio=-0.179353418533868|RSquared=0.847848205813939|BetaMonths=6|Beta=1.58523354054869
|
||||
Symbol=ELF|AnalysisDate=12/22/2023 12:00:00 AM|EPSSlope=0.180000066757202|ProfitMarginSlope=0.890480041503906|PriceSlope=0.00314930680277228|Volatility=9.68405628204346|Volume=0|Violation=False|Slope=0.00314930680277228|Score=1.59871373544819|AnnualizedReturn=2.21139892785266|SharpeRatio=0.16172845970472|RSquared=0.722942258546083|BetaMonths=6|Beta=2.45253996916873
|
||||
Symbol=EDU|AnalysisDate=11/21/2023 12:00:00 AM|EPSSlope=0.274999976158142|ProfitMarginSlope=4.44689750671387|PriceSlope=0.00274485640619863|Volatility=1.83671224117279|Volume=0|Violation=False|Slope=0.00274485640619863|Score=1.54795313804895|AnnualizedReturn=1.99711534990823|SharpeRatio=0.241401021679957|RSquared=0.775094507245202|BetaMonths=6|Beta=0.89253825239166
|
||||
Symbol=OC|AnalysisDate=9/1/2023 12:00:00 AM|EPSSlope=0.150000095367432|ProfitMarginSlope=2.19766044616699|PriceSlope=0.0022637574132471|Volatility=3.50509834289551|Volume=0|Violation=False|Slope=0.0022637574132471|Score=1.54203012907301|AnnualizedReturn=1.76909279172094|SharpeRatio=-0.029049895548616|RSquared=0.871650224504587|BetaMonths=6|Beta=1.40113738421892
|
||||
Symbol=CRS|AnalysisDate=8/30/2023 12:00:00 AM|EPSSlope=0.365000009536743|ProfitMarginSlope=1.52712726593018|PriceSlope=0.0021979111222871|Volatility=1.54457581043243|Volume=0|Violation=False|Slope=0.0021979111222871|Score=1.45622984596095|AnnualizedReturn=1.73997997200175|SharpeRatio=0.037174817773601|RSquared=0.836923337850632|BetaMonths=6|Beta=2.67659975297287
|
||||
Symbol=IFNNY|AnalysisDate=6/14/2023 12:00:00 AM|EPSSlope=0.289999961853027|ProfitMarginSlope=0.75273323059082|PriceSlope=0.0023975477249044|Volatility=1.85192143917084|Volume=0|Violation=False|Slope=0.0023975477249044|Score=1.44939059632859|AnnualizedReturn=1.82975490588968|SharpeRatio=-0.138355038205515|RSquared=0.792122809269831|BetaMonths=6|Beta=2.71881433444181
|
||||
Symbol=MEDP|AnalysisDate=2/21/2024 12:00:00 AM|EPSSlope=0.175000190734863|ProfitMarginSlope=0.237223625183105|PriceSlope=0.00225067739314106|Volatility=41.6691055297852|Volume=0|Violation=False|Slope=0.00225067739314106|Score=1.53323688898183|AnnualizedReturn=1.76327116964554|SharpeRatio=-0.316153274598069|RSquared=0.869541177429927|BetaMonths=6|Beta=1.32396232328526
|
||||
Symbol=PANW|AnalysisDate=11/30/2023 12:00:00 AM|EPSSlope=0.25|ProfitMarginSlope=1.11082077026367|PriceSlope=0.0024091849414792|Volatility=15.2390480041504|Volume=0|Violation=False|Slope=0.0024091849414792|Score=1.50968304038218|AnnualizedReturn=1.83512868158614|SharpeRatio=-0.150809894406103|RSquared=0.822657863467829|BetaMonths=6|Beta=1.71649290191558
|
||||
Symbol=ANET|AnalysisDate=12/8/2023 12:00:00 AM|EPSSlope=0.295000076293945|ProfitMarginSlope=1.45040702819824|PriceSlope=0.00225355321928034|Volatility=2.62224912643433|Volume=0|Violation=False|Slope=0.00225355321928034|Score=1.504074038628|AnnualizedReturn=1.76454948984694|SharpeRatio=-0.131296720296389|RSquared=0.852384162236483|BetaMonths=6|Beta=0.381395178878628
|
||||
Symbol=SNPS|AnalysisDate=12/13/2023 12:00:00 AM|EPSSlope=0.0799999237060547|ProfitMarginSlope=0.106899261474609|PriceSlope=0.00193019467966363|Volatility=11.9729852676392|Volume=0|Violation=False|Slope=0.00193019467966363|Score=1.49372200992909|AnnualizedReturn=1.62646518082017|SharpeRatio=-0.153186503118447|RSquared=0.918385482544332|BetaMonths=6|Beta=0.0832684423681687
|
||||
Symbol=SSD|AnalysisDate=11/21/2023 12:00:00 AM|EPSSlope=0.184999942779541|ProfitMarginSlope=2.95830535888672|PriceSlope=0.00227087825283497|Volatility=7.70265865325928|Volume=0|Violation=False|Slope=0.00227087825283497|Score=1.46707813655858|AnnualizedReturn=1.77227019306316|SharpeRatio=-0.12144364192519|RSquared=0.827795977329453|BetaMonths=6|Beta=2.2027356700604
|
||||
Symbol=PGTI|AnalysisDate=12/13/2023 12:00:00 AM|EPSSlope=0.0699999928474426|ProfitMarginSlope=0.424097061157227|PriceSlope=0.00206934291782257|Volatility=0.689634144306183|Volume=0|Violation=False|Slope=0.00206934291782257|Score=1.43626962987798|AnnualizedReturn=1.68450948616521|SharpeRatio=-0.056807517146353|RSquared=0.852633743931982|BetaMonths=6|Beta=1.28415886682616
|
||||
Symbol=GE|AnalysisDate=11/30/2023 12:00:00 AM|EPSSlope=0.189999580383301|ProfitMarginSlope=0.144966125488281|PriceSlope=0.00222670491780087|Volatility=2.35912609100342|Volume=0|Violation=False|Slope=0.00222670491780087|Score=1.43577997878423|AnnualizedReturn=1.75265124615312|SharpeRatio=-0.0645451634428008|RSquared=0.8192046089806|BetaMonths=6|Beta=0.872023000752983
|
||||
Symbol=OMAB|AnalysisDate=9/12/2023 12:00:00 AM|EPSSlope=0.210000038146973|ProfitMarginSlope=4.17186164855957|PriceSlope=0.00210614802223795|Volatility=3.22932982444763|Volume=0|Violation=False|Slope=0.00210614802223795|Score=1.42174995510639|AnnualizedReturn=1.7002057983768|SharpeRatio=-0.036974325164875|RSquared=0.836222271717779|BetaMonths=6|Beta=0.243820685910976
|
||||
Symbol=JBSS|AnalysisDate=6/12/2023 12:00:00 AM|EPSSlope=0.159999847412109|ProfitMarginSlope=0.40770435333252|PriceSlope=0.00186846536728327|Volatility=3.72427678108215|Volume=0|Violation=False|Slope=0.00186846536728327|Score=1.39093586779905|AnnualizedReturn=1.60136000697404|SharpeRatio=-0.383609260096589|RSquared=0.868596606472887|BetaMonths=6|Beta=0.161006971993555
|
||||
Symbol=FSS|AnalysisDate=6/12/2023 12:00:00 AM|EPSSlope=0.0549999475479126|ProfitMarginSlope=0.473920822143555|PriceSlope=0.00186215591558478|Volatility=3.14973545074463|Volume=0|Violation=False|Slope=0.00186215591558478|Score=1.36291187464207|AnnualizedReturn=1.59881589674335|SharpeRatio=-0.141038117894769|RSquared=0.852450790249336|BetaMonths=6|Beta=0.559387014000216
|
||||
Symbol=ENS|AnalysisDate=6/29/2023 12:00:00 AM|EPSSlope=0.460000038146973|ProfitMarginSlope=1.59412288665771|PriceSlope=0.00205463913718863|Volatility=1.52947235107422|Volume=0|Violation=False|Slope=0.00205463913718863|Score=1.35794132041341|AnnualizedReturn=1.67827933394305|SharpeRatio=-0.154399395609929|RSquared=0.809127117845742|BetaMonths=6|Beta=0.910550780910383
|
||||
Symbol=TEX|AnalysisDate=6/30/2023 12:00:00 AM|EPSSlope=0.429999828338623|ProfitMarginSlope=0.696910858154297|PriceSlope=0.00247295962741807|Volatility=1.41757678985596|Volume=0|Violation=False|Slope=0.00247295962741807|Score=1.35571404872752|AnnualizedReturn=1.86485970694734|SharpeRatio=-0.0982511643641857|RSquared=0.726979109300796|BetaMonths=6|Beta=0.723439722369069
|
||||
Symbol=MTW|AnalysisDate=6/30/2023 12:00:00 AM|EPSSlope=0.184999942779541|ProfitMarginSlope=2.28620147705078|PriceSlope=0.0029446347716139|Volatility=0.418596714735031|Volume=0|Violation=False|Slope=0.0029446347716139|Score=1.31462416556891|AnnualizedReturn=2.10023231005491|SharpeRatio=-0.123004497217898|RSquared=0.625942263279695|BetaMonths=6|Beta=0.66515177420364
|
||||
Symbol=ANET|AnalysisDate=9/7/2023 12:00:00 AM|EPSSlope=0.305000066757202|ProfitMarginSlope=0.172353744506836|PriceSlope=0.00198597843591065|Volatility=6.79390478134155|Volume=0|Violation=False|Slope=0.00198597843591065|Score=1.29543101811954|AnnualizedReturn=1.64949068721816|SharpeRatio=-0.072987437665001|RSquared=0.78535212605793|BetaMonths=6|Beta=0.350438535452588
|
||||
Symbol=APG|AnalysisDate=6/13/2023 12:00:00 AM|EPSSlope=0.0700000002980232|ProfitMarginSlope=0.485931396484375|PriceSlope=0.00203356519129199|Volatility=1.05591440200806|Volume=0|Violation=False|Slope=0.00203356519129199|Score=1.28763117286241|AnnualizedReturn=1.66939023031765|SharpeRatio=-0.205226408787255|RSquared=0.771318263086638|BetaMonths=6|Beta=1.10414380889135
|
||||
Symbol=CODYY|AnalysisDate=7/28/2023 12:00:00 AM|EPSSlope=0.0199999809265137|ProfitMarginSlope=0.200384140014648|PriceSlope=0.00203320640273252|Volatility=0.360276430845261|Volume=0|Violation=False|Slope=0.00203320640273252|Score=1.26226458457539|AnnualizedReturn=1.66923929969568|SharpeRatio=-0.228142971825583|RSquared=0.756191508794162|BetaMonths=6|Beta=0.124003054483419
|
||||
Symbol=BDC|AnalysisDate=6/7/2023 12:00:00 AM|EPSSlope=0.240000009536743|ProfitMarginSlope=1.37699508666992|PriceSlope=0.0018451042431981|Volatility=2.43865203857422|Volume=0|Violation=False|Slope=0.0018451042431981|Score=1.24255705150164|AnnualizedReturn=1.59196049001738|SharpeRatio=-0.125751934852066|RSquared=0.780520031303087|BetaMonths=6|Beta=1.45136138325496
|
||||
Symbol=ATI|AnalysisDate=6/30/2023 12:00:00 AM|EPSSlope=0.129999995231628|ProfitMarginSlope=0.400423049926758|PriceSlope=0.00202176776799186|Volatility=1.46033883094788|Volume=0|Violation=False|Slope=0.00202176776799186|Score=1.22777966238361|AnnualizedReturn=1.66443458560487|SharpeRatio=-0.184228878940154|RSquared=0.737655701823467|BetaMonths=6|Beta=0.406822467729312
|
||||
Symbol=ROCK|AnalysisDate=8/30/2023 12:00:00 AM|EPSSlope=0.0549999475479126|ProfitMarginSlope=2.25924968719482|PriceSlope=0.00180736292425266|Volatility=1.31475150585175|Volume=0|Violation=False|Slope=0.00180736292425266|Score=1.15956810364738|AnnualizedReturn=1.57689142560162|SharpeRatio=-0.170880152608771|RSquared=0.73535063024709|BetaMonths=6|Beta=1.54089145655045
|
||||
Symbol=AVGO|AnalysisDate=7/3/2023 12:00:00 AM|EPSSlope=1.10999965667725|ProfitMarginSlope=1.83058929443359|PriceSlope=0.00194008436190626|Volatility=19.4005393981934|Volume=0|Violation=False|Slope=0.00194008436190626|Score=1.15786169191974|AnnualizedReturn=1.63052371245756|SharpeRatio=0.0158865284273942|RSquared=0.710116438708262|BetaMonths=6|Beta=0.835752153455492
|
||||
Symbol=ICAGY|AnalysisDate=6/14/2023 12:00:00 AM|EPSSlope=2.43499994277954|ProfitMarginSlope=5.56158065795898|PriceSlope=0.00207208170249141|Volatility=0.103835038840771|Volume=0|Violation=False|Slope=0.00207208170249141|Score=1.12466240181943|AnnualizedReturn=1.68567249166322|SharpeRatio=-0.150534780899426|RSquared=0.667189152923621|BetaMonths=6|Beta=2.50840733209583
|
||||
Symbol=ASBFY|AnalysisDate=7/12/2023 12:00:00 AM|EPSSlope=0.260000020265579|ProfitMarginSlope=15.1972694396973|PriceSlope=0.00189967943776992|Volatility=0.638485491275787|Volume=0|Violation=False|Slope=0.00189967943776992|Score=0.958381453959795|AnnualizedReturn=1.61400588864178|SharpeRatio=-0.202195686977926|RSquared=0.593790555972688|BetaMonths=6|Beta=0.72963982995642
|
||||
Symbol=VRT|AnalysisDate=6/1/2023 12:00:00 AM|EPSSlope=0.0549999997019768|ProfitMarginSlope=1.79494857788086|PriceSlope=0.00184592786539063|Volatility=1.88454413414001|Volume=0|Violation=False|Slope=0.00184592786539063|Score=0.917690293456627|AnnualizedReturn=1.59229094015436|SharpeRatio=0.0707134646310783|RSquared=0.576333300852458|BetaMonths=6|Beta=0.0558686344632907
|
||||
Symbol=WOR|AnalysisDate=7/25/2023 12:00:00 AM|EPSSlope=0.504999876022339|ProfitMarginSlope=0.505138397216797|PriceSlope=0.0012758739046484|Volatility=1.86317706108093|Volume=0|Violation=False|Slope=0.0012758739046484|Score=0.812762815756868|AnnualizedReturn=1.37922289910854|SharpeRatio=-0.0579008990578106|RSquared=0.589290401342811|BetaMonths=6|Beta=1.6289840960305
|
||||
Symbol=BLD|AnalysisDate=11/16/2023 12:00:00 AM|EPSSlope=0.255000114440918|ProfitMarginSlope=1.23139762878418|PriceSlope=0.00233568188385575|Volatility=23.3970909118652|Volume=0|Violation=False|Slope=0.00233568188385575|Score=1.36937910807302|AnnualizedReturn=1.80144988931837|SharpeRatio=-0.0861879027764347|RSquared=0.760153871718945|BetaMonths=6|Beta=3.28063184984909
|
||||
Symbol=CSWI|AnalysisDate=12/22/2023 12:00:00 AM|EPSSlope=0.180000066757202|ProfitMarginSlope=0.525382995605469|PriceSlope=0.00180574949693808|Volatility=10.8258943557739|Volume=0|Violation=False|Slope=0.00180574949693808|Score=1.30218100960058|AnnualizedReturn=1.57625041759822|SharpeRatio=-0.264745753789516|RSquared=0.826125719024236|BetaMonths=6|Beta=1.87403787337591
|
||||
Symbol=QLYS|AnalysisDate=11/30/2023 12:00:00 AM|EPSSlope=0.269999980926514|ProfitMarginSlope=0.897335052490234|PriceSlope=0.00178101706899966|Volatility=4.65934801101685|Volume=0|Violation=False|Slope=0.00178101706899966|Score=1.29155559367537|AnnualizedReturn=1.56645687481389|SharpeRatio=-0.506498420914798|RSquared=0.824507597011772|BetaMonths=6|Beta=0.307667116815898
|
||||
Symbol=VNT|AnalysisDate=12/1/2023 12:00:00 AM|EPSSlope=0.130000054836273|ProfitMarginSlope=0.718662261962891|PriceSlope=0.0019791442178653|Volatility=0.499031811952591|Volume=0|Violation=False|Slope=0.0019791442178653|Score=1.27971604464597|AnnualizedReturn=1.64665234133881|SharpeRatio=-0.0343920201467604|RSquared=0.777162253694363|BetaMonths=6|Beta=0.91789019849856
|
||||
Symbol=ESAB|AnalysisDate=12/14/2023 12:00:00 AM|EPSSlope=0.0349999666213989|ProfitMarginSlope=0.250476837158203|PriceSlope=0.00162973715895437|Volatility=2.4698178768158|Volume=0|Violation=False|Slope=0.00162973715895437|Score=1.25966101728851|AnnualizedReturn=1.50786352383785|SharpeRatio=-0.100133068197843|RSquared=0.835394581389165|BetaMonths=6|Beta=1.70094773557852
|
||||
Symbol=ABCM|AnalysisDate=11/17/2023 12:00:00 AM|EPSSlope=0.00499999988824129|ProfitMarginSlope=1.44848251342773|PriceSlope=0.00232276095376242|Volatility=0.233694449067116|Volume=0|Violation=False|Slope=0.00232276095376242|Score=1.22131918367872|AnnualizedReturn=1.79559377362862|SharpeRatio=-0.0549351115359085|RSquared=0.68017566200991|BetaMonths=6|Beta=3.49938189140572
|
||||
Symbol=APG|AnalysisDate=12/14/2023 12:00:00 AM|EPSSlope=0.0449999868869781|ProfitMarginSlope=1.15570163726807|PriceSlope=0.00170191488677901|Volatility=0.87805587053299|Volume=0|Violation=False|Slope=0.00170191488677901|Score=1.21852374395096|AnnualizedReturn=1.53554067680832|SharpeRatio=-0.0881450433955766|RSquared=0.79354703027712|BetaMonths=6|Beta=2.64943052027669
|
||||
Symbol=AMAT|AnalysisDate=2/16/2024 12:00:00 AM|EPSSlope=0.264999866485596|ProfitMarginSlope=0.235013961791992|PriceSlope=0.00151750491416847|Volatility=10.4882020950317|Volume=0|Violation=False|Slope=0.00151750491416847|Score=1.13374489144559|AnnualizedReturn=1.46581476047634|SharpeRatio=-0.276889339897599|RSquared=0.773457139343559|BetaMonths=6|Beta=1.4673190349198
|
||||
Symbol=RDNT|AnalysisDate=12/14/2023 12:00:00 AM|EPSSlope=0.120000004768372|ProfitMarginSlope=0.18272876739502|PriceSlope=0.00205618872045596|Volatility=1.74087750911713|Volume=0|Violation=False|Slope=0.00205618872045596|Score=1.12887502203638|AnnualizedReturn=1.67893482157767|SharpeRatio=-0.00993619798026283|RSquared=0.672375727472011|BetaMonths=6|Beta=2.09207410217203
|
||||
Symbol=AMD|AnalysisDate=12/7/2023 12:00:00 AM|EPSSlope=0.0749999955296516|ProfitMarginSlope=1.64666175842285|PriceSlope=0.00207910648359061|Volatility=2.73382687568665|Volume=0|Violation=False|Slope=0.00207910648359061|Score=1.09735936961719|AnnualizedReturn=1.68865918749998|SharpeRatio=-0.0275721429225287|RSquared=0.649840641462894|BetaMonths=6|Beta=0.944397430142836
|
||||
Symbol=RAMP|AnalysisDate=12/22/2023 12:00:00 AM|EPSSlope=0.264999985694885|ProfitMarginSlope=1.73548889160156|PriceSlope=0.00162597659240206|Volatility=1.19441902637482|Volume=0|Violation=False|Slope=0.00162597659240206|Score=1.07675768584491|AnnualizedReturn=1.50643525457804|SharpeRatio=-0.127902261843201|RSquared=0.714771964193387|BetaMonths=6|Beta=1.86540403725401
|
||||
Symbol=CRM|AnalysisDate=1/18/2024 12:00:00 AM|EPSSlope=0.51500004529953|ProfitMarginSlope=0.526821136474609|PriceSlope=0.00148270018205294|Volatility=7.87914657592773|Volume=0|Violation=False|Slope=0.00148270018205294|Score=1.0387338711285|AnnualizedReturn=1.45301461912677|SharpeRatio=0.0513663331602581|RSquared=0.714881913406178|BetaMonths=6|Beta=2.0508840753371
|
||||
Symbol=PLUS|AnalysisDate=12/15/2023 12:00:00 AM|EPSSlope=0.0750000476837158|ProfitMarginSlope=1.29252243041992|PriceSlope=0.00164069295716807|Volatility=4.47330045700073|Volume=0|Violation=False|Slope=0.00164069295716807|Score=1.02744892394636|AnnualizedReturn=1.51203227768739|SharpeRatio=-0.279781857170612|RSquared=0.679515205533718|BetaMonths=6|Beta=1.18127132017602
|
||||
Symbol=NSIT|AnalysisDate=12/8/2023 12:00:00 AM|EPSSlope=0.0250000953674316|ProfitMarginSlope=0.601516723632813|PriceSlope=0.00147560957695285|Volatility=9.67753887176514|Volume=0|Violation=False|Slope=0.00147560957695285|Score=0.986708477360124|AnnualizedReturn=1.45042064359382|SharpeRatio=-0.13982990692662|RSquared=0.680291253243114|BetaMonths=6|Beta=1.37085364416377
|
||||
Symbol=BELFB|AnalysisDate=12/15/2023 12:00:00 AM|EPSSlope=0.144999980926514|ProfitMarginSlope=0.936796188354492|PriceSlope=0.00210931975872025|Volatility=3.52094078063965|Volume=0|Violation=False|Slope=0.00210931975872025|Score=0.976170889167559|AnnualizedReturn=1.70156527800432|SharpeRatio=-0.0948967308880339|RSquared=0.573689944068711|BetaMonths=6|Beta=1.61234302180445
|
||||
Symbol=AZEK|AnalysisDate=12/18/2023 12:00:00 AM|EPSSlope=0.155000001192093|ProfitMarginSlope=6.05526351928711|PriceSlope=0.0016078297137117|Volatility=1.71989405155182|Volume=0|Violation=False|Slope=0.0016078297137117|Score=0.96882456089898|AnnualizedReturn=1.49956203357142|SharpeRatio=0.0171034927042976|RSquared=0.646071679069911|BetaMonths=6|Beta=3.08248142545168
|
||||
Symbol=SHOP|AnalysisDate=12/14/2023 12:00:00 AM|EPSSlope=0.33500000834465|ProfitMarginSlope=1.93716239929199|PriceSlope=0.00207908457713798|Volatility=1.65399944782257|Volume=0|Violation=False|Slope=0.00207908457713798|Score=0.959090673848454|AnnualizedReturn=1.68864986540747|SharpeRatio=0.056628912901861|RSquared=0.56796301796822|BetaMonths=6|Beta=3.22406120561901
|
||||
Symbol=TREX|AnalysisDate=12/19/2023 12:00:00 AM|EPSSlope=0.235000014305115|ProfitMarginSlope=1.76225471496582|PriceSlope=0.00166375303636979|Volatility=3.72914838790894|Volume=0|Violation=False|Slope=0.00166375303636979|Score=0.928687492447371|AnnualizedReturn=1.52084448857221|SharpeRatio=-0.0531042653229866|RSquared=0.610639351640243|BetaMonths=6|Beta=3.69000850904352
|
||||
Symbol=PSTG|AnalysisDate=2/9/2024 12:00:00 AM|EPSSlope=0.109999999403954|ProfitMarginSlope=1.1590461730957|PriceSlope=0.00186406335257296|Volatility=1.28643333911896|Volume=0|Violation=False|Slope=0.00186406335257296|Score=0.855915295996072|AnnualizedReturn=1.59958459090009|SharpeRatio=-0.106244824974337|RSquared=0.535085984739605|BetaMonths=6|Beta=0.380946010258454
|
||||
Symbol=FRSH|AnalysisDate=9/1/2023 12:00:00 AM|EPSSlope=0.0649999976158142|ProfitMarginSlope=0.876976013183594|PriceSlope=0.00138203110292046|Volatility=0.644545555114746|Volume=0|Violation=False|Slope=0.00138203110292046|Score=0.734285448254837|AnnualizedReturn=1.41661728772325|SharpeRatio=-0.0454393571085429|RSquared=0.518337206963612|BetaMonths=6|Beta=2.90780566536705
|
||||
Symbol=AMPH|AnalysisDate=7/3/2023 12:00:00 AM|EPSSlope=0.0149999856948853|ProfitMarginSlope=2.01429748535156|PriceSlope=0.00162571658258608|Volatility=3.85634922981262|Volume=0|Violation=False|Slope=0.00162571658258608|Score=0.609352577090219|AnnualizedReturn=1.50633655244743|SharpeRatio=-0.0365613680278014|RSquared=0.404526183806778|BetaMonths=6|Beta=0.33956502484529
|
||||
Symbol=CRM|AnalysisDate=7/19/2023 12:00:00 AM|EPSSlope=0.0850000008940697|ProfitMarginSlope=0.437950134277344|PriceSlope=0.00131858862806674|Volatility=9.12479591369629|Volume=0|Violation=False|Slope=0.00131858862806674|Score=0.541956237499379|AnnualizedReturn=1.39414919656015|SharpeRatio=-0.239015588297777|RSquared=0.388736183212365|BetaMonths=6|Beta=2.44151418647436
|
||||
Symbol=PRIM|AnalysisDate=6/7/2023 12:00:00 AM|EPSSlope=0.0299999713897705|ProfitMarginSlope=1.26797342300415|PriceSlope=0.00107720463932642|Volatility=0.868384838104248|Volume=0|Violation=False|Slope=0.00107720463932642|Score=0.49279237812665|AnnualizedReturn=1.3118725828955|SharpeRatio=-0.342809726487782|RSquared=0.375640427699909|BetaMonths=6|Beta=0.672407908893003
|
||||
Symbol=DV|AnalysisDate=6/15/2023 12:00:00 AM|EPSSlope=0.0250000059604645|ProfitMarginSlope=0.0351638793945313|PriceSlope=0.00095991314545831|Volatility=1.2262020111084|Volume=0|Violation=False|Slope=0.00095991314545831|Score=0.452472010230435|AnnualizedReturn=1.2736644159199|SharpeRatio=-0.0792287832003898|RSquared=0.35525214065405|BetaMonths=6|Beta=2.28092462434679
|
||||
Symbol=CELH|AnalysisDate=5/22/2023 12:00:00 AM|EPSSlope=0.175000071525574|ProfitMarginSlope=2.94055366516113|PriceSlope=0.00134203428619076|Volatility=14.583625793457|Volume=0|Violation=False|Slope=0.00134203428619076|Score=0.419817989936056|AnnualizedReturn=1.40241063793883|SharpeRatio=0.0801322974575826|RSquared=0.299354538948077|BetaMonths=6|Beta=1.58848495374939
|
||||
Symbol=FDX|AnalysisDate=7/11/2023 12:00:00 AM|EPSSlope=0.569999694824219|ProfitMarginSlope=1.03839111328125|PriceSlope=0.000860405734937633|Volatility=9.50187969207764|Volume=0|Violation=False|Slope=0.000860405734937633|Score=0.217920692010662|AnnualizedReturn=1.24212328914153|SharpeRatio=-0.30300300137256|RSquared=0.175442078830414|BetaMonths=6|Beta=1.05417720141216
|
||||
Symbol=YALA|AnalysisDate=7/28/2023 12:00:00 AM|EPSSlope=0.00500001013278961|ProfitMarginSlope=0.560800552368164|PriceSlope=0.000712480054751064|Volatility=0.233535200357437|Volume=0|Violation=False|Slope=0.000712480054751064|Score=0.1823598577959|AnnualizedReturn=1.19667272177369|SharpeRatio=-0.197555820301652|RSquared=0.152389082225932|BetaMonths=6|Beta=2.8394208231967
|
||||
Symbol=ADBE|AnalysisDate=7/11/2023 12:00:00 AM|EPSSlope=0.164999961853027|ProfitMarginSlope=0.0573921203613281|PriceSlope=0.000676922606077502|Volatility=7.11269807815552|Volume=0|Violation=False|Slope=0.000676922606077502|Score=0.148582984154062|AnnualizedReturn=1.18599786064296|SharpeRatio=-0.168420400346821|RSquared=0.125280988343023|BetaMonths=6|Beta=1.88345916802688
|
||||
Symbol=VLRS|AnalysisDate=5/17/2023 12:00:00 AM|EPSSlope=0.0599999874830246|ProfitMarginSlope=37.8065452575684|PriceSlope=0.000282824130763213|Volatility=0.529118597507477|Volume=0|Violation=False|Slope=0.000282824130763213|Score=0.0157189726342442|AnnualizedReturn=1.07387293706261|SharpeRatio=-0.284269719239829|RSquared=0.0146376466821491|BetaMonths=6|Beta=3.18871532594888
|
||||
Symbol=ALGT|AnalysisDate=6/16/2023 12:00:00 AM|EPSSlope=1.80000007152557|ProfitMarginSlope=5.8149471282959|PriceSlope=-0.000138597867864213|Volatility=7.23911333084106|Volume=0|Violation=False|Slope=-0.000138597867864213|Score=-0.00324381789633452|AnnualizedReturn=-0.965676233746687|SharpeRatio=-0.48410625019454|RSquared=0.00335911538772055|BetaMonths=6|Beta=0.953114618065979
|
||||
Symbol=PLAB|AnalysisDate=6/30/2023 12:00:00 AM|EPSSlope=0.100000023841858|ProfitMarginSlope=0.188653945922852|PriceSlope=-0.000170024307002618|Volatility=0.868534803390503|Volume=0|Violation=False|Slope=-0.000170024307002618|Score=-0.00603362293531405|AnnualizedReturn=-0.958058799673867|SharpeRatio=-0.157154379234197|RSquared=0.00629775848556263|BetaMonths=6|Beta=1.46014815976759
|
||||
Symbol=DDOG|AnalysisDate=7/19/2023 12:00:00 AM|EPSSlope=0.00500001013278961|ProfitMarginSlope=0.350048065185547|PriceSlope=-0.000467361054416088|Volatility=6.6921238899231|Volume=0|Violation=False|Slope=-0.000467361054416088|Score=-0.0383453892802815|AnnualizedReturn=-0.888896044423056|SharpeRatio=-0.300417860349799|RSquared=0.0431382156787185|BetaMonths=6|Beta=1.56775823086019
|
||||
TotalStopLimits=112
|
||||
Symbol=ZEUS|AnalysisDate=12/18/2023 12:00:00 AM|EPSSlope=0.00499999523162842|ProfitMarginSlope=0.159124374389648|PriceSlope=0.00119647791387009|Volatility=1.73479795455933|Volume=0|Violation=False|Slope=0.00119647791387009|Score=0.599340551928095|AnnualizedReturn=1.35190192498129|SharpeRatio=-0.0218175504906247|RSquared=0.443331384365318|BetaMonths=6|Beta=1.34831356661587
|
||||
Symbol=REVG|AnalysisDate=12/13/2023 12:00:00 AM|EPSSlope=0.0499999970197678|ProfitMarginSlope=0.935619354248047|PriceSlope=0.00112714083144672|Volatility=0.936000764369965|Volume=0|Violation=False|Slope=0.00112714083144672|Score=0.55621867368835|AnnualizedReturn=1.32848539097348|SharpeRatio=-0.293433163386969|RSquared=0.418686330664704|BetaMonths=6|Beta=0.779901048106458
|
||||
Symbol=NX|AnalysisDate=12/14/2023 12:00:00 AM|EPSSlope=0.600000023841858|ProfitMarginSlope=3.22920036315918|PriceSlope=0.0012156236089403|Volatility=1.23710608482361|Volume=0|Violation=False|Slope=0.0012156236089403|Score=0.552894723206573|AnnualizedReturn=1.35844022672908|SharpeRatio=-0.209648865500464|RSquared=0.40700703080463|BetaMonths=6|Beta=2.7069411277261
|
||||
Symbol=ERJ|AnalysisDate=12/13/2023 12:00:00 AM|EPSSlope=0.259999990463257|ProfitMarginSlope=1.08230638504028|PriceSlope=0.00106923812949149|Volatility=1.28511679172516|Volume=0|Violation=False|Slope=0.00106923812949149|Score=0.508896575951028|AnnualizedReturn=1.30924156119663|SharpeRatio=0.00454981981354075|RSquared=0.388695708289235|BetaMonths=6|Beta=1.12933130707266
|
||||
Symbol=RYAAY|AnalysisDate=12/19/2023 12:00:00 AM|EPSSlope=1.21999979019165|ProfitMarginSlope=21.8258514404297|PriceSlope=0.000904757992554481|Volatility=4.73512697219849|Volume=0|Violation=False|Slope=0.000904757992554481|Score=0.508559823485461|AnnualizedReturn=1.25608408708825|SharpeRatio=-0.0758387373849646|RSquared=0.404877212213048|BetaMonths=6|Beta=0.537806032816142
|
||||
Symbol=SCS|AnalysisDate=10/16/2023 12:00:00 AM|EPSSlope=0.0300000011920929|ProfitMarginSlope=1.66255760192871|PriceSlope=0.00103702581841376|Volatility=0.3205945789814|Volume=0|Violation=False|Slope=0.00103702581841376|Score=0.492715910502411|AnnualizedReturn=1.29865680869176|SharpeRatio=-0.114798223966306|RSquared=0.379404248454804|BetaMonths=6|Beta=3.08687440886439
|
||||
Symbol=HMY|AnalysisDate=11/14/2023 12:00:00 AM|EPSSlope=0.240000009536743|ProfitMarginSlope=7.81999158859253|PriceSlope=0.001153141555028|Volatility=0.241320699453354|Volume=0|Violation=False|Slope=0.001153141555028|Score=0.480800079042839|AnnualizedReturn=1.33721844854399|SharpeRatio=-0.0439561304434951|RSquared=0.359552382459537|BetaMonths=6|Beta=0.519664060402489
|
||||
Symbol=STNE|AnalysisDate=12/18/2023 12:00:00 AM|EPSSlope=0.0700000077486038|ProfitMarginSlope=2.06826019287109|PriceSlope=0.00132001633109311|Volatility=0.69409716129303|Volume=0|Violation=False|Slope=0.00132001633109311|Score=0.425144142557252|AnnualizedReturn=1.39465087542092|SharpeRatio=0.0141328192045198|RSquared=0.304839117839394|BetaMonths=6|Beta=2.09553871618916
|
||||
Symbol=MLNK|AnalysisDate=12/21/2023 12:00:00 AM|EPSSlope=0.00499999523162842|ProfitMarginSlope=0.463153839111328|PriceSlope=0.00101203950635213|Volatility=1.54830455780029|Volume=0|Violation=False|Slope=0.00101203950635213|Score=0.421145038714849|AnnualizedReturn=1.29050544001644|SharpeRatio=-0.125294764101559|RSquared=0.326341157236412|BetaMonths=6|Beta=2.04679336686061
|
||||
Symbol=JELD|AnalysisDate=12/28/2023 12:00:00 AM|EPSSlope=0.449999988079071|ProfitMarginSlope=0.890069007873535|PriceSlope=0.00118595859135882|Volatility=0.89388632774353|Volume=0|Violation=False|Slope=0.00118595859135882|Score=0.402784242482121|AnnualizedReturn=1.34832295549438|SharpeRatio=-0.000322018835430665|RSquared=0.298729796775162|BetaMonths=6|Beta=4.32299053915821
|
||||
Symbol=GFF|AnalysisDate=12/4/2023 12:00:00 AM|EPSSlope=4.38000011444092|ProfitMarginSlope=2.0879955291748|PriceSlope=0.000942841069559551|Volatility=1.44213795661926|Volume=0|Violation=False|Slope=0.000942841069559551|Score=0.3649015688887|AnnualizedReturn=1.26819667382673|SharpeRatio=-0.174640478879032|RSquared=0.287732633604554|BetaMonths=6|Beta=2.87377100028188
|
||||
Symbol=VVI|AnalysisDate=12/18/2023 12:00:00 AM|EPSSlope=0.0150000005960464|ProfitMarginSlope=11.447904586792|PriceSlope=0.00104963475437201|Volatility=0.765416979789734|Volume=0|Violation=False|Slope=0.00104963475437201|Score=0.315718939458451|AnnualizedReturn=1.30278979088462|SharpeRatio=-0.159694460327357|RSquared=0.242340661300447|BetaMonths=6|Beta=2.60992689224187
|
||||
Symbol=CLS|AnalysisDate=2/22/2024 12:00:00 AM|EPSSlope=0.180000007152557|ProfitMarginSlope=0.480846405029297|PriceSlope=0.00507305920867035|Volatility=1.62980055809021|Volume=0|Violation=False|Slope=0.00507305920867035|Score=3.28798308206849|AnnualizedReturn=3.59092891808298|SharpeRatio=0.256898344456979|RSquared=0.915635802622288|BetaMonths=6|Beta=1.19156249827509
|
||||
Symbol=LLY|AnalysisDate=2/22/2024 12:00:00 AM|EPSSlope=0.190000057220459|ProfitMarginSlope=1.89461898803711|PriceSlope=0.00301157364528411|Volatility=34.7464294433594|Volume=0|Violation=False|Slope=0.00301157364528411|Score=1.96038312012648|AnnualizedReturn=2.13596077808923|SharpeRatio=0.0605736551264204|RSquared=0.917799212530567|BetaMonths=6|Beta=0.0119333172260655
|
||||
Symbol=ETN|AnalysisDate=2/22/2024 12:00:00 AM|EPSSlope=0.275000333786011|ProfitMarginSlope=1.49309349060059|PriceSlope=0.00189315566217503|Volatility=4.61157941818237|Volume=0|Violation=False|Slope=0.00189315566217503|Score=1.38612519558705|AnnualizedReturn=1.61135465665921|SharpeRatio=-0.18392193629868|RSquared=0.860223532950143|BetaMonths=6|Beta=1.06183413594968
|
||||
Symbol=EXP|AnalysisDate=2/22/2024 12:00:00 AM|EPSSlope=0.255000114440918|ProfitMarginSlope=1.53201389312744|PriceSlope=0.00162244868614764|Volatility=5.16628265380859|Volume=0|Violation=False|Slope=0.00162244868614764|Score=0.993788834520374|AnnualizedReturn=1.5050965800149|SharpeRatio=-0.121092992910934|RSquared=0.660282434839188|BetaMonths=6|Beta=2.09896610697018
|
||||
Symbol=SAIA|AnalysisDate=2/26/2024 12:00:00 AM|EPSSlope=0.335000038146973|ProfitMarginSlope=0.0959281921386719|PriceSlope=0.00260843242341365|Volatility=14.1582889556885|Volume=0|Violation=False|Slope=0.00260843242341365|Score=1.58033003145278|AnnualizedReturn=1.92962362452591|SharpeRatio=-0.105201071463255|RSquared=0.818983563098246|BetaMonths=6|Beta=1.5879090131986
|
||||
Symbol=TEVA|AnalysisDate=2/26/2024 12:00:00 AM|EPSSlope=0.740000009536743|ProfitMarginSlope=3.93594932556152|PriceSlope=0.00134426338576597|Volatility=0.448272973299026|Volume=0|Violation=False|Slope=0.00134426338576597|Score=0.636468265347231|AnnualizedReturn=1.40319863970666|SharpeRatio=-0.286626985020246|RSquared=0.453583867128239|BetaMonths=6|Beta=0.799773787663302
|
||||
Symbol=URI|AnalysisDate=2/28/2024 12:00:00 AM|EPSSlope=0.430000305175781|ProfitMarginSlope=0.901739120483398|PriceSlope=0.002022955917901|Volatility=13.156928062439|Volume=0|Violation=False|Slope=0.002022955917901|Score=1.10877428481026|AnnualizedReturn=1.66493301486544|SharpeRatio=-0.107636746436264|RSquared=0.665957293723235|BetaMonths=6|Beta=2.44302787711302
|
||||
TotalStopLimits=137
|
||||
Symbol=CDNS|AnalysisDate=9/2/2020 12:00:00 AM|PreviousStop=97.9088|NewStop=109.599856939316|CurrentPriceLow=113.59|CurrentPriceClose=117.09|PriceTrendIndicatorSlope=0.310654103755951
|
||||
Symbol=LULU|AnalysisDate=9/2/2020 12:00:00 AM|PreviousStop=332.1824|NewStop=372.562428512573|CurrentPriceLow=387.08|CurrentPriceClose=398.29|PriceTrendIndicatorSlope=2.77707505226135
|
||||
Symbol=MASI|AnalysisDate=10/23/2020 12:00:00 AM|PreviousStop=213.34|NewStop=223.030285377502|CurrentPriceLow=240.68|CurrentPriceClose=244.77|PriceTrendIndicatorSlope=0.191601455211639
|
||||
@@ -247,3 +279,28 @@ Symbol=IESC|AnalysisDate=8/10/2023 12:00:00 AM|PreviousStop=58.78|NewStop=63.569
|
||||
Symbol=ANIP|AnalysisDate=9/7/2023 12:00:00 AM|PreviousStop=49.2179990100861|NewStop=54.7607136440277|CurrentPriceLow=61.32|CurrentPriceClose=62.69|PriceTrendIndicatorSlope=0.253120332956314
|
||||
Symbol=STRL|AnalysisDate=9/8/2023 12:00:00 AM|PreviousStop=72.8503143882751|NewStop=74.9182571983337|CurrentPriceLow=78.21|CurrentPriceClose=78.48|PriceTrendIndicatorSlope=0.0435564890503883
|
||||
Symbol=IESC|AnalysisDate=9/11/2023 12:00:00 AM|PreviousStop=63.5698573207855|NewStop=64.0674291992188|CurrentPriceLow=70.64|CurrentPriceClose=70.89|PriceTrendIndicatorSlope=0.192939952015877
|
||||
Symbol=JBL|AnalysisDate=9/29/2023 12:00:00 AM|PreviousStop=102.08|NewStop=116.908856678009|CurrentPriceLow=124.8|CurrentPriceClose=126.89|PriceTrendIndicatorSlope=0.0342180542647839
|
||||
Symbol=ANET|AnalysisDate=10/9/2023 12:00:00 AM|PreviousStop=163.19|NewStop=175.243285236359|CurrentPriceLow=191.06|CurrentPriceClose=196.4|PriceTrendIndicatorSlope=0.0206164717674255
|
||||
Symbol=PANW|AnalysisDate=10/16/2023 12:00:00 AM|PreviousStop=226.16|NewStop=240.90978685379|CurrentPriceLow=258.91|CurrentPriceClose=261.52|PriceTrendIndicatorSlope=1.76409041881561
|
||||
Symbol=ANIP|AnalysisDate=11/1/2023 12:00:00 AM|PreviousStop=54.7607136440277|NewStop=55.7924993753433|CurrentPriceLow=60.95|CurrentPriceClose=61.66|PriceTrendIndicatorSlope=0.0817970186471939
|
||||
Symbol=AVGO|AnalysisDate=11/10/2023 12:00:00 AM|PreviousStop=784.05|NewStop=845.295353851318|CurrentPriceLow=918.21|CurrentPriceClose=957.52|PriceTrendIndicatorSlope=1.63058662414551
|
||||
Symbol=APG|AnalysisDate=11/13/2023 12:00:00 AM|PreviousStop=23.83|NewStop=25.6450713396072|CurrentPriceLow=27.7|CurrentPriceClose=28.18|PriceTrendIndicatorSlope=0.138015031814575
|
||||
Symbol=ATI|AnalysisDate=11/14/2023 12:00:00 AM|PreviousStop=38.43|NewStop=40.6647859764099|CurrentPriceLow=44.62|CurrentPriceClose=45.37|PriceTrendIndicatorSlope=0.489932328462601
|
||||
Symbol=AMPH|AnalysisDate=11/14/2023 12:00:00 AM|PreviousStop=45.76|NewStop=49.8125000333786|CurrentPriceLow=54.16|CurrentPriceClose=56.31|PriceTrendIndicatorSlope=0.305744409561157
|
||||
Symbol=JBL|AnalysisDate=11/15/2023 12:00:00 AM|PreviousStop=116.908856678009|NewStop=120.634142303467|CurrentPriceLow=132.15|CurrentPriceClose=132.73|PriceTrendIndicatorSlope=0.316074937582016
|
||||
Symbol=PLAB|AnalysisDate=11/20/2023 12:00:00 AM|PreviousStop=18.81|NewStop=19.8989999914169|CurrentPriceLow=21.69|CurrentPriceClose=21.75|PriceTrendIndicatorSlope=0.180518791079521
|
||||
Symbol=AVGO|AnalysisDate=12/13/2023 12:00:00 AM|PreviousStop=845.295353851318|NewStop=991.331650772095|CurrentPriceLow=1062.54|CurrentPriceClose=1089.69|PriceTrendIndicatorSlope=0.218805074691772
|
||||
Symbol=APG|AnalysisDate=12/13/2023 12:00:00 AM|PreviousStop=25.6450713396072|NewStop=29.3914284753799|CurrentPriceLow=31.38|CurrentPriceClose=32.12|PriceTrendIndicatorSlope=0.106202997267246
|
||||
Symbol=UFPT|AnalysisDate=12/13/2023 12:00:00 AM|PreviousStop=151.2456|NewStop=152.889928913116|CurrentPriceLow=173.6|CurrentPriceClose=180.79|PriceTrendIndicatorSlope=0.79758632183075
|
||||
Symbol=AMPH|AnalysisDate=12/14/2023 12:00:00 AM|PreviousStop=49.8125000333786|NewStop=51.1286425495148|CurrentPriceLow=57.24|CurrentPriceClose=58.16|PriceTrendIndicatorSlope=0.118413552641869
|
||||
Symbol=PLAB|AnalysisDate=12/20/2023 12:00:00 AM|PreviousStop=19.8989999914169|NewStop=27.6232857298851|CurrentPriceLow=29.52|CurrentPriceClose=29.55|PriceTrendIndicatorSlope=0.448556393384933
|
||||
Symbol=CLS|AnalysisDate=1/9/2024 12:00:00 AM|PreviousStop=24.5696|NewStop=24.7737137699127|CurrentPriceLow=27.94|CurrentPriceClose=28.75|PriceTrendIndicatorSlope=0.021466176956892
|
||||
Symbol=AVGO|AnalysisDate=1/22/2024 12:00:00 AM|PreviousStop=991.331650772095|NewStop=1123.28627082825|CurrentPriceLow=1208.22|CurrentPriceClose=1220.5|PriceTrendIndicatorSlope=1.33432912826538
|
||||
Symbol=FTAI|AnalysisDate=1/29/2024 12:00:00 AM|PreviousStop=44.88|NewStop=48.3208568096161|CurrentPriceLow=52|CurrentPriceClose=53.72|PriceTrendIndicatorSlope=0.384368360042572
|
||||
Symbol=APG|AnalysisDate=1/30/2024 12:00:00 AM|PreviousStop=29.3914284753799|NewStop=29.8718571519852|CurrentPriceLow=32.11|CurrentPriceClose=32.49|PriceTrendIndicatorSlope=0.0616240352392197
|
||||
Symbol=PLAB|AnalysisDate=2/8/2024 12:00:00 AM|PreviousStop=27.6232857298851|NewStop=29.0321999263763|CurrentPriceLow=30.47|CurrentPriceClose=31.62|PriceTrendIndicatorSlope=0.0766842067241669
|
||||
Symbol=CLS|AnalysisDate=2/8/2024 12:00:00 AM|PreviousStop=24.7737137699127|NewStop=32.95149995327|CurrentPriceLow=36.39|CurrentPriceClose=37.54|PriceTrendIndicatorSlope=0.513090252876282
|
||||
Symbol=AVGO|AnalysisDate=2/22/2024 12:00:00 AM|PreviousStop=1123.28627082825|NewStop=1182.1635710907|CurrentPriceLow=1276.47|CurrentPriceClose=1304.9|PriceTrendIndicatorSlope=2.54035210609436
|
||||
Symbol=NEU|AnalysisDate=2/26/2024 12:00:00 AM|PreviousStop=535.93|NewStop=584.230923309326|CurrentPriceLow=619.39|CurrentPriceClose=631.48|PriceTrendIndicatorSlope=3.21256494522095
|
||||
Symbol=FTAI|AnalysisDate=2/28/2024 12:00:00 AM|PreviousStop=48.3208568096161|NewStop=51.4342853832245|CurrentPriceLow=55.48|CurrentPriceClose=55.92|PriceTrendIndicatorSlope=0.0582104660570621
|
||||
Symbol=KTOS|AnalysisDate=2/28/2024 12:00:00 AM|PreviousStop=15.79|NewStop=16.3189284300804|CurrentPriceLow=18.26|CurrentPriceClose=18.34|PriceTrendIndicatorSlope=0.121676713228226
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
SESSIONv1.00
|
||||
LastUpdated=1/31/2024 09:30:03 PM
|
||||
TradeDate=2/29/2024
|
||||
LastUpdated=2/29/2024 09:24:29 PM
|
||||
TradeDate=3/28/2024
|
||||
StartDate=1/1/2018
|
||||
AnalysisDate=1/31/2024
|
||||
Cycle=73
|
||||
CashBalance=2032.09
|
||||
AnalysisDate=2/29/2024
|
||||
Cycle=74
|
||||
CashBalance=756.8
|
||||
NonTradeableCash=0
|
||||
Verbose=True|BenchmarkMode=False|BenchmarkModeSymbol=SPY|HoldingPeriod=3|MaxPositions=3|NoTradeSymbols=VCISY,BIREF,CSRA,LSXMK,KKPNY,CNNE,EDR,GBTC,YOKU,PNY,RFMD,ASAZY,PSDO|NoTradeFinancialSymbols=U.S. Private Equity,U.S. Financials,U.S. Financial Services,U.S. Banking and Investment Services,Trading-Miscellaneous,Trading--Miscellaneous,Trading--Leveraged Equity,Trading--Leveraged Debt,Trading--Leveraged Commodities,Trading--Inverse Equity,Trading--Inverse Commodities,Tactical Allocation,Specialty Finance,Japan Financials,Savings & Cooperative Banks,Option Writing,Insurance Brokers,Insurance - Specialty,Insurance - Reinsurance,Insurance - Property & Casualty,Insurance - Life,Insurance - Diversified,Global Private Equity,Global Financials,Financial Services,Financial Exchanges,Financial,China Financials,Banks - Regional - US,Banks - Regional - Latin America,Banks - Global,Asset Management,Credit Services|Benchmark=SPY|MarketCapLowerLimit=1000000000|UsePEScreen=False|UseEBITDAScreen=True|UseRevenuePerShareScreen=True|UseLowSlopeBetaCheck=True|LowSlopeBetaDays=15|LowSlopeBetaThreshhold=1|UseMACD=True|MACDSetup=(12,26,9)|MACDSignalDays=12|MACDRejectStrongSellSignals=False|MACDRejectWeakSellSignals=True|UseStochastics=True|StochasticsSignalDays=3|StochasticsRejectStrongSells=True|StochasticsRejectWeakSells=True|UseFallbackCandidate=True|FallbackCandidate=SHV|FallbackCandidateBestOf=SHV,NEAR,BIL,GSY,AGG,ACWX,GSY,SCHF,IXUS,DBEF,IEFA,TLT|UseMaxPEScreen=True|MaxPE=40|StrictMaxPE=False|QualityIndicatorType=SCOREINDICATOR|IncludeTradeMasterForSymbolsHeld=True
|
||||
TotalActivePositions=9
|
||||
Slot=0|Symbol=MOD|PurchaseDate=1/31/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=32|PurchasePrice=70.00|CurrentPrice=69.09|Volume=2719440|Return1D=0|ZacksRank=3-Hold|CumReturn252=0.990239586302778|IDIndicator=-14.7410358565737|Score=2.36446984641306|MaxDrawdown=-0.623842597007751|MaxUpside=-0.623842597007751|Velocity=0.818218788125254|PE=16.72|Beta=2.23|SharpeRatio=0
|
||||
Slot=0|Symbol=MCK|PurchaseDate=1/31/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=4|PurchasePrice=495.00|CurrentPrice=499.89|Volume=1058880|Return1D=0|ZacksRank=2-Buy|CumReturn252=0.228840810228576|IDIndicator=-5.57768924302788|Score=0.956984467673665|MaxDrawdown=-0.2874596118927|MaxUpside=-0.2874596118927|Velocity=1|PE=19.31|Beta=0.44|SharpeRatio=0
|
||||
Slot=0|Symbol=MOH|PurchaseDate=1/31/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=6|PurchasePrice=354.67|CurrentPrice=356.44|Volume=505449|Return1D=0|ZacksRank=3-Hold|CumReturn252=0.11713494034484|IDIndicator=-9.16334661354582|Score=0.253646465858676|MaxDrawdown=-0.291006982326508|MaxUpside=-0.291006982326508|Velocity=0.776260009420631|PE=23.99|Beta=0.45|SharpeRatio=0
|
||||
Slot=1|Symbol=CCL|PurchaseDate=11/30/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=129|PurchasePrice=15.12|CurrentPrice=15.06|Volume=30432770|Return1D=0|ZacksRank=3-Hold|CumReturn252=0|IDIndicator=0|Score=1.59687384267707|MaxDrawdown=-0.669430017471313|MaxUpside=-0.669430017471313|Velocity=0.636206896551724|PE=6.48|Beta=2.49|SharpeRatio=0
|
||||
Slot=1|Symbol=DO|PurchaseDate=11/30/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=152|PurchasePrice=12.87|CurrentPrice=12.87|Volume=1318691|Return1D=0|ZacksRank=4-Sell|CumReturn252=0|IDIndicator=-3.98406374501992|Score=1.53480324010037|MaxDrawdown=-0.602994024753571|MaxUpside=-0.602994024753571|Velocity=0.507109004739337|PE=28.3|Beta=1.43|SharpeRatio=0
|
||||
Slot=1|Symbol=GPI|PurchaseDate=11/30/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=6|PurchasePrice=281.47|CurrentPrice=282.1|Volume=139190|Return1D=0|ZacksRank=3-Hold|CumReturn252=0|IDIndicator=-14.3426294820717|Score=1.47396969202515|MaxDrawdown=-0.486025393009186|MaxUpside=-0.486025393009186|Velocity=0.948294829482948|PE=6.2|Beta=1.44|SharpeRatio=0
|
||||
Slot=0|Symbol=MOD|PurchaseDate=1/31/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=32|PurchasePrice=70|CurrentPrice=69.09|Volume=2719440|Return1D=0|ZacksRank=3-Hold|CumReturn252=0|IDIndicator=-14.7410358565737|Score=2.36446984641306|MaxDrawdown=-0.623842597007751|MaxUpside=-0.623842597007751|Velocity=0.818218788125254|PE=16.72|Beta=2.23|SharpeRatio=0
|
||||
Slot=0|Symbol=MCK|PurchaseDate=1/31/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=4|PurchasePrice=495|CurrentPrice=499.89|Volume=1058880|Return1D=0|ZacksRank=2-Buy|CumReturn252=0|IDIndicator=-5.57768924302788|Score=0.956984467673665|MaxDrawdown=-0.2874596118927|MaxUpside=-0.2874596118927|Velocity=1|PE=19.31|Beta=0.44|SharpeRatio=0
|
||||
Slot=0|Symbol=MOH|PurchaseDate=1/31/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=6|PurchasePrice=354.67|CurrentPrice=356.44|Volume=505449|Return1D=0|ZacksRank=3-Hold|CumReturn252=0|IDIndicator=-9.16334661354582|Score=0.253646465858676|MaxDrawdown=-0.291006982326508|MaxUpside=-0.291006982326508|Velocity=0.776260009420631|PE=23.99|Beta=0.45|SharpeRatio=0
|
||||
Slot=1|Symbol=VIST|PurchaseDate=2/29/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=60|PurchasePrice=36.8|CurrentPrice=36.8|Volume=422913|Return1D=0|ZacksRank=3-Hold|CumReturn252=0.760630276170559|IDIndicator=-4.38247011952191|Score=1.85894410201389|MaxDrawdown=-0.56520402431488|MaxUpside=-0.56520402431488|Velocity=1|PE=9.07|Beta=1.97|SharpeRatio=0
|
||||
Slot=1|Symbol=AROC|PurchaseDate=2/29/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=121|PurchasePrice=18.27|CurrentPrice=18.27|Volume=1287670|Return1D=0|ZacksRank=1-Strong Buy|CumReturn252=0.598163616319653|IDIndicator=-9.56175298804781|Score=1.34769888279353|MaxDrawdown=-0.451250016689301|MaxUpside=-0.451250016689301|Velocity=0.92842535787321|PE=27.73|Beta=1.57|SharpeRatio=0
|
||||
Slot=1|Symbol=SCS|PurchaseDate=2/29/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=161|PurchasePrice=13.74|CurrentPrice=13.74|Volume=1263370|Return1D=0|ZacksRank=3-Hold|CumReturn252=0.717525197425857|IDIndicator=-9.9601593625498|Score=1.25542844744582|MaxDrawdown=-0.540042519569397|MaxUpside=-0.540042519569397|Velocity=0.87001287001287|PE=20.17|Beta=1.32|SharpeRatio=0
|
||||
Slot=2|Symbol=FDX|PurchaseDate=12/29/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=8|PurchasePrice=251.75|CurrentPrice=252.97|Volume=1937300|Return1D=0|ZacksRank=3-Hold|CumReturn252=0|IDIndicator=2.78884462151395|Score=1.37370779593964|MaxDrawdown=-0.427449584007263|MaxUpside=-0.427449584007263|Velocity=0.746986907136044|PE=17.15|Beta=1.24|SharpeRatio=0
|
||||
Slot=2|Symbol=VIPS|PurchaseDate=12/29/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=120|PurchasePrice=17.36|CurrentPrice=17.76|Volume=3163920|Return1D=0|ZacksRank=3-Hold|CumReturn252=0|IDIndicator=-4.38247011952191|Score=0.594548288381858|MaxDrawdown=-0.629845976829529|MaxUpside=-0.629845976829529|Velocity=0.877128953771289|PE=9.24|Beta=0.51|SharpeRatio=0
|
||||
Slot=2|Symbol=BASE|PurchaseDate=12/29/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=94|PurchasePrice=22.26|CurrentPrice=22.52|Volume=180300|Return1D=0|ZacksRank=3-Hold|CumReturn252=0|IDIndicator=-11.1553784860558|Score=0.54564923272807|MaxDrawdown=-0.525865912437439|MaxUpside=-0.525865912437439|Velocity=0.866666666666667|PE=0|Beta=0.68|SharpeRatio=0
|
||||
TotalPositions=185
|
||||
TotalPositions=188
|
||||
Symbol=LOPE|PurchaseDate=1/31/2018 12:00:00 AM|SellDate=4/30/2018 12:00:00 AM|Shares=11|PurchasePrice=92.52|CurrentPrice=103.99|Volume=177499|Return1D=0|ZacksRank=|CumReturn252=0|IDIndicator=-13.1474103585657|Score=NaN|MaxDrawdown=0|MaxUpside=0|Velocity=0.919762641898865|PE=24.89|Beta=1.38|SharpeRatio=NaN
|
||||
Symbol=MRCY|PurchaseDate=1/31/2018 12:00:00 AM|SellDate=4/30/2018 12:00:00 AM|Shares=23|PurchasePrice=47.69|CurrentPrice=32.08|Volume=481172|Return1D=0|ZacksRank=|CumReturn252=0|IDIndicator=-6.77290836653387|Score=NaN|MaxDrawdown=0|MaxUpside=0|Velocity=0.74313408723748|PE=56.5|Beta=0.44|SharpeRatio=NaN
|
||||
Symbol=SHV|PurchaseDate=2/28/2018 12:00:00 AM|SellDate=5/31/2018 12:00:00 AM|Shares=35|PurchasePrice=110.21|CurrentPrice=110.26|Volume=0|Return1D=0|ZacksRank=|CumReturn252=0|IDIndicator=0|Score=NaN|MaxDrawdown=0|MaxUpside=0|Velocity=0|PE=0|Beta=0|SharpeRatio=NaN
|
||||
@@ -203,3 +203,6 @@ Symbol=YMM|PurchaseDate=9/29/2023 12:00:00 AM|SellDate=12/29/2023 12:00:00 AM|Sh
|
||||
Symbol=MSM|PurchaseDate=10/31/2023 12:00:00 AM|SellDate=1/31/2024 12:00:00 AM|Shares=20|PurchasePrice=94.57|CurrentPrice=98.95|Volume=366701|Return1D=0|ZacksRank=3-Hold|CumReturn252=0|IDIndicator=-8.36653386454184|Score=1.10947549202362|MaxDrawdown=-0.30034989118576|MaxUpside=-0.30034989118576|Velocity=0.640586034912718|PE=16.38|Beta=0.99|SharpeRatio=0
|
||||
Symbol=PRGS|PurchaseDate=10/31/2023 12:00:00 AM|SellDate=1/31/2024 12:00:00 AM|Shares=36|PurchasePrice=51.16|CurrentPrice=56.81|Volume=150122|Return1D=0|ZacksRank=2-Buy|CumReturn252=0|IDIndicator=-3.18725099601593|Score=1.01769296041935|MaxDrawdown=-0.33160787820816|MaxUpside=-0.33160787820816|Velocity=0.422340425531915|PE=29.77|Beta=0.92|SharpeRatio=0
|
||||
Symbol=CNM|PurchaseDate=10/31/2023 12:00:00 AM|SellDate=1/31/2024 12:00:00 AM|Shares=63|PurchasePrice=30.2|CurrentPrice=41.67|Volume=975409|Return1D=0|ZacksRank=1-Strong Buy|CumReturn252=0|IDIndicator=-3.58565737051793|Score=0.984707641158198|MaxDrawdown=-0.427619636058807|MaxUpside=-0.427619636058807|Velocity=0.772857142857143|PE=14.91|Beta=0.97|SharpeRatio=0
|
||||
Symbol=CCL|PurchaseDate=11/30/2023 12:00:00 AM|SellDate=2/29/2024 12:00:00 AM|Shares=129|PurchasePrice=15.12|CurrentPrice=15.86|Volume=30432770|Return1D=0|ZacksRank=3-Hold|CumReturn252=0|IDIndicator=0|Score=1.59687384267707|MaxDrawdown=-0.669430017471313|MaxUpside=-0.669430017471313|Velocity=0.636206896551724|PE=6.48|Beta=2.49|SharpeRatio=0
|
||||
Symbol=DO|PurchaseDate=11/30/2023 12:00:00 AM|SellDate=2/29/2024 12:00:00 AM|Shares=152|PurchasePrice=12.87|CurrentPrice=11.09|Volume=1318691|Return1D=0|ZacksRank=4-Sell|CumReturn252=0|IDIndicator=-3.98406374501992|Score=1.53480324010037|MaxDrawdown=-0.602994024753571|MaxUpside=-0.602994024753571|Velocity=0.507109004739337|PE=28.3|Beta=1.43|SharpeRatio=0
|
||||
Symbol=GPI|PurchaseDate=11/30/2023 12:00:00 AM|SellDate=2/29/2024 12:00:00 AM|Shares=6|PurchasePrice=281.47|CurrentPrice=270.65|Volume=139190|Return1D=0|ZacksRank=3-Hold|CumReturn252=0|IDIndicator=-14.3426294820717|Score=1.47396969202515|MaxDrawdown=-0.486025393009186|MaxUpside=-0.486025393009186|Velocity=0.948294829482948|PE=6.2|Beta=1.44|SharpeRatio=0
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
bin/Debug/mk.exe
BIN
bin/Debug/mk.exe
Binary file not shown.
BIN
bin/Debug/mk.pdb
BIN
bin/Debug/mk.pdb
Binary file not shown.
Binary file not shown.
@@ -1,19 +1,19 @@
|
||||
CMTSESSIONv1.00
|
||||
LastUpdated=2/27/2024 08:12:45 PM
|
||||
TradeDate=2/27/2024
|
||||
LastUpdated=2/28/2024 10:39:45 PM
|
||||
TradeDate=2/28/2024
|
||||
StartDate=1/1/0001
|
||||
AnalysisDate=2/27/2024
|
||||
AnalysisDate=2/28/2024
|
||||
CashBalance=935.52
|
||||
NonTradeableCash=6121.73
|
||||
SuspendTrading=False|UsePriceSlopeIndicator=True|UsePriceSlopeIndicatorDays=252|AnalysisDate=2/27/2024|BetaMonths=6|TradeDate=2/27/2024|MarketCapLowerLimit=500000000|SidewaysDetection=False|SidewaysAfterDays=30|PriceTrendDays=20|CheckOutliersInReturnStream=True|DailyReturnLimit=0.25|MaxDailyPositions=3|MaxOpenPositions=6|NoTradeSymbols=CODYY,MARUY,CSTM,CS,NATI,QADA,CRTO,GTBIF,CLCT,PRSC,CMD,STAY,GBTC,YOKU,PNY,RFMD,ASAZY,USMO,VNR,STB,XIV,SYNT,DFP|OnlyTradeSymbols=|MinRSI=70|InitialCash=10000|TotalRiskPercentDecimal=0.05|PositionRiskPercentDecimal=0.12|EquityOnly=False|MinPercentReturnProximityTo52WeekHigh=30|MinPercentReturnOver52WeekLow=80|ProfitMarginCheck=True|EPSCheck=True|MinDaysBetweenReholding=30|LiquidityCheck=True|MinVolume=1000|DMA200Horizon=15|MinDaysBetweenStopAdjustments=30|MinDaysBetweenInitialStopAdjustment=5|MaxPricingExceptions=3|MACDSetup=(12,26,9)|MACDSignalDays=5|MACDRejectStrongSells=True|MACDRejectWeakSells=True|UseMarketIndicator=True|Benchmark=SPY|BenchmarkMovingAverageDays=200|BenchmarkMovingAverageHorizon=5|UseMarketIndicatorVolatility=True|UseMarketIndicatorVolatilityHorizon=60|UseMarketIndicatorVolatilityBenchmark=^VIX|UseStopLimitScaling=True|StopLimitScalingType=AverageTrueRange|StopLimitScalingVolatilityDays=30|SellOnDMABreak=True|DMABreakValues=200|DMABreakForceBreak=False|EntryType=OverExtended,MVP,PriceTrend,VolumeTrend|EntryHorizon=30|CandidateExpiryDays=180|VolumeTrendDays=10|ChannelBreakoutHorizon=40|UseOverExtendedIndicatorDays=45|UseOverExtendedIndicatorViolationThreshhold=1|UseOverExtendedIndicatorMarginPercent=1|MaxBeta=10|UseMaxBeta=False|UseProfitMaximization=True|UseProfitMaximizationExpression=R_THRESSHOLD=4;MAX_ATR=3;MULTIPLIER=MAX_ATR;IF(RMultiple>=R_THRESSHOLD){MULTIPLIER=1.2;}|UseTradeOnlySectors=True|UseTradeOnlySectorsSectors=Healthcare,Technology,Basic Materials,Consumer Defensive,Industrials
|
||||
SuspendTrading=False|UsePriceSlopeIndicator=True|UsePriceSlopeIndicatorDays=252|AnalysisDate=2/28/2024|BetaMonths=6|TradeDate=2/28/2024|MarketCapLowerLimit=500000000|SidewaysDetection=False|SidewaysAfterDays=30|PriceTrendDays=20|CheckOutliersInReturnStream=True|DailyReturnLimit=0.25|MaxDailyPositions=3|MaxOpenPositions=6|NoTradeSymbols=CODYY,MARUY,CSTM,CS,NATI,QADA,CRTO,GTBIF,CLCT,PRSC,CMD,STAY,GBTC,YOKU,PNY,RFMD,ASAZY,USMO,VNR,STB,XIV,SYNT,DFP|OnlyTradeSymbols=|MinRSI=70|InitialCash=10000|TotalRiskPercentDecimal=0.05|PositionRiskPercentDecimal=0.12|EquityOnly=False|MinPercentReturnProximityTo52WeekHigh=30|MinPercentReturnOver52WeekLow=80|ProfitMarginCheck=True|EPSCheck=True|MinDaysBetweenReholding=30|LiquidityCheck=True|MinVolume=1000|DMA200Horizon=15|MinDaysBetweenStopAdjustments=30|MinDaysBetweenInitialStopAdjustment=5|MaxPricingExceptions=3|MACDSetup=(12,26,9)|MACDSignalDays=5|MACDRejectStrongSells=True|MACDRejectWeakSells=True|UseMarketIndicator=True|Benchmark=SPY|BenchmarkMovingAverageDays=200|BenchmarkMovingAverageHorizon=5|UseMarketIndicatorVolatility=True|UseMarketIndicatorVolatilityHorizon=60|UseMarketIndicatorVolatilityBenchmark=^VIX|UseStopLimitScaling=True|StopLimitScalingType=AverageTrueRange|StopLimitScalingVolatilityDays=30|SellOnDMABreak=True|DMABreakValues=200|DMABreakForceBreak=False|EntryType=OverExtended,MVP,PriceTrend,VolumeTrend|EntryHorizon=30|CandidateExpiryDays=180|VolumeTrendDays=10|ChannelBreakoutHorizon=40|UseOverExtendedIndicatorDays=45|UseOverExtendedIndicatorViolationThreshhold=1|UseOverExtendedIndicatorMarginPercent=1|MaxBeta=10|UseMaxBeta=False|UseProfitMaximization=True|UseProfitMaximizationExpression=R_THRESSHOLD=4;MAX_ATR=3;MULTIPLIER=MAX_ATR;IF(RMultiple>=R_THRESSHOLD){MULTIPLIER=1.2;}|UseTradeOnlySectors=True|UseTradeOnlySectorsSectors=Healthcare,Technology,Basic Materials,Consumer Defensive,Industrials
|
||||
PricingExceptions=0
|
||||
TotalActivePositions=6
|
||||
Symbol=AVGO|PurchaseDate=10/13/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=1|PurchasePrice=890.97|CurrentPrice=1296.23|Exposure=890.97|MarketValue=1296.23|GainLoss=405.26|GainLossPcnt=0.454852576405491|PositionRiskDecimal=0.12|R=105.9816|C=109.885485794067|P=1.0368355053525|InitialStopLimit=784.05|TrailingStopLimit=1182.1635710907|TotalRiskExposure=105.9816|RMultiple=3.82R|Volatility=19.4005393981934|Volume=0|LastStopAdjustment=2/22/2024 12:00:00 AM|Comment=Price changed on 10/16/2023 from $883.18 to $890.97
|
||||
Symbol=APG|PurchaseDate=11/8/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=77|PurchasePrice=27.08|CurrentPrice=35.72|Exposure=2085.16|MarketValue=2750.44|GainLoss=665.28|GainLossPcnt=0.319054652880355|PositionRiskDecimal=0.12|R=3.2304|C=250.186|P=77.4473749380882|InitialStopLimit=23.83|TrailingStopLimit=29.8718571519852|TotalRiskExposure=248.7408|RMultiple=2.67R|Volatility=1.05591440200806|Volume=0|LastStopAdjustment=1/30/2024 12:00:00 AM|Comment=Price changed on 11/9/2023 from $26.92 to $27.08
|
||||
Symbol=CLS|PurchaseDate=1/4/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=32|PurchasePrice=27.92|CurrentPrice=41.76|Exposure=893.44|MarketValue=1336.32|GainLoss=442.88|GainLossPcnt=0.495702005730659|PositionRiskDecimal=0.12|R=3.3504|C=107.5275|P=32.0939290830946|InitialStopLimit=24.5696|TrailingStopLimit=32.95149995327|TotalRiskExposure=107.2128|RMultiple=4.13R|Volatility=0.907680511474609|Volume=0|LastStopAdjustment=2/8/2024 12:00:00 AM
|
||||
Symbol=FTAI|PurchaseDate=1/23/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=14|PurchasePrice=51|CurrentPrice=56.64|Exposure=714|MarketValue=792.96|GainLoss=78.96|GainLossPcnt=0.110588235294118|PositionRiskDecimal=0.12|R=6.036|C=85.6855|P=14.1957422133863|InitialStopLimit=44.88|TrailingStopLimit=48.3208568096161|TotalRiskExposure=84.504|RMultiple=0.93R|Volatility=1.01389157772064|Volume=0|LastStopAdjustment=1/29/2024 12:00:00 AM|Comment=Price changed on 1/24/2024 from $50.30 to $51.00
|
||||
Symbol=NEU|PurchaseDate=2/20/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=1|PurchasePrice=609.01|CurrentPrice=636.31|Exposure=609.01|MarketValue=636.31|GainLoss=27.3|GainLossPcnt=0.0448268501338237|PositionRiskDecimal=0.12|R=73.0956|C=73.588|P=1.00673638358533|InitialStopLimit=535.93|TrailingStopLimit=584.230923309326|TotalRiskExposure=73.0956|RMultiple=0.37R|Volatility=10.5676956176758|Volume=0|LastStopAdjustment=2/26/2024 12:00:00 AM|Comment=Price changed on 2/21/2024 from $609.13 to $609.01
|
||||
Symbol=KTOS|PurchaseDate=2/23/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=30|PurchasePrice=17.94|CurrentPrice=18.68|Exposure=538.2|MarketValue=560.4|GainLoss=22.1999999999999|GainLossPcnt=0.0412486064659976|PositionRiskDecimal=0.12|R=2.4216|C=73.686|P=30.4286422200198|InitialStopLimit=15.79|TrailingStopLimit=15.79|TotalRiskExposure=72.648|RMultiple=0.31R|Volatility=0.288610696792603|Volume=0|LastStopAdjustment=1/1/0001 12:00:00 AM|Comment=Price changed on 2/23/2024 from $20.18 to $17.94
|
||||
Symbol=AVGO|PurchaseDate=10/13/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=1|PurchasePrice=890.97|CurrentPrice=1289.42|Exposure=890.97|MarketValue=1289.42|GainLoss=398.45|GainLossPcnt=0.447209221410373|PositionRiskDecimal=0.12|R=105.9816|C=109.885485794067|P=1.0368355053525|InitialStopLimit=784.05|TrailingStopLimit=1182.1635710907|TotalRiskExposure=105.9816|RMultiple=3.76R|Volatility=19.4005393981934|Volume=0|LastStopAdjustment=2/22/2024 12:00:00 AM|Comment=Price changed on 10/16/2023 from $883.18 to $890.97
|
||||
Symbol=APG|PurchaseDate=11/8/2023 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=77|PurchasePrice=27.08|CurrentPrice=35|Exposure=2085.16|MarketValue=2695|GainLoss=609.84|GainLossPcnt=0.292466765140325|PositionRiskDecimal=0.12|R=3.2304|C=250.186|P=77.4473749380882|InitialStopLimit=23.83|TrailingStopLimit=29.8718571519852|TotalRiskExposure=248.7408|RMultiple=2.45R|Volatility=1.05591440200806|Volume=0|LastStopAdjustment=1/30/2024 12:00:00 AM|Comment=Price changed on 11/9/2023 from $26.92 to $27.08
|
||||
Symbol=CLS|PurchaseDate=1/4/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=32|PurchasePrice=27.92|CurrentPrice=41.15|Exposure=893.44|MarketValue=1316.8|GainLoss=423.36|GainLossPcnt=0.473853868194842|PositionRiskDecimal=0.12|R=3.3504|C=107.5275|P=32.0939290830946|InitialStopLimit=24.5696|TrailingStopLimit=32.95149995327|TotalRiskExposure=107.2128|RMultiple=3.95R|Volatility=0.907680511474609|Volume=0|LastStopAdjustment=2/8/2024 12:00:00 AM
|
||||
Symbol=FTAI|PurchaseDate=1/23/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=14|PurchasePrice=51|CurrentPrice=55.92|Exposure=714|MarketValue=782.88|GainLoss=68.88|GainLossPcnt=0.0964705882352941|PositionRiskDecimal=0.12|R=6.036|C=85.6855|P=14.1957422133863|InitialStopLimit=44.88|TrailingStopLimit=51.4342853832245|TotalRiskExposure=84.504|RMultiple=0.82R|Volatility=1.01389157772064|Volume=0|LastStopAdjustment=2/28/2024 12:00:00 AM|Comment=Price changed on 1/24/2024 from $50.30 to $51.00
|
||||
Symbol=NEU|PurchaseDate=2/20/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=1|PurchasePrice=609.01|CurrentPrice=633.63|Exposure=609.01|MarketValue=633.63|GainLoss=24.62|GainLossPcnt=0.0404262655785619|PositionRiskDecimal=0.12|R=73.0956|C=73.588|P=1.00673638358533|InitialStopLimit=535.93|TrailingStopLimit=584.230923309326|TotalRiskExposure=73.0956|RMultiple=0.34R|Volatility=10.5676956176758|Volume=0|LastStopAdjustment=2/26/2024 12:00:00 AM|Comment=Price changed on 2/21/2024 from $609.13 to $609.01
|
||||
Symbol=KTOS|PurchaseDate=2/23/2024 12:00:00 AM|SellDate=1/1/0001 12:00:00 AM|Shares=30|PurchasePrice=17.94|CurrentPrice=18.34|Exposure=538.2|MarketValue=550.2|GainLoss=12|GainLossPcnt=0.0222965440356745|PositionRiskDecimal=0.12|R=2.4216|C=73.686|P=30.4286422200198|InitialStopLimit=15.79|TrailingStopLimit=16.3189284300804|TotalRiskExposure=72.648|RMultiple=0.17R|Volatility=0.288610696792603|Volume=0|LastStopAdjustment=2/28/2024 12:00:00 AM|Comment=Price changed on 2/23/2024 from $20.18 to $17.94
|
||||
TotalPositions=93
|
||||
Symbol=CDNS|PurchaseDate=8/25/2020 12:00:00 AM|SellDate=9/3/2020 12:00:00 AM|Shares=16|PurchasePrice=111.82|CurrentPrice=109.57|Exposure=1789.12|MarketValue=1753.12|GainLoss=-36|GainLossPcnt=-0.0201216240386335|PositionRiskDecimal=0.12|R=13.3512|C=225.6365|P=16.9000913775541|InitialStopLimit=97.9088|TrailingStopLimit=109.599856939316|TotalRiskExposure=213.6192|RMultiple=-0.17R|Volatility=2.3209912776947|Volume=1767980|LastStopAdjustment=9/2/2020 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=LULU|PurchaseDate=8/28/2020 12:00:00 AM|SellDate=9/4/2020 12:00:00 AM|Shares=3|PurchasePrice=377.5|CurrentPrice=370.23|Exposure=1132.5|MarketValue=1110.69|GainLoss=-21.8099999999999|GainLossPcnt=-0.0192582781456953|PositionRiskDecimal=0.12|R=45.2976|C=136.6285|P=3.01624147857723|InitialStopLimit=332.1824|TrailingStopLimit=372.562428512573|TotalRiskExposure=135.8928|RMultiple=-0.16R|Volatility=25.858959197998|Volume=2871665|LastStopAdjustment=9/2/2020 12:00:00 AM|Comment=Manual close.
|
||||
@@ -108,7 +108,7 @@ Symbol=MANH|PurchaseDate=12/5/2023 12:00:00 AM|SellDate=1/4/2024 12:00:00 AM|Sha
|
||||
Symbol=UFPT|PurchaseDate=11/29/2023 12:00:00 AM|SellDate=1/23/2024 12:00:00 AM|Shares=3|PurchasePrice=171.87|CurrentPrice=152.2|Exposure=515.61|MarketValue=456.6|GainLoss=-59.01|GainLossPcnt=-0.114446965729912|PositionRiskDecimal=0.12|R=20.6244|C=81.892|P=3.97063672155311|InitialStopLimit=151.2456|TrailingStopLimit=152.889928913116|TotalRiskExposure=61.8732|RMultiple=-0.95R|Volatility=9.61385440826416|Volume=0|LastStopAdjustment=12/13/2023 12:00:00 AM|Comment=Manual close.
|
||||
Symbol=AMPH|PurchaseDate=11/9/2023 12:00:00 AM|SellDate=2/21/2024 12:00:00 AM|Shares=9|PurchasePrice=52|CurrentPrice=52.16|Exposure=468|MarketValue=469.44|GainLoss=1.43999999999994|GainLossPcnt=0.00307692307692295|PositionRiskDecimal=0.12|R=6.2892|C=57.64|P=9.16491763658335|InitialStopLimit=45.76|TrailingStopLimit=51.1286425495148|TotalRiskExposure=56.6028|RMultiple=0.03R|Volatility=3.85634922981262|Volume=0|LastStopAdjustment=12/14/2023 12:00:00 AM|Comment=Closed due to DMA break
|
||||
Symbol=PLAB|PurchaseDate=11/14/2023 12:00:00 AM|SellDate=2/21/2024 12:00:00 AM|Shares=22|PurchasePrice=21.38|CurrentPrice=27.89|Exposure=470.36|MarketValue=613.58|GainLoss=143.22|GainLossPcnt=0.304490177736202|PositionRiskDecimal=0.12|R=2.5548|C=58.09|P=22.7375919837169|InitialStopLimit=18.81|TrailingStopLimit=29.0321999263763|TotalRiskExposure=56.2056|RMultiple=2.55R|Volatility=0.868534803390503|Volume=0|LastStopAdjustment=2/8/2024 12:00:00 AM|Comment=Manual close.
|
||||
TotalCandidates=56
|
||||
TotalCandidates=57
|
||||
Symbol=XPO|AnalysisDate=2/21/2024 12:00:00 AM|EPSSlope=0.650000035762787|ProfitMarginSlope=0.792221069335938|PriceSlope=0.00470998447682055|Volatility=13.2911081314087|Volume=0|Violation=False|Slope=0.00470998447682055|Score=2.94424897260559|AnnualizedReturn=3.27695975358198|SharpeRatio=0.11096060540031|RSquared=0.898469677385352|BetaMonths=6|Beta=1.06420729450165
|
||||
Symbol=STRL|AnalysisDate=12/18/2023 12:00:00 AM|EPSSlope=0.145000100135803|ProfitMarginSlope=0.548023700714111|PriceSlope=0.00403803166043144|Volatility=5.82334184646606|Volume=0|Violation=False|Slope=0.00403803166043144|Score=2.36464416896168|AnnualizedReturn=2.76650275286998|SharpeRatio=0.0960673149066786|RSquared=0.854741303441172|BetaMonths=6|Beta=2.83705250051472
|
||||
Symbol=NVDA|AnalysisDate=1/10/2024 12:00:00 AM|EPSSlope=1.71500015258789|ProfitMarginSlope=4.66203308105469|PriceSlope=0.00399962884343909|Volatility=19.6822376251221|Volume=0|Violation=False|Slope=0.00399962884343909|Score=2.26638235958612|AnnualizedReturn=2.73985902554854|SharpeRatio=0.380241182115924|RSquared=0.8271894058974|BetaMonths=6|Beta=1.32283271801082
|
||||
@@ -165,7 +165,8 @@ Symbol=ETN|AnalysisDate=2/22/2024 12:00:00 AM|EPSSlope=0.275000333786011|ProfitM
|
||||
Symbol=EXP|AnalysisDate=2/22/2024 12:00:00 AM|EPSSlope=0.255000114440918|ProfitMarginSlope=1.53201389312744|PriceSlope=0.00162244868614764|Volatility=5.16628265380859|Volume=0|Violation=False|Slope=0.00162244868614764|Score=0.993788834520374|AnnualizedReturn=1.5050965800149|SharpeRatio=-0.121092992910934|RSquared=0.660282434839188|BetaMonths=6|Beta=2.09896610697018
|
||||
Symbol=SAIA|AnalysisDate=2/26/2024 12:00:00 AM|EPSSlope=0.335000038146973|ProfitMarginSlope=0.0959281921386719|PriceSlope=0.00260843242341365|Volatility=14.1582889556885|Volume=0|Violation=False|Slope=0.00260843242341365|Score=1.58033003145278|AnnualizedReturn=1.92962362452591|SharpeRatio=-0.105201071463255|RSquared=0.818983563098246|BetaMonths=6|Beta=1.5879090131986
|
||||
Symbol=TEVA|AnalysisDate=2/26/2024 12:00:00 AM|EPSSlope=0.740000009536743|ProfitMarginSlope=3.93594932556152|PriceSlope=0.00134426338576597|Volatility=0.448272973299026|Volume=0|Violation=False|Slope=0.00134426338576597|Score=0.636468265347231|AnnualizedReturn=1.40319863970666|SharpeRatio=-0.286626985020246|RSquared=0.453583867128239|BetaMonths=6|Beta=0.799773787663302
|
||||
TotalStopLimits=135
|
||||
Symbol=URI|AnalysisDate=2/28/2024 12:00:00 AM|EPSSlope=0.430000305175781|ProfitMarginSlope=0.901739120483398|PriceSlope=0.002022955917901|Volatility=13.156928062439|Volume=0|Violation=False|Slope=0.002022955917901|Score=1.10877428481026|AnnualizedReturn=1.66493301486544|SharpeRatio=-0.107636746436264|RSquared=0.665957293723235|BetaMonths=6|Beta=2.44302787711302
|
||||
TotalStopLimits=137
|
||||
Symbol=CDNS|AnalysisDate=9/2/2020 12:00:00 AM|PreviousStop=97.9088|NewStop=109.599856939316|CurrentPriceLow=113.59|CurrentPriceClose=117.09|PriceTrendIndicatorSlope=0.310654103755951
|
||||
Symbol=LULU|AnalysisDate=9/2/2020 12:00:00 AM|PreviousStop=332.1824|NewStop=372.562428512573|CurrentPriceLow=387.08|CurrentPriceClose=398.29|PriceTrendIndicatorSlope=2.77707505226135
|
||||
Symbol=MASI|AnalysisDate=10/23/2020 12:00:00 AM|PreviousStop=213.34|NewStop=223.030285377502|CurrentPriceLow=240.68|CurrentPriceClose=244.77|PriceTrendIndicatorSlope=0.191601455211639
|
||||
@@ -301,3 +302,5 @@ Symbol=PLAB|AnalysisDate=2/8/2024 12:00:00 AM|PreviousStop=27.6232857298851|NewS
|
||||
Symbol=CLS|AnalysisDate=2/8/2024 12:00:00 AM|PreviousStop=24.7737137699127|NewStop=32.95149995327|CurrentPriceLow=36.39|CurrentPriceClose=37.54|PriceTrendIndicatorSlope=0.513090252876282
|
||||
Symbol=AVGO|AnalysisDate=2/22/2024 12:00:00 AM|PreviousStop=1123.28627082825|NewStop=1182.1635710907|CurrentPriceLow=1276.47|CurrentPriceClose=1304.9|PriceTrendIndicatorSlope=2.54035210609436
|
||||
Symbol=NEU|AnalysisDate=2/26/2024 12:00:00 AM|PreviousStop=535.93|NewStop=584.230923309326|CurrentPriceLow=619.39|CurrentPriceClose=631.48|PriceTrendIndicatorSlope=3.21256494522095
|
||||
Symbol=FTAI|AnalysisDate=2/28/2024 12:00:00 AM|PreviousStop=48.3208568096161|NewStop=51.4342853832245|CurrentPriceLow=55.48|CurrentPriceClose=55.92|PriceTrendIndicatorSlope=0.0582104660570621
|
||||
Symbol=KTOS|AnalysisDate=2/28/2024 12:00:00 AM|PreviousStop=15.79|NewStop=16.3189284300804|CurrentPriceLow=18.26|CurrentPriceClose=18.34|PriceTrendIndicatorSlope=0.121676713228226
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user