MQL4 and MetaTrader 4 - page 1270

Is it possible to run/execute a virus or spyware or any kinda malware to infect a target pc using external DLLs? Is it safe to download and use experts or scripts which use external DLLs without being worried about security concerns? Thanks
  Utility trawl - utopia or reality?  (63   1 2 3 4 5 6 7)
Is there such a trawl that increases the expectation of trades for a short-term strategy? Perhaps, this phrasing is not quite correct, if I ask simply - is there a universal and useful trawl? I haven't seen it yet, but maybe I missed something
I am trying to write an EA that will close open order at the end of the next bar and have tried the following for the 4hr period: -------------------------------------------------------------------- datetime a = TimeHour(OrderOpenTimeA); string closestringA; datetime closetimeA;...
[Deleted]
how to run the APSI.ex4 file pl.tell tariq
[Deleted]
Now I will offer you a download link a program in how to use the internet Using Neural Networks In MetaTrade part2 To download and activate the link go to the link below http://download1014.mediafire.com/5y1dc80tu8ng/shp8p1k7x1dmshj/2011+part+2Using+Neural+Networks+In+MetaTrader.rar Good Luck...
I'm having this code for sending orders: OrderSend(...); variable change that counts if a order have been sent. Print(...); I see my print in the log of the expert and no deal bug happens on random Fx-Pro have no explanation why it happens I've been using my EA for almost an year now and...
Hello, I have an expert advisior which works with the loss-and profit series from the last orders. I calculated them by OrderSelect(i,SELECT_BY_POS,MODE_HISTORY) .... Is there a posibility to restart the EA an with a loss-and profit series with the value "0" without changing the MagicNumber?? How...
Hi Guys New to MT4 but experienced trader. I'm on Smart Live Markets with MT4, in my scripts I got "Trader Script 1" which has a set up for Lot Size, Take Profit, Stop Loss, Buy, Sell What I am trying to do is when I trade and hit BUY or SELL I want default settings added to every trade like:...
5/30/2010 Alpari UK invalid stops - order send error 130 when t/o on alpari uk demo gbp/usd ... This is a common error, however I'm now wondering if the broker can cause this by a lack of data or broker settings, because using the same EA I am getting different results on different brokers.
Hi guys. Would someone be able to shed any light on modifying the order send function in an ea, so that it can operate with a market excecution broker. I am aware that you can not have a stop loss and take profit attched to order send with this sought of excecuttion so I am wanting this modifyied so...
[Deleted]
Hi, I'm not sure if anyone has asked this question before. If they have please link me to the specified thread/post/site and you can delete this post and I apologize for not looking hard enough. I've tried searching the web but to no avail. My question is, is it possible to have an EA backtest...
$40 per EA I love coding. If someone need help about write EA, Please follow the step: (1) send me the information about the EA. (2) EA strategy a. MAGIC b. Lot size c. Take profit d. Stop loss e. Start time to trade f. End with trading g. Currency pair and timeframe h. How to open BUY and SELL i....
[Deleted]
  beginner problem  (17   1 2)
i am trying to run an example of the book in the metatrader but all that appears is this ðîöåíò ñâîáîäíûõ ñðåäñò can someone help me please thanks
[Deleted]
Anyone have a suggestion? I have my trusty EA - on ONE machine running against two brokers - at the same time. Started @ NZ open Sunday (Monday) and running since (about 48 + hours) One has Profit of $125 the other $6 (-well, I'm testing at 0.001) (A) The profitable one opens with the...
[Deleted]
i am on my way to learn mql4...but it is so difficult......so itry to combine from 1 EA to another EA to create my EA... i want my EA work at specific time...like example at 12.00 it will buy or sell and only doing 1 trade perday....and also added SMA that is 175 SMA, the rule when SMA upp than the...
Ok, so I've developed some EAs which perform statistical categorizations of market behaviours and then produces monte carlo predictions that drive trading decisions based on the calculated statistical data. It should work on any currency pair, since the stats are calculated on the fly for whatever...
[Deleted]
Hi, I lrecently loaded a ccfp strength meter into mq4.The indicator shows some numbers for the different currencys, but no lines which are supposed to be there,are there. Its supposed to be 8 different lines in different colors appearing like a moving average lines. Any help would be appreciated
Hi, Can anyone write an EA for sending the positions in metatrader and changes to yahoo Messenger's ID or a list of IDs??? Thanks...
[Deleted]
  Indicator Lock  (1)
Can I, somehow, use a code lock so an indicator is limited to only a specific broker ( ex. pivot points can be used only with FXCM, or MACD cam be used with only forex.com) . Please let me know . Thx
[Deleted]
In other words, one trade is open and I would like to program that it closes automatically next monday (=date) at 9:30 (=time). The helpdesk of MetaTrader told me that I should write a script but I do not have any experience of scripts. Many thanks in advance, Michel
[Deleted]
Anyone know of an indicator that will calculate and display a histogram in lower window for the pip change of the last bar? Any help would be much appreciated! Daniel
[Deleted]
Hi, I'm new to MT4 and wondering if there is a script for a stop loss being placed at the time of a market order, so that my position is protected immediately rather than having to place a stop after my market order has been executed? Thanks for any help. Tracy
Hello every one! I ve tried to create an EA from indicator and i ve added this code into: if (totalUp==4) { OrderSend(Symbol(),OP_BUY,1,Ask,3,NULL,NULL,NULL,NULL,0,CLR_NONE); }else{} But MT return me an error the XO_ROBOT is an indicator and it can not be...
Has anyone heard of personal training through meta trader?  
  Java interface  (2)
Hello, is there any MT-Java interface for free? I do not need all the functions, just to - notify java about a new tick arriving - get CLOSE[], VOLUME[] and so on from MT - send an order from java and that's pretty all, the whole trading logic is in java.
Multiple time frame similar to the figure of God Thank you
does anyone have any idea to how to create an EA by a forex calander such as forex factory etc. and is it possible?
Good Evening, First time coding, and used a Simple EA (from the book; thanks to the author!) code as my starting point, altering the basis of the indicators. The issues with my EA: 1) When compiled, I get the dreaded "end_of_program" - unbalanced left parenthesis error code. I have not been able...
think an order has exucuted. after few minutes think its hit the TP .after that what happen to orderticket. when we use orderselect then will it returns false or what.how to determin whether that order still exsist or in history
[Deleted]
Hi, I'm trying to determinate how many margin I need to open 1 lot of a cross. For example, I want to open 1 lot of EURUSD. I would like to know the margin I need to open this lot. It seems easy but it's not the case for me... Here are the possibilities: 1. Margin = MarketInfo("EURUSD",...