General - page 757

dear friends, i need to break my code ... and for this i have to use another function than OnStart. could i use as input for the function these kind of arrays? double AUD1[10][4], AUD2[10][4], CAD1[10][4], CAD2[10][4], CHF1[10][4], CHF2[10][4], EUR1[10][4], EUR2[10][4], GBP1[10][4], GBP2[10][4],...
Many of the programs displayed on this site have copyright designations. To what extent can one use this code for his or her own use? When a displayed program has a copyright symbol in it, can one copy and modify a subroutine and consider it his or her own? What types of activites are protected by...
Hi, I would like to know what is the template from the image below: Thanks
Is it possible to publish an EA with custom indicators/???? if yes how???? 
Hi How can the price on a slopy trend line be found at the current bar time?  The lines starts few bars before current bar and extends to the future by few bars after the current bar, the code in mql5. I tried few ways but could not get it, Any suggestins? Given is        //mName is the name of the...
Tuesday, May 14, 2019 Hello Everyone, Don't know anything about how to use MT5 but want to learn.  Want to find FREE Renko Charts for MT5 without any limitations.  If any of you knowwhere to find this, please let me know at your earliest convenience. Thank You, -TraderDanFL
How can I show my document that I sent you? The document link does not work. There is not a JPG file. Thank you.
I happened to see these indicators on an MT terminal on a traders sponsored Instagram though they're reluctant to reveal what it is. So I was wondering if anyone from this brilliant community would be able to recognize any of the indicators that are on there or if they are not from this website...
Hello traders, would it be possible to update, automatically or through shortcut keys, my graphics, with each candle closure? I have some important indicators that show your data only after updating the graph, and doing this manually causes me to miss the "timing" of the operations. Thank you very
The account size of the signal is 700usd, if i use a large size account will it scale up>
hi, can someone give me any effective idea or code for identifying Flat MA? i can not use somethings like: if(iMa[1]-iMa[3]< X pips) or (iMa[1]-iMa[3])/(1-3) because at methods like this, the pip difference for assuming MA as FLAT or not, is different for each timeframe and since i want this...
Dear, i subcribed to signal and my entry point is much differernt than signal providers , i buy VPS so server response time to be very fast it is less then 0,2ms and still with that i cannot follow this signal it is my trades are loss then his. how to fix a problem signal is [...] signal he trade
I am testing the code below, I got it in this forum https://www.mql5.com/en/code/12296 but the WebRequest is giving error of "Error, authorization data not found in the server response (check login/password)" I change Login details and I tried everything, I read mql5 documentation, It is also the...
Hi, I can't seem to be able to modify an order. Example below. Put in a pending Buy Limit order  Buy order is filled Next I want to modify the TP/SL based on more recent price movement using OrderModify but this didn't work. Am I allowed to use OrderModify on filled orders with open positions? I...
Hi  I purchased a VPS and pushed a demo account, creating a new one. But now I have lost my access to demo account. How can I push new account to same VPS I just purchased 2 days back? I wrote to Service Desk but they denied to help saying I should use forum.  I am not sure how can forum help me...
i have tested my EA for many times on my local destop but failed after migrated to the VPS,why ? i have do as the instruction from the offical video.but i still failed! who can help me?
  Virtual hosting  (2)
Hi, I'm unable to rent a Forex VPS. Kindly assist.
Im trying tp buy a signal subscription but I cant pay when I click a payment link nothing happens
Hi buddies,  Please don't send me to freelances because I don't have $2000 to pay people there. I need to create a system to send signal from one MT4 to another MT4 using Internet. Any link where I can read I will appreciate. any guidance. Thanks in advance for your assistance.
  Commission  (9)
Hi. I know nobody is allowed to give me a specific recommendation but are there any Forex brokers who charge commission based on the value of the completed trade rather than as a percentage of the lot size?
I want to draw MQL5 technicians attention to a most annoying problem. Most signals providers are not trading during the thin & dangerous holiday market and this is resulting to warnings of: No trading activity detected on the Signal's account for the last ... days The first crazy thing is the MQL5
hi friends, i am facing a problem in creating an Expert advise.  I had downloaded a (.mqh) file from MQL5 wizard codebase, i had pasted it in MQL5/include/expert/signal folder. But when i see in the MQL5 wizard EA generator, When i try to add the signal module, I cannot see the module in the drop...
Hello, i want to create free signal but i have a error "Signal source name should begin from capital letter and can only contain latin characters, digits and spaces and can only contain up to 40 characters" I have test some name, same probleme, can somebody help me? Thank you
Hi, im setting a pending order in MT4 and got error message: "open price you set must differ from market price by at least 0 points" = the price i´m setting is tens of points away... What I´m missing? thnx L. 
[Deleted]
Good day Traders, Developers and Mql5 Family I need some advises how to be selected in freelance in Mql5. I have been applying for almost 100 jobs but only one person selected me. I need some tips that will help me to be selected easily. Thanks for your advice and encouragement.
The challenge for you is to become a Trader... ( trader with a capital letter ), ie not just press the "Buy" or "Sell", but to press them with the mind, ie understand why they need to press it at this time, and not at another ... Your actions to solve this problem ... Moreover, the time is limited
Hi, What is the way to export traders data in a .csv or whatever file ? The one available in the https://www.mql5.com/en/signals/xxxxxxxx pages). Regards, Olivier Soudieux
Hi. I had a position with a trailing stop and It didn't trigerred. The broker said it was because I logged in and logout several times. Is that a possible reason? I look for a reason on the mt5 manual and I didn't find any reason. If someone can tell me a possible reason of not working a trailling...
hi, guys, Does your MT5 has a bug? The chart of GBPAUD has not been refreshed. The lastest bar is 2019-5-7 04:00. Could you know how to solve this problem? thanks a lot. Peng Han
Hi This mql5 code failed to plote the values of myArray unto the chart, could someone please help find why? Thank you #property indicator_buffers 1#property indicator_plots   1 #property indicator_type1   DRAW_LINE#property indicator_color1  clrDodgerBluedouble    myArray[];int OnInit()...