@l-andorrà Yes, but it should stop after it reaches specified server time
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
-
Fxdreema Customposted in Questions & Answers
Is there a guide somewhere on how to use this custom side?

-
RE: Keltner Channel - Custom Indicator Valuesposted in Questions & Answers
Just one more question -
Is oit really important that the custom indicator need to be present in mt4 also/ or atached to the chart?
Because i have already added it on fx dreema, so i was thinking why its important to have it in mt4 also?
is there a way we can bypass that?
-
RE: Keltner Channel - Custom Indicator Valuesposted in Questions & Answers
Found the issue, the naming convention was different thats why...
Thanks for your help guuys.
-
RE: Keltner Channel - Custom Indicator Valuesposted in Questions & Answers
tried everything but not working.
-
RE: Keltner Channel - Custom Indicator Valuesposted in Questions & Answers
Yeah thats strange, its not working on mine...what do you suggest?
-
Keltner Channel - Custom Indicator Valuesposted in Questions & Answers
Hi,
I am trying hard but unable to get the buffer values of upper band and lower band of my Keletner Channel Custom Indicator.
I have tried Trace Activity and Trace option as well. Its working fine with Bollinger band as you can see on the picture, its printing values, but for th Keltner channel its not. Keltner Channel Value always says 0 as you can see on the Image below.
Hers the project Link: https://fxdreema.com/shared/OmvFw0MI


-
Candle Ids based on High Low valuesposted in Questions & Answers
What exactly I am trying to do..
I have the High and Low values..
I am putting the High and Low values into variables.
Like example.
High 0
High 1
High 2
High 3
Low 0
Low 1
Low 2
Low 3Now, I am trying to setup a Trendline based on The High 1 and High 2 values and same for the Low which is Low 1 and Low 2 value.

now as per the image you can see the trendline type i am trying to draw.I tried to play with the trendline block and looks like it needs a candle id of the H1 H2 or L1 or L2.
So how can i find the candle id of that H1 H2 variables? same for L1 L2 variables?
#trendline
-
RE: 3 take take profitsposted in Questions & Answers
@l-andorrà Yes, thats 100% correct.
So here's exactly what I am trying to do.
If there are 4 tps from the signal provider then their EA already opens the 4 trades. Or if there are 3 TPs then their EAs opennthe 3 trades.
So what I am trying to do is that I want to get the TP values into variables so that I can identify which tp is higher and then based on the TP leavels hit I can move the stoploss to my own defined breakeven based on the TPs and open price distance.
For example...if its a buy trade...
Open Price 1
SL 0.5
TP1 - 2
TP2 - 3
TP 3 - 4So, I want to know the TP1, TP2, TP3 values into variables, and draw horizontal lines so that I can tweak the SL based on my Breakeven values.
-
RE: 3 take take profitsposted in Questions & Answers
@l-andorrà its from an EA, tbe trades are being set by the signal provider.
I want to setup my own breakeven point system for those trades with multiple take profits.
-
RE: 3 take take profitsposted in Questions & Answers
@seb-0 https://fxdreema.com/shared/sPkaGoydb
I did create those variables...pass, TP1, TP2, TP3 fyi
