+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 33
  18 18 Attachment(s)    

Thread: Candle Open Expert Advisor

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

    Default Candle Open Expert Advisor

    An EA based on an idea proposed by automatic :

    buy/sell condition attached to x pts from open of candle.

    if price x pts above candle open then buy 1 if price moves x pts below open [close buy position] sell one.

    only 1 position open at any time.

    when candle close then close buy/sell.

    repeat on open next candle.

    begin/end at time of day.

    usual parameters and comments.

    useful for day, 4h, 1 h candles.
    Attached Files

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

    Default

    EU H4. On one year.

    XPipsUnderOver=40. Reverse=true.

    Total net profit : 13.64%
    RDD : 11.08%
    Attached Images  
    Attached Files

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

    Default

    GU H4. On one year.

    XPipsUnderOver=80. Reverse=true.

    Total net profit : 17.90%
    RDD : 12.42%
    Attached Images  
    Attached Files

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

    Default

    EY H4. On one year.

    XPipsUnderOver=140. Reverse=true.

    Total net profit : 23.33%
    RDD : 9.27%
    Attached Images  
    Attached Files

  5. #5
    Member
    Join Date
    Nov 2008
    Posts
    35

    Default

    reverse would mean selling 1 at x pts when above open and buying 1 when below?

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

    Default

    Quote Originally Posted by automatic View Post
    reverse would mean selling 1 at x pts when above open and buying 1 when below?
    That's exact.

  7. #7
    Member
    Join Date
    Nov 2008
    Posts
    35

    Default

    i'm using it on 1hr chart with confirm order and no parameters and watching a 1 min chart with some ma's for confirmation of likely direction. that way not too many orders. otherwise its a bit of machine gun with the orders.

    so far so good.

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

    Default

    I have added a MA filter.

    XP="---------------- XPips Settings"; XPipsUnderOver=138; LM="---------------- Lot Management"; Lots=0.1; MM=false; Risk=10; Martingale=false; Multiplier=1.5; MinProfit=0; TSTB="---------------- TP SL TS BE"; SL=0; TP=400; TS=0; BE=0; EXT="---------------- Extras"; Reverse=true; Add_Positions=false; MaxOrders=100; MAFilter=true; MAPeriod=20; MAMethod=2; MAPrice=1; TimeFilter=true; StartHour=13; EndHour=23; Magic=0;

    EY H4. One year.

    Total net profit : 33.32%
    RDD : 4.17%
    Attached Images  
    Attached Files

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

    Default

    MM enabled.

    EY H4. One year.

    Total net profit : 460.51%
    RDD : 29.33%
    Attached Images  
    Attached Files

  10. #10
    Member
    Join Date
    Nov 2008
    Posts
    35

    Default

    how does the MA filter modify opening orders? If open under MA only sell?

    thanks

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

Similar Threads

  1. Candle Patterns Expert Advisor
    By funyoo in forum Expert advisors demo statements
    Replies: 21
    Last Post: 01-19-2011, 16:17
  2. i-CAi Expert Advisor
    By funyoo in forum Expert advisors backtesting
    Replies: 48
    Last Post: 10-08-2009, 09:22
  3. Candle Open Expert Advisor
    By funyoo in forum Expert advisors demo statements
    Replies: 0
    Last Post: 01-15-2009, 18:22
  4. Candle open
    By automatic in forum Ideas for expert advisors
    Replies: 1
    Last Post: 11-25-2008, 17:28

Posting Permissions

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