- This topic has 3 replies, 3 voices, and was last updated 2 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Optuma Forums › Optuma Scripting › Total exchange volume on breadth volume
Hii Sir,
I am trying to create daily total volume for nifty 50 stocks in breadth module using the volume() formula and setting the breadth action as sum. However there is no result. Can you please throw some light on the same.
Regards,
Deepak
Hi,
I ran a test here and the breadth seemed to build ok. Here are the settings / script i used:
When checked against the manual sum of the latest data the results match the breadth generated data…
If you use the same setup as my examples do you see a result?
Hii Sir,
I was also using same script however with additional survivorship bias code. So i think its not working because of survivorship bias code. When i removed the
ismember code it worked.
In this breadth calculation you would need to use the following when using historical membership:
1 2 3 4 5 |
M1 = ISMEMBER(SYMBOLLIST=NSE Nifty 50 Index); //Ignore volume when not an index member; IF(M1==1, VOL(),0) |
Cookie | Duration | Description |
---|---|---|
cname | 14 days | This cookie is set by Optuma. The cookies is used to store the users campaign selection for selecting the correct version of Optuma to trial and is "Necessary". |
cookielawinfo-checbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |