fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. vnpython 0
    V
    • Profile
    • Following 0
    • Followers 2
    • Topics 26
    • Posts 91
    • Best 4
    • Controversial 1
    • Groups 0

    vnpython 0

    @vnpython 0

    3
    Reputation
    1939
    Profile views
    91
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    vnpython 0 Unfollow Follow

    Best posts made by vnpython 0

    • RE: Volume Indicator

      @roar thanks for replying. appreciate the effort đŸ™‚

      posted in Questions & Answers
      V
      vnpython 0
    • RE: Condition Bug?

      this only happens when 2 condition panel is opened. the selection on the newly opened will cause the first panel to react. if open individually, no such issue. for safety sake, i re-open the conditions one by one and check. after checking, the EA runs fine. before that was unable to do as designed...

      posted in Bug Reports
      V
      vnpython 0
    • RE: Generate a random chart

      that's good idea! hope to put my ea into such test too. Can this be achieved in mt4?

      posted in General Discussions
      V
      vnpython 0
    • RE: Possible bug in positioning candle in 'future' candles

      hijacking my post haha

      posted in Bug Reports
      V
      vnpython 0
    • MA cross with negative period produce funny result?

      ok, was toying some ideas and using simple MA crossover without negative period (0) and the buy/sell works fine. and when i use -1 on 1 of the fast MA, it gives only sell trade. and when i use 0 for fast MA and -1 for slow MA, it gives only buy trade T_T are negative period gives such result?

      posted in Questions & Answers
      V
      vnpython 0

    Latest posts made by vnpython 0

    • For Each Pending Order (Oldest / Newest) and If Demo Account... not working?

      https://fxdreema.com/shared/sPKAyHz6c

      this is a stripped version of my idea and after playing around for some time, i think there is bugs of:

      1. 'For each pending order' block - the loop direction seem broken, and no matter how i config it, it always deletes from newest first. I wish to delete from the oldest first but couldnt.

      2. 'If demo account' block seem broken.. please check

      (i delink 'if demo account' for you to try, you can link and check again)
      thanks!

      posted in Bug Reports
      V
      vnpython 0
    • RE: Trading costs tool

      i think is good filter method. i will google on this idea and read more about it.. if anyone already has pdf on this i will appreciate. if not google my way to it ^^

      edit: https://www.investopedia.com/articles/forex/10/spread-pip-potential-pairs-day-trading.asp

      posted in Tutorials by Users
      V
      vnpython 0
    • RE: Create EA from MA crossover in MACD window.

      isnt that 'main' line x> or x< 'signal' line?

      posted in Questions & Answers
      V
      vnpython 0
    • RE: [Custom Block Release] Send a message or screenshot to Telegram Blocks

      @ranjayforex said in [Custom Block Release] Send a message or screenshot to Telegram Blocks:

      ![alt text](0_1609333881144_TrendBot1.JPG image url)

      I followed the steps thoroughly and now FxDreema cannot compile the EA? can someone assist?

      edit: those who face this issue. please download the mq4 file and compile under meta editor. it work still. thanks @Spuzy wherever you are ^^ @ranjayforex take note if you're still struck

      posted in Tutorials by Users
      V
      vnpython 0
    • RE: will the fxDreema be further developed?

      you want challenge? well, maybe do a section that allow us to make indicators! this would be great challenge!!

      Edit: sometime lately i find my EA work in the past but when i tried to update it, now unable to work as intended... so i load up the old mq4 and compile again and it didnt work... until i remove 1 part (part of debugging process) and suddenly it work again. But the funny part is the old code able to work and now only work after remove 1 part.. did boss make update now and then?

      posted in Questions & Answers
      V
      vnpython 0
    • Check Stop-Loss block unexpected behavior or unexplained or unstable issue?

      i think i resolved it đŸ˜„

      posted in Bug Reports
      V
      vnpython 0
    • RE: Possible bug in positioning candle in 'future' candles

      @fxdreema said in Possible bug in positioning candle in 'future' candles:

      I tried this: https://fxdreema.com/shared/OuUNxlf3d And I got an error "array out of range" when the EA tried to get value from future candle. It's because there is no data about the future candle, it doesn't exist. I believe that the Time attribute is like Open, High, Close, Low and Volume, it's connected with the candle, and with no candle there are no attributes.

      You can get the time of the current candle, because that time is rounded, and add seconds to it. The time is the number of seconds since 1.1.1970. Look at this: https://www.epochconverter.com/ The "Comment" block may draw human readable version of the time, but in reality it is an integer number.

      Here is another example: https://fxdreema.com/shared/wreYKAEL
      I use that "shift in time" feature, but instead of using fixed number of minutes, I use Period(). It returns the number of minutes for the current period. If the period is M15, it returns 15. So that way you can put the EA on different period and it will show you the time of the non-existent future candle. You can use 1 * Period() or 2 * Period() or MyVariable * Period(). Even _Period should work instead of Period().

      i just tried on draw vertical line on Period() as per your 'comment' block but on 'draw line' block: 0_1572963836008_3bd04fa4-9842-4369-a6f6-ec194341fabd-image.png and cant draw line on both historical data and future data... @fxdreema please help?

      posted in Bug Reports
      V
      vnpython 0
    • RE: Draw H-Line on Current Year Open Price?

      0_1572962189087_0a812b2a-464f-4393-8443-c0ea09c76309-image.png

      as you can see... the 2019.01.02 where the arrow is but the H-line is down below, to the candle open of today (11/5/2019)

      posted in Bug Reports
      V
      vnpython 0
    • RE: Draw H-Line on Current Year Open Price?

      @trader-philipps said in Draw H-Line on Current Year Open Price?:

      @vnpython-0 I think there are several possible reasons.

      1. You set (at least in shared project) the angle to 45 degrees. So maybe you just don't see the line. Can you see the object in the object list <CTRL-B>?
        0_1572908463512_9606260b-3759-4508-8736-9ba6057d6261-grafik.png

      2. Not enough history on chart. It may also be that there is not enough history on the chart - especially on M1 timeframe. Did you test in tester or demo account live chart?

      1. the line is shown straight and not in angle.. i think that option only affects trendline by angle which i havent try..

      2. hm.. maybe you're right.. i will try and let's find out...

      posted in Bug Reports
      V
      vnpython 0
    • RE: Draw H-Line on Current Year Open Price?

      @l-andorrĂ  said in Draw H-Line on Current Year Open Price?:

      According to the info on your block, it will draw the line on the 2nd of January, 2019. That happened a long time ago. Try to put a closer day to present.

      i think the issue is the line is drawn to M1, M5, M15 ... etc instead of using the timestamp function of the block...

      posted in Bug Reports
      V
      vnpython 0