General - page 1866

Basically im trying to get the text alerts on FX FISH indicator to work on fisherorg .v1.. having a buffer problem...basically on a cross i would like to see the enters and exits, a sound alert would be cool too..if anyone can look at these two indicators that would be great
  Ema cross  (5)
Hi, Has anyone tried the 5-10-60 ema 40 sma cross,we have been getting good results. 1f4
I have made a search in this forum but did not find any indicator for Parabolic Sar and Inverseind. Anybody can share yours with me Thanks so much
I tried to use the tester and I get good data using Bid and Ask functions but when I want to get some data using MarketInfo functions I get only 0 instead of the right values. Have I done something wrong or is it a limitation in the aplication posibilities ? Thanks.
HALLO..... I WILD LAIK TO NO HOW TO DO THE EXPERT, TO BAY AND SELL IF SAME WON HALP ME???? I WILL BUT THE CHART TO SEE THE >>BAY AND SELL WILD LAIK THE TALK PROFIT=50 STOPLOSS=30 TRAILIGSTOP=15 THE TAIM CHART IN THE PIC And I want Alaurdarat whating , on the laist..
I'm trying to use the UniversalMACrossEa file.... I've placed it on the chart, added the ma's....but it's finding any crosses, which is just plain wrong! I've attached 2 screen shots...if you need others to see inputs let me know...was unsure of what to include. Is there something really obvious I
  Trading forex is like..  (22   1 2 3)
Hi there! Anybody has read in NLP (Neuro linguistic programming) knowing the aim of the question and the importance of Metaphors in successful people experiments modeling. I hope everyone complete the sentence: Trading forex is like.. Examples: Trading forex is like a Kung Fu Game ! Trading forex is
How to make the EA open only one trade long and one trade short a day, even if the entry conditions occur again in tha same day?
Could I ask for a little assistance in what should be 2 simple band indicators to program in Mq4. I would like to create 2 band indicators: 1) 3 EMA, high, plus another 3 EMA, (high + 15 pips). 2) 3 EMA, low, plus another 3MA, (low - 15 pips). Can I get a little help from somebody, I would surely...
Hi. I'm still trying to get the hang of the MT4 programming. My background is C++. I open the order like this inside the EA. OrderSend(Symbol(),OP_SELL,Lots,Bid,Slippage,Ask+500*Point,0,name,MagicNumber,0,Red); Then I want to close that order and that order only. So I use OrderClose(MagicNumber...
Found it at : ftp://216.68.248.50/Ferromatik/incoming/Gortenman/~Recycled/AmiBroker bye DV
  Firebird v63G  (634   1 2 3 4 5 ... 63 64)
Forward testing Firebird v63G. See my statement. Anyone else testing this EA? TF=M30. Settings see firebirdv63g.ZIP
I see talk of indicators and other talk of expert advisors, can the indicator be displayed from within the expert advisor rather than having to add both to the chart? If they must be seperate, is there a way to use the variables from one to trigger the other? Thanks
Hello, I have the created the following code, and wanted to ask if I had dealt with Error codes in the correct way, in relation to order execution. I want to make sure that by using the following code below that I will not get any problems or bugs. Here is the code I am referring to: if (...
Hi Guys, I amhaving problem with the email function in MT4 please help me.... Thanks Babar
Hi. I downloaded the ASC++ system. Found here: https://www.mql5.com/en/forum/172966 I did everything it said. I now have it running on my demo account. It should be running but it's not making any trades at all yet. Is this normal? It's been running about an hour.
Would anybody like to share your linear regretion indicator with me - I could sure use it! Dave <
[Deleted]
How do I program a straddle in Zerocode to put a Buy Stop 10 pips above the current price and a Sell Stop below the current price? Also can I program this only to happen at a certain time (7:29am CST)? Thank you Todd
The updated version is available for download at "MetaTrader 4 trading terminal" What's new: 1. Repaired Optimization cache state check 2. Fixed errors of displaying for some nonstandard charts opened offline
  IForce Indicator  (3)
Guys, Where can I find MT4 iFORCE indicator... Thanks Babar
  Ang  (9)
Hi All, I found this indicator but it "paint the past". Could anyone fix this problem? Regards MFX
TSD Community, I am looking to find out if there is a secure online service that will run a MT4 platform. In other words I am looking for a secure online service that will run the MT4 platform, so I will have the option of running an EA without my computer being on. This would really come in handy...
I’m trying to get my expert to sleep after a loss trade, For some reason it doesn't work. I’ve already checked that the proper order was selected. The script looks like this: int i=HistoryTotal(); OrderSelect(i,SELECT_BY_TICKET); if(OrderProfit()<0) { Sleep(900000); } If any one has experience...
Hello.... can anyone tell me what the MT4 equivalent of LastTradeTime is? I'm trying to convert the following line to MT4: mql line: If((CurTime-LastTradeTime)<300) then Exit; Any suggestions would be appreciated! Tim
I want to analysis to stock market with mt4. Is this possible. I just got some servers with stock information. But there are only limited numbers of the company. Does anyone happen to know any server I can search any stock with MT4? (American stock market) Thanks so much in advance! Shiningstar
Hi, is it possible to create a chart with a custom instrument? Eg, I would like to be able to make a chart with a weighted basket of currencies . Regards, Michal
I am considering purchasing an i-mate SP5 smartphone (produced by HTC and functionally identical to Qtek 8310 and O2 XDA Orion) so as not to remain deskbound during trading and I wonder if anyone can tell me if they have any experience of this phone with MT4 Mobile - ie. Does MT4 Mobile work...
Hi, I tried to add some indicators to my Mt4 but it seems that they does not work at all. Any one can tell me what should I do? I have added many indicators before and they all works good. But this time.... I have attached the indicator files that do not work on my mt4. HOpe any one can help me...
HI everyone I am very new to MQ4 coding, so I would like to ask help with some array stuff. I would like to calculate the average value of OrderProfit() for the last 5 tics, and think it can be done using arrays, but I don't know how. Anyone able to help?