- This topic has 1 reply, 2 voices, and was last updated 1 year ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Optuma Forums › Optuma Scripting › Optex Bands
Hello
How can I put a horizantal ligne in the optex bands in the axe zero? Can you help me? And also in the RSI in the axe fifty?
Thanks by advance for your help.
Best Regards
Bruno Freitas
Hi,
If you mean the tool itself you can apply a Horzintal line directly to the Optex window, and adjust the properties to the position at 0…
If you are manually plotting the Optex value as a script, and want to add a line at zero, you can use a multi plot script
https://help.optuma.com/kb/faq.php?id=722
For an example with the Optex / Zero Line combo you could use:
1 2 3 4 5 6 7 8 |
V1 = OPTEX().Ratio ; V2 = 0; plot1=v1; plot2=v2; plot2.Colour = Black; plot2.Linestyle = Dash; |
Which would look like this on a Show View:
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. |