I've been trying to research how to fix this data conversion error in the tutorials and haven't gotten a clue yet
I know you guys see this one all the time so I thought I'd gasp for help again
input USDJPYSTT = 117.3;
Addlabel(yes, "Pips to Target " + USDJPYSTT - High);
Gives an "Expected Double" error. How can I force USDJPYSTT to type double?
input USDJPYSTT = 117.3;
Addlabel(yes, "Pips to Target " + USDJPYSTT - High);
Gives an "Expected Double" error. How can I force USDJPYSTT to type double?