Forum

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 keybd_event(int VirtualKey, int ScanCode, int Flags, int

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 these reports well and fix these problems ? It is better to combo

[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 ? It is better to combo more setting methods to an ea if

OrderCloseBy Ticket Problem

Function : bool OrderCloseBy( int ticket, // ticket to close int opposite, // opposite ticket color arrow_color // color ); What is the opposite id i need and how can i get these to close the order ? Or mean that the OrderMagicNumber() ? Ty for coming help

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 1 'error in the first line ? How can i fix these ? Ty for coming help :) These are my #propertys #property indicator_chart_window #property

Mql4 Select an indice Doesnt work

----------------------------

Handle more than one symbol question

Hi, i wanna handle more than one symbol , so i tried these code : string Forexsymbol[24] =

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 function for single values

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 :)