
Posts made by Steven_
-
How to create custom block?posted in Questions & Answers

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
-
RE: Want to ask how to detect previous Day data issue?posted in Questions & Answers
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
-
RE: Want to ask how to detect previous Day data issue?posted in Questions & Answers
Found another alternative way to capture data,
- direct use draw object assign value to variable,
- for each object have prefix name, link to variable (choose object on chart "attribute set", then name).
-
RE: Want to ask how to detect previous Day data issue?posted in Questions & Answers
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
-
RE: Want to ask how to detect previous Day data issue?posted in Questions & Answers
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 .
-
RE: Want to ask how to detect previous Day data issue?posted in Questions & Answers
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.
-
Want to ask how to detect previous Day data issue?posted in Questions & Answers
Want to ask how to detect Day issue?

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 dataany 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 -
RE: Profitable EA after years of work. What major factors made the difference?posted in General Discussions
@Julianrob this is average entry method? layering entry? or single trade order method?
-
I need understand from Expert about check type (last loser)posted in Questions & Answers

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
-
RE: EAS AUTOMATION PROBLEMS "STATUS"posted in Bug Reports
@roar if i want to let EA to auto trade 3 times per day, then what block should i use?
-
Asking the block numberposted in Questions & Answers

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,... ?
-
What if 2 same EA activate in MT4? Need to understandposted in Questions & Answers
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)
-
RE: Anyone know which one is more effective way to run the condition? 3 waysposted in Questions & Answers
thank you all guys answer
-
RE: Anyone know which one is more effective way to run the condition? 3 waysposted in Questions & Answers
@l-andorrà how about this one, dont know whether this better than the second that u said is more efficient than first

this 1 block can replace 12 conditions blocks -
RE: I need to know whether "Run Block"(controlling block) slow down executionposted in Questions & Answers
haha this will need to ask the developer to confirm whether it will affect the execution speed
-
Anyone know which one is more effective way to run the condition? 3 waysposted in Questions & Answers
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
Method 2:
got connection of using if else

Method 3:
is using 1 set of general condition(1 line), then using "Run Block" reuse it

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
-
I need to know whether "Run Block"(controlling block) slow down executionposted in Questions & Answers
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
-
RE: ENUM_TIMEFRAMES error, (╥_╥)posted in Questions & Answers
@Alex81 great!!! thank a lot, it worked, luckily
