Recent content by baton

  1. B

    Creating a 'megaindicator' - help needed...

    Looks fine, but ... it doen't make any transaction in system tester... The previous code was working, but give only long-short postions, as I mentioned before, this one do not work :(
  2. B

    Creating a 'megaindicator' - help needed...

    buy order a:= If(Ref(ROC(C,3,%) > Mov(ROC(C,3,%), 8,S),-1) AND ROC(C,3,%) > Mov( ROC(C,3,%),8, S),1,-1); {condition 1} b:= If(C>Mov(H,13,S)AND ref(C>Mov(H,13,S),-1),1,-1); {condition 2} d:= If(C>Mov(H,9,S),1,-1); {condition 3} g:= if(WillR(11)>-50,1,-1); {condition 4} a + b + d + g sell...
  3. B

    Creating a 'megaindicator' - help needed...

    Isn't a result still (BUY, SELL, SELL SHORT , BUY TO COVER) in system tester ... but I need an figure, not only a signal of position.
  4. B

    Creating a 'megaindicator' - help needed...

    I' d like to make an indicator consisting of 20 smallers indicators (f.e. : ROC, %R, STOCH, etc). The result should by a figure from -20 to +20 (sum of all indicators) Let's say that 15 indicators giva a signal of short position (-15) 5 for long (+5) The result of 'magaindicator' is -10, very...
  5. B

    Creating a 'megaindicator' - help needed...

    What can I do for you my friend! :) Few more clues please: It's still don't give a sum (-19, -3, ... 3 , 8 ...12) only a '+' or '-' , it must give a sum to work propably! When a=1 and b= -1 it should give 0 ----> means 'NO' position ... hmmm, how to do change it?
  6. B

    Creating a 'megaindicator' - help needed...

    Thanks a lot!! What is this function 'condition' responsible for?
  7. B

    Creating a 'megaindicator' - help needed...

    That is not a point. Let's say only about 10 indicators ... how to write such a formula? Can it work?
  8. B

    Creating a 'megaindicator' - help needed...

    I'd like to create an indicator which consists of about 43 indicators... The result of such an formula, should be a figure from -43 to +43 (43 indicators), not only a signal "+" or "-" !! - 43 means that 43 indicators show short position + 43 opposite ... i think it's clear... Of course I can...
Top