Skip to content

Instantly share code, notes, and snippets.

@alun
Last active August 28, 2022 19:42
Show Gist options
  • Save alun/429a849b75812bea5e7253ed43fda9ed to your computer and use it in GitHub Desktop.
Save alun/429a849b75812bea5e7253ed43fda9ed to your computer and use it in GitHub Desktop.
Zorro adjusted vs unadjusted history
function main() {
int data_feed = FROM_YAHOO ;
// int data_feed = FROM_STOOQ ;
data_feed |= OVERRIDE ;
assetHistory("SPY",data_feed);
History = "*una.t6";
assetHistory("SPY",data_feed|UNADJUSTED);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment