Please forgive my ingnorance. I am having great trouble working my way through both the coding I need to do and finding help to answer my questions - which are all very elementary at this time.
How do I find the value of the current tick in the current bar ? I understand how to use close(), open(), low() etc to find values in previous bars, but I am clueless and very confused about how to find the value of the current tick in the current active bar. Does $TICK mean anything ? I have seen that in a handful of examples.
What I am trying to do is determine if the current tick value is above, below or equal to the previous tick value. Maybe I am making this waaaaayyy to hard.
Please advise. ALL HELP WILL BE GREATLY appreciated...
Jennifer
How do I find the value of the current tick in the current bar ? I understand how to use close(), open(), low() etc to find values in previous bars, but I am clueless and very confused about how to find the value of the current tick in the current active bar. Does $TICK mean anything ? I have seen that in a handful of examples.
What I am trying to do is determine if the current tick value is above, below or equal to the previous tick value. Maybe I am making this waaaaayyy to hard.
Please advise. ALL HELP WILL BE GREATLY appreciated...
Jennifer
Comment