Jump to content

stock

Members
  • Posts

    140
  • Joined

  • Last visited

Posts posted by stock

  1. there is a problem whith educated version,on eurusd 5 min i have an error mesage:

    ImpactFX runs only on EURUSD, on 5 minutes timeframe, press M5 button.

     

    I don't know why,i have seen the code and i don't know why it's don't work.

     

    http://nsm03.casimages.com/img/2010/06/23//100623071320113756279971.png

     

    You use mini account so your symbol is "EURUSD." not "EURUSD"

    You must edit your mq4 file by search this

     

    if (Symbol() != "EURUSD" || Period() != PERIOD_M5) {

    Comment("ImpactFX runs only on EURUSD, on 5 minutes timeframe, press M5 button");

    Print("ImpactFX runs only on EURUSD, on 5 minutes timeframe, press M5 button");

    return (0);

    }

     

    Remove above line from file and then complie again

  2. the educate file not work

     

    got this error

     

     

    1;39;;;Function "Base36Decode" is not referenced and will be removed from exp-file

    1;39;;;Function "Base36Encode" is not referenced and will be removed from exp-file

    1;39;;;Function "StringUpper" is not referenced and will be removed from exp-file

     

    any explenation??

     

    Theses function use to protect EA for check licensed so this EA has been educated

  3. I may have fixed the 4-5 digits brokers problem. It's automatic now.

    ------------------------------------------------

    http://www.multiupload.com/0LQET7NJ1Q

    ------------------------------------------------

    I tried it on FXOPEN 4 digits, I can backtest it, but only on EURUSD 1H, not 30M, I don't know if you could do it on 5 digits anyway.

    I'm also sending a backtest from 2007.1.1 till today, I don't know if it's the same as yours Stormin_Norman, but it's not that impressive and you guys can compare it with a 5 digits broker to see if it matches.

     

    http://img541.imageshack.us/img541/2779/strategytester.gif

     

    Could you upload set file?

  4. I use PyeR2 set file to fxopen 4 digits and follow manual

     

    For 4 digit brokers, it is necessary to reduce following parameters by 10 times (i.e. delete one zero from the value - if the value=0 it is not necessary to change it):

     

    - FilterBar

    - HighLow

    - Shift

    - TakeProfit

    - TakeProfit2

    - Breakeven

    - Breakeven_Shift (Not found this parametert)

    - Breakeven2

    - Filter

     

    My Backtest no trade

  5. Thanks you soudfx for sharing. Sorry for my english. I have some question.

     

    1. I run version 6 in my vps it's trade but no position close from yesterday until now (I use preset not use your template)

     

    2. How can I view EA parameter during EA running

     

    Right now I run version 7 everything is OK EA trade and close position for green pips.

×
×
  • Create New...