Forex



Go Back   Forex Trading > Discussion Areas > Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 06-07-2007, 03:00 PM
Member
 
Join Date: Sep 2006
Posts: 85
fxwealth is on a distinguished road
How to change the color of text in EA

Hi, can anyone tell me how to change the color of text that appears as a comment in an EA?

Best bregards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 06-07-2007, 03:22 PM
Mr.Marketz's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 350
Mr.Marketz is on a distinguished road
Quote:
Originally Posted by fxwealth
Hi, can anyone tell me how to change the color of text that appears as a comment in an EA?

Best bregards
You have to change it in the code of the MQ4 file.
__________________
F*CK your market analysis.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 06-07-2007, 05:15 PM
Member
 
Join Date: Sep 2006
Posts: 85
fxwealth is on a distinguished road
Hi, yes am aware of that. Would like to change the color in the following line of code

Comm=Comm+" ("+DoubleToStr(High[H2]-kH*H2,j)+") broken at "+DoubleToStr(k,j)+", uptarget:\n";

Many thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #4 (permalink)  
Old 06-07-2007, 05:47 PM
lowphat's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 200
lowphat is on a distinguished road
you may have to experiment with objects to get some color

Code:
int init(){
return(0);}
int deinit()
{
ObjectDelete("com1");

return(0);}

int start()
  {
  
  string text="I like Monkeys";
 

        ObjectCreate("com1", OBJ_LABEL, 0, 0, 0);
        ObjectSetText("com1",text, 6, "Arial Bold", Lime);
        ObjectSet("com1", OBJPROP_CORNER,0);
        ObjectSet("com1", OBJPROP_XDISTANCE, 2);
        ObjectSet("com1", OBJPROP_YDISTANCE, 43);
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #5 (permalink)  
Old 06-07-2007, 06:39 PM
Member
 
Join Date: Sep 2006
Posts: 85
fxwealth is on a distinguished road
Thanks Lowphat will try it out
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Working with text newdigital Tools and utilities 18 04-12-2008 04:53 AM
color change swall Metatrader 4 2 10-26-2006 12:41 AM
Help: Indicator color change asam Indicators - Metatrader 4 2 10-24-2006 02:23 AM
Help!! simple color change indicator problem.. drgoodvibe Questions 3 07-16-2006 06:42 AM


All times are GMT. The time now is 08:25 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.