fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Chemdog
    C
    • Profile
    • Following 1
    • Followers 0
    • Topics 7
    • Posts 32
    • Best 0
    • Controversial 0
    • Groups 0

    Chemdog

    @Chemdog

    0
    Reputation
    442
    Profile views
    32
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    Chemdog Unfollow Follow

    Latest posts made by Chemdog

    • ClosePositionBar ID?

      I'm wondering how I can get the ClosePostionBar ID of and trade. I have This code that gets the the OpenOrderBar ID but i've tried my best to re-write it to grab me the ClosePositionBar ID. I've been able to get the ID but it doesn't count after each bar like the Orderbar ID does using IBarshift.

      0_1573246595880_Screenshot (60).png

      posted in Questions & Answers
      C
      Chemdog
    • RE: Modify stops?

      @roar Thank you

      posted in Questions & Answers
      C
      Chemdog
    • Modify stops?

      How do I modify a stop on tick for a specific group number?
      There is no group number filter in modify stops block

      posted in Questions & Answers
      C
      Chemdog
    • RE: Is it to the left or right?

      hm maybe I can use time.

      posted in Questions & Answers
      C
      Chemdog
    • RE: Is it to the left or right?

      There can be candles in between as well as immediately to the left or right. Another way to say it would be “trade 1s order bar ID is more than trade 2s setup bar ID”. But could be Infinite amount of bars in between.

      posted in Questions & Answers
      C
      Chemdog
    • Is it to the left or right?

      Is there a way I can check if a specific candle ID is to the right or left of another candle ID. For my situation I want to only enter the next trade if the setup bar is to the right of the previous trades order bar. I have the values for both just not sure how I can check the position relative to one another left or right. Thanks

      posted in Questions & Answers
      C
      Chemdog
    • RE: Error in strategy tester - how to fix?

      @SpecialFX Go to Tools, History center, and then download the timeframe your wanting to test. (GBPSGD, H1)
      pretty much you need to download the data.

      posted in Questions & Answers
      C
      Chemdog
    • RE: Stops/adding variables?

      @l-andorrà thanks do you know how I would go about using the new variable in a block to tell if its been crossed?

      posted in Questions & Answers
      C
      Chemdog
    • RE: Stops/adding variables?

      @trader-philipps After a few days and coming back I got the stop to recalculate the way I wanted, thank you.
      I have a few problems

      1. Trades are exiting all at once and this doesn't give some of the newer trades time to mature.
      2. Trades are taking the same trigger level multiply times
        0_1569783612115_Screenshot (25).png
      3. Sometimes trades trigger delayed and miss the initial breakout only to come back down and trigger a few
        candles later. Or miss the move completely missing an opportunity.

      I don't know if groups will help me individualize each trade but you could say each close condition is different if more than one trade is in the same direction.

      using the daily for testing

      posted in Questions & Answers
      C
      Chemdog
    • RE: Stops/adding variables?

      How would I go about giving each trade a group number and make sure they don't all close at once?

      posted in Questions & Answers
      C
      Chemdog