I have this piece of code:
When I attached this on the chart, only the last line is printed...
What gives? Why it wont print all 4 lines?
Inserted Code
int init() {
Comment("\n","Straddle EA is activated");
Comment("\n","Lots:",Lots);
Comment("\n","Take Profit: ",TP);
Comment("\n","Distance:",Pips);
return(0);
} When I attached this on the chart, only the last line is printed...
What gives? Why it wont print all 4 lines?