Forum

Read File Function build 600

Hello, i have a ReadFile Function which does not work any more in the new build 600, can somebody help me or is there another new example for ReadFile function? Here is the Code from my Current Read File function: #property copyright "MetaQuotes Software Corp." #property link

My Range EA make 30.000 Pips last week

Hello, I have developed a EA System that makes good profit in sideway market. Attach is a backtest with my EA from last week trading EURUSD 5 min Chart, it has make more then 30.000 Pips with 0.1 Lot. If the market move to a trend the risk become bigger to loose, but I think it is also a good

Draw a dropdownmenue on chart

Hello, can somebody help me to draw a simple dropdown menue on chart like in following picture

Commission Info

Hello, is it possible to get the info abouth commission before a order is open? I know there is a function Order Commission() with which you can get the value, but when you have no order open, is it also possible to get this info before you open a order

no memory for string error

Hello, does somebody know what the error mean "no memory for string" i did see that today in my experts tabs

Chart Picture send it online from EA

Hello, when you make a picture from your chart then you can save this picture with a option to send it online. Is it also possible to make this process automatic in a EA, so that the picture will be save online when my EA open a new trade

Mt4 read a website

Hello, is here any good code avaible with wich i can read with the MetaTrader a website? For example when i want to read the source code from a website with market news into a expert advisor

Multiple Metatrader on VPS Server

I have 4 MetaTraders on my VPS Server , every MetaTrader i have save in a folder and the folder is on my Destop. Sometime i see that a chart does not reload itself or that a EA does not run and i want to ask people here if they have find simular little problems when they use some MetaTraders on a

MT4 backtest Bug ? Indicator Shows future move

I think that is a error from backtester

This looks like a mt4 error Comment(DoubleToStr(10/100,5))

if i write this in a expert advisor: Comment(DoubleToStr(10/100,5)); he show me on chart as result: 0.00000 but 10/100 must be 0.1