hongbin fei
hongbin fei
  • position at HongDi s& t development co.,ltd.
  • China
  • 1290
  • Information
12+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
position at HongDi s& t development co.,ltd.
hongbin fei
Added topic I want sell my indicator for Candlestick patterns indicator
After I read these words, I have questions: 1.May I create 2 edition for sell? one is for demo purpose, other is for selling, is it?    a.If yes, how to create demo edition  run under  Strategy Tester. Is there any demo code
hongbin fei
Added topic Can anyone crack(decode) my product in MARKET session
hi,   I want release some my products (indicators) to market,  Can anyone crack(decode) my product in MARKET session , is it safe?   hongbin.fei 
hongbin fei
Added topic Can I know the order be stoploss in OnTrade Even?
Can I  know the order be stoploss in OnTrade Even? thanks 
5
hongbin fei
Added topic How do I know tomorrow is the first Friday of current month?
Is there any code sample? I think more man need this.   many thanks 
4
hongbin fei
Added topic How can I know when the broker will close the trade in friday?
Is any example code for this purpose.   thanks
hongbin fei
Added topic Does MT5 testing has decrease the spreads spending
my mean the result is like we trade in live account ?  then we can believe it
hongbin fei
Added topic how to slove - OnTimer critical error
I donot know what is this error, can you help me
hongbin fei
Added topic Call Indicator from an expert
Loading:    ResetLastError ();    R_H4_Handle= iCustom ( NULL , PERIOD_H4 , "rindicator" , false , 600 ,   true , PRICE_CLOSE   );    if (R_H4_Handle== INVALID_HANDLE )      {
hongbin fei
Added topic What code in indicator will not be run while testing
I write this code in the indicator, but it is not run whlie testing,   Alert("indicator is working..............");   Can you tell how many command(code)  in indicator will not be run while testing
hongbin fei
Added topic graphics object not show in strategy tester
again,     I have an indicator to draw trend line (objectCreate) depend on the high and low points, then the Robot read the line on the chart;    I save the template with this indicator, while testing, no trend line appear
hongbin fei
Added topic how can I let indicator every 20 min to execute OnCalculate() function?
how can I let indicator every 20 min to execute OnCalculate() function? '   In my indicator,  I donot want it check on every ticket, only for 20 min to do it , My I use  EventSetTimer() ? Please guide.   thanks   
hongbin fei
Added topic is MT5's demo accout 30 days limit?
how can I let the demo account for never expired
hongbin fei
Added topic How to create a trial edition for my trendline indicator?
hi, everyone:   I have finished an indicator for drawing trend line automatic, I want sell it , How to create a trial edition for my trendline indicator? Please tell me in detail.   hongbin.fei
hongbin fei
Added topic How can I know the MT5 installed path from registry?
I want create a setup file,How can I know the MT5 installed path from registry?   thanks   hongbin.fei
hongbin fei
Added topic how can I know the position be closed and get the profit of this postion?
There are more concept in MT4, postions, order,deal .how can I know the position be closed and get the profit of this postion? Is there any sample code to learn and share?   thanks 
hongbin fei
Added topic ZigZag error on MT5
some time I found ZigZag error on MT5, please view the picture, but sometime it is correct, why? please help me. 
hongbin fei
Added topic How to write 64bit dll by delphi?
I install MT5 in Win7 and amd 64bit, How to write 64bit dll by delphi? Which edition ?  and other question, how to install MT5 32bit in Win7 and amd 64bit?   thanks hongbin.fei 
hongbin fei
Added topic about DLL and mt4 mt5
I finished a dll, it can run under MT4, but cannot be run under MT5, what diff between mt4 and mt5 for dll? so strange
hongbin fei
Added topic How to create Animation object ( or flash)
 I want let Animation object tell me the expert is running. how to code?   thanks