Hi Support,
I'm using two buttons on my bottom tab to control my strategy on the fly. It works fine when my strategy runs as stand alone, but when I execute it under the Historical Tester it returns
null at the following line:
IUserInterface userInterface = context.getUserInterface();
.............................................................................................
JPanel tab = this.userInterface.getBottomTab("MySettings");
so the second line returns
null to the
tab variable, and of course the bottom tab does not appear at all! It should have appeared next to the Historical Tester tab....
Could you advice me please why it returns
null and where should I place my buttons if the bottom tab function does not work under "Historical Tester" ? any solution for this case?
Thanks in advance!