Expert Advisors and Automated Trading - page 452

how can we run ea on different pairs of single account. can we run ea by change magic number .is anybody tells me exact way to run ea on different pairs of single account
[Deleted]
Hi, 1) What is the delay for the copied signal (positions,orders), and this time is the same as the refresh signal at mql5.com signal page ? (some times, I open and close position but I do not see it for some time on my signal page). 2) is it possible to copy a signal without vps server...
I copy my economic calendar into a sql database I would like to put the data into an array and use it for support.
My account follows 1% of the signal regardless of the deposit (I tried different deposits on demo - only after increasing it to really large numbers it got better). It's frustrating because every volume from "0.01" to "1" on the signal is "0.01" on my account. So the gap is huge. My setting are:...
Hey there i finsihed one of my ea´s and this is the result: Time: 8 months ; Lot: 2. It works "only" on EURUSD (1h and 30min). What is your opinion? Greetings!
  Money Management  (9)
I have been looking around for some straight forward method to calculate the lot size based on a percentage of Equity or Free margin. I found som examples but I did not really like them or understand if they really where "universal" and they had other "bells and whistles" I did not like. What...
  EA Modification  (1)
Hi I have an EA that doesn't perform very well and out of curiosity was wondering how difficult it would be to create an option in the setting/inputs to make it open trades in the opposite direction to what it was designed for ? So, when it is going to make a Buy trade, I can set it to open a Sell...
I run single ea on different broker platform but only ea runs only on one broker and not run on others broker account, any solution
Hello, I have an Ea . .It works fine on 4 digit mt4 platform. .but less effective on 5 digit mt4 platform. Can you help me recode it to work perfectly on 5 digit mt4 platform. Please email if you can assist me and tell me the price you Will charge me for the job. nwadiajugabriel@yahoo.com...
Yesterday I was reading a very interesting article (see link below) about a "disaster simulation" by a major stocks / options eschange in the United States. While reading the article I was intrigued by how concerned exchanges are in providing continuous access to operations within the stock...
  Un recognised double value.  (14   1 2)
EA keeps inputing double value   9223372129088496176.54775808  in array when it should not be there. This value cannot be filtered with normal if clause e.g. this would not work double _br=_BR[i];                        if(MathAbs(_br)>=1.0){               printf(" Invalid br");} but this does...
Hi community! I have a Problem. I have an indicator which i like to use for my trading but now I want to test how the indicator is doing as an ea. Can anybody tell me how to/help me to turn and indicator into an ea ? Hope you can help me. thanks
Hello all, while testing an EA in TESTER I came across the following scenario: - One candle high value was @57760 - EA placed a pending order to buy only when price reaches 10 pips above this high value, @57770 - EA hasn't been tested yet during real time market hour, so I hope this not to...
Hello all, Sometimes buy/sell arrows from a previous test are still being in graphic window when a new test is started. Is there any way to avoid or clean them?
[Deleted]
That I am disappointed is a fact. I have some observations and thoughts on the subject, and some conclusions - but I'll post mine later, for now I'd like to hear what people think on the subject
Can anyone add a feature so I can use a % of account balance for lot size under MMbalancepercent? Code attached. Never mind the entry strategy. Thanks
I want to make ea from a programmer on mql job forum. I select one programmer and my money is locked now but programmer is not responding.how to free my balance and cancel programmer. ea making time is also over. please give me any solution whom I complaint
Hi there, I would appreicate it if anyone could provide an EA or a script that brings my SL to BE( or a level I set) once a certain profit is hit. Thank you in advance. (and also does anyone have a pip counter indicator for MT5? thank you)
[Deleted]
Hello,   Can someone suggest a EA available on MQL5 website or on MT4 platform  for opening balance of $50 and currenct pair EURUSD?
Hi, Are you able to subscribe to a signal provider and run a EA at the same time? Can you set say, 40% of your balance to the EA and 60% to the signal provider? Or is this broker dependent
Hello, I am pretty new to mql4 programming. I've made some simple EA, and while testing it (with strategy tester), some positions are opened above the current price, and some stop losses are triggered even that price never reached into that zone. Here are some pictures: Picture 1: Buy position...
Hello all, I am building an EA and it is properly sending orders, but every time it reports [invalid expiration]. I would need this EA to send orders as pending orders, since the strategy requires a start order. The code I have is below, please advise. MqlTradeRequest request;...
Hello, How do I remove a static array to free the memory space? FreeArray only works on dynamic array's not on static and arr = NULL gives an illigal array excess exception tcheers Andre
I have an EA trading on the Daily time frame, however, somedays - like today - it doesn't trade and I don't know why. I tried to solve it by taking out the following part of the code: --------- //--- go trading only for first tiks of new bar if(Volume[0]>1) return; -------------- But it...
  Learning and writing together in MQL5  (453   1 2 3 4 5 ... 45 46)
I suggest that those who would like to try and learn FIVE together. Unfortunately, in the main branch, where beta testing is going on, there is little help in learning a new language. There is really testing for bugs and the branch is intended for PROFISERS. For the other 90% of programmers I
Hello community, I need to catch the event in the "OnTradeTransaction", that the whole postion is going to close (request). I tried to vary with the Trade Operation Types and the Trade Transaction Types, but I cannot manage to create this "event" -> Position Close. I´m sure it is pretty simple,...
I made new ea. it work in my local pc but when I try to install it in vps it is not compiled and not showing ea on expert profile.please any one can help me
Hi, I found that with mt4 if you have a bot and its attached say to AUDUSD on M15 is there any way in code to see if the same bot/version is attached on the same pair but different period? For example: If I have 5 open charts m5, m15, m30, m60, m240, I can run my bot over all of them but because...
  DEAL_ENTRY_STATE  (5)
Hi everyone, can someone explain me the purpose of this DEAL_ENTRY property: DEAL_ENTRY_STATE? The documentation gives no information about it, only the fact, that it exists. What situations will involve using this? Thanks, Benji
Hello community, it consumed some time to get this: Do I understand something wrong, or is this a bug? Kindly, Olle Onkel