General - page 584

Hi, I have a trading method that uses two indicators overlay on each other. For example moving average overlay on RSI. Can I code an EA based on the cross of the moving average over the RSI levels (e.g., when the moving average is above RSI 70 line). Any coding ideas or suggestions. Thanks
  TDI  (6)
Does MT4 have TDI? I am new to the forex market. I have a demo version on fxglory, and would like to use the TDI for indicators. If it does have it, how do I access it? If not, where can I get it
Singnal Says it is subscribed but not copying the trades
  VPS DLL error  (2)
I can't add expert advisor to vps. I get the error "DLLs are not allowed." ( Kernel32 .dll). But I let the dll from the settings. I am trading with metatrader open but I cannot load vps
morning guys, i have a question how can i deactivate the EA thats on VPS
  Signals  (2)
Do signal providers close trades from their end or do i have to do it
  Signal Provider  (3)
Hi, I am a signal provider and i want to know something. If a person subscribe on my signal, i will have a mail in mailbox on platform ? Or it's just on forum
Please help How do you save s/r levels on the chart in MT5?? when I draw the levels and change charts when I return to marked chart the levels are gone
My VPS account gives me an error message saying Frozen. I use an expert trader and now its not making any new trades. What would be the problem
  sell only!  (1)
How can I disable buys from an Expert Advisor? Because I discovered that buys bring losses while sells bring all the profits I want to force the EA to do sells only. Is there a practical way to do it from the MetaEditor
Is there any way to get the floating profit amount (the bottom right figure in terminal window, in the Trade tab) to be blown up on the screen? So you can see just this amount filling up the whole screen, seen clearly from a distance! Thank you
Currently our hosting service is on VPS or VPN, which service you are providing
How do you choose exactly what lot size you will get can I fix it for example to 0.03
I just rent 6 month of virtual server. why the status say "stopped". how do enable it? or need to wait
Hello guys! All right? I have a question to solve in the stock market (B3 - Brazilian). I developed an EA, however, I realized that in some moments (I believe that it is highly volatile), the Last price moves away from Ask and Bid, and in these situations Last reaches my TP in profit, however
Dear experienced traders, Can we test news EA? Do we need to download the new manually when we want to test it? How to do it? Thank you in advance and best wishes, Sky
I am currently using a demo account . I have noticed the trailing stop is not working. I right click on my open position, click on trailing stop, set my stop for 10,000 points (10 pips) and nothing happens. Do I need to do something else or am I missing something here? Thanks
  MACD MT4  (2)
Hello. I downloaded the indicator [...] MT4, I got it. I am a learner and really and I am confused using it because it has many information but by now I only want to use the [...] with two lines and the histogram. Somebody can help me with information about how to setup this indicator (I supposed in
It may be totally random , or due to updates ,but whenever i visit the market place and browse around then the cdn (c.mql5) is not delivering files any longer - causing buttons to not be displayed , screenshots, logos etc. If i then erase the browser cache i see a 1996 :D version style of the site
  LL crossing MA  (1)
Hi, How can i check if market made newer Lower Lows and it must cross Moving Average. I am new to MQL and need just logic(steps to code) of it, so i can try to code it myself. any help is much appreciated
void OnTick () { double SmallMA_Array[], BigMA_Array[]; int SmallMADefinition = iMA ( _Symbol , _Period , 21 , 0 , MODE_EMA , PRICE_CLOSE ); int BigMADefinition = iMA ( _Symbol , _Period , 100 , 0 , MODE_EMA , PRICE_CLOSE ); CopyBuffer (SmallMADefinition, 0 , 0 , 50 ,SmallMA_Array); CopyBuffer
Can you help me correct my coding , in which I'd like to trail both TP and SL, may be I am too optimistic but it seems do not working. please help to correct it : it is a function looks like this following: ////////////////////// trailing profit BOOL function ///////// void TrailingProfit() { if
" array out of range " error when executing indicator Hello I managed to "translate" a weis wave indicator from mql4 for to mql5 but when executing on the platform it gives the error "array out of range" line 49 (OnInit). how fixet? Thank you. code: #property indicator_separate_window #property
Can anyone make it mql5 for me ? Thank you.
  Re: Symbols  (4)
Hello I appreciate this might be classed as a "Newbie" question but I am currently running MT5 but sadly the FX currencies are limited to the majors, I have no minor or exotic pairings. To add insult to injury I have no Commodities, Stocks, Metals (Except 1 gold reference).Is there any way to extend
I want to change my link name, how is it possible
Hi, im trying for the 6th time to run some EA optimizations on the mql5 cloud network and it always fails well before i reach 10% and im left with time and money wasted. First its the Europe network that fails, than switches to USA network, which ultimately fails too. My internet connection is
Hi there. I have subscribed to Signal provider but I am not receiving the his/her signal. I think I might have made a mistake when setting the parameters . Is there a way to modify the subscription? Thank you
in one place of my code i have and if and else related to it but not of them worked how it can happen?? cTgh is just a counter if (Close[cTgh+ 2 ]<Close[cTgh+ 1 ]) { BE= 1 ; } else { BE= 0 ; }
For example, %.4f will display a double to 4 decimal places, but for the life of me I can't find a simple way of suppressing that useless leading zero. Sure, if the integer part is "1", by all means show it, but not a "0.xxxx". I'm trying to cram a lot of data in a tiny space and need that pesky 0