Forum

Problem With Strategy tester!!!

Hi I creat New EA,when I test it in Strategy tester in MT4,it work for some day then screen is freezed without any error in journal tab!!! can any one Help me

Problem with xDayDate function in my broker!

Hi My broker in sunday night at 21PM Open New Week bar(for example in this week mt4 not show any bar between 13th@21PM until15@21PM ) So xDayDate count every sunday as Trading day,I want function not count sunday as Trading day!any one can help me! Appendix: 1:xDayDate Function: datetime xDayDate(

2 last date concentrate Ibarshift

this Is part of my code I want to change it and mt4 automatically calculate last 2 day: extern datetime GOBACK = D'2015.08.30 00:00' ; extern datetime GOBACKtill = D'2013.08.29 00:00' ; int start() { int countedBars = IndicatorCounted(); if (countedBars < 0 ) countedBars = 0 ;

Any one see EA that work with other indicator alert???

Hi I create indicator of my strategy with 7 buffer and many drawing line !this indicator aler:"Sell on symb (X)" or "buy on symb (x)" when I want to create Expert of my strategy,the integration of last indicator with this EA is very hard,any one see EA that work with alert ?for example when alert

EA for auto place stop loss And Take profit depend on Fibo Line and open position price!!!

Hi I want to create a EA that can place stop loss and take profit one every order! The EA must see the sell price or buy price and for Example for buy price: if opening order price between line 38.2 and 50 the ea automatically place stop loss on one line before fibo=23.6 and place take profit on one

Count Open Market Day+Holiday bank EA

Hi I have 2 question: 1-how can I write code in order to go shift bar(like iBarShift) to for example 100 working day ago(count 100 market is on day)?? 2-I want to design a EA rely on my strategy,Can I insert a code that tell to mt4 if that day was Bank Holiday Not Open any order???(this link maybe