The statement is:
if (macdVal - lowerBand) > 0
"macdVal" and "lowerBand" are doubles.
"0" is an INT.
The compile error is:
Invalid expression term '>"
Can someone give me a clue as to why i get this message?
I'm new to Ninja Trader and C# as a programming language.
Thanks....
taddypole

Comment