Getting value from my personal indicator
Forums › ProRealTime English forum › ProBuilder support › Getting value from my personal indicator
- This topic has 11 replies, 4 voices, and was last updated 7 years ago by Ronen Bitton.
Viewing 12 posts - 1 through 12 (of 12 total)
-
-
04/17/2017 at 9:51 AM #32271
Hi everyone,
Which command should I use to get the value from 3 weeks ago for example from my indicator?
For example : close(3) return the close value 3 weeks ago.
04/17/2017 at 9:56 AM #32272try the CALL instruction
04/17/2017 at 10:50 AM #32282Thanks. I tried but not working.
04/17/2017 at 10:51 AM #3228304/17/2017 at 1:25 PM #3230204/17/2017 at 1:30 PM #32303Yes, i know that.
It was just example.
I need help with a command (same as close [Nweek] ) that return the value of previous week from my personal indicator.
04/17/2017 at 1:33 PM #3230504/17/2017 at 4:47 PM #32320how can i get the previous value (R) from the code below ?
123AD = AccumDistr(close)R = AD - Average[30](AD)return R04/17/2017 at 5:39 PM #32331try this
1return R(1)04/18/2017 at 1:54 PM #3246904/18/2017 at 3:56 PM #32490ahh 🙂
I can never remember the difference between () and []
04/18/2017 at 4:20 PM #32494 -
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)
Find exclusive trading pro-tools on
Similar topics: