Re: www.prorealtime.com programming language Quote: |
Originally Posted by RISTO167 thanks you for replays
Lightning McQueen yes I know the menu "insert functions"
I looked pre-built screen "Bullish Engulfing" code as good I remember ( cant check from work PC ) there was funtion "high 8 bars ago" or someting like that and I didnt found this function from insert function list. |
Hi RISTO
Its all rattling around in there somewhere, the bit you cant find in your example im assuming is -
highpoint = HIGHEST[8](HIGH)
The word "highpoint" is not a function because it isn't illuminated, and comes before the = im guessing that you could use any word here as long as you replace "highpoint" with the same word through out the formula, try it.
"highpoint" just equals the sum of the function "HIGHEST[8](HIGH)" which is usable throughout your code.
HIGHEST is in the Time functions Category.
HIGH is in the Constants category.
It is a major headache when the manuals are thin on the ground with info for this I agree, you just have to use their examples to learn from.
Best help I can offer ATM - sorry
Last edited by Lightning McQueen; Apr 10, 2007 at 1:59pm.
|