- This topic has 3 replies, 2 voices, and was last updated 1 year 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 › Highest High in formation period
Hii Sir,
I am using below script for formation period of momentum portfolio of t-12 to t-2. So i want to find the highest high between said time period. I am using offset function for the same as below.
But it is wrong as when i calculate the highest high 2 months back it will take 12 month look back. Is there a way to find a highest high in the said period.
Regards,
Deepak
1 2 3 |
HIGHESTHIGH(RANGE=Look Back Period, BARS=12, INCBAR=True, BACKTYPE=Months)[2] |
Hi,
I’m not 100% sure what it is you want to identify? Do you mean you want to find where the highest high from the last 12 months has occurred within 2 months of the current date?
If the above is what you are after this script would work…
1 2 3 4 |
V1 = High() CrossesAbove HIGHESTHIGH(BACKTYPE=Months, BARS=12) ; TIMESINCESIGNAL(V1, UNIT=Months) <= 2 |
If you are after something different please provide some specific examples we can reference.
Hii Sir,
Sorry for late reply attached is formation period. I am trying to find out Po.
Regards,
Deepak
Phigh I mean to say
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. |