Bollingerup/down
Forums › ProRealTime English forum › ProOrder support › Bollingerup/down
- This topic has 10 replies, 4 voices, and was last updated 7 years ago by
Nicolas.
Tagged: bollingerdown, bollingerup
-
-
08/30/2017 at 12:52 PM #44921
There are this to commands BollingerUp/BollingerDown implemented in PRT. The given syntax is:
1bolUp=BollingerUp[20](close)The parameter is obviously the period of the used SMA but is it possible to define how many standard deviations the band is above/below the SMA?
Of course I can program this manually but I wonder if this command allows to define the stdv.
08/30/2017 at 1:07 PM #4492308/30/2017 at 1:10 PM #4492408/30/2017 at 1:19 PM #4492708/30/2017 at 1:23 PM #44929I’ve always programmed it myself manually, I’ve no knowledge of a way to override built-in parameters.
I would be glad if there was one!
1 user thanked author for this post.
08/30/2017 at 2:09 PM #4493408/30/2017 at 2:39 PM #44936If I got what Despair said, he was thinking about something like this in a modified built-in BollingerUp:
1bolUp=BollingerUp[20,2.0](close)hopefully in a future release!
08/30/2017 at 2:55 PM #4493808/30/2017 at 3:05 PM #4493908/30/2017 at 3:24 PM #44941You are not missing anything David, the point is just “why not having this feature built in?”.
Furthermore, to keep existing code work seamless, the second parameter could be omitted, in which case 2.0 could be assumed by default.
That’s all!
09/06/2017 at 12:54 PM #45608added in my wish list: https://www.prorealcode.com/topic/centralization-of-queries-and-suggestions-on-prorealtime/page/9/#post-45607
(capability to change the default standard deviation coefficient) as suggested by Roberto.
2 users thanked author for this post.
-
AuthorPosts