@@ -107,6 +107,7 @@ public static void deploy() {
107107 me .add (Info .newInstance ("Death Cross" , OperatorIndicator .Type .AlertIndicator , org .yccheok .jstock .analysis .Utils .getChecksum ("C:\\ yocto\\ jstock\\ appengine\\ jstock-static\\ war\\ alert_indicators\\ DeathCross.zip" ), org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/DeathCross.zip" , org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/DeathCross.html" ));
108108 me .add (Info .newInstance ("Top Gainers" , OperatorIndicator .Type .AlertIndicator , org .yccheok .jstock .analysis .Utils .getChecksum ("C:\\ yocto\\ jstock\\ appengine\\ jstock-static\\ war\\ alert_indicators\\ TopGainers.zip" ), org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/TopGainers.zip" , org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/TopGainers.html" ));
109109 me .add (Info .newInstance ("Top Losers" , OperatorIndicator .Type .AlertIndicator , org .yccheok .jstock .analysis .Utils .getChecksum ("C:\\ yocto\\ jstock\\ appengine\\ jstock-static\\ war\\ alert_indicators\\ TopLosers.zip" ), org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/TopLosers.zip" , org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/TopLosers.html" ));
110+ me .add (Info .newInstance ("Bullish Engulfing Pattern" , OperatorIndicator .Type .AlertIndicator , org .yccheok .jstock .analysis .Utils .getChecksum ("C:\\ yocto\\ jstock\\ appengine\\ jstock-static\\ war\\ alert_indicators\\ BullishEngulfingPattern.zip" ), org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/BullishEngulfingPattern.zip" , org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/BullishEngulfingPattern.html" ));
110111 me .add (Info .newInstance ("Bearish Engulfing Pattern" , OperatorIndicator .Type .AlertIndicator , org .yccheok .jstock .analysis .Utils .getChecksum ("C:\\ yocto\\ jstock\\ appengine\\ jstock-static\\ war\\ alert_indicators\\ BearishEngulfingPattern.zip" ), org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/BearishEngulfingPattern.zip" , org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/BearishEngulfingPattern.html" ));
111112
112113 org .yccheok .jstock .gui .Utils .toXML (me , "C:\\ yocto\\ jstock\\ appengine\\ jstock-static\\ war\\ alert_indicators\\ indicator_download_manager.xml" );
@@ -129,6 +130,7 @@ public static void deploy() {
129130 me .add (Info .newInstance ("Death Cross" , OperatorIndicator .Type .AlertIndicator , org .yccheok .jstock .analysis .Utils .getChecksum ("C:\\ yocto\\ jstock\\ appengine\\ jstock-static\\ war\\ alert_indicators\\ zh\\ DeathCross.zip" ), org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/zh/DeathCross.zip" , org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/zh/DeathCross.html" ));
130131 me .add (Info .newInstance ("Top Gainers" , OperatorIndicator .Type .AlertIndicator , org .yccheok .jstock .analysis .Utils .getChecksum ("C:\\ yocto\\ jstock\\ appengine\\ jstock-static\\ war\\ alert_indicators\\ zh\\ TopGainers.zip" ), org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/zh/TopGainers.zip" , org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/zh/TopGainers.html" ));
131132 me .add (Info .newInstance ("Top Losers" , OperatorIndicator .Type .AlertIndicator , org .yccheok .jstock .analysis .Utils .getChecksum ("C:\\ yocto\\ jstock\\ appengine\\ jstock-static\\ war\\ alert_indicators\\ zh\\ TopLosers.zip" ), org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/zh/TopLosers.zip" , org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/zh/TopLosers.html" ));
133+ me .add (Info .newInstance ("Bullish Engulfing Pattern" , OperatorIndicator .Type .AlertIndicator , org .yccheok .jstock .analysis .Utils .getChecksum ("C:\\ yocto\\ jstock\\ appengine\\ jstock-static\\ war\\ alert_indicators\\ zh\\ BullishEngulfingPattern.zip" ), org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/zh/BullishEngulfingPattern.zip" , org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/zh/BullishEngulfingPattern.html" ));
132134 me .add (Info .newInstance ("Bearish Engulfing Pattern" , OperatorIndicator .Type .AlertIndicator , org .yccheok .jstock .analysis .Utils .getChecksum ("C:\\ yocto\\ jstock\\ appengine\\ jstock-static\\ war\\ alert_indicators\\ zh\\ BearishEngulfingPattern.zip" ), org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/zh/BearishEngulfingPattern.zip" , org .yccheok .jstock .network .Utils .getJStockStaticServer () + "alert_indicators/zh/BearishEngulfingPattern.html" ));
133135
134136 org .yccheok .jstock .gui .Utils .toXML (me , "C:\\ yocto\\ jstock\\ appengine\\ jstock-static\\ war\\ alert_indicators\\ zh\\ indicator_download_manager.xml" );
0 commit comments