Recent content by trader_knight

  1. T

    Comparison on ThinkorSwim

    I would not like it at a lower study. Thank you so much for your patience in helping & deductive reasoning on understanding a different human's perspective in wording an explanation.
  2. T

    Comparison on ThinkorSwim

    dang, I thought you were able too
  3. T

    Comparison on ThinkorSwim

    Could you show a screen shot of both having pivots on them? please :)
  4. T

    Comparison on ThinkorSwim

    it did not work on my end :( I attach a screenshot of how my chart looks after clicking apply.
  5. T

    Comparison on ThinkorSwim

    Everything is being convey orderly & specific to the point, and yes thanks for your help because no one is paying you for this, 1. My screenshot deduces my idea that I do not want to have multiple instruments on unique charts separately, and that I want at least two instruments to be on the...
  6. T

    Comparison on ThinkorSwim

    It did not work, it only draws a line. The screenshot provided is my desire result. Which is what I mean by overlapping. After that *Objective* you can say that I would like be allow to draw anything like pivots, arrows, etc for the secondary instrument overlapping the first one, so it can be...
  7. T

    Comparison on ThinkorSwim

    stepandfetchit, thanks for the reply! *Objective* you can say that I would like be allow to draw anything like pivots, arrows, etc for the secondary instrument overlapping the first one, so it can be access in code so we can plot stuff on the secondary as well. hope that this is more clearly...
  8. T

    Comparison on ThinkorSwim

    check out my screenshot, when I right click on edit studies it only display to view properties, view sources, Duplicate when I click on duplicate it, it brought the source file on the screenshot which said: # Source code isn't available. which i'm guessing that this code provide isn't...
  9. T

    Comparison on ThinkorSwim

    hi everyone, is there a way that the instrument set as a comparison on the chart can be access in thinkscript so I can code pivot "Peaks/Valleys" on it. I attach a screenshot of how my chart looks with my main instrument & a comparison instrument. appreciate the help, Ty!
  10. T

    thinkscript While Loop like in Java or C

    Thanks for the clear yes or no answer for the while loop Thank you stepandfetchit & Mobius
  11. T

    thinkscript While Loop like in Java or C

    Thanks for replying Peter8519, but my question is not what is a "while loop" but I think a while loop does not exist in Thinkscript language. If someone knows how to use a while loop without using the function fold, so a while loop by itself in the Thinkscript language. It would be greatly...
  12. T

    thinkscript While Loop like in Java or C

    *Objective* Calculating and then plotting pivots points "Peaks & Valleys" when indicators lines cross. *Problem 1-2* 1. I try the best of my efforts and could not code up a while loop in Thinkscript. I'm here in order to confirm whether or not a while loop without including the fold function...
  13. T

    thinkscript While Loop like in Java or C

    Step 1: I have two indicators that are custom made that each act like moving averages which crosses each other and they are both an AND statement. which prevents that even if the lines of the first indicator crosses each other it still waits until the 2nd indicator lines cross and then turns...
  14. T

    thinkscript While Loop like in Java or C

    Hey guys I'm confused on how to implement a set of conditions that I want like an original while loop in Java or C because fold is acting like a for loop and I don't have a length for the fold <index> def <result> = fold <index> = <start> to <end> [ with <variable> [ = <init> ] ] [ while...
Back
Top