MQL4 and MetaTrader 4 - page 1340

[Deleted]
  windows 7  (2)
has anyone experienced metatrader 4 crashing with windows 7? Upon trying to open Mt4 I get a crash message. Not sure how to fix this.
Hi dear community, If someone could explain how this can be I would be very thankful. I fear not to be believed so I will post a video showing the exact problem if neccessary. I am using one include-file and also painting 1 new Fib-retracement + 1 new Fib-expansion every new candle on the M1. Theese...
[Deleted]
int start(){      if (Hour()>=7&&Hour()<=18)               {                if (OrdersTotal()==0)                   {                      if(Bid == Open[0]-4*Point)                        {OrderSend(Symbol(),OP_SELL,Lots,Bid,Slippage,Bid+StopLoss*Point,Bid-TakeProfit*Point...
[Deleted]
Hello I have just coded this: #property  indicator_separate_window#property  indicator_buffers 3#property  indicator_color1  Red#property  indicator_color2  Blue#property  indicator_color3  Green//----extern int RSIPeriod1=14;extern int RSIPeriod2=28;extern int Cross1=10;extern int Cross2=10;extern...
Hi, Who is going to find the little bug in this code ? Compiler says unexpected square bracket... beats me.... Thanks in advance..for helping this peanut brain Dan //+---------------------------------------------------------------------+ //|...
MetaTrader 5 is going to be a disaster for MetaTrader 4 traders. I just read it's not going to be backward compatible with Metatader 4. That is going to destroy alot of traders systems. That means all my indicators that I've collected over the last 2 yrs are going to be no good to NFA brokers and...
When ever I try to get the value from a buffer, I am getting "2147483647". But if I try to get the value from a buffer used to store another indicator values, say "MACD", it gives the correct values. Any other buffer used for intermidiate calculations, shows "2147483647". If any body got same issue,...
  Second TimeFrame  (2)
Hi, I've been looking around to create second timeframe on mt4, but still can't find any script for it yet, does any one got their hand on the script.. Help would be really appreciated. Thanks
  Drop down list  (1)
I would like to program an indicator to watch another currency pair and overlay it on the chart with another pair. I would like to make one indicator that i could configure with a drop down list of pairs as an external input. How can i do this if it can be done at all ?
Hi, I would like to put the message box, which shows the current symbol and current timefreme of the window. The messagebox shows the current symbol correct, but the timeframe is showed as a number zero. Could you tell me what I should change in the code bellow: MessageBox("Alert"+"...
[Deleted]
Hello I just wrote an simple indicator to call another indicator, because each of its buffers is used...and nothing but a line appears! The code is simple, but I can't find the mistake! #property indicator_separate_window#property indicator_buffers 1#property indicator_minimum 0#property...
[Deleted]
after noticed that my computer run out of diskspace yesterday, i found that my live MT4-Platform is writing a log-file at ... "C:\Users\Andi\AppData\Local\VirtualStore\Program Files\MetaTrader - Alpari UK_live account nr 824735\experts\logs\20100329.log" with the spead of aproxamately 13000...
[Deleted]
Hi! I'm building an expert advisor based on Snake and Ama indicators , but there must be something wrong, maybe snake formula. Can anyone help me, please? Thanks a lot
-
I have an Expert Advisor that uses iCustom to retrieve the values of a custom indicator. iCustom is returning values that are causing the EA to move in and out of trades when, if I were trading manually, I would have stayed in a particular trade until the indicator flashed the true signal. At the...
[Deleted]
Hi was wondering if anyone ever encountered this problem.I had an EA made for me however when it puts a limit order to buy an fx it mixes up the prices.. so for example if EURUSD is at 1.5212 and EURCHF is at 1.4021, if I want to buy EURUSD the EA somehow mixes up the price and puts a limit order to
[Deleted]
Anyone experience error when using script to excute order with stoploss setup in mt4 build 226? When i alter my script order with Stoploss, the order could not be excute in the MT4. Any error with my function or do anyone experience that? I tried using this function in old version and can be used...
Hi All, Encounter the above problem when trying to update my historical data. The data from 13 march to 23 march were missing. Can anybody help? Thanks and regards.
[Deleted]
  Dead end???  (7)
Hi, Since a long time ago when I was first made familiar with forex I observed a correlation, so to speak, between different pairs and especially the majors and I've had this idea since to use one pair say GBPUSD as an indicator of price movement in another say like EURUSD .Is there a way to attach
Hi I am looking for an indicator which draw lines with user input x Interval around current price For example shown in picture current price is 1.3414 and intervel is 10 pips so upper line should @ 1.3420 & 1.3430, and downline should be @ 1.3410 & 1.3400 and if we input 20 pips the line should be @...
[Deleted]
I have a great idea for an indicator but i have no knowledge of coding. maybe somebody can code it and share it with the world. the indicator is very simple, it would simply place a vertical line or some kind of indication on all trades that where profitable, and mark the trades that were losses in...
[Deleted]
Great !!! SS Solutions deployed ability to execute .Net(C#) code from mql script with data exchange gateway http://www.mttrade.net simple and robust solution
ok this solution working fine (not complicated)
[Deleted]
is there any such software out there I can buy ..........that ....... <> has a short list of Expert advisors on the LHS . Within each EA you can specify different setting combinations. <> has a list of currency pairs on the RHS and it will just automatically ( feed in strategy tester ) test ( in...
I know some multi timeframe indicators works this way in the strategy tester. So we can use the MT4 as a trading simulator,I mean the market replayer. Generally, we can the "strategy tester" to replay the market. but during that, we can't change the timeframe. it's so so bad. Can we just write a...
Bonjours, I have a quants technics that can be easyly programed on EA. I already have the indicator of this technic and all the details. If you are a programer and interested by write this EA, It can be a good one for back test. Thank you jeremywork@live.fr
[Deleted]
I need some advice, I using ObjectSetText to display some value on chart. Since the text in using 'string' format the value I want it to be display as only a whole number without decimal point and round down value. How should i go about doing it? i.e value at 2.6, display as only 2
[Deleted]
dear traders, Ive been checking this site out, fxcm very good company, their forex system selector looks very good, automated fully account with them, their stratergies some of them %95+ sucsess, over a year of trading, I think the results are not of backtesting, but of actual...
[Deleted]
This is a corner case failure of ZigZag that has only been identified with FX Solutions MT4 Euro 4H. The Day and 1H (allother timeframes) work fine Other broker platforms operate correctly as well. All tested platforms are build 225. The condition is reproducible using the simulator FX Sol build 225
Hi there. I am a professional software developer with 15 years experience at developing software. Recently I have been programing my own Expert Advisers, Scripts and Indicators. As far as having a profitable trading system goes I have not achieved that yet but I do know how to program and test my
I am trying to use a custom indicator to take the trading decision. So I am expecting a "1" for buy and "2" for Sell. How can I implement that?. I tried to add another buffer, but unsuccessful. Also tried to return the integer using return(x). My iCustom calling is working fine and inside the custom...