MQL4 and MetaTrader 4 - page 1191

  ZUP_v76_5-0_mod  (2)
Hi guys, I downloaded an indicator named ZUP_V76_5-0_MOD.mq4 It's a beta version but I would like to know where to get the commercial version. TTYL Oscar
The problem is that I can't start my first strategy. I can't send the orders. This is the code i use to check if order with MagicNumber exists and if not than strategy should send the order. Anybody knows what is wrong and why this isn't sending orders? int init()  {//----   //----...
  ObjectCreate  (1)
hello, I haven't see anything in the manual for the followlng (simple)issue yet. Got an custom indicator and want the indicator to create a vertical line when "condition up" and "condition down" according to my trading criteria. Now the function ObjectCreate("Condition up",OBJ_VLINE,0,Time[0],0);...
[Deleted]
  Spread points  (3)
How do I change my point spread from when I place a order it automitaclaay puts me into 30pips loss. Also when I want to set my stop loss or profit I can not go less then 100 points.. How do I channge this?? Thanks
[Deleted]
Hi I am new to coding a I am struggling with these statement, bascially the conditions can either be one of the other not both, please see the first 2 conditions:      if(Macd(i+1,1)<=0){comm=comm+"\nNew Macd Crossover";//the condition can either be this         else if(Macd(i+1...
  extern variables  (1)
Hello I want to know more about this dialogue box that shows the extern variables. my probleme: I want the variable LOTS to start with the value 0.01, and i don't want it to step or somthing like that...., it's configured in the EA. This case is about my variable "LOTS": the instruction on Init()....
[Deleted]
I don´t get it. My Activtrades "interbank" demo account gives me error 131 when I try to place this simple statement. RefreshRates(); OrderSend(Symbol(), OP_BUY, 0.01, NormalizeDouble(Ask, 5), 0, 0, 0); I only got this error so far when I try to trade an invalid lotsize (i.e. when the min. lotsize...
New article Expert Advisor based on the "New Trading Dimensions" by Bill Williams" is published at mql5.com: In this article I will discuss the development of Expert Advisor, based on the book "New Trading Dimensions: How to Profit from Chaos in Stocks, Bonds, and Commodities" by Bill Williams. The...
hi, just a quick question. Does anyone have an indicator or some piece of code which allows/(shows how) to plot only a couple of bars on the right side of the main window. Thanks a lot. MJ
How do I compare an order's open price to the next bar and the next? open or close or top or bottom? no matter what the time intervals.... 1min 5min 15min etc... Is there a "check price on bar open" function? When I compare now it compares to the current bar.. I want to compare it to the next...
  a return to the fairy tale  (110   1 2 3 4 5 ... 10 11)
I dont know and never tried WOC on real account or at least on demo cen or ndd ? Initial deposit 1000.00 Net profit 15771.09 Total profit 19412.32 Total loss -3641.23 Profitability 5.33 Expectation of winning 105.14 Absolute drawdown 9.52 Maximum drawdown 1093.40 (6.62%) Relative drawdown 6.62%
Can anyone please help to get an alert when there is crossover in moving averages ? plz email me if possible at balanisuresh@yahoo.co.in
Hello freinds, I want to use the "comment" for presenting number on the screen. I use NormalizeDouble (x,2) for the x (a double variable) will be presented with 2 places after the dot (at the right side). I want to control the the presenting of the numbers befor the the dot (at the left side). How
[Deleted]
loss = (SLpips / (MarketInfo(Symbol(),MODE_TICKSIZE)*MathPow(10,Digits)))*MarketInfo(Symbol(),MODE_TICKVALUE);   risk = AccountEquity() * RiskPercentage/100;   lots = NormalizeDouble(risk/loss,xx); SLpips is the sl in pips. RiskPercentage can be equal to 2 for example. xx can either be 1 or 2...
[Deleted]
Hi Im not new to programming but new to mql4 which is allot different then the languages im used to. I am making this EA it works but i need to add a trailing stop to it. I have tried many cut and past trailing stops none work. they ether do not trail or only trail the buys what am i doing wrong?...
Why did you choose HTML as the file type to save the account history as? HTML is used by browsers and web design software. Do you really think people want to publish their account history on the web, or modify it in Dreamweaver? Did you really choose HTML over Excel or CSV? What was going through...
I have created a trading system that is used on relatively short time frames (1M, 5M) for scalping. The problem I have having is the buy and sell indicators are based on current OHLC data. As the currency crosses the buy/sell indicators for trading, it might fluctuate before it finally breaks out....
[Deleted]
Hello, If you are a Expert Advisor programmer, send me an e-mail message to my e-mail address job@mycurriculum.com.br or write you e-mail address in this post Regards, Nagib
int init() { //---- //---- return ( 0 ); } //+------------------------------------------------------------------+ //| expert deinitialization function | //+------------------------------------------------------------------+ int deinit() { //---- //----
Hello, I'm using 7bit's offline_charts.mqh from the codebase to create an offline chart for demonstration of Random Walk. I wrote a simple script which I drag on an open chart and it writes random history data which can be opened with MT and I can use period_converter on it too to create H1, H4, etc...
[Deleted]
hi all here, Well this is my first post here,and i think all here are pro coders in mq4.... my request is, as i have 2 ema cross over indi which plot arrow under or above the candle when 2 ema cross at this candle up or down... could this candle "which made the cross" be colored instead of plotting
Hi Dear The function OrderProfit() returns the net profit of a selected trade, but the problem is that the profit is given in 3 options (As points, as deposit currency, term currency). I think the value returned is the profit in deposit currency -i don't know what is term currency-, is there any...
[Deleted]
Hi, my Expert Advisor freezes the strategy tester. I already noticed that the strategy tester does not like "Sleep()" so I changed that to: sleepUntil=TimeCurrent()+1; while(sleepUntil>TimeCurrent()) { //Do nothing } to sleep for 1 second. It works fine live but the strategy tester...
[Deleted]
I already added that pair in the History Center, yet I can't figure out how to add it to the Symbol list in the Strategy Tester so I can select it. I really appreciate your feedback. Thanks.
[Deleted]
Anyone know how to get account details such as open trades, free margin, etc. without having to attach or open or double click some file? Is there a way to execute a script on startup? Basically I need to have access to these details upon startup of the MT4 platform. The only way I can see to do
I have one EA placing trades and another closing the trade. They just dont seem to work properly. is there any way around this, that I can have them work properly ?
Hi Everyone Please someone try to help me!! before anyone advises me, I know i can just start a new demo account but its not that, its the 2 months work i put into this particular strategy, i thought i had the password stored but obviously not, luckily all live accounts and others are fine its just...
[Deleted]
HI if i have more than one order in a moment and i modify one of them how can i find new ticket of that order instantly? i don't know any think a bout magic number for each order,can i use it for my purpose? thanks
Before everyone starts jumping on me, I know that I posted this before. But since then I completely lost all of my windows installation and everything else along with it including my Book Marks. I have not been able to find this listing again nor some of the Private messages that I got in regards...
[Deleted]
//+------------------------------------------------------------------+//|                                               HedgeHog_10_v1.mq4 |//|                                                 Matthew Williams...