fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. pffx
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 23
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by pffx

    • Compilation errors iHigh / iLow - function not defined

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

      0_1509926055342_8c2b0850-4e5d-476d-abcf-4089bdc07161-image.png

      thx

      posted in Bug Reports
      pffx
      pffx
    • RE: DateTime

      Hi,
      can you check "Phone Notification" pls?
      There is the same problem... (01.01.1970).
      Thanks a lot
      0_1505324346966_upload-0437004b-95d2-429e-866a-d190f8732470
      0_1505325224274_upload-b47b1544-4ed1-4e75-a74f-70ab52a91a95
      both of them returns 01.01.1970

      posted in Questions & Answers
      pffx
      pffx
    • RE: DateTime

      Hi,
      thank you. It is working correct now.

      posted in Questions & Answers
      pffx
      pffx
    • DateTime

      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

      posted in Questions & Answers
      pffx
      pffx
    • RE: Wrong Time

      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 :
      0_1504923849715_upload-93888136-979f-484d-9cb1-2d9b3467506a

      Desktop version of fxDreema :

      0_1504923881093_upload-c900a895-4f34-423f-9c9b-28041d5d8726

      0_1504923902312_upload-6b792cdc-a663-4ff5-9f02-bc9a64dd6962

      posted in Bug Reports
      pffx
      pffx
    • Wrong Time

      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.

      0_1504817641971_upload-306793f0-5ed9-418d-90aa-36f49a05e330

      Thx

      posted in Bug Reports
      pffx
      pffx
    • RE: UPDATE time, write here if you have problems!

      I have the same problem with save .mq4 or .ex4 file(s).

      posted in Questions & Answers
      pffx
      pffx
    • RE: Where are my Alerts?

      yes exactly

      posted in Questions & Answers
      pffx
      pffx
    • RE: Where are my Alerts?

      Hi,
      https://docs.mql4.com/files/filewrite
      or you can try to use fxdreema module
      0_1504196433521_upload-5e88aad8-5fa4-4b99-b85d-66f626714e7e
      instead the Alert msg or you can use both of them depends on what do you want to catch...

      posted in Questions & Answers
      pffx
      pffx
    • RE: Where are my Alerts?

      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.

      posted in Questions & Answers
      pffx
      pffx
    • RE: Where are my Alerts?

      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
      0_1504121949141_upload-1d937461-702b-47ac-bfec-a3293c8fc5cf
      0_1504122000874_upload-0654641c-984d-4809-8bc1-a4a9428e3842

      posted in Questions & Answers
      pffx
      pffx
    • RE: How to create Horizontal Line (loop)

      You're welcome

      posted in Questions & Answers
      pffx
      pffx
    • RE: How to create Horizontal Line (loop)

      Hi,
      I used the Script
      https://fxdreema.com/shared/4GUbYpoCd

      0_1504118033203_upload-faadc06d-946e-4351-8ec2-852fd5de97a3
      0_1504118044005_upload-2173cd44-e9e0-4e93-8d86-01220980c9d1

      posted in Questions & Answers
      pffx
      pffx
    • RE: How to create Horizontal Line (loop)

      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.

      posted in Questions & Answers
      pffx
      pffx
    • How to create Horizontal Line (loop)

      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

      posted in Questions & Answers
      pffx
      pffx
    • RE: How to draw the Horizontal Line (Custom Indicator shows Dots)

      This indicator is not mine. I have only .ex4 file.

      posted in Questions & Answers
      pffx
      pffx
    • How to draw the Horizontal Line (Custom Indicator shows Dots)

      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.

      1. Indicator is visible -> Draw Line

      Somebody does have an idea how to do it?

      Thank you

      posted in Questions & Answers
      pffx
      pffx
    • RE: Bucket of Trades (Rounded Profit)

      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

      posted in Questions & Answers
      pffx
      pffx
    • Bucket of Trades (Rounded Profit)

      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.

      0_1503599807607_upload-df3f5ca4-c046-41f7-aa0c-b014e96ba7bd

      0_1503600018077_upload-9787bdb5-5508-4bce-ab95-be08d62eab8e

      Thanks a lot

      posted in Questions & Answers
      pffx
      pffx
    • Example with the TrueTL indicator in EA

      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.
      0_1503338747141_upload-5d952fa6-8c32-40da-8595-25b289fbae7c

      Thx a lot

      posted in Questions & Answers
      pffx
      pffx
    • 1
    • 2
    • 1 / 2