[Deleted]
Could somebody tell where I can get EURCAD data for MT4? I tried download form Metaquotes, but there was missing some data at the end of 2008. I’m interesting in EURCAD data form 2007
I want to understand pricing, there are some misunderstandings! They can write anything for everyone (make a mistake or deliberately give everybody a wrong price)
Hello, i have a minimal example that will crash metatrader: Code: #import "python26.dll" void Py_Initialize(); void Py_Finalize(); int PyRun_SimpleString(string code); #import int init(){ Py_Initialize(); PyRun_SimpleString("x=42"); Py_Finalize(); return(0); } From what i have...
[Deleted]
How to divide Orders? I develop the plugin between MetaTrader and Dukascopy JForex platform - which translate trade signals from MetaTrader to JForex. I need to divide the Order open in MetaTrader in several lesser orders. How it is possible to do? Maybe exists already ready solution for that?...
[Deleted]
Hi, I have a DLL that contains a few functions that I call from my EA. The functions contain printf statements for debugging purposes, but even though I know the functions are being called successfully, I can't see any output from the printf statements. Where do these get written to?
[Deleted]
The Wild Card Silver 21 Aug 2009 Friday, 21 Aug 2009 USD to Go Volatile on U.S. Homes Sales and Bernanke Speech The Wild Card Silver Silverhas experienced much bearishness in the past 2 weeks as it currentlytrades at the $13.74. The current bearish trend is expected to come ton end anytime soon, and...
A business approach to the EURUSD pair. We discuss analysis methods for this currency pair, advisors, indicators (we correct errors and refine them)
(89 1 2 3 4 5 ... 8 9)
We ask everyone to behave correctly, not to swear, to keep the dialogue on topic and not to deviate too much. Let us value our own time and the time and nerves of others. The charts and analytics on other pairs, as well as equities, commodities, and other securities and futures will be useful. Your
[Deleted]
Hi, I'm trying to build an expert which will enter/exit the market based on timing.What I mean is,for example if first trade is at 2009.08.20 23:00, a new position should be opened 3 hour later if the first one is closed either by t.p or s/l order.İf position is still open, next entry time should...
[Deleted]
Hi this is only my second day using this but I cant seem to close order any more. I did it all yesterday but today I cant even find the currency " nzdusd " I have an order with a profit of 500 and i want to close. If this was real money i would be very angry by now. Can any one help me please
Hello traders and programmers! i have a urgent issue, after the latest build update when i opend meta trader, it imedeatly crashed, so i uninstalled and reinstalled metatrader. but i didnt update the system before i reinstalled all the indicators and they all worked fine. then after i updated the...
[Deleted]
Hello, I am fairly new to programming and am trying to play around with an indicator that i got. What is supposed to do is highlight between hours 22:00 and 02:00 (following day) but instead it highlights everything except for the times i want highlighted. Any ideas? thanks!
hi everyone! can someone give me a hint how to print the whole mql4 book from this site? i am old-schooled thats why i prefer to read a hardcopy. tks in advance!
[Deleted]
Hi guys, I have seen this indicator: https://www.mql5.com/en/code and I want to have an index indicator that computes and plots the graph of the index of the above indicator? the formula is this: [TODAY'S READING of above indicator - LOWEST READING of above indicator(say in the last 20days)]...
Hi, I have made a program to covert the stock data to hst files and move them to history folders. History files are fine when opened they are getting plotted on chart . My main objective is to run my report script on all the imported symbols and generate a report. Here I have a problem. If I try to...
Hi, im in the process of writing an indicator. the problem i have is that the object do not always appear when its loaded. if i change the period then they will apear, so for example, i load on a M1 period, no objects. then change to M15 get objects, and back to M1 get objects. i have a function...
Hi, Can compiled MT4 programs be called as subroutines from another program and when back in the 'parent program' and then repeat the same thing with a different compiled MT4 program? utilize from the ‘mother’ program? I want to automate Trailing Stop Losses after EAs that I am using. Thanks to...
Hi, I have searched the forum but seems to unable to find relevant tips. Can you share your tips with regards to sending an email from MT4? For example: -- Is smtp.com okay? Any comments on it? -- For your level of usage (specify if possible), which smtp service do think is most reliable, most...
Hello! Does anyone know why this EA doesn't work? https://www.mql5.com/en/code/7612 Thanks!
[Deleted]
Ok so after alot of work (mostly learning how to code) I made an EA with the basic trading Idea that I want to follow. I have been unable to figure out how to test it as a microlot (0.01) lots instead of a mini lot (0.1) lots, I gave myself a $1000000 to start with just to see how my EA would...
[Deleted]
I am a newbee and I want to know how to set my take profit using the T/P column of the Terminal Window PS:- what is the significance of the arrow that appears beside it. At times it faces up at times down.
[Deleted]
hi, i want to calculate the spread i got for a position, because of requtes and the timediffrernce between ordersend and the serveraccept i can't use MarketInfo or triks like Ask-Bid... Any ideas?
I am trying to write an EA to place orders on the crosssing of two MAs. The MAs I am using is a custom indicator called NonLagMA_v7.1. The current code I have places an order (at the wrong time), and then fails to close it when the MAs cross the other way. The EA is supposed to be in the market all...
Hi guys ))) If you have some strategy or ideas and you need EA - write me now! asm707@mail.ru icq 342562682 skype assembler_1990 Yahoo IM: forex303
Didn't manage to understand, how can we calculate past values of an indicator, since there is no shift parameter ? There is nothing on the Доступ к таймсериям и данным индикаторов page that is indicated by Rosh answering to MA19, that could tell how the loss of the shift parameter is compensated....
[Deleted]
Sorry for this simple question but I could not find the answer in a search on this site: how many EA's can I run simultaneously on mql4? Thank you very much for the help...... Daniel
Dear All Let's say that I've programmed an EA that takes 1 second to run from start to end (including opening/closing orders). What happens if the market is very busy and ticks come 2 or more times in a second. Does that mean that the second instance will run even before the first instance is even...
Hi, I am using the following command: MA_prev = iMA(Symbol(), 1440, 14, 0, MA_method, MA_price, 1); Problem is that the result calculated in MA_prev is different from the result on the relevant H4 chart (all parameters the same). Help.
what is the code for an EA not to open order despite it sees the order correctly. can someone help me.
[Deleted]
Ok, I hate to say it but I'm desperate :) Can someone help me fix this EA. I have 2 issue's. 1) It doesn't heed the donchians. When the Donchian crosses the Nolag its not suppose to buy anymore... 2) Sometimes it makes the same order. When it stop losses on a sell it sells again and stop losses......
[Deleted]
Dear Friend, I use below function for add Stoploss to my orders. Sometimes it work and add stoploss & sometime not working double SL=100; for (int l_pos_2 = OrdersTotal() - 1; l_pos_2 >= 0;l_pos_2--) { OrderSelect(l_pos_2, SELECT_BY_POS, MODE_TRADES); if (OrderSymbol() == Symbol()) {...