c0ntr0x
c0ntr0x
Friends

Add friends via their profile or user search and you will be able to see if they are online

c0ntr0x
Added topic Run Script from Ea
Hello Guys, i found the function StartScript to excute scrips over ea events this is the function :  #import "user32.dll" int RegisterWindowMessageA(string MessageName); int PostMessageA(int hwnd, int msg, int wparam, string Name); void
c0ntr0x
Added topic EA DAX30 H1 Feedback needet
Hello , im searching feedback for one of my first EA's . The report :   http://traidingtool.square7.ch/DAX30-H1.png   As u can see i have non lots optimized  and im going first long only with these method. Whats most importent to read
c0ntr0x
Added topic [DAX30] H1 EA Backtest Feedback needed
Hello , im searching feedback for one of my first EA's . The report is attached. As u can see i have non lots optimized  and im going first long only with these method. Whats most importent to read these reports well and fix these problems
c0ntr0x
Added topic Translate Indicator Code into EA
Hello, im trieing to use code of indicator in an EA.  I get the Error : OnCalculate function not found in custom indicator               1       
c0ntr0x
Added topic OrderCloseBy Ticket Problem
Function :  bool   OrderCloseBy(    int         ticket,       // ticket to close    int
c0ntr0x
Added topic Mql4 Select an indice Doesnt work
----------------------------
c0ntr0x
Added topic Handle more than one symbol question
Hi, i wanna handle more than one symbol ,  so i tried these code  :    string Forexsymbol[24] =
c0ntr0x
Added topic MQL4 Bars Read Out
Hey, im looking for a method  to read out bars, and how can i check them for bull or bear bar etc. I coudnt found something helpfull in the mql4 references, just    int Bars and iBarShift but i dont know how to check with these
c0ntr0x
Registered at MQL5.community
c0ntr0x
Added topic How to Select Symbol for Expert Advisor
Hello, im new in coding with mql4 . So my problem is that everytime i start my Expert Adivsor via Debugger , he automaticly select the Symbol EurUsd . How can i change these ? I tried to Change over Strategie Window but nothing happend. Pls Help me