Announcement

Collapse
No announcement yet.

Color coding price bars based on TII

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Thanks, Jason. I'll take a look soon. Looks good at first sight.
    Michael

    Comment


    • #32
      Jason,

      Thanks for all the effort. After reviewing backtesting results, I notice it still has a few problems.
      (1) first signal bar not happening at 6:30 (needs to be painted... it's still black), but at 6:35.
      (2) BE stop after trade +2 not happening every time it's True.
      (3) close 1/2 position after +5 not happening everytime it's True.

      Here are the trading parameters i'm looking for:

      "...i would like to go long 0.25point above blue bar high (or short -0.25 below low of red bar). All actions should be sent to Alert Window.

      if long entered, set initial stop loss at 4 points. if new signal to short happens before initial stop loss hit, then it will reverse and cxl the initial stop loss. if trade goes +2 points in favor, then move initial stop loss to a break even stop. if trade goes +5points, then cover 1/2 of trade, have the BE stop adjust for 1/2 left, and the 1/2 left of trade will stay on until there is a short signal, whereupon it will cover that 1/2 and go short.
      visa versa for the short side.

      i would like trade signals to occur only between 6:30 - 13:00 pst, M-F. thus, new trades initiate only after 6:30, and cover if in trade at 12:59."

      Thank you.
      Michael

      Comment


      • #33
        also, bars aren't always being painted accordingly (eg, indicator goes negative, bar stays green but should turn red).

        thanks.
        Michael

        Comment

        Working...
        X