- This topic has 1 reply, 2 voices, and was last updated 12 months 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 › VME
Hi, I am trying to test the VME signal “E” through the SIGNAL TESTER and can not get a script to match the packaged VME indicator. I used the script “VME()” but it returns all signals both overbought and oversold without seperating the two signal types. Also, VME signal returns different results if I add the indiciator to a VBSR chart vs. a VBM chart. Can anyone help? Thank you!
Hi Michael,
There isn’t a property in the VME tool to separate the signal types, so therefore there isn’t a scripting option. You would need to combine the VBM() function and the oversold / overbought output.
Momentum end when VBM overbought > oversold:
1 2 3 |
VME() and (VBM().DSRS > VBM().DLRL) |
Momentum end when VBM oversold > overbought:
1 2 3 |
VME() and (VBM().DLRL > VBM().DSRS) |
Here’s an example using a separate Show Bar line for each condition on SPY:
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. |