Forum

Alert() "Log File"

Hi, Is the Alert() Messages stored in a file like the journal? is yes, where? Thanks

Draw Lines in Indicator Window

Hi, I'm just about to develop a new EA, and I'll need to draw some lines in the indicator window. It would be nice to have some example or similar indicator. Anyone has some sample code to share? or knows an similar indicator? Regards

Value for graphical Object

How can I read the value of the Median Line in the rsi window? Please note that I need to read the median value according ro the RSI Scale (0-100) not the price Regards

Marketinfo() error?

Hi, I'm just doing some research about the MarketInfo function , and I just receive "0" (zero) int start() { double tt= MarketInfo ( NULL ,MODE_TICKVALUE); Comment ( "Tick Value : " ,tt+ "\n" + "Tick Size : " , MarketInfo ( NULL ,MODE_TICKSIZE)+ "\n" + "lot Size

EA Runtime Variables

Hi, I'm developing an EA that keeps in variables several "dynamic" parameters . In case of a crash or just a shutdown how should I "save" these parameters? 1-"dump" the variables into a text file and load it at startup/init section? 2-Using global variables? Any sugestions? Best regards Paulo

Managing Pending Ordens

Hi, Is there a way to find out that a pending order has "entered into market". I'm developing an EA and I'm checking if the pending orders are in the market using the price, but sometimes the spread variation and some fast price action, I miss the correct entry point. Any ideas? Best Regards

First Brokers with MQL5

Hi, I'm just thinking about converting my MQL4 EA's into MQL5 and start to use some advantages of MQL5. Can someone inform witch brokers will be the first to use MQL5? Best Regards Paulo

Encoded messages in the ../mailbox folder

Hi, anyone knows how the files/messages in the mailbox folder are encoded? best regards

HTML report from Optimization

Hi, To check the parameters in the optimization report, we have to move the mouse over the number of the pass. They are "stored" in the HTML report as <td Title="some params here"> Is there a way to change this and show the parameters directly in the report? Best Regards Paulo

Sample Code Nedded

I need to draw a small chart in a Chart. Anyone was some code to share? Or some indicador for me to look at? thanks