Alexis, Jjason, ...,
Strange problem. I'm using the standard setBarFgColor(vColor,n) method to change line and cursor label colors under various conditions. That is, I assign to vColor: cBull, cBear and cFlat. All was well until I added more code, including passing in cBull, cBear and cFlat as FunctionParameters. Some users might like to use green rather than blue for cBull as I do.
Now I get a syntax error, with an "Invalid Parameter 1 on the setBarFgColor" message. I don't undestand this. Can you help?
Darius
Strange problem. I'm using the standard setBarFgColor(vColor,n) method to change line and cursor label colors under various conditions. That is, I assign to vColor: cBull, cBear and cFlat. All was well until I added more code, including passing in cBull, cBear and cFlat as FunctionParameters. Some users might like to use green rather than blue for cBull as I do.
Now I get a syntax error, with an "Invalid Parameter 1 on the setBarFgColor" message. I don't undestand this. Can you help?
Darius
Comment