MQL4 and MetaTrader 4 - page 1495

Hello. I need help for something that is still unclear to me. I am practising on the MACD simple EA, and i.e. i want to include in the order send, not only the Takeprofit but also a stop loss. The instruction in discussion is: """"""" ticket=OrderSend(Symbol(),OP_BUY,Lots,Ask,3,0...
[Deleted]
Hey all, I am pretty new to programming, in particular to MQL4, but I do have a strong math background and have done a lot of work in abstract math and the like, so I'd like to be able to implement some algorithms I have ideas for. I have been reading through the book, but am left with a lot of...
What MQL command can I search last two min. and two max. prices of the recent300 candles, and how to draw lines by those min. prices and max. prices - connectingthe two biggest min. (the first red line) and the two largest max. prices (the second green line) of the recent 300 candles ?
[Deleted]
  phy
Hi phy, I send you a pm and wait for your suggestion Thanks
Can someone explain this:
[Deleted]
hi please help me for closing the last position . when I have 3 positions opened, what is the formula so that I close the last position, for exemple last position is sell EUR/USD in 1.2288 and take profite 50 PIP in 1.2238, if the chart retourn opposit the sell and IF chart = 1.2888, close this...
In regard to using 'strategy tester' does anyone know why all orders are closed at 11.59 (midnight of chosen test date) resulting in massive losses? I can't get valed results as tests end up with massive losses due to all open orders being closed at conclusion of a strategy test.
[Deleted]
Hi! I am kind of new to this and I am tying to get an OrderModify to execute on every new bar. I want to place a BUYSTOP and a SELLSTOP some ticks away from the current price and refresh the Price, StopLoss and TakeProfit on every BarClose. For example if I start by placing a BUYSTOP and a SELLSTOP...
[Deleted]
I am writing a custom indicator. The indicator is in a serarate window. I want to know the way we can set the minimum value of the window dynamically or auto-scale dynamically. I understand the other complicated method of using ObjectCreate() and WindowFind(). I am wonderig if there is a dynamic...
  Is it realistic  (3)
Is it possible to make 2000+ PIPs/month, consistently?
hi I would like add something in the next EA, but I dont know how to do that first of all I would like to add 2 thing in "input" the first one is a number of period and the second is a number of pip. and I would like that the EA only take a position when the real number of pip is lower then the...
Hello, in my EA i use tags to manage orders. It seems not to work and i think my comments are a bit too long (ex : Upperband range - Short order opened <XXTO>, where the taf is between <>). I will reduce a lot my comments length but for my knowledge i would like to know the limit if one exists. I...
Hi, I'm trying to download then data center service. According to http://www.metatrader4.com/forum/73 it should be found here: http://www.metaquotes.net/files/mtdcsetup.exe But the url seems dead. Do anybody know where I can download data center? Best regards Grufgran
[Deleted]
Hello; I need please to know how can I make Test for Expert, to get the real rezults. Please is there any one can help me. I will be Thankfull. Have a nice day Thank you;
[Deleted]
What is the easiest way to know if it's almost the end of the day or the market has been closed?
[Deleted]
Hi everyone, I tried to store a price value into a variable: double price = Ask; and then Print("price", price); to check if it be stored properly, but it seems not be stored, the result shows 0. Who can help me find a way to store a price value into a variable? Thanks a lot
Hi! Is there any way to use the data from MetaQuotes (Open,Max,Min,Close) instead for the data that is feeded from the broker in an EA? I'm asking this, 'cause the data that comes from different brokers differs to much compared to each other. And even though the final trading is done against the
  help please  (1)
thank you very much for your help roger!
[Deleted]
Hi everyone, I tried to store a price value into a variable: double price = Ask; and then Print("price", price); to check if it be stored properly, but it seems not be stored, the result shows 0. Who can help me find a way to store a price value into a variable? Thanks a lot
Sometimes when I compile a new custom indicator, MT4 decides to compile most of my indicators but not all of them. Some of my custom indicators do NOT appear in the Navigator window when this happens so I can't drag them onto a chart. Do anyone have any idea why this may happen?I have more than 500...
[Deleted]
I have a fx system that works on daily charts( checking the previous day candlestick pattern and couple of MAs).This system can be applied to any currency. Wrote an EA for this. logic ===== I am intializing a string array with all the currencies I plan to execute the EA against.. string
[Deleted]
  Fib lines  (2)
Hi guys, Does anyone know how to add the price to the fib lines ? Thanks. Onelukey
  RangerTSI  (3)
Hi all, I need comments for my indicator after much work and study on candle sticks. Very similar to TSI
[Deleted]
Hi. Could someone please tell me if is it possible to do the following? I've got an indicator that automatically plots high & lows on my charts. It marks all high's that have two lower high's (at least) to the left and two to the right with a red dot. This I am happy with. I now want the indicator...
[Deleted]
Hi i want to convert a double value to a number with two digits. Any ideas please? For example double x= 2.345326341 should be converted to 2.35 Thanks!
[Deleted]
  Tradeprofit  (3)
Does anyone have code that searches open orders(by magicnumber or another parameter ) and then assesses that trade's profit? I have an EA that closes orders based on Accountprofit but want to be able to single out individual orders also. Any help would be greatly appreciated! Daniel
I use Low[], but the result is Open[], why? Anybody can help me with this?
Hello, Looking for a EA programmer in Chicago. Email me at dajuanm at sbaclobal dot net. Thanks
Hi, This is my first try at coding an EA, i'm not a programmer, and I have a lot of problems with compile errors. I'm fiddling around trying to figure out how "functions" work, so I'm trying to write a very basic one and figure out by my mistakes but it keeps telling me that "EXPRESSION ON GLOBAL...