Adegbola Shodunke
Adegbola Shodunke
Friends

Add friends via their profile or user search and you will be able to see if they are online

Adegbola Shodunke
Registered at MQL5.community
Adegbola Shodunke
Added topic explation needed pls
Ca in  somebody explain to me what sandbox means and what role does is play while using fileopen() function .And also I copy a file in a directory "file" in mql terminal but this file cannot b open by fileOpen(),not sure I copy the file in the
Adegbola Shodunke
Added topic HOW TO?
can anybody give a suggestion if possible on how to draw an horizontal tine using an Expert advisor,such that the horizontal line limit is defined rather than extending throuhgout the chat e.g drawing a line so that it only extend from say time[17]
Adegbola Shodunke
Added topic trendline break,using icustom;
Please can anyone help with this idea.I will like to get a particular value(price) at a particular bar say bar[1],such that the price at which if price hit will result in treand line break occur can be returned using iCustom (...........).your
Adegbola Shodunke
Added topic HEDGING THE SAME CURRENCY PAIR,a problem!
I try to write an EA where two opposite instant orders of OP_BUY and OP_SELL COULD BE OPEN .I discover only one of the order keep opening, the other being ommited.Why? int start() { //---- if (time0 != Time[0]) {
Adegbola Shodunke
Added topic imagine this scenario,what will happen
I am new in EA coding,but i don't know if it is possible to put an EA WITH SAY "trader xpert" in more than one security window e.g the same expert being placed to trade in EUR/USD WINDOW,EUR/GBP WINDOW,USD/JPY WINDOW all at the same time
Adegbola Shodunke
Added topic VOLUME CONFUSION
I have problem understanding the concept volume,there are like three definition i 've seen so far .I don't understand if volume represnt any of these definition:1 amount of ticks in a given time period (2)amount of contract transaction in given time
Adegbola Shodunke
Added topic HOW TO?
I do i write a code to search for the highest high of bar series between the opening of last trading seesion and the close of the last trading session .Thanks forum
Adegbola Shodunke
Added topic PARAMETER PASS
WHAT PARAMETER CAN BE PASSED INTO FUNCTION Period() e.g is it possible to pass this parameter period(period_H1).or any other way of passing a parameter into it
Adegbola Shodunke
Added topic SLEEP FUNCTION NOT WORKING WHY?
I have a code like this: if(pos_dv==true){Sleep(300000);Experts=1;GlobalVariableSet(Quantity1, Experts);} ;my intention with this code is that the expertt should wait for 60minute before assigning 1 to expert and setting
Adegbola Shodunke
Added topic IS IT POSSIBLE
I DON'T Quite sure because i am a novice in meta editor.If it is possible to have an EA attached to a 15 min chart,and while running on 15 min chart can still consider events going on in 1hr chart" window 0" in its codes even though it is
Adegbola Shodunke
Added topic HAVING PROBLEM WITH GLOBAL VARIABLE TIMING
I WROTE A CODE LIKE THIS deltime=time[0]+2*period()*60; if(TimeCurrent()>=deltime) {Experts=0; GlobalVariableSet(Quantity3,Experts);} in this code, if deltime is assigned thus nothing will happen if timecurrent
Adegbola Shodunke
Added topic TEST GENERATOR UNMATCHED ERROR,WHAT DOES THIS MEAN.
I tested expet advisor on meta trader EA tester,I noticed that The EA was not executed,, I checked the jornal what i saw is this...(2009.07.22 03:28:22 TestGenerator: unmatched data error (low value 1.4192 at 2009.07.22 13:15 is not reached from the
Adegbola Shodunke
Added topic HELP LOOK INTO THIS CODE CAN'T FASHION OUT WHAT IS WRONG
I KEEP GETTING ERROR 132 (REQOUTE) FOR THIS CODE WHEN TESTED ON STRATEGY TESTER .THE CODE IS ABOUT FINDING A DIVERGENCE BETWEEN PRICE AND MACD.HELP CHECK IF ANY ERROR .THANKS IN ADVANCE.I HAVE ATTACHED THE CODE TO THE POST
Adegbola Shodunke
Added topic CODING FOR macd and market trend
I find it hard to write this code for EA. MACD rising while market is falling as indicated by the bars or MACD falling aaaaaaand market is rising.If a code for this relationship can be written i can make some market order.Anyone to help please
Adegbola Shodunke
Added topic IS IT POSSIBLE?
I WONDER IF IT IS POSSIBLE TO CODE FOR A TRAILING STOP THAT CAN MOVE IN OPPOSITE DIRECTION UNTIL A CERTAIN CONDITION BECOMES FULFILED
Adegbola Shodunke
Added topic HOW TO?
I WANT TO CODE FOR A TRADE IN WHICH,IF A PENDING ORDER BECOMES A MARKET ORDER, A CORRESPONDING ORDER OF THE SAME PARAMETERS BUT OPPOSITE TRADE IS AUTOMATICALLY TRIGGERED.I WILL BE GRATEFUL IF THIS CAN BE DONE
Adegbola Shodunke
Added topic HOW TO MAKE AN EA EXPIRE AFTER SOME LIMITED PERIOD OF TIME
IS IT POSSIBLE TO PROGRAM AN EA TO BECOME INACTIVE AFTER RUNNING A PERIOD OF TIME E.G FOR A DEMO TESTER THAT JUST WANT TO RUN IT FOR A WEEK,TO SEE IF IT IS WORKING BEFORE BUYING
Adegbola Shodunke
Added topic MAKE A PROGRAMM HIDDEN HOW?
IS THERE A WAY TO MAKE A PROGRAM HIDDEN IN MQL4 EDITOR SUCH THAT IT CANNOT BE READ,VIEW,OR MODIFY BY UNAUTHORIZED ACCESS.THANKS FOR A A QUICK RESPONSE
Adegbola Shodunke
Added topic order delete a pending order bythe other pending order of opposite trades .HELP!!!
I have been wondering if it is possible to have a code where two opposites pending order can be deleted by one if the order becomes a market order.If possible can you help me write the codes
12