TD Sequential -Setup

Viewing 15 posts - 16 through 30 (of 35 total)
  • Author
    Posts
  • #47088 quote
    DespairDespair
    Blocked
    Master

    Here a new version of this indicator now also showing Demarks stop loss for the TD countdown setup.

    TD-CountdownSL.png TD-CountdownSL.png TD_CountdownSL.itf
    #47228 quote
    grimweasel47grimweasel47
    Participant
    Senior

    Hi Despair

     

    Thanks for this. I’ve been using for a while but get set-ups from mate who has Bloomberg. They key to using this is when all time frames align. So you want to see a 9-13-9 sell signal in daily, weekly, monthly and quarterly charts (which we now have in the S&P!). Jesse Felder and Raoul Pal use and write about the system set-ups and you should check out @macrovoices on Twitter for their excellent weekly podcast.

     

    Best

     

    Grim

    #47230 quote
    grimweasel47grimweasel47
    Participant
    Senior
    #47300 quote
    rosed777rosed777
    Participant
    New

    Despair, a bit of a long shot but can you code in pinescript that is used in

    tradingview

    No one has managed to get DeMark running on that charting system

    #47302 quote
    DespairDespair
    Blocked
    Master

    No, I don’t use tradingview. Sorry.

    #48148 quote
    NicolasNicolas
    Participant
    New

    Hi ,

    Is it posible to scan a list of charts searching for a number 9 ?

    #71214 quote
    DespairDespair
    Blocked
    Master

    Yes, simply build it into a screener.

    #77907 quote
    prodjeyprodjey
    Participant
    New

    Hi, I’ve tried to import  TD_CountdownSL.itf   in prorealtime and here is the result (see attach file) Please can anyone help me to configure TD sequential indicator please ? Thanks for your answers

    ScreenHunter_125.jpg ScreenHunter_125.jpg
    #78006 quote
    grimweasel47grimweasel47
    Participant
    Senior
    You need to open the indy and add it to the price window and not a new window
    #78021 quote
    prodjeyprodjey
    Participant
    New
    Hi, Thanks grimweasel47 for your help That worked and i took the following file
    TD Sequential Setup & TD Countdown
    #79623 quote
    grimweasel47grimweasel47
    Participant
    Senior
    Hey Prodjey  -did you manage to build this into a screener?
    #132459 quote
    Jaanboy321Jaanboy321
    Participant
    Average
    Hi,  I want to create a trading system that opens a trade on the TD sequential indicator number (at candle closing) of my choosing. I’m new to pro realtime – is it technically possible? Thanks, John
    #132461 quote
    juanjjuanj
    Participant
    Master
    Hi John (Jaanboy321) Yes this would be possible.
    Jaanboy321 thanked this post
    #132476 quote
    Jaanboy321Jaanboy321
    Participant
    Average
    Hi Juan, thanks , thats great news. Im new here and have no coding knowledge. Is there somewhere on here where people might be interested in creating that kind of thing? Otherwise I guess I could go to the support team and ask for a quote?
    #132539 quote
    Jaanboy321Jaanboy321
    Participant
    Average
    Update: I think I might have answered my question! The simplified trading system builder already allows comparison of candle closing with x periods ago .. so the below example would buy on an ATR 2 .. I think.. if my logic is correct this is perfect and I can use to do what I need for TD sequential opening on whichever part of the trend I want.
    DEFPARAM CumulateOrders = False // Cumulating positions deactivated
    
    // Conditions to enter long positions
    c1 = (close >= close[4])
    c2 = (close[1] >= close[5])
    
    IF c1 AND c2 THEN
    BUY 1 PERPOINT AT MARKET
    ENDIF
Viewing 15 posts - 16 through 30 (of 35 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

TD Sequential -Setup


ProBuilder: Indicators & Custom Tools

New Reply
Author
author-avatar
Despair @despair Blocked
Summary

This topic contains 34 replies,
has 2 voices, and was last updated by TominriTominri
4 years, 6 months ago.

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 09/22/2017
Status: Active
Attachments: 11 files
ProRealCode ProRealCode
Loading...