Forum

mt5 still with the bug of losing colors in some components in the newer builds...

mt5 still with the bug of losing colors in some components in the newer builds... (last tested oficial release with the bug) mt5 build 2085 for example: how reproduce the bug. connect to a mt5 broker account - open a clean chart - drop the indicator BB from "Examples\BB" - change the BB colors to

to mt5 support , bug news releases mt5 (1940+)

to mt5 support , bug with news beta releases mt5 (1943) when using the back test if you press play button, and after a few seconds you press "pause" and press PLAY again the "pause button" comes gray (and you cannot press pause again..) and the backtest cannot be paused anymore in that session you

need source sample

Hi, Someone could point me a MT5 Indicator (with sources) that draw various timeframes like this ? I need a sample sources to modify it and put another indicators inside. tks

partial close in mql5 (netting mode)

Hi, I'm trying to use partialclose but it's not working, I think that this mt5 is only for hedgeing Could someone show me a similar function/code for partialclose that works with netting mode? I buy 2 and to partialclose 1 contract. I sell 2 and to partialclose 1 contract. thanks

iMFI with iMA

Hi, I'm trying to code a iMFI that has a iMA inside it... the iMA will get the "first indicator's data". but I cann't find any sample to understand how I could code this... I tried to code it my self , but isn't working... the iMA is not getting data correctly. http://pastebin.com/vpPmg2MY

how create MA with Levels

Hi, How Can I create a Move Average with levels ? I need to add two level to MA... like this sample. //+------------------------------------------------------------------+ //| MA.mq5 | //| Copyright

MT5 expert advisor - how close all opened positions by EA

Hi, I need a function (close_all_orders) that close all opened positions by the EA. The idea is to close all opened positions by EA after the end of day void OnTick() { if(Hour()==16 && Min()==55) close_all_opened(); else ExtExpert.OnTick(); }

mt5 - how add costs per orders

In my brokerage for mt5 , I have costs for operations, where I can calculate using "cost per contract (= sell+buy or buy+sell) " or "per order (=sell or buy) " Cost per contract = 1.0 // 0 = use "cost per order" Cost per order = 0.5 // 0 = use "cost per contract" How can I use the costs to make

what is the command to "exit" a procedure ?

Hi, I don't know what is the command that "exits" the function/procedure/event without execute the rest for example my code below... tks void OnTick(){ bool RoboON = false; if (checkTimeLimits(StartHour1,StartMinute1,EndHour1,EndMinute1,TimeCurrent())) RoboON = true; if

need a sample EA with two move averages

Hi, need a sample EA with two move averages I request this, because I create a EA that have other components and move averages, the components are displayed in backtest and while in a windows (running the EA), but the Move averages aren't display in a windows (running the EA), only display in back