| New signals service! | |
|
|||||||
| 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 |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Try this one...
Code:
ObjectCreate("Trade", OBJ_LABEL, 0, 0, 0);
ObjectSetText("Trade", "n", 40, "Wingdings", Red);
ObjectSet("Trade", OBJPROP_CORNER, 1);
ObjectSet("Trade", OBJPROP_XDISTANCE, 30);
ObjectSet("Trade", OBJPROP_YDISTANCE, 30);
Quote:
__________________
http://www.gummy-stuff.org/raff-regression.htm http://www.try-your-luck.com/ Lost in action ;-)... just_raff1410[at]yahoo.com |
|
|||
|
Quote:
im actually interested in placing items determined by a price level. is this possible> |
|
||||
|
for example
Code:
if(ObjectFind("P label") != 0)
{
ObjectCreate("P label", OBJ_TEXT, 0, Time[0], Close[0]);
ObjectSetText("P label", "Price", 10, "Arial", Red);
}
else
{
ObjectMove("P label", 0, Time[0], Close[0]);
}
Quote:
__________________
http://www.gummy-stuff.org/raff-regression.htm http://www.try-your-luck.com/ Lost in action ;-)... just_raff1410[at]yahoo.com |
|
|||
|
EMA Crosses Help...
Hi, I need an EA which will buy/sell when it crosses and take profit when it crosses again. Then follow by buy or sell when it takes the profit.
Is there anyone can help me to create one? Or can i find it in this forum? Thanks. |
|
||||
|
And You want it to be profitable EA?
There are a lot of EAs at www.lightpatch.com/forex/ Raff Quote:
__________________
http://www.gummy-stuff.org/raff-regression.htm http://www.try-your-luck.com/ Lost in action ;-)... just_raff1410[at]yahoo.com |
|
|||
|
Quote:
|
|
||||
|
Quote:
Raff
__________________
http://www.gummy-stuff.org/raff-regression.htm http://www.try-your-luck.com/ Lost in action ;-)... just_raff1410[at]yahoo.com |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Putting a buy order in | Pervaz | Metatrader 4 | 2 | 03-18-2007 08:25 AM |
| Rectangle object colour | trevman | Tools and utilities | 1 | 03-15-2007 10:16 PM |
| brokers that will run an EA server side? | stubish | Metatrader brokers | 3 | 03-11-2007 02:54 AM |
| Need an OBJECT lesson ! | CaptainVideo | Tools and utilities | 6 | 05-18-2006 10:42 PM |
| Out Side Inside | free84 | Indicators - Metatrader 4 | 9 | 02-14-2006 04:54 PM |