TheStrat – full tf continuity

Forums ProRealTime English forum ProOrder support TheStrat – full tf continuity

Viewing 7 posts - 1 through 7 (of 7 total)
  • #206600

    Im looking to create my own system thats based on TheStrat and “full timeframe continuity” meaning, the more TF that are in the same directions, the better. Pure priceaction system that seems very popular.

    If anyone could help me code the following:

    • Timeframes: 1m, 5m, 15m, 30m, 1h, 4h, Daily, Weekly, Monthly (would love to have an option to turn on/off every single TF, to be able to backtest different combos of TF) if not possible, use Monthly, Weekly, Daily and 1h
    • When selected TF have the same candle color, go long/short
    • SL: x, TP: y
    • Optional trendfilter, above/below ma200 on daily (prefered to code a turn on/off option)
    • If possible to use this MM system below: (prefered to code a turn on/off option for MM) else standard size 1 lot
    • Time filter, trade only between 090000 and 173000

     

    #206612

    You can use at most 6 different TFs in your code, so in your case you will have to drop 3 of those you mentionned, then duplicate the strategy and replace three TFs with the missing ones.

    I’ll code it asap.

    Which are the prefered 6 timeframes you want to start with?

     

    1 user thanked author for this post.
    #206621

    wow, thanks roberto!!! 😀

     

    go with monthly, weekly, daily, 1h, 15m and 5m

    #206720

    There you go:

    #206737

    Wow, perfect Roberto! thanks alot! 😀

     

    Could i ask for you to add two different entry criterias? option to activate or deactivate like you did with the different timeframs.

    Entry #1: when the lowest TF cross over/under ema5

    Entry #2: when rsi3 cross over 30/under 70

    #206765

    Timeframes cannot be used with options to enable/disable them. You have two choices:

    • disable the timeframe by adding two leading backslashes on that line
    • changing the value of the timeframe (say change DAILY to 4H, still leaving variables unchanged if you prefer).

    Entry #1 and #2 are to be both met on the lowest TF?

    The two new conditions are to be added or shall they replace the existing Bullish/Bearish condition?

     

    1 user thanked author for this post.
    #206802

    i see, but i can set 1 on long cond (line 36) to disable weekly bias right?

     

    when Monthly, Weekly, Daily, 1h, m15 and m5 are green, buy when rsi3 cross above 30 or price cross above ema5 on m5 TF

    reverse for shorts. 70 level for short on rsi.

     

    thanks roberto!!

Viewing 7 posts - 1 through 7 (of 7 total)
Similar topics:

Create your free account now and post your request to benefit from the help of the community
Register or Login