
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
i use a Void function to make a margin check before opening a new trade.>1500% ok for open, <1500% wait for next tick.
When margin low the check applies because i see in journal Margin Check Failed, but the order is then opened. Has someone an explanation?
start()
{
margincheck()
Tradecontext check;
Open trade
return(0);
}
Thanks for advance....