General - page 202

when I try to insert youtube video in product description, after pushing "SAVE" botton video dissapears. What is the solution
  Get book market  (2)
From my understanding, the ontick() method is called on each new price in the chart in which an EA has been loaded. So any print in that method, will be executed at each new tick. However I need to figure out how to get all the prices in the book, without waiting for the price change of the exchange
  Set "value" text  (2)
hello everyone, how can I set this value from the text settings? ObjectSetInteger ( 0 ,nome,OBJPROP_ // what do I insert
I have watched YouTube videos, read articles on how this is done, I have paid for signals, but I am totally lost when it comes to making the signals I buy work in my MT4. Don't explain it here, unless you really know how to break complex lessons down for a newbie. I prefer someone to contact me
I am trying to use Merge Sort to manually sort an array variable. The reason, I am not using the ArraySort() function is because I am going to edit the code so that I can sort a few other arrays based on the first array. However, I want to make sure the base algorithm was implemented properly. This
I want to insert data into SQLite every tick but Error code: 5601 void OnTick () { string filename= "EA_data_" + AccountInfoInteger ( ACCOUNT_LOGIN )+ ".db" ; string sql; int database= DatabaseOpen (filename, DATABASE_OPEN_READWRITE | DATABASE_OPEN_CREATE | DATABASE_OPEN_COMMON ); sql =
With cob Friday, all update information on stock indices is lost. I only receive realtime information for currency spreads. Is there a limit how long a demo account is supported with these data? Many thanks for help
  Set timeZone UTC  (6)
Since it seems it is not possible to convert to UTC time zone, I thought of putting a C++ method in a .mqh file. But apparently there is a compilation problem. Can anyone give me some help? #include <iostream> #include <ctime> #include < string > std:: string now() {
Hi, I have signed up to Signal previously with no problem. I click on the Subscribe button- It takes me to the MT5- I make sure i am logged into my account- But it just doesnt do anything?? In tools/Option i have the below screen shot but it is not showing me the other section called SIGNSALS (i
It seems to me that trading in addition to art is also a religion. That is, the trader believes in his trading system, believes in his indicator, believes in his advisor. Sometimes ceases to believe. Sometimes his faith ceases to be rational: "I believe everything, why?" "I think so, and I am sure."...
Hello Friends, Could someone tell me the basis calculation to determine Reliability in signal? I only get 2/5 Reliabilty bar. I think i have pretty much good parameters. Is there any other parameter i have to noticed? I hope the masters can enlighten me. Thank you
Hello , I really need to USDT(Tether Dollar) withdraw, It is faster with very low fee. if Mql5.com adds it, will step into the future. Thank you
why my signal not showing on mt4 platform and i have to search manually to find it i got this message ((Ready for sale Signal is published and available for public and for subscription yes Available in showcase Signals from demo accounts are not available in the website's showcase ( Details )
My EA only makes 65 trades per week, why does it say "Too many trades may have a negative impact on copying results"
May I know why some of the trades cannot copy to my account? Is the any problem? I have attach the file, 9/12 and 13/12 can't copy
Hello every one, I got trouble below codes. I don't know why runtime errors said File is not exists I hope someone enlighten me what's going on. Thanks. here is my code: string myJPG=name + ".jpg"; string Lpath=TerminalInfoString(TERMINAL_DATA_PATH)+"\\MQL5\\Files\\"; int pic=bot.SendPhoto(myJPG
I am newcomer to Forex and I see there are Signals ( https://www.mql5.com/en/signals/mt4 ) in the MQL5 forum and each Signals has corresponding trading statistics (e.g. Growth, Balance, Equity, trading histrory, statistics, Risks etc) , i want to know how are these data produced? what tools they
  Sudden Crash  (2)
How to manage sudden crash
Hey guys, I keep getting a "common error" message when my EA tries to place a trade with my Neurex mini account. The thing is, this EA is working on a live mini account with IBFX, as well as a demo account with Neurex. So I am more than a little confused as to what the heck is going on! My stop...
  PayPal removed again?  (58   1 2 3 4 5 6)
If PayPal withdrawl is gone again, then looks like I'm shutting down my testing agents as it's the only payment method that works for me. Please bring it back
Where can I get a Visa or MC Card that is able to receive funds from MQL withdrawal as an EU citizen
Apart from the obvious , PayPal , what one upgrade/change would you wish they did on the website or the platforms too ,(after christmas ofcourse , if the world still exists). Keep the list going : Notification when someone tags you on the forum
Hello all I want to write a function like this: void myPrint(...args) { if (debugFlag) Print (...args) } But I don't know what argument I should pass to myPrint() function instead of ...args which support all data types Thanks in advance
  Freelance rules  (2)
Hello all, QQ. I see a lot of Tradingview jobs out there, but can anyone confirm if it is against the rules to post a job for a C# robot to be built for another platform? For example Nigertrader
Hi everyone I have two files EA and INDI in ex4 formate and i need to convert them to ex5 format so i can use them on MT5 Is there any online way to convert them or an app Please advice
Hello, When I want to do a backtest on the last 3 months, Metatrader 5 tells me that it does not have the historical data. I deleted all the historical directory to force the download, but now it has no data and no longer downloads. I deactivate Kaspersky thinking that it is blocking the download
is it possible to close a trade after it is opened position by EA
hello guys, i wish you best. what is actually difference between static input and normal input in MQL language? i mean sinput and input in the book i read written that: "The value of a static input variable can be changed, but it cannot be optimized in the Strategy Tester. Static input variables are
Has someone been victim of a larceny on meta trade
Hello, for the currency that have 5 digits i use this: dif = (OrderOpenPrice() - vbid) / 100; and i can see the diference between openprice and market to calculate the stoploss, for example: stoploss = vbid - dif; this work fine for 5 digits the stoploss is ok because the digits number are the same