Update the README

This commit is contained in:
2025-06-30 19:29:40 -04:00
parent 7c16066b08
commit 230ca8a2a1

View File

@@ -30,6 +30,42 @@
e) Restart the cron service. sudo service cron restart
f) Ensure that cron cron is running sudo service cron status
# End Of Month Processing Notes
There are four models in total CM20191031.TXT, MG20180131.TXT, MGSH20250331.TXT, CMT20200817.TXT
1) CMT20200817.TXT - There is no special end of month processing for this model. simply run ./runcmtrend.sh {DATE} as
you normally would after the price capture.
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.
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.
f) Reconcile all on the following day and book the executions into the system
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.
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.
e) Reconcile all on the following day and book the executions into the system
4) 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.
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.
e) Reconcile all on the following day and book the executions into the system
You will run the models on both Windows and Debian to compare the results.
When running on Windows first copy all of the model files from SafeRun folder to both the Debug folder and also the Session
folder. Commit any changes to GIT.
# ARM64 Version of MarketData Feeds designed to run on Raspbian system on a PI 5 16G RAM, 256Gig U30 SD Card.