ini file won't log into my MT4 account

 

I'm using a bat file to launch MT4 and then an ini file to run strategy tester. For some reason when MT4 launches it asks for me to select the server and then enter login credentials. I know that the bat file is successfully using the ini file because in the MT4 journal I get the message "Started with configuration file (filepath..etc.).ini" 

Can anyone see what I'm doing wrong?


INI File Content:

;common settings
Login=123456
Password=12345678
;start strategy tester
AutoConfiguration=true
TestPeriod=D1
TestMode1=1
TestSpread=2
TestOptimization=true
TestFromDate=2014.01.01
TestToDate=2020.11.27
TestShutdownTerminal=true
TestVisualEnable=false
TestDateEnable=true
TestSymbol=EURUSD
TestExpert=RAVI NonLag Tester Legit

TestExpertParameters=RAVI.set


bat file content:

"C:\Program Files (x86)\FXChoice MetaTrader 4\terminal.exe" /portable C:\Users\bpinon\AppData\ Roaming\MetaQuotes\Terminal\ 6BCF14A3917E5BC71FD48812B8ED05 86\config\test.ini