TheLateEye / Publications
Forum
Please Need Help
I have downloaded data from tick story, but everytime I run now a back tester in my history it ends up looking like this execpt when my buddy does the same thing and same exact setting and even spread he gets please I dont know whats wrong
Im having a issue with my code with '<' open parenthesis expected
// Input parameters input int myParameter1 = 5 ; // an integer input parameter with default value 5 input double myParameter2 = 1.5 ; // a double input parameter with default value 1.5 input string myParameter3 = "hello" ; // a string input parameter with default value "hello" // Global variables