Forex
Google

Go Back   Forex Trading > Discussion Areas > Metatrader 4
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-30-2006, 11:23 PM
rbowles rbowles is offline
Junior Member
 
Join Date: Jun 2006
Posts: 15
rbowles is on a distinguished road
How do you show buy and sell arrows on an EA

I am able to show arrows on indicators but I can't figure it out on an expert advisor. It would be nice to see arrows that indicate buy and sell positions as well as closing of a position. Any help would be apreciated.

Thanks,

Randy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-31-2006, 12:04 AM
fxd01 fxd01 is offline
Member
 
Join Date: Nov 2005
Posts: 78
fxd01 is on a distinguished road
Quote:
Originally Posted by rbowles
I am able to show arrows on indicators but I can't figure it out on an expert advisor. It would be nice to see arrows that indicate buy and sell positions as well as closing of a position. Any help would be apreciated.

Thanks,

Randy
I have not tried arrows on Expert. However I have tried placing a 'B' for buy and 'S' for sell on the chart after opening the buy or sell. Here is the code that I use.

int mObjs; // at the beginning where you declare the variables.

Then after opening a Buy,

mObjs=ObjectsTotal()+1;
ObjectCreate(""+mObjs, OBJ_TEXT, 0, Time[0], Ask);
ObjectSetText(""+mObjs, ""+"B", 8, "Arial", Yellow);

After opening a sell,
mObjs=ObjectsTotal()+1;
ObjectCreate(""+mObjs, OBJ_TEXT, 0, Time[0], Bid);
ObjectSetText(""+mObjs, ""+"S", 8, "Arial", Red);

Nothing really fancy, but it gives a visual indication when the order was placed.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to change arrows fxbs Indicators - Metatrader 4 1 03-23-2007 04:12 AM
Indicator DMI - Arrows profeta Suggestions for Trading Systems 7 03-02-2007 06:10 AM
Arrows in EA? arashas Metatrader 4 4 02-04-2007 07:47 AM


All times are GMT. The time now is 09:33 PM.