| 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 (1) | Thread Tools | Display Modes |
|
|||
|
Modification of EA
Hi,
At the moment ea : boincinPipEA_BigBear_nonlagdot uses as a main indicator : NonLagZigZag_v2 and ZigZag Pointer , and as a filter nonlagdot. Is it posible to delate NonLagZigZag_v2 and ZigZag Pointer from source code and make nonlagdot main indicator? Im not good in programming, any idea what to change? Thank you for your help. |
|
|||
|
Quote:
![]() Lux
__________________
Build An Expert Advisor. FREE E-course As Seen On TV ![]() ForexArea.com Users of Gap Trader from 'Forex-Assistant' MUST Read This |
|
|||
|
close all after certain % profit
hi,
I want to close all trades if % gain is achieved on a weekly base. So I need to know the accountbalance sundayevening 24.00 - no problem. I need to know equity on sundayevening 24.00 - no problem. But how do I store these? And how to let the ea read these values, for if there is a powerbreakdown the ea will have to start again and have to read the values from the stored place. I know how to do this in VB, but how do I do this in mql? I would be gratefull if someone can point that out. |
|
|||
|
Write them to a file. Take a look in the help files and you'll figure it out.
Good luck. LUx
__________________
Build An Expert Advisor. FREE E-course As Seen On TV ![]() ForexArea.com Users of Gap Trader from 'Forex-Assistant' MUST Read This |
|
||||
|
Price label and text
Hi
can somebody guide/teach me how to put Price label and Text properly.I already search and found this Putting an object anchored on the right side of the screen 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]);
}
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);
Example like picture below,this is what i want,thanks!! ![]() |
|
||||
|
ops,i already found the source code.Got it from here
Waddah Attar Dayly CAMERILLA - MQL4 Code Base |
|
|||
|
hi all...
how to calculate the maximum volume for open a order whit my money... sample i have USD$1000 and 100:1 and nolimit for volume in open order... i need to know 1) maximum lots for open order in EURUSD with this money 2) maximum lots for open order in USDCHF with this money 2) maximum lots for open order in GBPCAD with this money if you have a code, itīs better... thanks for your help
__________________
Charles Adriano --------------------------- sorry, sorry, sorry for my English... |
|
||||
|
Code:
varlot=NormalizeDouble((AccountFreeMargin()*(varRiskPerc/100))*AccountLeverage()/MarketInfo(Symbol(),MODE_LOTSIZE),2); Quote:
|
![]() |
| Bookmarks |
| Tags |
| CHinGsMAroonCLK, I_XO_A_H |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/metatrader-programming/554-how-code.html
|
||||
| Posted By | For | Type | Date | |
| Need an experienced programmer? - Page 2 | Post #0 | Refback | 09-24-2008 06:24 AM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to code this? | iscuba11 | Metatrader 4 mql 4 - Development course | 1 | 08-03-2007 04:22 PM |