- This topic has 16 replies, 3 voices, and was last updated 2 weeks ago by .
- You must be logged in to reply to this topic.
Optuma Forums › Optuma General Discussion › Twitter Charts 3
Tagged: timesincesignal, ACC, Bardate, MONTHNUM, WEIGHT
Hi Darren,
Can you please publish here in the forum the workbook you have shown on Twitter (https://twitter.com/Optuma/status/1702083087956648304) or at least the scripts to count the days an item is making a relative high or low.
Many thanks,
Thomas
Hi Thomas,
Use the following to count how long since the RIC() value was this high:
1 2 3 4 |
D1=RIC(); TIMESINCESIGNAL(D1>LAST(D1), Unit=Bars) |
Change the variable D1 to use any other indicator, eg Close, RSI, Volume. Change the sign in the TIMESINCESIGNAL function to find the low, eg today was the lowest volume in 13 days for TSLA (since August 25th). To show the date (change the Column Type to Date):
1 2 3 4 |
D1=VOL(); BARDATE((D1<LAST(D1), Unit=Bars)) |
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. |