Fa Cao
Fa Cao
  • Information
10+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Fa Cao
Added topic a little confusing about the result difference caused by a little changed on codes
the codes are as below: if ( OrderSelect ( OrdersTotal ()- 1 , SELECT_BY_POS )) { if ( OrderSelect ( 0 , SELECT_BY_POS ));     if ( 2 *Stop_Loss > OrderOpenPrice ()+ Bid ) .............. } In the sentence " if (
Fa Cao
Added topic shall I set time on the x-coordinate for graph of tester
Usually the x-coordinate of tester's graph shows order serial numbers as below: I want to set these numbers as time, such as 2013.1.2 or other time
Fa Cao
Added topic how to make the continuous sound once some thing happen?
I want to achieve this purpose: when the EA was attached into some pair's chart, and some case happened, then a message box or relative thins will be showed, and a certain sound, such as "alert.wav", will play again and continuous until I
Fa Cao
Added topic expert complain that"zero devide"
I don't know what is the chance for "( TimeCurrent ()- Time [Bar_Low])" or" ( TimeCurrent ()- Time [Bar_High])" to become 0        int Bar_Open = iBarShift ( NULL , 0 , OrderOpenTime (), 0 )
Fa Cao
Added topic About account's function
now I log on 2 accounts on my PC, I want to realize that: when I trade an order by one account, then I want to the other account send relative order at once. Shall I realize this by some function
Fa Cao
Added topic shall I know an order has been closed at once?
when I open an order some time, but some time the order had been closed at stop loss , shall I know it immediately when the order is closed at once by EA and send an reverse order? is there some function to do this? if not, how I should set to
Fa Cao
Added topic about executing order for Indicator/EA/Script
now I have make an Indicator, besides the indicator line , also drawing another line -- x. the code as below: when I attached to the chart. the line x will not be drawn(Expert complain unknown window), but if I compile the code again, the line x will
Fa Cao
Added topic questions about Custom Indicator
about Indicator shall I draw two indicator lines by one Custom Indicator and make one indicator line is shown on chart window and the other line is shown on separate window. when I have define an buffer array x[5]; and I want to use its values in EA
Fa Cao
Added topic Still "IndicatorCounted()", about recounted.
I find that indicator will recount at least one bar when by "IndicatorCounted()", for example, the code as below from " Alligator " when I attach this indicator into chart, I see as below picture in Experts of Terminal That means
Fa Cao
Added topic what is the ticket means in tester strategy?
I don't know what the ticket means in tester strategy. means an "new" order closed, or other some thing? in tester strategy, I always think Bid is M1's open price minus spread and Ask is M1's open price plus spread, it is ok? Now I am
Fa Cao
Added topic how to set MT4 on mobile phone?
I have installed MT4 on my phone. For the first run, it requires me to do some connection settings: Host: Port: Password: I don;t know how to add these 3 items
Fa Cao
Added topic about tick's information on tester
When we test EA by strategy tester , is there "Bid","Ask", and so on data on the history tick? and if there is, the gap between "Bid" and "Ask" is what exist on history for some broker? Thank you
Fa Cao
Added topic about Tester‘s question
I want to realize that when EA is running to the point where an order should be send, I want to get an "confirm click" to confirm this order should be send or not. I mean sometime I can't make it very clear the order should be sent or not
Fa Cao
Added topic A question about EA
Imagine that the first tick coming, EA will run and decide do something or not, but what will happen when the second tick is coming before completing EA's computing about first tick? thanks
Fa Cao
Added topic EA Tester's result
Above pictures are M15 and below pictures are H1: this result is testing the EA for 5 years from 2009 to 2013. but the EA for testing 2001 to 2007 is not good; about 2008, it is very strange: when I test it on 2008's data, only traded 10 orders;
Fa Cao
Added topic a problem about tester's data
I have prepared data for strategy teater as below: open a chart window, zoom out, then mouse left down, drag towards to right from left, many new bars coming; so this behavior has download recent data in the current time frame; now I download like
Fa Cao
Added topic Shall I get some advice about my EA according to the test result
Test Period: 1 years; Spread: 10; Result as below pictures: This EA is made just now, I think there must be many deficient points, so I post its result pictures here to get advice for this EA's serious deficiency
Fa Cao
Added topic Seek a method of differing two situations
I made an Indicator which can draw a line on chart as below; some time this line cross the bars around it and some time this line always run above / below bars as below: the first situation: the second situation: So I want to get a good method of
Fa Cao
Added topic About data for strategy tester
The data for test from two ways: the first one: we down load data from internet and import these data into MT4 and do some period convert; the second way, open the pair chart, then zoom out, and then just go to see the leftest bars, at the same time
Fa Cao
Added topic when do you think EA can be used in live trade?
maybe it can get good result on many pairs or many time frames in one pair? or other some situation