yalewang
yalewang
yalewang
Added topic what does this file structure mean ?
i saw an an article related MT4 installation . the final structure is as follow : aaa_metartrader \experts\files\ bbb_metatrader install bbb plateform under aaa plateform 's files folder . i do not understand it 's function . can someone tell me
yalewang
Added topic how to accelarate the testing speed ?
when i test an ea it is very slow,even if move the speed button to 32,especiely there is a dll. how to accelerate it
yalewang
Added topic HOW TO COMPILE A DLL?
WHERE CAN I FIND A LESSON RELATED DLL COMPILING
yalewang
Added topic what does the setting file mean?
i down an ea,it has a set file, i do not understand what it mean,and how to choose the figures to fill in features box, may you tell me? thank you, setting file as follow : set file: mn=65488 mn,F=0 mn,1=88 mn,2=0 mn,3=0 tp=500.00000000 tp,F=0
yalewang
Added topic my test report
this ea performs very well before 2009 with huge profit . it can work on any pairs chart
yalewang
Added topic HOW TO USE PENDING ORDERS?
I want to send pending orders ,but don't know the execting meaning of the parameters,wouid someone tell me and post an example ? thanks
yalewang
Added topic how to create changing Lots ?
hello: in my ea,i want the order lots change with AccountFreeMargin or AccountEquity,but when i test it, freemargin arise from 10000 to 20000 or above, the Lots is still 0.1, it should be 0.2 0.3 0.4 my code as follow,may someone help me ? thanks
yalewang
Added topic what's the relationship betwen close[0] and ask or bid ?
what's the relationship betwen close[0] and ask or bid ? thanks
yalewang
Added topic What's wrong with the code? may you help me ?
hi,friends: I download an indicator,when it works for a period of time,it will have a rest or not work at all .when reload it or turn the chart from m5 to m1,it works well again,the sign appears!! it is very strange, may you help me solve it ? thanks
yalewang
Added topic hi ,rosh ,may you help me ?
may you help me compile the follow code to mt4 indicator,used in chart window. BIAS1:=( MA ( C , 2 )- MA ( C , 4 ))/ MA ( C , 4 )* 100 ; BIAS2:=( MA ( C , 2 )- MA ( C , 8 ))/ MA ( C , 8 )* 100 ; line1: MA ((BIAS1+ 2 *BIAS2 )/3, 5 )* 50 ; line2:MA
yalewang
Added topic may you heip me ?
may you help me compile the follow code to mt4 indicator,used in chart window. BIAS1:=( MA ( C , 2 )- MA ( C , 4 ))/ MA ( C , 4 )* 100 ; BIAS2:=( MA ( C , 2 )- MA ( C , 8 ))/ MA ( C , 8 )* 100 ; line1: MA ((BIAS1+ 2 *BIAS2 )/3, 5 )* 50 ; line2:MA