+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 21
 8 Attachment(s)    

Thread: Profitable EA

  1. #1
    Junior Member
    Join Date
    Jun 2009
    Posts
    5

    Default Profitable EA

    Hi all...
    I have an ea based on cluster strenght currency....i test it on demo and it profitable..
    I need some one to add take profit and trailing stop for this ea.....

    TQ..Funyoo..i hope u can help me...
    Attached Files

  2. #2
    Member
    Join Date
    Oct 2008
    Posts
    273

    Default

    Quote Originally Posted by adam79 View Post
    Hi all...
    I have an ea based on cluster strenght currency....i test it on demo and it profitable..
    I need some one to add take profit and trailing stop for this ea.....

    TQ..Funyoo..i hope u can help me...
    Adam,

    Could you pls post your results from this EA? TIA

  3. #3
    Member
    Join Date
    Sep 2009
    Posts
    47

    Default

    Hi Adam79

    v1.01 take profit added
    v1.02 trailing stop added with funyoo's code but it is not working and i can not figure out why.

    maybe funyoo can help you better.
    Attached Files

  4. #4
    Administrator funyoo's Avatar
    Join Date
    Sep 2008
    Posts
    7,455

    Default

    Quote Originally Posted by logan113 View Post
    Hi Adam79

    v1.01 take profit added
    v1.02 trailing stop added with funyoo's code but it is not working and i can not figure out why.

    maybe funyoo can help you better.
    Hi logan113,

    Line 183 :

    Code:
    if(OrderType()<=OP_SELL && (OrderMagicNumber()==magicMAX||OrderMagicNumber()==magicMIN||){
    Should be :

    Code:
    if(OrderType()<=OP_SELL && (OrderMagicNumber()==magicMAX||OrderMagicNumber()==magicMIN)){

  5. #5
    Member
    Join Date
    Sep 2009
    Posts
    47

    Default

    Thank you again funyoo for your great help . I need to be more carefull THanks

    here is v1.02 working version
    Attached Files

  6. #6
    onu
    onu is offline
    Member
    Join Date
    Jan 2009
    Posts
    261

    Default

    Quote Originally Posted by logan113 View Post
    Thank you again funyoo for your great help . I need to be more carefull THanks

    here is v1.02 working version
    Hi,
    thx.
    cant backtest on a single pair.. EA seems to need datas from other pairs or do i miss something?OrderSend error 4106 ?
    What TF is appropriate?
    Last edited by onu; 01-09-2010 at 13:03.

  7. #7
    Member
    Join Date
    Sep 2009
    Posts
    47

    Default

    this ea is based on ccfp that is a multipair indicator though it cannot be backtested in mt4. I don't know but i think other backtesting programs could do it.

  8. #8
    onu
    onu is offline
    Member
    Join Date
    Jan 2009
    Posts
    261

    Default

    Quote Originally Posted by logan113 View Post
    this ea is based on ccfp that is a multipair indicator though it cannot be backtested in mt4. I don't know but i think other backtesting programs could do it.
    Yeah, that's a serious problem on mt4. That's why I run all my multipair strategies on highly time consuming forward tests..

    pc8multifx's Profile | Myfxbook

  9. #9
    Member
    Join Date
    Oct 2008
    Posts
    273

    Default

    Quote Originally Posted by adam79 View Post
    Hi all...
    I have an ea based on cluster strenght currency....i test it on demo and it profitable..
    I need some one to add take profit and trailing stop for this ea.....

    TQ..Funyoo..i hope u can help me...
    Adam,

    What time frame and pair have you tested this EA on? Also what is your Take Profit and Stop Loss? TIA

  10. #10
    Junior Member
    Join Date
    Jan 2010
    Posts
    3

    Default

    can somebody help me ? i want to change this EA . i dont want to let this ea close the trades ! please somebody remove the close positions part for me .

+ Reply to Thread
Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. Very profitable system
    By eliotnet in forum Ideas for expert advisors
    Replies: 10
    Last Post: 12-28-2009, 07:31
  2. Profitable EA needs modification
    By forexpop in forum MQL programming
    Replies: 0
    Last Post: 10-01-2009, 07:17
  3. Profitable EA
    By plasmapants in forum MQL programming
    Replies: 0
    Last Post: 08-27-2009, 03:53
  4. Profitable trend EA
    By mike1982 in forum Ideas for expert advisors
    Replies: 10
    Last Post: 08-20-2009, 20:57
  5. Best Ea Profitable !
    By denist78 in forum Expert advisors demo statements
    Replies: 4
    Last Post: 02-10-2009, 11:27

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts