xin2014
xin2014
Friends 1
xin2014
Added topic Use the iClose() in EA, Why the result is OpenPrice?
I want to print out the Close price and MA price (1 mintue) though the back testing. Here is the code of the EA: //################################################################## #property copyright "Copyright 2014, MetaQuotes Software Corp."
xin2014
Added topic The log file of backtesting
I have used the attached EA file to do the back test. Symbol: USDJPY Model:Every tick Use date: check  From:2013.01.01  To:2013.01.31 Period:M1 Spread:Current When I checked the log file, there were something which I don't understand
xin2014
Added topic How to calculate OrderProfit()?
Sombody tell me I can use the below c alculation formula get the value of OrderProfit() (OrderClosePrice()-OrderOpenPrice())*OrderLots()*MarketInfo(OrderSymbol(),MODE_TICKVALUE)/Point So I test it in a EA file
xin2014
Added topic The details of OrderProfit()
I thought OrderProfit()=OrderClosePrice()-OrderOpenPrice(); But when I check the log file I find it seems I am wrong. Please, hope somebody can tell me the details of OrderProfit(), how to c alculate it? Thanks  a lot
xin2014
Added topic The Log file of BackTest
I have used the attached EA file to do the back test. Symbol: USDJPY Model:Every tick Use date: check  From:2013.01.01  To:2013.12.31 Period:M1 Spread:Current When I checked the log file, there were something which I don't understand
xin2014
Registered at MQL5.community