trader201
trader201
trader201
Added topic help graphic the economic calendar in mql4
I am trying to chart economic data from economic calendar. Read for someone ho said to integrate this XML in the indicator. http://www.forexfactory.com/ffcal_week_this.xml How is this? Thanks Trader201
trader201
Added topic about job part (speck with programers and the selected-candidates-rejected part
Can someone explain me the "selected", "candidates" and "rejected" in the Job part? (my naturl languaje is spanish) I guess is candidates: people who might hire to do the job rejected: rejected from the candidates Selected: person who I selected f do
trader201
Registered at MQL5.community
trader201
Added topic problems with registration in jobs mql5
Hello. I have tried several times to sign up for mql5 , When I finsh my registration, then tells me they send me an email to confirm my registration , but the mail never arrives (I've tried several times on different days , and is still going on as
trader201
Added topic excel to mt4. how?
I tried to exports economic calendar data to MT4 , but the information I got was difficult to undestand for me. So, I intend to make it through excel ( bring economic data manually, from excel, and exporting them to mt4 ) How graphic exel data to MT4
trader201
Added topic How do I refer to a previous operation based on whether the result of the operation was positvo or negative?
How do I refer to a previous operation, if you want the note based on whether the result of the operation was positvo or negative? Example: if you want to say a condition like this: if (previous trade was loser) if (previous trade was winner) if
trader201
Added topic fundamental data indicator (anyone know one?)
Does anyone know of an indicator that show fundamental's data in charts? (I mean, separated of windows price, just like CCI, RSI...) Thanks a lot trader201
trader201
Added topic help with function to change lots quantities
Hello. I s there some function to change lots quantities without having to select one by one? I mean, a function to say: open with 5 lots. If price falls to 1.2000 , change number of lots to 2. Thanks in advance trader201 Escribe texto o la dirección
trader201
Added topic what's wrong here? (close and delet several opened and pending orders )
I'm Intended use OrderClose and OrderDelete functions, with a system that can open multiple operations. What's wrong here?: (condition1=entry, condition2=other entry, condition3=exit) if (condition1==true) { ordersend(OP_BUY...)
trader201
Added topic bool variable. is correctly used here?
is this code ok? (bool variable in declaration and in the code). Am I saing here, correctly, trade if sma20>sma40? here is the code: double ma20=iMA(NULL,0,20,0,MODE_SMA,PRICE_MEDIAN,1); double ma40=iMA(NULL,0,13,0,MODE_SMA,PRICE_MEDIAN,1); bool
trader201
Added topic problem indicators: using past values
Hello . I would like to know how to make an indicator that takes past bar values . I have this code in the special function star : Buf_0 [ i ] = IMA (NULL , 0,13,0 , MODE_SMMA , PRICE_MEDIAN , i ) - IMA (NULL , 0,24,0 , MODE_SMMA , PRICE_MEDIAN , i )
trader201
Added topic problem with all Custom indicators
Hello. I have a problem with all Custom indicators I use: when I asociete the indicator with some price-screen, the screen goes gray , and do n't let me select anything with the mouse. sombody know why is this? thanks againg trader201
trader201
Added topic what's wrong here (orderselect)
I'm tring to use orderclose/ordermodify. I think before use that, I need to use orderselect . I have this code: if (condition1) { OrderSend(OP_BUY...) } for(int i=OrdersTotal();i>0;) // this is for select order if there are orders opened {
trader201
Added topic ¿Aqui se puede preguntar en español?
Buenos días. En varias oportunidades me han aclarado dudas que he tenido, pero para formular mis preguntas me ha llevado tiempo porque me cuesta escribir en inglés (creo que con todo y traductores lo escribo machucado). Quisiera saber si en este foro
trader201
Added topic problem: any results in testing strategy
Hello. I'm tring to test a strategy, but the mt4 don't giveme any results (no negative and no positive, any results). This are the messagge: 2011.01.29 13:00:19 Generator started for testing 2011.01.29 13:00:10 Generator EURUSD,M5: loaded
trader201
Added topic historical data for MT4
Hello . where can I download historical data for mt4 ? ( In the historical center appear only , in the case of EURUSD , from 18 to 27 January 2011). Can you help me ? thanks trader201
trader201
Added topic Problem: message (Not Responding)
Hello. I have this problem: when I try to associate a Custom indicator to window price , the screen goes gray color, without allowing me to touch anything , and I get this message (in the up part of the MT4 window): (Not Responding) Can you help me
trader201
Added topic HELP: opening price of a pending order
Hello . Can you help with this ?: To refer to an opening price of a trade , I use " OrderOpenPrice ()". But How do I make reference to the opening price of a pending order, that has not been executed yet ? ( eg OP_BUYSTOP ) Thank you very
trader201
Added topic problem with script
Hello and Happy new year. I have a problem activating some scripts. I tried to activate a script for buy, and it doesn´t work. Later I probed with modify and close order script of mql4, and it doesn´t work neither. Later I probed with an script with
trader201
Added topic problem opening MT4
Few days ago I opened, in MT4, a custom indicator loaded from a forum. Since that moment, the MT4 have problems opening (do not open). I used the repair function, and uninstall and reinstall the program, several times, and still have the same
123