@l-andorrà Yes, but it should stop after it reaches specified server time
Latest posts made by sjthetechguy
-
RE: Draw a Rectangle until specific timeposted in Questions & Answers
-
Draw a Rectangle until specific timeposted in Questions & Answers
Hi,
I have a High and Low value. The EA draws the rectangle based on that value.
How to stretch a rectangle until specific time?
Lets say my EA is drawing a rectangle at 1 AM then i want it to stretch from that point until 23:55 server time...how to do it?
-
Buffer Traceposted in Questions & Answers
I was doing one test from custom indicator. Let me xplain in detail.
My custom indicator displays histogram as a buffer which is being traced and working well with the fxdreema.
Now..It displays two buffers color blue and color red.
I am trying to create a output comment for when it displays blue then comment something and same when it displays red then comment something else.
Now based on the custom indicator value the indicator repaints when it switches from blue to red, but as the candle ismnot closed, then it switches back to blue..at that time the comment is also changing...
I am also doing a candle id 1, 2 on the indicator buffer to solve this problem. but its not working.. see the screnshot for more info.

-
Unable to get the Custom Indicator Histogram color valuesposted in Questions & Answers
Hi,
I am unable to trace the histogram color change of this indicator.
when i load on mt 4 it says the buffer of 0 and 1 with white and black color simaltaneously, but after few seconds on the chart white and black buffer changes to Blue and red.
I am trying to trace changes on fxdreema - but its not tracing the buffers 0 and 1.
Can someone help please? I have attached the mql file.0_1616950498822_SJ - 3 Line Break.mq4
-
Adjust +pipsposted in Questions & Answers
Hi,
I have my EA which will create a horizontal line when the conditions are met.
So, there is a variable which i created - Numeric. - This variable changes depends on the conditions.
Now, when the horizontal line is created i want the Horizontal line to be adjusted automatically.
I found out that on the adjust we have to mention +pips for example +20 pips
So how to auomatically put the variable into adjust which will place "+"variable-number "pips:
how to do that?
-
Daily timeframe parameters not putting vertical line on current timeframposted in Questions & Answers
Hi,
I have created condition on the daily timeframe blocks,
I want that when the daily timeframe condition is met then it should create a vertical line on a current timeframe.
When i back test it, it doesnt creates vertical line on current timefram other than daily time frame.
But when i back test it on daily timeframe - it works fine.so i am wondering where i am going wrong.
heres the shared link of the project. https://fxdreema.com/shared/LcofC7r8d
-
RE: Dropdown Constantsposted in Questions & Answers
thanks, could you share a screenshot of that boolean for true and false? Thanks.
-
Dropdown Constantsposted in Questions & Answers
Hi, How can I create a dropdown constants.
I want to create a dropdown constant saying Use initial lot size and dropdown would be Yes or No
