Forum

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

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 comes back to level (B) close all orders. My code ( for level (B)) is

Cross arbitrage trading strategy.

Can someone explain to me what cross arbitrage is in great detail? I also appreciate links/refference. Thankx experts

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

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

Having trouble to do this

// If the price is greater than OrderOpenPrice() and it comes back to OrderOpenPrice() then OrderClose(). // Advise, SampleCode is appreciated

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

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> 0 ) { the_line= 0 ; return ( 0 ); } if (total< 1 && the_line> 0 ) { Print ( "The Line is There" );

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 ORDERS //************** //OPEN A HEDGE** //************** if (a < b) //openbuy { openbuy= true ; } if