• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 8:09am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 8:09am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Need help with 10M chart - got it already but need some help! 1 reply

Using MQL Print and Comment Functions? 11 replies

Print()/Comment() iCustom to Tester Journal 1 reply

Whatever happened to Mouteki 0 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
Tags: Print, comment, whatever .. need help
Cancel

Print, comment, whatever .. need help

  • Post #1
  • Quote
  • First Post: Aug 20, 2006 7:55pm Aug 20, 2006 7:55pm
  •  BurgerKing
  • Joined Jul 2006 | Status: Member | 2,924 Posts
I have this piece of code:

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?
  • Post #2
  • Quote
  • Last Post: Aug 21, 2006 8:53am Aug 21, 2006 8:53am
  •  piccolo
  • | Joined Feb 2006 | Status: adjust your sails to the wind | 1,354 Posts
Corrected:
Inserted Code
int init() {
Comment("\n","Straddle EA is activated",
"\n","Lots: ",Lots,
"\n","Take Profit: ",TP,
"\n","Distance:",Pips);
  return(0);
}
In other words, its just one line of code wraped in 4 lines. If you use multiple Comment() functions only the last one will be displayed. If you use multiple indicators with comments in them only the comment from the last indicator attached will show.
 
 
  • Platform Tech
  • /
  • Print, comment, whatever .. need help
  • Reply to Thread
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023