General - page 1791

On the website of the Automated Trading Championship 2007, a Video Interview with Stanislav Starikov has been published (http://championship.mql4.com/2007/news/176/). Stansilav is a member of the Championship Jury and acceptance of Expert Advisors is one of his duties. In his interview, he tells...
I want to get quotes from another MT4 terminal ,instead of that receiving from server that EA working. I mean not log on to different server but just receiving/reading another quotes to EA only. Is it possible and how to do it?
  SATL and FATL  (1)
A friend gave me these tw indicators. I was hoping someone here is perhaps using them, and mayb there are improved ones or diff settings which are better. Could you please refer me to the post. Kind regards
How to change color for top and bottom just like this example: ColorOsma.ex4 Pls do change code for 2 files: +MACD(8,17,9).mq4 and +Osma(12,26,9).mq4 Thank you.
Hi all, Can someone please code (or know where to find) a variation of what the ATR ( average true range ) does in that it measures the shadow/wick (top and bottom) length over X period of days? Cheers all
greetings all: i need to convert gmt to eastern, i know its +5 hrs. but i need specifically to know the 6-gmt in eastern +does gmt have am/pm. this sounds stupid but im looking at a trading video and the author didn`t sprcify am-pm just 6 to 19 gmt.
  Pips per day....  (7)
hi.. I have been curious about this for a while now, its a simple question.. You always read on forums about people wanting a system that makes..10..20 or whatever, pips per day but do most traders have the discipline to only trade till the pips are obtained and then stop for the day.
This is part of a commercially available deal. Blue is buy, Red is sell, and Yellow is sideways. Anyone seen anything like it in MT4???
is it possible to recall if the last trade hit TP or SL and make a trade according to that? thanks.
  Recall result of last trade  (11   1 2)
is it possible to recall if the last trade hit TP or SL and make a trade according to that? thanks.
Updated client terminal MetaTrader 4 build 206 (from 10 Jul 2007) is published on our website. What's new: 1. Fixed considering of leap days when setting data in inputs and in Expert Advisor's source codes. 2. MQL4: Fixed error names in stderror.h 3. MQL4: Added optimization when working with...
  Matlab and MT4  (3)
Dear Experts! Is there any possibility to call from Matlab a MT4 indicator? For example iSAR(NULL,0,0.02,0.2,0) and get back value. Thanks for any hints! Best, Lukasz
Hihihi frnds pls if possible, is there any kind of option to eliminate the object from the chart? For example I have some indicators I dont need at the moment so I would like just to choose them and press "delete" Seems to me it would be some convenient item tnks a lot
On Live account, I have found that certain brokers give requotes , when that happens the trade is not opened. I have done a search to find how to deal with this problem. One suggestion was to put in a value for slippage=5 or large. However this does not seem to work, the trade still not opened
Hello I am building an EA and also want to have graphics that display some of what is going on as a result of the trade being placed by EA. I have the graphics sorted and was wondering what is the most efficient manner to access information that you would normally see in the Terminal like - Balance,...
Hi all, I'm new here. I want to know if I'm allow to ask for help to fix an indicator. I found this indicator in another forum but since the developer don't want to fix it, I'm trying to fix it myself. However, because lack of experience and new to MQL4, I cannot fix it. I want to know if I am...
[Deleted]
hi i am looking for 2 scripts if anyone could please help it would be much appreaciated, once i have entered into a trade the one script must automatically set a stoploss of 10 pips, the other is the exact opposite once i have entered into a trade it must automatically set a takeprofit of 10 pips....
Hello, If I am in the strategy tester mode, 1 hourchart and I liked to get at the same time courses of 5 the min chart, I can get with Time[0] the current value of the current bar in the hourchart gotten and this current value on iBarsShift () to pass around the bar number of the same bar in 5 the...
Has anyone had any experience with the above? Aiki
Hello everybody, I am new here, I have found 1 thread in here last time and i saw this Trendcc1 is easier to read the entry and exit. Any comment from the expert? Anyone that have Trendcc1 please.. Happy Trading.
Hello Traders and programmers, Can anyone tell me why certain EAs become grayed out on the MT4 platform and won't attach to the charts? I created 2 simple EAs last week that were previously colored but now are greyed out and won't attach to my charts. I copied the EA into the expert folder of the...
[Deleted]
  MT4 alternative datafeed  (24   1 2 3)
Hi, Does anyone know if there is a way of plugging a different data feed into Metatrader, eg: esignal / DTNiq ? Thanks ! Lee
I need a Moving Average Indicator source code that has Applied_Price variable. The "Moving Averages.mq4" indicator in the Custom Indicators folder has three variables, but not Applied_Price variable: extern int MA_Period=13;extern int MA_Shift=0;extern int MA_Method=0; Is it possible to have the...
Already agreed with someone, topic can be closed. Thank you.
Hi ... Please help! I have a demo account with Northfinance from where I got MetaTrader 4. How do I repair the MetaTrader without having to download a new Northfinance Meta Trader account?
Hi all, I have been playing with the MT4 for almost a week now and must say that I like it. Now, I do not trade FOREX, but rather commodities. It would be great if someone could let me know what broker to use to trade Sugar and other commodities. Any help will be appreciated. Thanks, Senad
  Guyver Hedges  (34   1 2 3 4)
while my other system is still into development i have also a hedge system in place which i will post the trades for sometime . let me put 2 to 3 trades and see how will it go long usdchf @ 1.2182 hedge @ 1.2134
I get something wrong with backtest. It dont show the same as forward test in buffer 0->2 and 1->3, and I think it should be equal at bar 0. Please help #property indicator_chart_window#property indicator_buffers 4double b0[],b1[],b2[],b3[];int start(){int...
Hello Traders and Programmers, I was trying to complile an EA but the Meta Editor posted this alert, " Could not launch the compiler ". I closed down all the other opened EAs and indicators and even restarted my computer, but it still keeps posting this response. Does anyone know why this happens