MQL4 and MetaTrader 4 - page 847

this is correct, or not???????/--------------------------------------------------------------------------------------------------------------------------------------------------------//+------------------------------------------------------------------+//| expert start function...
[Deleted]
Hi everyone, I am running my EA on MT4 provided by 2 different broker (FXCC and AxiTrader). Both are non-ECN, 5-digits broker. I also set my slippage to very large values, ranging from 10 to 1000. On backtesting, the EA runs properly on both brokers, with trade opened and closed at the same time....
hi, all does anyone have a clue why i cant run metatrader as administrator. if i do. it doesnt want to connect to the server. no problem with my firewall...etc. so any ideas. gr, Tom
Hi I am trying to write in file but every time is only able to create but unable to write in the file... Please help I have attached the script.
The price acton set up The pin bar trade setup is the most effectiveprice action trade setup there is. It is an extremely powerful setup when usedcorrectly. Many trader only trade off of a pin bar formation and they are verysuccessful traders. In this lesson you will learn what a pin bar is,...
Hi Forum, I use many horizontal / trendlines in my chart and sometimes I like to change the colors of them. It is really much work when you have to do it with 15 charts. Therefore I wanted to know if it is possible to set a new color for all lines in the chart with a script. Maybe somebody already...
I mean some time I create an object, a text, and set it on a bar's open time and high price; some time later, I want to view this bar's information, open price, open time and so on,so shall I get this information when I just know an object 'xyz' was on it without any other information? if ok, how?
[Deleted]
Hello, can anyone explain the difference between the ma_shift and the shift parameters ? I assume the last parameter is the look back bars period based on the vague instructions explanation. I'd like to know what they both are for, in greater detail. Thanks
-
Hi I am running MT4 on my MAC for the first time. I have it installed in the Windows XP emulator - Parallels. All seems ok except I cannot right mouse click on anything. What the magic key combo to make a right mouse click. I am using an Apple mouse. Thanks
[Deleted]
Hello. Have you ever uncounter this error error in cpsendloginrequest200 undefined What is it all about and how do i fix it? Thanks
Hi, I would like to use iCustom function inside custom indicator but can not get the correct values from MACD indicator. I need the MACD values for H4 time frame but my custom indicator to be attached to M5 chart. The part of the code is below. In the example buffer1 is for Down arrows, buffer2 is...
[Deleted]
The Tester maxes out at 100 lots. Is there a practical reason for this?
[Deleted]
Could someone please step me though acquiring a year's one-minute back price history for the gbp/aud price pair? I am computer illiterate. Well, almost. Thanks.
  buying or selling EUR/USD  (11   1 2)
Is there any difference if i have a USD account and buy long on symbol EUR/USD , or if i have a EUR account
Is there a way to optimize a back-test to work faster? Perhaps MT4 will run on multiple cores for optimized back-test? 28 day optimized back-test (with the fastest laptop i could buy at the time)... 8 core intel and only using one core for MT4
[Deleted]
Hi,can you please explain to me how I can do the following: When a pending order is hit(turned into a market order),how to place another pending order in a fixed pip range away from it? for an example,if a buystop is hit,place a sellstop order 20 pips below it,when the sellstop is hit place a...
for example, now I have made an Indicator "x_y" and an function "x_y", and they make all most the same work---draw two lines, one connect all the low points, the other connect all the high points, and of course some of the points should be use in function start(). for Indicator x_y, I should use...
Hi, I have got a request that requires changing the symbol on a chart. I am almost sure it's possible with the PostMessageA function, but not all possible commands are known. Do anyone knows a command that allows symbol change?
the code for an Indicator #property indicator_chart_window#property indicator_buffers 1#property indicator_color1 Yellow // High Points Array Lineextern int Seek_Period=30;double Bar_High[];int init()  {  IndicatorShortName("High_Low_Two_Lines");  IndicatorBuffers(1);  SetIndexBuffer(0...
I have been using my PC only to execute trade on mt4 multiterminal platform, Does Android, ipad, Blackberry, Samsung galaxy note etc work with mt4 multiterminal
[Deleted]
I have startet about 10 currencies in my MQL4 Window. Expert Advisor ONE ist launched only on one currency, bur it starts and stops orders in all other currency windows also. How can I control this behaviour
Hi all, Wich is the best approach to export indicator values or variables values into excel during a backtest?. If that is posible. Best.
Hello guys, I'm looking to partner with a coder to build some automated trading strategies for mt4. If you are interested please contact me directly : wahjaybeats@gmail.Com thanks
When i backtest EA says error as : TestGenerator: not enough memory for 'GBPUSD5' what will be the problom?
[Deleted]
Having a problem with getting the mt4 to link/sink up with Profit in 60 seconds I have the ex.4file int the indicator folder i also put the ProfitIn60Seconds.MT4.dll into the Libraries folder. I restarted and So once all is installed I'm only getting the trading Symbols on profit for 60 seconds,...
each time I create a new EA or Indicator by "Expert Advisor Wizard", and I find we can select "Generate from template", in which I find just several temples; so shall I add some new temple which made by myself? I have tried copy other EA to" MetaTrader 4\experts\templates ", but it never works as I...
Hello I 'd like to open three different terminal . These three different company's rates, on excel DDE want to see real-time prices . examples : terminal 1 ( FXDD ) == MT4 | BID ! EURUSD terminal 2 ( alpari ) == MT4 | BID ! EURUSD terminal 3 ( FxPro ) == MT4 | BID ! EURUSD Here 's just one company
[Deleted]
;)
How to set indicator buffer more than 1 dimension ?
[Deleted]
Good morning, For the function iMA( string symbol, int timeframe, int period, int ma_shift, int ma_method, int applied_price, int shift). If applied_price=PRICE_CLOSE, is iMA calculated on the close of the last candel or on the current price. ? Indeed PRICE_CMOSE is it CLose[0] or CLose[1] ? Thanks...
This website uses cookies. Learn more about our Cookies Policy.