Hello MrLong (Andy),
You have code in MultiPairSwingTrader that defines y-coordinates for buttons as follows:
Code: Select all
int CloseAllButtonY = 150;
int CloseAllProfitButtonY = 200;
int CloseAllLossButtonY = 250;
int TICKButtonY = 375;
int PTPButtonY = 400;
int SLOTButtonY = 425;
int TPButtonY = 500;
int SLButtonY = 525;
int LockedInButtonY = 550;
int OpenTradesButtonY = 575;
int PipsButtonY = 600;
int CashButtonY = 625;
Some, but not all, buttons appear on the screen at shown:
Multi Pair Swing Trader.PNG
Is this an oversight or did you just leave that code in, but not use it? I noticed that you had modified your code (which is appreciated!) to calculate the screen width and height in the initalize function in an attempt to make the screen display to work with different monitor sizes.
Regards,
-Frank
You do not have the required permissions to view the files attached to this post.