Hi,
I would like to play around with the following : Dclose (1) or Dopen (1) – previous day close and Open values – but the system doesn’t accept it. It returns “userindic”…
I have look in the prorealcode search engine but nothing relevant yet about this.
Attached the pic.
Q1: what’s wrong please ?
Q2: Would it be useful to have an indicator that sumerize those two values ? Kind of crossing MM like the MACD ??
Thank you 😉
Thx for your kind help.
1/ Why do you want to CALL “Dclose”, since it is already a constant? You can assign its value to a variable:
MyVar = Dclose(1)
2/ Why not? Explore what you have in mind and you might find something useful 🙂
Thank you Nicolas.
Your answer is much appreciated.
Let’s see what I can do.