Hi,
i got this error during compilation my project for MT5. ( Fibonacci Pivot Points)
How can I fix it?

thx
Hi,
i got this error during compilation my project for MT5. ( Fibonacci Pivot Points)
How can I fix it?

thx
Hi,
can you check "Phone Notification" pls?
There is the same problem... (01.01.1970).
Thanks a lot


both of them returns 01.01.1970
Hi,
can sb try run this simple project and share result/output?
I have a problem with correct value for date and time and I need to know if this problem is only on my side.
https://fxdreema.com/shared/NsOXj34tb
Thanks a lot
This is the example from this site ( Example section : TIMER )
https://fxdreema.com/shared/D5ZlN2JN
(Chrome ver. 61.0.3163.79 & Mozilla Firefox 55.0.3) Web version of fxDreemaOutput :

Desktop version of fxDreema :


Hi,
what I'm doing wrong or is it some bug?
I allways got a wrong date and time for all of 3 options : Server Time, Local Time, GMT.
The date and time looks like (begin) UNIX time [1970.01.01 00:33:37] for all of them but wrong for actual time...
I tried DEMO and REAL account = wrong on both
And the spread looks strange too.

Thx
I have the same problem with save .mq4 or .ex4 file(s).
Hi,
https://docs.mql4.com/files/filewrite
or you can try to use fxdreema module

instead the Alert msg or you can use both of them depends on what do you want to catch...
Hi,
The alerts are holdings only in a memory during the MT4 session. After restart MT4 all previous Popup alerts are disappeared.
If you want to hold/save these information from alerts the better way is to use a local file(s) or send an e-mail.
Hi,
try this script, maybe helps you
0_1504121597020_Reopen-Alert-Window-Script.ex4 (this is a free script from the internet, it's not mine)
or you can create your own script :
int start()
{
Alert("");
return(0);
}
I think the Alert tabs is only for Alerts if you set Alert on the Price in MT4


Yes I found it. I made some modification for HL and it works well.
The core is "loop" and "Custom MQL code" ...
The 100 HL was example for more then 48 HL ( HL and LL of MN for 2 last years ).
How I said it works for me.
Hi,
how can I create HL for Last 100 candles without create "Draw Line" for each candle separately (100Blocks)?
Thank You
I found it https://fxdreema.com/forum/topic/4583/how-do-i-draw-a-vertical-line-for-each-daily-candle
This indicator is not mine. I have only .ex4 file.
Hi,
I have imported the Custom Indicator that shows me SnR Levels like a dots (Red for Support and Blue for Resistance) and I need to find these dots on the chart and create Horizontal Line (an infinity) from the past 2000 (depends on the timeframe) candles to the actual candle.
Somebody does have an idea how to do it?
Thank you
Hi Miro,
thank you but it doesn't helped , the profit output is still too long...
It's a bad that I can not fix it...
Thank you again
Hi,
It is possible to rounded the profit to $ 99.99 when I use Bucket of Trades ?
Becouse I have a little bit problem with a sorting of data in EA.
like here : the Average Profit is toooooo long I want to see only 88.14.


Thanks a lot
Hi,
does anybody have some example with TrueTL indicator?
How to measure a distance from the actual price to the trendline...etc.
How to use/check the trendlines ( TrueTL_D, TrueTL_U, TTL_3t, etc.)
The name of TrendLine for example is : TrueTL_D (1,1,0,500,1,0,0,1,1,1,0) 5
and I need to use only the first part of the name:
like TrueTL_D % or find some method how to find full name of the trendline nearest to the actual price level.
I know how to find object but I don't know how to join the information to the block before open the trade.

Thx a lot