General - page 971

Hi all, i just a problem whit the market window, i'm loggin in but all indicator and purchase disappear, i have only 3 empty windows, "principale" "preferiti" "purcase" is all empty, how i can resolve? t y in advance for helping, and sorry if maybe is a wrong forum to do this message but i dont find...
eSTOY intentando utilizar algun indicador como takbir o signals en un EA que estoy programando. Alguien sabe como puedo hacerlo?. Es decir por que valores debo preguntar en la vela donde aparece el indicador de compra o venta ?. GRACIAS
  Copying  (5)
Hi i am new to trading, I just lost 200usd in 2 days period, is it advisable to copy a trader? please assist, thank you
Hi, do you know if it's possible to call a function dynamically please? I f yes, how? Example: Function declaration: Void myFunction1(){...;...;...;} Void myFunction2(){...;...;...;} Void myFunction3(){...;...;...;} In the code: for(i=1;i<4;i++) {   myFunction+"i()"; } This example doens't work, but...
Hey everyone...am having a problem with an indicator called the hindsight oracle which i downloaded here..its not working on my mt4 platform... Can someone be generous and upload a working one please
I have a great strategy that works extremely fine. I want to create an indicator based on it.  This strategy is based on Candle stick and Bollinger Bands  My problem is coding. I just got started with coding and I am finding it difficult to write a code on it and would love someone to help me out on...
Hi, I have purchased an indicator through MQL Market and wish to incorporate the output data into an EA. Does anyone know if this is possible? And how to get the MQL Market installed indicator into the indicators folder rather than only the 'Market' folder.
Hello everyone and thanks in advance. My problem is the following, in MQL4 I can use the following code: double priceopen = OrderOpenPrice();MqlDateTime time;TimeToStruct(OrderOpenTime(),time);int candle = time.hour;double atr = iATR(_Symbol,_Period,candle,0); Once I have the atr value i then (if...
How do i drag the charts vertically as when i drag the charts horizontally, as in 3Dmentionally
  Help - I'm a newbie  (91   1 2 3 4 5 ... 9 10)
I named the topic illiterately in order to attract the attention of those who want to make fun of it. What's the point of the question? I am a beginner - except for the fact that my MT4 indicators were written by Shurka about 10-12 years ago, I used to study the analysis and I was at the time when
Is the any broker with no slippage when trading NEWS releases? Or Atleast minimal slippage
Hi, I would like ask if anyone observe that the crypro folder on symbols doesn't exist anymore.  Or may be the only one who have that issue. If it is true, then why is that happens ?  Thanks
Does the desktop terminal have to be running constantly for the mobile push notifications to work?
Are there any coders who can convert MT4 indicator code to TOS?   Thanks
How I can calculate the previous 3 minutes candles stochastic values? Kindly, let me know
The Custom indicator repeats multiple times while using strategy tester. See the image of the custom ADX:   I don't know why the indicator is getting repeated in the MQL5. I have called this indicator using the iCustom() function. Kindly help me as fast as possible to resolve this issue.
[Deleted]
Hello I have just downloaded MT5, and I have put a graphic on m30 with volume, and everything its ok, but I then go back some days and volume data starts to behave pretty bad. What to do? Is there a way to have reliable volume data or download it? In MT4 volume was ok no matter how back you would...
[Deleted]
Periods should be visible from the start and also strategy tester. Most used things ever in MetaTrader.
[Deleted]
It was not possible on mt4..
Hello guys, do you know some system to performs Metatrader5 using Expert Advisors directly online? I checked Zulutrade that uses MQL4 script or similar to create and run EA directly on their server. Do you know others but using MQL5 or similar? Thanks
  Lithium  (2)
Does anyone knows a broker allowing trade in Lithium?
Dear every body, I am the newbee here, I really need to join the MT5 for my notebook as OS Windows 10 pro but can not install it occur message error as attached photo
  MT4 shutdown  (35   1 2 3 4)
Hi it seems there are signs out there that MT4 could be shutdown this year ? This would not be an issue if MT5 code was simpler instead of beeing more complicated for end users. In MT5, you cannot call directly and easily an indicator function to obtains the datas, you must first use the...
  WebMoney  (4)
Hello, I remember that MetaQuotes announced that WebMoney will no longer remain in service on this site! But, still I can see it is active and also the logo of WebMoney is placed on the bottom of the web site as captured below.
to the greatest coders of the forum!! Can you please explain the geometry/ math behind this code (Roy Kelly Cycle Identifier . I know it repaints!) ..Please Using Pi value, and this magical 1.414 or diagram to show it as abcd... Please double ZeroLag( double price, int length, int pos) { if
Dear friends, Please be informed that we are going to reconfigure our WebMoney account. Unfortunately, the ability to withdraw funds via this system will be disabled during this time. The procedure will start on March the 2nd, and may take several working days. After that date the ability to...
  trading options  (2)
want to learn to trade options on MQL5 can someone help me please?
[Deleted]
Hello, Is it possible to simultaneously copy two signal provider, with MT4 vps and on the same trading account? Obviously all in automatic trading.
I am trying to print the values of the ADX indicator in MQL5. Here is teh code and the output of me test: void OnTick()  {   int testing = iADX(_Symbol,PERIOD_M1,5);   double dminus[],dplus[],main[];   ArraySetAsSeries(dminus,true);   ArraySetAsSeries(dplus,true);   ArraySetAsSeries(main,true);...