Forum

Script Array Out Of Bounds After Using CopyOpen

Hi everyone, I am trying to get a 7200 close quotes from CopyClose. It is working well however I do not know if I have enough elements in my array/chart. Heres my code: #property show_inputs extern int num_of_5_minute_candles = 7200 ; // M5 in one week void OnStart () { double Close_Array[];

MQL4: Finding OHLC By Symbol Name

Hello all, I am writing a script right now. I would like to get access to every symbol and every OHLC candle from that specific symbol. I am getting the symbol name by SymbolName(..., false); right now which is working well. I can see all the currencies I can trade with my basic script. I would like

Trailing Stop and VPS

Hey everyone, Trailing Step only work from the client side as I have read. Is it possible to use a Trailing Stop with a VPS ? Thanks, PiL

MT4 Automatically Closes Trades Without Reason

MT4 Automatically Closes Trades Without Reason. This keeps happening. Does anyone know why? I know I am not hitting my SL and I am not hitting margin requirements

Downloading A Bot For MT4

Hello everyone. I am trying to download a bot for MT4. I am using this URL: https://www.mql5.com/en/signals/mt4 When I click to buy them using the Start copying in MetaTrader, mt5setup.exe is the only thing that downloads. How do I select from these robots? Thanks

MT4 Multiple Trades EA

Hi all, I am creating an EA, but with some issues. I am following the MACD example advisor, but it will only allow one trade in a time, despite the EA is on multiple chart windows. What if I want to make a new trade in a new chart window? For example I create a new chart with EURUSD and run the EA

Running Multiple Instances of EA

Hi all, I have several charts open, each with the same Expert Advisor. I am having trouble running 5 of them simultaneously. For example, when I close a EURUSD chart , another trade takes place from the same ea but on a different chart say the CADJPY. Its as if the ea system is running them one

MT4 VPS

Hi Everyone, I am trying to understand VPS. I have paid and sync'd my MT4 platform with Oanda practice servers. Is that all that is necessary? How will I know that EA trades will take place. Thanks Everyone! Pil

Serious Question Here Guys?

I do not know how the candling system in MT4 works. I am under the assumption that they are "japanese" candle sticks. They Have Open, High, Low, Close But They Are discontinuous. Like This: Even on something like a 5M graph... Why Is This? This Makes Absolutely No Sense To Me. I am Assuming That a

Renko Chart EA

Has anyone ever found a renko charts EA that fully automates the trading style? This would be very helpful. I have used google and I am not really finding anything. Thanks PIL