Building multi market automatic scanning and alerts strategy

hi
I am trying to create separate trading algos - one each for Australia and NYSE markets. The two strategies are slightly different and hence separate codes.
I have subscription to Norgate data.
WHat I would like to achieve is -

  1. Everyday the 2 or 3 codes scan for stocks to create buy/sell list separately for each algo. Naturally these codes would run on different watchlists which i would like to figure out how to embed in coding.
  2. I then want the alerts to be emailed to my inbox every night.

I have signed up to Brevo and test mail comes out fine. What I am now struggling is to be able to automate running of teh algo scanners and email alerts to myself.

Scanning through forums, i couldnt find a way. any help/suggestions most appreciated. thank you

@sydneysider, that is better done using Amibroker projects (.apx files) - search the forum for 'apx'

The automation can probably simply be done using the Amibroker batch functionality - launched from the command line - or using OLE if you would like to control it in some other way, invoking the processes with the Windows scheduler.
Re the email there are some post in the forum using OLE but maybe you can do it in some other ways (see also the Alert functionality of Amibroker - in this case too search the forum for hints to to make it work).

1 Like

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.