MQL4 and MetaTrader 4 - page 1592

[Deleted]
Hi everyone, I am new to MQL4. I have been reading up on MQL4 for a while now and finally its coming, slowly. Anyway, before I start a wild goose chase, I will use this tread as a mentor- if that's cool with everyone. So I'm not asking anyone to make the indicator for me, just to guide me along...
[Deleted]
am really interested to attach your Expert Advisor to my Forex Broker platform order so it just do the perfect trading for me.
I'm a newbie in mt4 and need to know how to apply(sychronise)or setupdownloaded files into my platform(i use north finance).Please i knowthese question has been posted million times, but i've been on thesefor the past 5 days but still can load my downloaded scripts.
[Deleted]
  Top 10 Indicator  (1)
 hello every one,          i m new to forex market i find a top 10 indicator.  pleace tell me who is top 10 indicator.  best regard
[Deleted]
Hello guys, i'm developing an EA that is based on Moving average , i'm having a problem, i would like only to buy when the price cross the MA from bellow, and only sell, when prices cross from above. This i have done, the problem is that when order is closed or the TP is hitted the EA open another
[Deleted]
The question is in the title : How to draw an arrow when the EA buy or sell ? Thank you.
What's the different between: return(1); return(0); return(-1); return; thank you
Has anyone seen a tool or has an idea how to implement the real-time optimization of several simple parameters ? Let's say you have simple RSI strategy, if RSI > 70 then sell. Strategy should optimize for 70 (from 20 - 100) in real time
[Deleted]
my question is as follows: I need a program to make order for the past 60 bars in the case that it analysis the resistance area and the support area, not the sell at highest price and buy at the lowest price . And then, by the analysis, the program can make an order when the price make a valid...
[Deleted]
I want to decide the risklevel by the last 6 win/loss. My codes do not work. Can someone help to check the codes? My idea is: // set up 7 boxes to store the result of the last 6 trades int box0=0; int box1=0; int box2=0; int box3=0; int box4=0; int box5=0; int box6=0; int risklevel=0 // if last...
hello all, I have been recently writing Ea for some arbitrage strategies. So my question is: Is it posible to evaluate start() function more offten than only with new quote arives( ex. when MatketInfo for other currency is changed ) ? Another question: I have tried to make two transaction, one...
[Deleted]
Hi all, I am not a programer. If someone can help me to develop EA, please kindly mail to my mail-box: mshwj@yahoo.com.tw . Thanks. Jeffrey
[Deleted]
What is arbitration? Arbitral Tribunal is called, by the way it is also called speculation - profit from the difference in prices for some goods (for example, shares or currency) when the seller simultaneously closes the opposing bids for the purchase and sale, will benefit only the difference...
Dear MetaQuotes-Team, This week-end I ran into a strange problem, that I kindly request you to have a look at. I responded to another forum member's question from my Mac and the MQL-code I typed in came out as: static datetime prevtime = 0 ; // previously recorded time of current bar; static(!)
[Deleted]
Hello! I would make,when i test my expert advisor and i have open position,I would close this whit the "H" key,or anyhow. I found this very good article, http://www.metatrader.info/node/160.But this code is diference for my plan. Thanks for help.
[Deleted]
Hello! I would make this: I start the expert advisor in test mode and the background is automaticaly white .I now when i go to load template i can make this manualy.But my question is,worked this automaticaly? Thanks for help.
[Deleted]
Is there any indicator which read values in a csv file and print arrows on chart based on those values. Is it possible to do this ?
[Deleted]
How do I have a simple moving average of an indicator. Whenever I drag the moving average into the indicator pane, it defaults to the price pane
Hello, does anybody know a good source for comprehensive (i.e. since 2000 or earlier) historical data for MetaTrader? These guys look to be selling some: http://creditbanc.net/MetaTrader4_Data.aspx Has anybody used their service or found someone to supply the data? Thankyou in advance, -Raven
[Deleted]
Hello! I have this double :12.000004 and i would make this:12.00. I would this as integer.I see Digits function but i can not solved this problem. Thanks for help! Sorry for my english.
[Deleted]
If you are a developer and looking for a place to share your MQL4 code and EAs, and Indicators with other traders? (and make a little money at the same time)? Please check out 4xLibrary.com - Top Strategies, Top Traders This is the site for ForEx trading and automated systems. ForEx Traders can...
i want to insert a sound when the graph change the color, what shall i write exactly?
I need a window with 3 moving averages with ALL features of the MA'sincluding FIRST INDICATOR'S DATA AND PREVIOUS INDICATOR'S DATA. The first MA is the FIRST INDICATOR. These MA's already exist at MT4 but I don't know how to do it. For someone that know MQL is easy!!! Thanks!!!!!!!!!!!!!!
Hello, I have a plan to manage 5 pairs on 1 chart. 1 order at a time. If some pairs give buy signal at the same time, it will choose pair with the lower spread to trade on. I can make it with a large number of "if" for every possibility, but is there any better way to do this? I'm thinking to use an...
[Deleted]
I've got anindicator that shows previous day's high and low and I'm pretty clear what ishappening in the code. I'm trying to modify it so the high and low values canbe taken from within a custom time span. In the indicator there's twovariables; R returns yesterday's high and P shows the low. I need...
[Deleted]
I am interested in appling the TRADE DAY OF THE WEEK to forex pairs. Can anyone help me the create a back test program to do this? Basiclly, it is using historical data and determining over a period of time the tendency of a pair to close up from open or down from open on a dailly basis. Then,...
I need a custom indicator that when applied to a chart, allows you to create additional charts with timeframes that are not provided by MT4, and that also allows the real times displayed on these additional charts to be converted to the user's time zone. I have downloaded from the Code Base the...
I have a trailing stop system that adjust its trailing points as per the current profit. After a position is opened and has got some profit, the trailing system is supposed to work on the position, but it doesn't, not until I remove the EA from the chart and re-attach the EA to the chart. If the EA...
[Deleted]
Could someone please explain what the following error means: 14:14:29 '10140': instant order sell 0.10 GBPCAD at 1.9571 sl: 0.0000 tp: 0.0000 14:14:29 '10140': order sell 0.10 GBPCAD opening at 1.9571 sl: 0.0000 tp: 0.0000 failed [Off quotes] How can I avoid this? Thanks!
[Deleted]
Is there a broker that will run MQL4 EAs on their server? I live in an area withmany power outages, and don't want to rely on my PC being up while I sleep. I havea UPS, but that has its limits too. Thanks for any ideas.