- Joined
- 28 April 2020
- Posts
- 93
- Reactions
- 151
Hi all
Im playing around with Amibroker systems trading ASX stocks but the system also references $SPX (S and P 500 index).
My system gets the signals and then buys on open the next day.
Can someone verify for my very confused brain, that i would need to run the scan or explorations looking for signals for my system every morning once i have the U.S. data (for $SPX), otherwise the system will be referencing YESTERDAYS value for $SPX??
Second add on question is that provided i run the scan or explorations looking for signals for my system in the morning, once i have the 'overnight' $SPX data,then in the Amibroker AFL code for the system i do NOT need to reference ref(z,-1) where z=Foreign( "$SPX", "C" );
Many thanks!
Cheers
Marty
Im playing around with Amibroker systems trading ASX stocks but the system also references $SPX (S and P 500 index).
My system gets the signals and then buys on open the next day.
Can someone verify for my very confused brain, that i would need to run the scan or explorations looking for signals for my system every morning once i have the U.S. data (for $SPX), otherwise the system will be referencing YESTERDAYS value for $SPX??
Second add on question is that provided i run the scan or explorations looking for signals for my system in the morning, once i have the 'overnight' $SPX data,then in the Amibroker AFL code for the system i do NOT need to reference ref(z,-1) where z=Foreign( "$SPX", "C" );
Many thanks!
Cheers
Marty