fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Steven_
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 17
    • Posts 51
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by Steven_

    • what the different for the on Init, on Timer and so on?

      6d5c740a-0dfe-4575-90ec-6bfe377cd6f4-image.png

      posted in Questions & Answers
      S
      Steven_
    • How to create custom block?

      563a6a99-3ba2-4612-82a5-320ef8bb785a-image.png

      Curious and want to know how to build in this part, do Fxdreema have this create custom block education? i hope have the course to learn how to create custom block

      posted in Questions & Answers
      S
      Steven_
    • RE: Want to ask how to detect previous Day data issue?

      that is better to get Monday until Friday value directly from the display text on chart which work with variable. Able to overcome chart suddenly appear Sun/Sat chart in any time

      posted in Questions & Answers
      S
      Steven_
    • RE: Want to ask how to detect previous Day data issue?

      Found another alternative way to capture data,

      1. direct use draw object assign value to variable,
      2. for each object have prefix name, link to variable (choose object on chart "attribute set", then name).
      posted in Questions & Answers
      S
      Steven_
    • RE: Want to ask how to detect previous Day data issue?

      Forex Market Trading Hours Adjustment Due to US Daylight Saving Time
      In the US, Daylight Saving Time (DST) starts in March and ends in November. However, for forex traders, the key impact period is:

      From March to September → The US trading session (New York) extends 1 hour longer than usual.

      From September to March → The trading session follows the standard time, with no extra hour extension.

      so the chart, they adding 1 hour into chart on Sunday, to make it extend 1 hours

      posted in Questions & Answers
      S
      Steven_
    • RE: Want to ask how to detect previous Day data issue?

      what if that Monday, does not have Sunday chart. Need to flexible block that detect if there is Sunday Chart, or dont have Sunday chart. This quite challenging .

      posted in Questions & Answers
      S
      Steven_
    • RE: Want to ask how to detect previous Day data issue?

      but the block function does not track whether previous day have extra 1 day (Sunday). If on Dec, there will dont have such thing added extra 1 hours of candlestick, the block is not suit to use on Dec.

      posted in Questions & Answers
      S
      Steven_
    • Want to ask how to detect previous Day data issue?

      Want to ask how to detect Day issue?
      efac7846-7e8d-4a59-9256-595ffaf844bf-image.png
      i use previous 1 day data which is (Daily high - Daily Low) to get the length, but this suddenly appear like this causing issue that take Sunday data

      any method only calculate Monday until Friday data? Meaning that if today is Monday, i must use Friday data (daily),
      if today is Friday, i must use Thursday data

      posted in Questions & Answers
      S
      Steven_
    • RE: Profitable EA after years of work. What major factors made the difference?

      @Julianrob this is average entry method? layering entry? or single trade order method?

      posted in General Discussions
      S
      Steven_
    • I need understand from Expert about check type (last loser)

      e9e3f664-755a-4794-8cfa-e7dc0016b472-image.png
      this image shown Group 1,2,3,4. This block is to check 1 and 2 and 3 and 4 which fulfil only run the next block or
      1 or 2 or 3 or 4 fulfil, then will run the next block?

      i have group 1 until 8, 1 to 4 are buy group and 5 to 8 are sell group, for my requirement, i need a block that check either group 1 or 2 or 3 or 4 have lose money, then will deactivate these four group which not affected group 5 to 8.

      If there is Group 1 lose trade, but group 2,3,4 not lose. Will consider to deactivate group 1,2,3,4

      posted in Questions & Answers
      S
      Steven_
    • RE: EAS AUTOMATION PROBLEMS "STATUS"

      @roar if i want to let EA to auto trade 3 times per day, then what block should i use?

      posted in Bug Reports
      S
      Steven_
    • RE: Asking the block number

      @jstap oh great, now i understood

      posted in Questions & Answers
      S
      Steven_
    • Asking the block number

      8d100161-9fec-456a-a503-772b75e159ab-image.png

      i need to know whether the block 2 will run until block 10 which link each other as shown at diagram or it will follow exactly the number 1,2,3,4,5,6,... ?

      posted in Questions & Answers
      S
      Steven_
    • What if 2 same EA activate in MT4? Need to understand

      want to ask what if i place 2 or more same EA in a MT4,
      (inside design have Group 1,2,3,4)
      1 EA for Gold pair
      1 EA for EURUSD pair
      ... so is it will affect the 2 pair if design Group 1,2,3,4. Or the magic number is the solution?

      The requirement should allow run both pair to have 4 Group, gold(4 group) and eurusd(4 group)

      posted in Questions & Answers
      S
      Steven_
    • RE: Anyone know which one is more effective way to run the condition? 3 ways

      thank you all guys answer

      posted in Questions & Answers
      S
      Steven_
    • RE: Anyone know which one is more effective way to run the condition? 3 ways

      @l-andorrà how about this one, dont know whether this better than the second that u said is more efficient than first
      image.png
      this 1 block can replace 12 conditions blocks

      posted in Questions & Answers
      S
      Steven_
    • RE: I need to know whether "Run Block"(controlling block) slow down execution

      haha this will need to ask the developer to confirm whether it will affect the execution speed

      posted in Questions & Answers
      S
      Steven_
    • Anyone know which one is more effective way to run the condition? 3 ways

      https://fxdreema.com/shared/YgmeRZNbc
      i now still dont know which method is more effective to run the condition, the link shown is 12 line of conditions, what if i run it more than 100 line then which method is much suitable and effective?
      First method is directly link 7940cb75-7f72-4453-b208-d95d82d0e34b-image.png

      Method 2:
      got connection of using if else
      577369b3-f623-44ca-8b4b-9b70baccead0-image.png

      Method 3:
      is using 1 set of general condition(1 line), then using "Run Block" reuse it
      08ad5590-43eb-4aa1-b8a1-68eb7d80e2ff-image.png

      i need to know which one more effective and less CPU usage, because when it comes to thousand line instead of 12, then it may cause problem.

      or may be using MQL code, but i am not programmer

      posted in Questions & Answers
      S
      Steven_
    • I need to know whether "Run Block"(controlling block) slow down execution

      i have tested "Run Block" it run slowly when too bulky, in theoretically i want to know which one execute more faster compare "Run Block" and "Condition block" repeatedly

      posted in Questions & Answers
      S
      Steven_
    • RE: ENUM_TIMEFRAMES error, (╥_╥)

      @Alex81 great!!! thank a lot, it worked, luckily
      image.png

      posted in Questions & Answers
      S
      Steven_
    • 1
    • 2
    • 3
    • 1 / 3