VTTrader: Indicator Discussions for VT Trader -
... 2 3 4 5

thread: VTTrader: Indicator Discussions for VT Trader

  1. #31
    Hello bemac,

    can u pls show me where to get the Entire Template Trading System 06 Code(in VT format). .

    A question here for Full Template Trading System 06 Code:

    Izzit potential to bring an account risk control at which if the reduction is greater than 50 percent of their account size, the automate trading will stop instantly?


    thank you

  2. #32
    95082Long:= ref(rsi(14),-2) lt; 50 and ref(rsi(14),-1) lt;= 50 and rsi(14) gt; 50 and ref(rsi(14),1)gt;0;

    No. You cannot Reference into the Future. Ref(rsi(14), 1 )gt;0;


    Long:= ref(rsi(14),-2) lt; 50 and ref(rsi(14),-1) lt;= 50 and rsi(14) gt; 50;
    This should work for everything you want. However, [there's always a however ]
    [for explanation purpses]
    it'll be at 14 Minutes and 60 minutes a pica or 2. Not at the minute.
    In other words, on the Close of the Tavern that all conditions are True.

    What I attempt to get is at the 16th minute which is another bar for TF 15 is confirmed RSIgt;50

    You would have to wait another 15 minutes until That Bar Closes. VT Trader doesn't [at the time] Auto Trade on Any other Point of the Tavern. [Close]

  3. #33
    95082hi, if I would like to make a counter that will check for the near cross the 20 MA for 5 periods, what code shoud I use?

    By way of example, currently RSI currently gt;50 but the price is still trading under the 20 MA.... The system provides abuy when RSIgt;50 and cross(c), mov(c,20,s))=1.
    But since the price is trading very close to the 20MA,5 more bars are supplied to the price to cross the 20MA because RSIgt;50 in order to generate a buy.

    thanks

  4. #34
    95082
    hi, if I would love to make a counter that will check for the close to cross the 20 MA for 5 periods, what code shoud I use?

    As an example, currently RSI already gt;50 but the price is still trading under the 20 MA.... The system provides abuy when RSIgt;50 and cross(c,mov(c,20,s))=1.
    But because the price is trading very near to the 20MA,5 more bars are supplied to the price to cross the 20MA because RSIgt;50 in order to generate a buy.

    Thanks
    Long:= BarsSince(Cross(RSI,50))lt;=5 AND BarsSince(Cross(50,RSI))gt;5 And Cross(Close, Mov(Close,20,S));

    5 Could be defined as an Input.
    Input: MyBars
    Style: Integer
    Default: 5

    Long:= BarsSince(Cross(RSI,50))lt;= MyBars AND BarsSince(Cross(50,RSI))gt; MyBars And Cross(Close, Mov(Close,20,S));

    I have ~ 4 1/2 hours before I will be back here trading. Gotta get some zzz's. Will check back to see how you do.

  5. #35
    Thanx alot for the help

  6. #36
    95084Hey R,

    Did that work for you?

  7. #37
    Junior Member Jaume's Avatar
    12
    95084Hi -- More of a. Whilst I trade my very own with decent success I have been looking for ranging markets and like the look of the Fozzy method.

    I cannot get the VT Help Forum now -- hence the query .

    How do I overlay an 8 interval MA of the RSI on an RSI (8) and also Bollinger Bands (20) about the same RSI? This would give me the fundamentals.

    Keven ()

  8. #38
    Junior Member Jaume's Avatar
    12
    95084Have been able to Get VT forum and got the answer from Chris

    -------- B17

  9. #39
    Junior Member Gerardomoreno84's Avatar
    22
    95084,

    What drives you to do all of the fantastic work you do to individuals. Certainly FF must compensates you. If not you're person!! and an incredibly kind

    My apologies for the posts- just read the heading

  10. #40
    ,

    What drives you to perform all of the fantastic work you do for individuals. Certainly you need to be compensated by FF. If not you're an incredibly kind and person!!

    My apologies for the articles - only read the heading
    Thank you Summit. That is what drives me. No Prob about the article.

    lt;! -- / message -lt;! -- sig - than you can I receive no reimbursement from FF. But that. Isn't it?

  •