MQL4 and MetaTrader 4 - page 1205

HI I've got a question- Fap Turbo- if you leave it on early in the morning (eg 7 am), go to work, and have it programmed to start trading at 9 am, would it start automatically? Whenever my FAP starts trading, a permit box falshes up for me to confirm. Does that mean it would not start at 9 am...
[Deleted]
Hi everybody, this is my first post !! I'm trying to draw an indicator that is a 2D map (similar to a wavelet spectrum), not a single function. Attached and example. Thanks everybody !
[Deleted]
Hi to all, i'm new at this forum, I'm looking fo a complete guide to MQL5 language, something in pdf or similar, Thanks, Antonio
Can someone tel me how to properly store a ticket number to a file. The file should be able to store mulitiple tickets numbers at any one giving time. Can you also show me then how to read the file to see if the ticket number exists in the file. thanks in advance. Here is what i have. maysomeone...
OK. I am a amateur trader, which tries to use SAR for work. But, sometimes I can see, that candlestick tail lick a lot of profit away. It is well-exposed on comparaton of "line" and "candlestick", I am finding, that ... anyway, is there any SAR-indicator, which calculates only distance between open...
[Deleted]
  back tofuture  (2)
i am seeing that this indicator is very helpfull but we can not put it on our plateform because it is showing just many stick and not a candelstick why someone can help me
http://img824.imageshack.us/img824/7229/56962357.jpg http://img695.imageshack.us/img695/3069/12759154.jpg
Could anyone help? How to draw historical bars in current chart, e.g.: draw bars from two weeks ago on the present chart. Thanks.
[Deleted]
1.once ive made a profitable trade, what do i do to set that profit aside and continue trading with my initial deposit? do i have to withdraw it via PAYPAL or something?
This is the close all order script that I use void CloseAll() { int ctotal = OrdersTotal(); for(int j=ctotal-1;j>=0;j--) { OrderSelect(j, SELECT_BY_POS); int type = OrderType(); bool result = false; switch(type) { //Close opened long positions case OP_BUY : result = OrderClose( OrderTicket(),...
Be careful when using IBands values in a live account! I found a pretty serious bug in MT4 relating to IBands. It is weird in that it only surfaces when used in a Live account NOT in Demo mode. If a period timeframe is specied for IBands then the value returned is always '0'. Here is a repro when...
[Deleted]
I understand the concept that multiple trades from multiple EAs can collide if they try and trade simultaneously; I have implemented the global semaphore logic to protect against this or OrderSend/Close/Modify/Close/Delete. However, I have other areas of my EA where I check order status, select...
I'm using 7bit's python extension. It's very nice thanks. But now I have a problem. I want to use module of python named "lxml". But it was not worked. If I import the module, PyExecute("from lxml import etree"); this Error is occured. File "C:\Python26x86\lib\site-packages\lxml\html\__init__.py"
is it now considered as advertising if i post links to my homepage in the description text of published codes in the codebase?
Hi, I am programing a EA with 3 max open orders, found the order open function is fun but those orders would not close together, they close one by one, I try some different way but still the same please help me to check the code. I got the code from the MACD sample. just change a little bit of...
Hello, Can sombody help me to add additional condition for opening? I want to add condition to make sure larger time frame candle, h1, Open>Close. Basically, i have expert that opens by candlestick formation, but i wanted to make sure larger timeframe candle is bullish/bearish for buy/sell...
I have the following code, it produces a COG/polynomial regression. I need to get the value of the center regression line (which the code already calculates) as well as the same value for the previous bar in order to calculate the slope. I can call the entire function again with a different initial...
I'm planning to buy HTC HD7 which has windows phone 7. mt4 mobile is designed to work on windows mobile 6.5, but does it work on windows phone 7?
[Deleted]
  EA 100_PIP31  (2)
I get this EA from newsletter because I'm a newbie in forex I cannot tester this EA Anyone can help me to test this EA and fixed the problem Thanks for your help before
[Deleted]
Can anyone tell me how I load the FTSE 100 into my market watch window ??
Hi All, I wrote and indicator and it makes slower my EA. If i wrote my code into an DLL is it be faster? thanks
[Deleted]
Say I want to take profit on 1/2 of my position. Is the only way to do this is to have 2 separate orders opened at the same price and once the TakeProfit level reached close one of the orders and let the other one go? I would prefer to have a single open order and then be able to sell 1/2 of my Open...
hi, I have programmed an indikator with many lines. Now I am searching for a good way to mark a buy or sell signal optically. First I thought about a history diagramm in a new window, but therefore I need an additional indikator. Do you have any ideas, how I can mark this in a clear way. I it...
[Deleted]
Have one trading sys. 80%-90% success rate using manual trading . Need EA coder help to put the sys into EA Free Help. Reward is sharing of sys. Please leave email in your PM to me. Serious and genuine EA coders only Fake coders will be reported
[Deleted]
I want to buy a good book to learn how to program in MQL. The only book I have found is Expert Advisor Programming. Is this worth buying or are there any better books out there on the subject. Feedback appreciated.
here is where I have problems.I want to take a pending order and I have a hard time setting it up I have try many things but none works so far I always have error 130 even tough I have way out of the minimum range takeprofit and stoploss.I don,t know how to set this up properly maybe someone is...
hi, i've problem when i want to joint yesterday time with today datetime, do i need use this code double dDay = iCustom(NULL, PERIOD_D1,1);double D2Day = iCustom(NULL, PERIOD_D1,0); To get the time & put inside below code? thanks...   extern string periodBegin    = "23:00"; // yesterday...
[Deleted]
So i want to get indicator color on pre bar. ex: Print("T"); double v = iCustom(NULL, 0, "RSI_TCI",0,0); Print(v);
[Deleted]
  Problem with EA  (9)
I had an EA made a couple years ago, but it doesn't seem to be working anymore, I don't know if things have changed or what. It works on tester, but it won't place the trade in live mode. In Navigator, under Expert Advisors, my EA is greyed out while the MACD and moving averages are yellow and blue