fxDreema

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

    hugoportisch

    @hugoportisch

    0
    Reputation
    268
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hugoportisch Unfollow Follow

    Latest posts made by hugoportisch

    • RE: Problem when compiling EA

      @hugoportisch said in Problem when compiling EA:

      In working scripts i have this line:
      Period = (ENUM_TIMEFRAMES)CurrentTimeframe();

      In NOT-working scripts the line is:
      Period = (ENUM_TIMEFRAMES)c::PERIOD_CURRENT;

      If i change all those lines the EA seem to compile without error and will run. But i did not test if any other functionality is effencted or if this is the only bug that was introduces recently.

      posted in Bug Reports
      H
      hugoportisch
    • RE: Problem when compiling EA

      In working scripts i have this line:
      Period = (ENUM_TIMEFRAMES)CurrentTimeframe();

      In NOT-working scripts the line is:
      Period = (ENUM_TIMEFRAMES)c::PERIOD_CURRENT;

      posted in Bug Reports
      H
      hugoportisch
    • RE: Problem when compiling EA

      Same here, the bug effects all my projects, old and new.

      posted in Bug Reports
      H
      hugoportisch
    • RE: Measure pips between two points

      Well, ill take a look. Thanks.

      posted in Questions & Answers
      H
      hugoportisch
    • RE: Measure pips between two points

      Well, thanks, but what i need is to put the actual distance in pips into a variable. Lets say if the absolute distance in 3.8 pips i need that value in a variable. To tell if the distance is above or below x is not enought.

      posted in Questions & Answers
      H
      hugoportisch
    • RE: Measure pips between two points

      It´s just a Moving Average.

      posted in Questions & Answers
      H
      hugoportisch
    • RE: Measure pips between two points

      HI,
      i know the check distance block but i need to calculate the difference between 2 indicator values. That indicator value may not have the same point format as the chart the EA is attatched to. And i need to put that disatance into a variable for furthere calculations. How would i do that?

      posted in Questions & Answers
      H
      hugoportisch
    • RE: What block is executed first?

      Thanks, ill try it!

      posted in Questions & Answers
      H
      hugoportisch
    • What block is executed first?

      HI,
      what block will be executed first (after ID 358) in this example and why? 0_1539788550492_fx.jpg
      Thanks!

      posted in Questions & Answers
      H
      hugoportisch
    • RE: Stop block after x minutes.

      Never mind. I solved this by counting bars.

      posted in Questions & Answers
      H
      hugoportisch