Expert Advisors and Automated Trading - page 277

Please watch the video Thx
Hello,  i want to code an Indicator with buttons. The buttons should do an OrderSend and Order Modify function. When ich try to test this, there comes the Error, not possible to send an OrderSend() from an indicator.   is this true or is this only a warning?   amando 
Does anyone know of some code that will amplify the size/lot of a signal? There's a reliable signal I'd like to subscribe to if I can automatically open an additional, larger trade on the same account. Thanks, Richard
Hi guys, is there any way to disable opening Market orders (Not pending orders) in Terminal. I can code an expert which can close immediately Market orders but its not good idea cause I pay spread to the broker. So looking for ideas to code an expert in order to disable execute Buy and Sell
hi guys i have one expert advisor code and i want if exist somebody want inside one recovery setting,every time loose the before trade culculate and add plus the new trade for take every time before loose and take and win,if for example loose 5 or 10 times i want the next trade open the correct lot
We have: 3 open, but minimized charts - EURUSD M1, EURGBP M15, GBPCHF H1 All three have an indicator that gives out a signal. For example, the crossing of two MA. Need to: If the signal on EURGBP M15 occured - open ( expand the existing, minimized) chart window EURGBP M15. The command ChartOpen
Hello, Why i don't have the same volume with my signal subscription ? Thanks a lot
Hello, I am trying to back test an EA with a Long Short Cointegration strategy. 2 parameters are the dependent and independent assets used for the strategy. I am optimizing theses 2 parameters to test all assets against all assets in the year of 2015. However some of them didn't have price
I'm building an EA that uses last day's maximum and minimum price. For now, I'm coding this on OnInit(): // SETTING MIN AND MAX OF LAST DAY MqlRates PriceDataTableDaily[]; CopyRates(_Symbol,PERIOD_D1,0,1,PriceDataTableDaily); lastHigh = PriceDataTableDaily[0].high; lastLow =
  Close at opposite signal  (21   1 2 3)
Hi, have an expert to work every symbol from a single chart and tried to build a tiny code to close at reversal signal but unsuccessful: for(int i=0;i<PositionsTotal();i++){ if(PositionSelect(SName)){ // Filter by Symbol. if(PositionsTotal()>1){ // If (symbol)
Dear, In MQL, is there any function to know Indicator call from iCustom ? Thanks in Advanced
  ICustom not loading - MQL5  (16   1 2)
Hello All; I have an iCustom call in an EA. It works fine in live mode. It was working fine in Strategy Tester as well - but no longer does. I have not made any changes to any of my system. The log in Strategy Tester has the following messages: 2017.08.17 19:33:18.036 file...
Hello, I use ACCOUNT_PROFIT to close the positions, I would like the info ACCOUNT_PROFIT to give the result only after the opening of a new candle m1 and not at each tick. Here is the code I use: double Profit=AccountInfoDouble(ACCOUNT_PROFIT);if ( Profit >=TP_Money )
Maybe I am confused on this. However, I found that OnChartEvent provide four inputs as you can see from code. If lparam and dparam are respectivley x and y coordinate of object in chart, then how come these two are different variable types ? Like x being long but y being double seems weired
Can we Design EA based on moving average ? I need open trades when Moving Average Cross the prices like below and is this possible
Hi All, Im trying to create an indicator that provides a constant histogram of +1 or -1 value (could be any number) for one signal. For example, when the Price closes above an MA (+5 pips) I want to create an indicator that says +1 value for ever candle thereafter and when the price closes below an
Hi everyone, So i've been working on this EA for some time. However today while testing it on a live chart I noticed an issue where my EA wouldn't activate the sell stop in time. [Image 1] Notice in image1 that the sellstop was roughly around 1.33060 however looking at [Image 2] you'll notice that
I uploaded my ID-Card for Verfication and it got approved but when i open the seller window i just get the Message "Verification Complete Well done! Your documents have been successfully verified." but i cant do anything
How can I use isNewBar function correctly? I am coding for a structure that a certain order is entered only when a new bar appears with a predefined condition? How can I use isNewBar function correctly in my coding? My basic coding is below as and the expected ‘isNewBar’ function doesn’t seem to
Can Programmers Create an EA from ex4 Files? Hello. Is this possible? Many thanks
Hi guys, I was developing a function to calculate the value of EMA as i pass the source array by reference. But when i call it , it gets a lot of errors, i searched for a solution, but yet nothing. So i would be grateful if you can help. double ma1 =
Is there a way to trigger a forced update for Strategy Tester Agent Build 2280 to 2310? I have 2 systems stuck on build 2280 and 2 systems on build 2310, seems that they are incompatible with each other. Thanks. :)
Hello Have anybody MQL5 code that get all info about Symbol?! Like this for MQL4: https://docs.mql4.com/constants/environment_state/marketinfoconstants#enum_symbol_info_string //+------------------------------------------------------------------+//| The script prints information on symbol
I am trying to do automated trading with a custom indicator. However, EA uses the default settings of the indicator that I downloaded from the market. In fact, it would make more sense to use the data of the indicator we uploaded on the chart. Hopefully MT5 will update the software for this
Hi guys, I have following issue in my strategy tester. There is the same profit for different order volumes. Profit is always calculated for volume = 1. Do you have maybe any advice or explanation
Hello, i need your help. Is there some ea which close my limit orders before news and reopen again after news or just some timer where i set manualy time for example from 14:00 to -14:30 will not be executed any limit order even if price hit limit order between 14:00-14:30. I need set set limit
Hello, my name is Daniel and I am still a newbie in this forum. I want to learn how to create an EA using ZigZag as main indicator and few filters to filter out false signal. So, I read this thread : https://www.mql5.com/en/forum/144092/page2#854926 After I read that thread, I have few question in
  Ichimoku expert  (1)
Welcome to the experts Ichimoku Index I need code buy entery when the Chinkou head is broken candle And vice versa in sell Selling when the Chinkou bottom is broken
Hi programmers I have worked up a simple Expert Adviser that should buy when condition has been met and enters a sell trade again if the condition has been met. When the conditions have not been met it should display a message saying so. Now the script compiles without an error on the editor. On the
Hi Everyone, Please I have custom indicator and I need someone to convert this indicator into an Expert Advisor for me. I will forward the source code on request. Thank you