Class CommandmentsChecker
- java.lang.Object
-
- pl.com.external.essw.finance.checkers.CommandmentsChecker
-
public class CommandmentsChecker extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandmentsChecker()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringI_neverLoose(java.util.List<Investment> investmentList)static java.lang.StringII_layerTrades(java.util.List<Investment> investmentList)static java.lang.StringIII_cherryPick(java.util.List<Investment> investmentList)static java.lang.StringIV_firstMinutes(java.util.List<Investment> investmentList)static java.lang.StringIX_giveWiggle(java.util.List<Investment> investmentList)static java.lang.StringV_lossPoints(java.util.List<Investment> investmentList)static java.lang.StringVI_bookSome(java.util.List<Investment> investmentList)static java.lang.StringVII_notClearing(java.util.List<Investment> investmentList)static java.lang.StringVIII_toManyLosses(java.util.List<Investment> investmentList)static java.lang.StringX_dosciplineStupid(java.util.List<Investment> investmentList)
-
-
-
Method Detail
-
I_neverLoose
public static java.lang.String I_neverLoose(java.util.List<Investment> investmentList)
-
II_layerTrades
public static java.lang.String II_layerTrades(java.util.List<Investment> investmentList)
-
III_cherryPick
public static java.lang.String III_cherryPick(java.util.List<Investment> investmentList)
-
IV_firstMinutes
public static java.lang.String IV_firstMinutes(java.util.List<Investment> investmentList)
-
V_lossPoints
public static java.lang.String V_lossPoints(java.util.List<Investment> investmentList)
-
VI_bookSome
public static java.lang.String VI_bookSome(java.util.List<Investment> investmentList)
-
VII_notClearing
public static java.lang.String VII_notClearing(java.util.List<Investment> investmentList)
-
VIII_toManyLosses
public static java.lang.String VIII_toManyLosses(java.util.List<Investment> investmentList)
-
IX_giveWiggle
public static java.lang.String IX_giveWiggle(java.util.List<Investment> investmentList)
-
X_dosciplineStupid
public static java.lang.String X_dosciplineStupid(java.util.List<Investment> investmentList)
-
-