General - page 1967

  Jurik JMA  (7)
Has somebody integrated Juriks Tools in Metatrader? Could it work? Regards Chievo
  what is meaning?  (1)
// it is important to enter the market correctly, // but it is more important to exit it correctly... total=OrdersTotal(); for(cnt=0;cnt<total;cnt++) { OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES); if(OrderType()==OP_SELL && // check for opened position OrderSymbol()==Symbol()) {
Hello, I'm a rookie in MQL4 and was wondering how to add a custom indicator freshly written into a chart.
Can use array in Expert? how to initialization array in Expert?
Will it be possible to have a managed account system within ver. 4? E.g. If I have 3 clients, I would like to have the ability to highlight them within the accounts section and excecute 1 trade for all 3 clients and should the lot size be different the ability to set different lot sizes as well...
For a future enhancement to the editor I would love if you would collapsible regions for the editor. Thanks for your Time EK
I only just noticed today, that the levels that are marked out on the fibonaci fan are wrong. put it on a chart and you'll notice that the 38.2 retracement is marked as a 61.8 retracement and the the 61.8 is marked as being the 38.2 retracement. I tried deleting the levels and re-adding them...
Hi, I've been searching high and low for a custom MACD indicator which shows the histogram along with the 2 signal lines. This is the common (at least in my world) format viewing of this indicator and I use the two signals for seperation. Is this something you're able to assist me with? Any help...
Please help me ! conversion code to MQL4_code extern int N=10;extern double P=2;extern double Q=30;extern int K=15;Direction:=CLOSE - REF( CLOSE , N ) ; XX:=ABS( CLOSE - REF( CLOSE , 1 ) ) ; Volatility:=SUM( XX , N ) ; ER:=ABS( Direction / Volatility ) ; FastC:=...
//+------------------------------------------------------------------+//| AMA_TEST.mq4 |//| Copyright ?2004, MetaQuotes Software Corp. |//| http://www.metaquotes.net...
  lsma  (9)
Does anybody have a 25 period lsma indicator for Metatrader 3? Many Thanks
Hi again, Whilst on the subject of MACD, are there any indicators which highlight MACD divergence against price action? I've done the usual Google as well as a search of the Yahoo site but to no avail. Anyone? Thanks for any help Best Regards Martin
  MT4 DDE
Is there any chance that you can add some more crosses to the DDE. Even just the AUD/USD and CAD/USD would be great.. Thanks as always.... _______________________________ Sorry, I just realised that you have already done this, GREAT WORK, thanks :))
MetaTrader 4. Build 156. Attention: MetaTrader 4 Client Terminal Build 152 and less than 152 is not supported by MetaTrader 4 Server. Please update your client terminal. 1. Updated array passing as parameter into imported functions. 2. Updated account history displaying by new transactions. 3....
is it possible to put an up arrow into a comment? if so, can you point me in the right direction? jimf
Is it possible to print profiles (ie several charts) instead of only single charts ?
In mt4,can I mark a special K-line with special color? e.g. if 10000*abs(close-open)>=100,then mark this K-line with bold-red (or draw an arrow near it) Thank you!
Hi There, I am new with MT - I still little confuse with the language can some one help me tranfer this indicator from Visual trading language to MT Language? Res :=valuewhen(1, Cross(Mov(C, LBP,S),C), HHV(H, LBP)); Sup :=valuewhen(1, Cross(C,Mov(C, LBP,S)), LLV(L, LBP)); in human language
  Symbols  (4)
Hi, do the symbols have enumeration values? Thanks, Ernst
MetaTrader 4. Build 155. 1. Updated initialization of global strings in compiler. 2. Updated parameter passing with type casting in imported functions in compiler. 3. Added constant OBJPROP_DEVIATION in MQL4. 4. Updated helpfile of MetaEditor IDE. 5. "Angle" object properties are measured in...
Hello, I am quite new to MT and so far I am astonished by the quality of the tools and the platform. I would like to know if the option "Strategy Tester" is going to be introduce in MT4 as it seems like it is not integrated ? I had to download the previous version MT3.85 to be able to...
Hi, I need some help to code the double moving average of RSI(14). I would like to know if it's the right way to do? for (i=0; i<1000; i++) RSI_Buffer[i] = iRSI (NULL, 0, 14, PRICE_CLOSE, i); for(i=0; i<1000; i++) tmp[i] = iMAOnArray (RSI_Buffer, Bars, 14, 0, MODE_EMA, i); for(i=0; i<1000; i++)
Is it possible in the Seperate Volume Panel to apply Moving Averages thru the Volume
Hi, I have written a simple custom indicator for MT4. It works fine on the computer where it was created. However, when I take the compiled version, i.e. the .EX4 version of the indicator to another computer, it simply disappears. Is there a way to make an .EX4 compiled file independent of the...
I had a demo accout,and was doing a few trades with success. Then my accout was gone after 1 month,which I expected. Butt now I fill out demo account form and select next, second page is server page which comes up with meta quotes server, so I select next. Last page registration page "wait awhile"...
I am right in assuming there is something wrong with this variable? iBandsOnArray The editor desciption has an example that is wrong and definition is supposed to be double iBandsOnArray( double array[], int total, int deviation, int bands_shift, int mode, int shift) and the example given is...
I find in mt4, the help file( tools >metaquotes language editor > help > help topics) is in russian. But I don't know Russian, so I wan't to learn mt language from mt3. So, can anybody tell me whether the mt-languages of mt3 and mt4 are compatible ?
to make an equal distance parallel channel. how we can do/measure it? tks in adv.
  OCO orders  (2)
Hello! I would like to know if OCO orders will be avaible in MT4? Thank you