+ Reply to Thread
Page 10 of 10 FirstFirst ... 8 9 10
Results 91 to 100 of 100
  29 29 Attachment(s)    

Thread: OpenTiks Expert Advisor

  1. #91
    Junior Member
    Join Date
    May 2009
    Posts
    23

    Default

    Quote Originally Posted by funyoo View Post
    Hi jimbo002,

    Here it is.

    Hi Funyoo

    I am using the TP version in EUR/USD M15 but the target profit dont works, can you help me.

    Thanks

  2. #92
    Member
    Join Date
    Feb 2009
    Posts
    84

    Default

    Hello,
    Can somebody help me to write a code so that stop loss is determined by "previous candle's top with x amount of pips added to it" for this ea? Currently sl is general pips.?


    How can i change current rules (below)for entering to a
    if (High[0]>High[1]&&High[1]>High[2]&&High[2]>High[3]&&Open[0]>Open[1]&&Open[1]>Open[2]&&Open[2]>Open[3]) BuyOp=true;
    if (High[0]<High[1]&&High[1]<High[2]&&High[2]<High[3]&&Open[0]<Open[1]&&Open[1]<Open[2]&&Open[2]<Open[3]) SellOp=true;


    rules according to this screen? I have tried this this one
    if (Low[0]<Low[1]&&Low[1]<Low[2]&&Low[2]<Low[3]&&Close[0]>Close[1]&&Open[1]>Open[2]&&Open[2]>Open[3]) BuyOp=true;
    if (High[0]>High[1]&&High[1]>High[2]&&High[2]>High[3]&&Close[0]<Close[1]&&Open[1]>Open[2]&&Open[2]>Open[3]) SellOp=true;

    But its not working. The idea is to have 4 consecutive higher highs but the forth one has to have close lower then previous close. Just like on the chart

    Thanks
    Attached Images  
    Last edited by tkaboris; 10-24-2009 at 17:08.

  3. #93
    Junior Member
    Join Date
    Nov 2009
    Posts
    8

    Default Hi Funyoo

    Quote Originally Posted by funyoo View Post
    Hi jimbo002,

    Here it is.
    I think martingale will work for it. SL=100.
    What do U think?

  4. #94
    Junior Member
    Join Date
    Nov 2009
    Posts
    8

    Default

    I think Martingale could work here. SL = 100.

  5. #95
    Member
    Join Date
    Nov 2009
    Posts
    251

    Default

    This EA doesn't work.

    There must be some bugg in it.

    I made 2 tests... one between 2007-01-01 to 2009-11-27 (first picture). Second test: 2007-01-01 to 2008-11-27.

    As you can see on the first picture there occurs no drawdown what so ever around 2008-11-27. But when testing the EA so that the end of test period is 2008-11-27 we have that drawdown again.

    Same setting was used in both tests. no different at all. Used 50 as trailing stopp.

    Sorry to say... but it doesn't work.

    Regards / joLi
    Attached Images  

  6. #96
    Member
    Join Date
    Nov 2009
    Posts
    251

    Default second pic

    Second picture:
    Attached Images  

  7. #97
    Junior Member
    Join Date
    Feb 2009
    Posts
    7

    Default

    Hmm a promising one...

  8. #98
    Junior Member
    Join Date
    Jan 2009
    Posts
    1

    Default Take Profit

    Quote Originally Posted by funyoo View Post
    Hi comdoc,

    There is only a trailing stop, no take profit.
    Can you add take profit to this EA

  9. #99
    Junior Member
    Join Date
    Nov 2009
    Posts
    10

    Default

    mm very best

  10. #100
    Junior Member
    Join Date
    Mar 2011
    Posts
    1

    Default

    i want to use 100$ , i can set ? plzzz i set 0.01 is unusable

    test 1000 very best ^^

+ Reply to Thread
Page 10 of 10 FirstFirst ... 8 9 10

Similar Threads

  1. i-CAi Expert Advisor
    By funyoo in forum Expert advisors backtesting
    Replies: 48
    Last Post: 10-08-2009, 09:22
  2. e-CA-5 Expert Advisor
    By funyoo in forum Expert advisors backtesting
    Replies: 3
    Last Post: 10-07-2009, 09:15
  3. OpenTiks Expert Advisor
    By funyoo in forum Expert advisors demo statements
    Replies: 11
    Last Post: 02-20-2009, 19:49
  4. i-CAi Expert Advisor
    By funyoo in forum Expert advisors demo statements
    Replies: 1
    Last Post: 12-02-2008, 09:58

Posting Permissions

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