Snippets

DavidC lgm-backtest.sh

Updated by David Cuddihy

File lgm-backtest.sh Added

  • Ignore whitespace
  • Hide word diff
+#!/usr/bin/env bash
+set -e
+
+export SHELL=/bin/bash
+source /usr/share/usepackage/use.bsh
+use bbginger
+use bbruntime
+
+source /opt/bbginger/current/config/lgm/daily-params.sh
+
+export LGM_TBEG=2003-12-31
+export LGM_TEND=2015-08-25
+export LGM_LEVEL_GIVEN=-1
+export LGM_LEVEL_TARGET=6
+
+lgm-run
+lgm-calc-performance

File run-full-sample.sh Deleted

  • Ignore whitespace
  • Hide word diff
-#!/usr/bin/env bash
-set -e
-
-export SHELL=/bin/bash
-source /usr/share/usepackage/use.bsh
-use bbginger
-use bbruntime
-
-source /opt/bbginger/current/config/lgm/daily-params.sh
-
-export LGM_TBEG=2003-12-31
-export LGM_TEND=2015-08-25
-export LGM_LEVEL_GIVEN=-1
-export LGM_LEVEL_TARGET=6
-
-lgm-run
-lgm-calc-performance
Updated by David Cuddihy

File run-full-sample.sh Modified

  • Ignore whitespace
  • Hide word diff
 #!/usr/bin/env bash
+set -e
 
 export SHELL=/bin/bash
 source /usr/share/usepackage/use.bsh
Updated by David Cuddihy

File run-full-sample.sh Modified

  • Ignore whitespace
  • Hide word diff
 
 source /opt/bbginger/current/config/lgm/daily-params.sh
 
-export LGM_TBEG=2014-06-30
+export LGM_TBEG=2003-12-31
 export LGM_TEND=2015-08-25
 export LGM_LEVEL_GIVEN=-1
 export LGM_LEVEL_TARGET=6
Updated by David Cuddihy

File run-full-sample.sh Modified

  • Ignore whitespace
  • Hide word diff
 #!/usr/bin/env bash
 
-export LGM_TBEG=2014-06-30
-export LGM_TEND=2015-08-25
-export LGM_LEVEL_GIVEN=-1
-export LGM_LEVEL_TARGET=6
 export SHELL=/bin/bash
-
 source /usr/share/usepackage/use.bsh
 use bbginger
 use bbruntime
 
-lgm-run
+source /opt/bbginger/current/config/lgm/daily-params.sh
 
+export LGM_TBEG=2014-06-30
+export LGM_TEND=2015-08-25
+export LGM_LEVEL_GIVEN=-1
+export LGM_LEVEL_TARGET=6
+
+lgm-run
 lgm-calc-performance
Created by David Cuddihy

File run-full-sample.sh Added

  • Ignore whitespace
  • Hide word diff
+#!/usr/bin/env bash
+
+export LGM_TBEG=2014-06-30
+export LGM_TEND=2015-08-25
+export LGM_LEVEL_GIVEN=-1
+export LGM_LEVEL_TARGET=6
+export SHELL=/bin/bash
+
+source /usr/share/usepackage/use.bsh
+use bbginger
+use bbruntime
+
+lgm-run
+
+lgm-calc-performance
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.