tafadzwa
tafadzwa
Friends 2
tafadzwa
Added topic help concerning communication between two trading accounts .
I have an account from Mayzus and another from XM. So i want the Mayzus acc to send the bid prices to XM acc and vice versa. All help appreciated
tafadzwa
Added topic Help. closing all orders
///+------------------------------------------------------------------+ This is what i want to do.( if the Bid crosses a level  (A)  up and then comes back to level (A) close all orders.  if the Bid crosses a level (B) down and then
tafadzwa
Added topic Cross arbitrage trading strategy.
Can someone explain to me what cross arbitrage is in great detail? I also appreciate links/refference. Thankx experts
tafadzwa
Added topic Pairs movement question.
Say for example its the opening of a bar on an m5 chart, currencies will move (up/down or remain flat). Are there currencies that (always) move first? Do some(always move a little bit later? Help, advise, links. Appreciated. Thankx
tafadzwa
Added topic Advise on this thought.
i want a peace of code in an indicator that does the following : search in the history of a currency pair for the open price (bid) that is equal to the current open price (bid). How best can this be done? Thank yu
tafadzwa
Added topic Having trouble to do this
// If the price is greater than OrderOpenPrice() and it comes back to OrderOpenPrice() then OrderClose(). // Advise, SampleCode is appreciated
tafadzwa
Added topic this works? if an order is open and then i want to close the order this way......
if a buy order is open and this is true(OrderOpenPrice()==OrderOpenPrice-(3*Point)) then close buy
tafadzwa
Added topic whats wrong with this small function (*_*)..........
// catch value of bid if no order is opened. double line_of_trades( )   { static double the_line= 0 ;   // save value btwn repeated calls.      int total= OrdersTotal ();      if (total>
tafadzwa
Added topic orderclose not working. Can somebody Point to me whats wrong with my code. correct me.( this readable raptorUk)?
Experts plz make this orderclose work thank yu. any help suggestions are welcome                  int a= 1 ,b= 2 , c= 1 ,d= 2 ; //VALUES ALWAYS TRUE IF NO ORDERS THEN OPEN 2
tafadzwa
Added topic How can i capture that value? thank youto those willing to help.
Check comments : if bbmn is equalls to zero remember the immediate high if the same bbnm the same to ttre. thank yu all. download question.mq4 check the comments(bottom) find bbnm there. thank you
tafadzwa
Added topic Many coditions for opening orders. Your Advise.
How is it possible that an EA has more than one condition for opening orders.Advise ,Example appreciated
tafadzwa
Added topic My EA calculates the percentage between buyers and sellers per bar.The problem is that its not calculating on every bar.How can this be done. Advise appreciated.
Advise on how to do it. Very much appreciated.  Thank you for your response guys, i also need this 'on every bar'  issue to be resolved. 
tafadzwa
Added topic i have these two conditions to open a buy order. How best to do it, if any of these two conditions is true.
double CurrMinusPrevA=iHigh(NULL,PERIOD_H1,0); double CurrMinusPrevB=iHigh(NULL,PERIOD_H1,4); double CurrMinusPrevC=iHigh(NULL,PERIOD_M30,0);  double CurrMinusPrevD=iHigh(NULL,PERIOD_M30,3);    if (CurrMinusPrevA<CurrMinusPrevB
tafadzwa
Added topic Clarify me on this part of my EA. Suggestions appreciated.
CurMinusPrev=iHigh(NULL,PERIOD_M1,1)-iHigh(NULL,PERIOD_M1,30) //open buy if  CurMinusPrevV=iHigh(NULL,PERIOD_H4,1)-iHigh(NULL,PERIOD_H4,20) if 
tafadzwa
Added topic this works, this idea reasonable? help is very much appreciated
thi high of the last 2 H1 bars-the low of the last two H1 bars could be....  double HighMinusLow_H2=  MathMax(iHigh(NULL,PERIOD_ H1,  1),  iHigh(NULL,  PERIOD_H1, 2))-  MathMin(iLow(NULL, PERIOD_H1, 1), iLow(NULL
tafadzwa
Added topic am a newbie pls be patient with me where can i learn coding Expert advisors in mql5 language
am a newbie pls be patient with me where can i learn coding Expert advisors in mql5 language Thank you
tafadzwa
Registered at MQL5.community
tafadzwa
Added topic how is it possible that an expert advisor be coded to do the following: buy when the price trend is going up and sell when its going down. (this is only a part of my ea plan)
how is it possible that an expert advisor be coded to do the following: buy when the price trend is going up and sell when its going down. (this is only a part of my ea plan)
12