fmuir wrote:Hello Andrew,
Could you please re-format your screen(s) for the Multi_Stoch_Rsi Trader EA and the Multi_Pair_Swing_Trader EA so that the bright colored buttons and the summary information is displayed on a 1024x764 pixel (or preferably, a 900x600 pixel) screen.
Also, while you may of fixed a SL problem yesterday, you didn't fix the need to modify the OrderSend statement to work with a ECN criminal. I've changed the code to handle that problem. Will supply the specificates later today.
Also, after setting all true settings to false in Multi_Pair_Swing_Trader, I started getting "TP/SL mode discripency, switching to ADR mode." In your EA's Init Routine, I don't see how you get past the if statement " if( select > 1 || select == 0 ) " after select was set to zero.
Regards,
-Frank
Hi Frank,
You can move the buttons left and right with this setting: int AllButtonX = 1550; // Adjust buttons left or right.
This switch turns Management off: extern bool AnotherTM = false;
So you can use another management EA.
Best Regards
Andy