Forum

Source code of http51.dll

I have seen here at many places refer http51.dll but where is it ? Where can I find the source code ? I tried surfing through the complete code-base but no luck. Hopefully, someone can help

Unable to create signal - Not accepting broker HFMarkets-Demo Server

hello I'm doing really good on a hotforex account. I need to become a signal provider . I tried creating a signal but it's not accepting the broker, I tried the mt4 server name used in the login dialog, even tried normal hotforex, but nothing worked. Looking forward to some help

How to edit/del review

I've given review to a signal provider . When I'm logged in I see edit/delete links on my review. I tried clicking both but neither of them works, they just give me a 404

Signal subscription not closing trades instead showing popup to synchronize

hello guys, I've subscribed a few signals. Corresponding to the signals the trades gets opened. But the trades do not get closed, instead a popup is received saying that please see the attached image (dialog). Please let me know how to allow my account to just follow the signal in all cases

dynamically change login accounts in metatrader

hello guys I wanted to develop a site like myfxbook.com. I am wondering how does it fetch all account history. they must be having an EA or something through which they can change login account. so my question is "how to change login into metrader through ea or dll or any other programmtic style"

My open orders gets automatically closed, although no where in my code I call OrderClose(). Moreover, most of the time the transactions are unsuccessful giving error code 130.

extern int UPPER_LIMIT_ON_COUNTLOWHIGH=5,TOTAL_ORDERS=3; extern double SL=200,VOLUME_LOT=0.01; extern int SLIPPAGE=3,TP=2; int countlowhigh=0; double prevprice=0.0; //+------------------------------------------------------------------+ //| expert initialization function |