Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Hello All,
I'm using Interbank FX demo account and just testing the OrderSend() function.
I created a new Expert Advisors and under start() I have place the following code
if(Bars != bars)
{
bars = Bars;
int ticket;
ticket=OrderSend("GBPUSD",OP_BUY,20,Ask,3,Ask-25*Point,Ask+2*Point,"My order#1",16384,0,Yellow);
}
Now is this correct? And if it is, how can I make sure the order went through ok or not?
When I look at Trade tab in Interbank fx, I don't see anything?