fxDreema

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

    Cgammons01

    @Cgammons01

    0
    Reputation
    1283
    Profile views
    32
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Cgammons01 Unfollow Follow

    Latest posts made by Cgammons01

    • RE: Pifinite Trend Pro Compilation Error

      Sure. The 2 things I did was rename the indicator to a one word name. Instead of "Pipfinite Trend PRO MT5" I made it "TrendPro". Not sure if this was absolutely needed but I did it for ease anyway. The other thing and the more important thing is that when you're loading the custom indicator into Fx Dreema, DO NOT LOAD any inputs beyond the MAIN SETTINGS. If you do, you'll get the compilation errors. If you're using this indicator or any other Pipfinite indicator, you shouldn't need any inputs beyond the first few anyways. Also, when adding the Periods input, change the name to ThePeriods or whatever else other than just "Periods" as this affects this particular input in a negative way for some reason.

      posted in Questions & Answers
      C
      Cgammons01
    • RE: Pifinite Trend Pro Compilation Error

      I have figured this out. Let me know if anyone needs help. Thanks!

      posted in Questions & Answers
      C
      Cgammons01
    • Pifinite Trend Pro Compilation Error

      This question has been asked before on these forums by someone else but there wasn't an answer. I'm using a custom indicator called Pipfinite Trend Pro. When compiling my project, I get this error:

      'StringConcatenate' - wrong parameters count
      'iCustom' - wrong parameters count

      When opened in Meta Editor, the line of code that has a problem is:

      StringConcatenate(key, Symbol, Period, "Market/Breakout " , (string)"==========================", (int)CurrentTimeframe(), (double)2.0, (int)1, (double)4.0, (int)25000, (string)"==========================", (bool)true, (bool)true, (bool)true, (bool)true, (string)"==========================", (bool)true, (bool)true, (bool)true, (bool)false, (bool)false, (bool)false, (bool)false, (bool)false, (bool)false, (bool)false, (bool)false, (bool)false, (bool)false, (int)8, (bool)false, (string)"==========================", (color)DodgerBlue, (int)3, (color)Red, (int)3, (color)MediumBlue, (int)1, (color)Crimson, (int)1, (color)Aqua, (int)2, (color)Yellow, (int)2, (color)Blue, (int)2, (color)Crimson, (int)2, (color)Yellow, (int)1, (color)Yellow, (int)1, (color)Yellow, (int)2, (color)Magenta, (int)1, (color)Magenta, (int)1, (color)Yellow, (int)3, (color)Magenta, (int)2, (color)DarkBlue, (color)DarkBlue, (color)Maroon, (color)Maroon, (color)DarkSlateGray, (color)DarkSlateGray, (color)Yellow, (color)Magenta, (string)"==========================", (bool)false, (bool)false, (int)8, (int)8, (int)8, (double)2.0, (double)20.0, (bool)false, (color)Black, (bool)true, (color)White, (bool)true, (color)Magenta, (color)White, (color)Lime, (color)Red, (color)Yellow, (color)88,0,88, (string)"==========================", (bool)false, (bool)false, (bool)false, (bool)false, (string)"alert.wav", (bool)false);

      Is something missing to correct this error? Thank you!

      posted in Questions & Answers
      C
      Cgammons01
    • RE: Measure pips between two points

      @josecortesllobat
      Lmao.... I didn't even see that there was a Check Distance function on here.... I must have looked right over it as I scanned through everything. Thanks for pointing it out!

      posted in Questions & Answers
      C
      Cgammons01
    • Measure pips between two points

      Let's try this. How can I measure a distance between 2 points? Let's say on some candle close, I would like to get the amount of pips from that candle close to the lowest point over the last 8 candles? Then, I would like to take that calculation in pips and compare it to a number of pips like 50. For example, is that number calculated from the above example less than or equal to 50 pips? Please..... Need some help on this. Thank you.

      If this has to do with variables, please show me an example on how to use those. I have no idea at this point.

      posted in Questions & Answers
      C
      Cgammons01
    • RE: New to FXDREEMA - MA . STOC Help

      @forexsake

      There are many time blocks. Look at all of them. They are very self explainatory. Each one is a different amoun
      t of time.

      posted in Questions & Answers
      C
      Cgammons01
    • RE: New to FXDREEMA - MA . STOC Help

      @forexsake

      Use a Time Filter Block before the Buy Now or Sell Now block to avoid multiple trades opening.

      posted in Questions & Answers
      C
      Cgammons01
    • RE: Avoid opening trade due to size of risk

      @fxDreema
      @josecortesllobat

      posted in Questions & Answers
      C
      Cgammons01
    • RE: Avoid opening trade due to size of risk

      @cgammons01

      Anyone have any ideas?

      posted in Questions & Answers
      C
      Cgammons01
    • Avoid opening trade due to size of risk
      So, I am trying to figure out a way to avoid having my EA take certain sized trades. For example, right now after certain conditions are met, it will open a trade. As it does this, it looks at a range of candles to determine where the stoploss will go, (For a Buy Trade, It looks at the last 8 candles and places the stoploss 6 pips lower than the lowest price reached in that range, basically looking for the most recent swing low and placing the stop 6 pips below that. This is all done in the Buy Now block by the way). 
      What I am trying to do is avoid taking trades let's say that are 50 pips or more from the point of entry to the stoploss. Since the stoploss is all calculated in the Buy Now block, how can I get this thing to measure the distance from the entry point to the stoploss point calculated and avoid opening a trade if the stoploss calculated is 50 pips or more?
      
      posted in Questions & Answers
      C
      Cgammons01