This commit is contained in:
2025-09-02 11:50:16 -04:00
parent 9b7701de45
commit ff20b39a6d
4 changed files with 46 additions and 36 deletions

View File

@@ -39,7 +39,7 @@ There are four models in total CM20191031.TXT, MG20180131.TXT, MGSH20250331.TXT,
2) CM20191031.TXT -
a) Start up the CNN Server on windows. C:\boneyard\CNN\Models\run_host.bat
b) Prepare the usual Excel trade file (C:\boneyard\marketdata\TradeBook) so that you can track the buys and sells.
c) After prices have been captured run the runcmmomentumeom.sh script with no arguments.
c) After prices have been captured run the ./runcmmomentumeom.sh script with no arguments.
d) Log on to Merrill Edge and confirm that any BUYS are available on Merrill Edge. If not then you will need to exclude any
symbols that cannot be traded by adding them to the model file.
e) After confirming the availability of purchases proceed to execute BUYS and SELLS on Merrill Edge.
@@ -47,7 +47,7 @@ There are four models in total CM20191031.TXT, MG20180131.TXT, MGSH20250331.TXT,
3) MG20180131.TXT -
a) Prepare the usual Excel trade file (C:\boneyard\marketdata\TradeBook) so that you can track the buys and sells.
b) After prices have been captured run the runmomentumeom.sh script with no arguments.
b) After prices have been captured run the ./runmomentumeom.sh script with no arguments.
c) Log on to Robinhood and confirm that any BUYS are available. If not then you will need to exclude any
symbols that cannot be traded by adding them to the model file.
d) After confirming the availability of purchases proceed to execute BUYS and SELLS.
@@ -57,7 +57,7 @@ There are four models in total CM20191031.TXT, MG20180131.TXT, MGSH20250331.TXT,
a) There is no associated Excel trade file for this model.
b) After prices have been captured run the runmgshmomentum.sh MONTHLY {endofmonthdate}
The date is not used during the month end processing but is validated in the script so just supply it.
Repeat this excercise on Windows. Be sure to run runmgshmomentum MONTHLY {endofmonthdate} from the SAFERUN folder.
Repeat this excercise on Windows. Be sure to run ./runmgshmomentum MONTHLY {endofmonthdate} from the SAFERUN folder.
c) Log on to Robinhood and confirm that any BUYS are available. If not then you will need to exclude any
symbols that cannot be traded by adding them to the model file.
d) After confirming the availability of purchases proceed to execute BUYS and SELLS.