fxDreema

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

    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
    • Draw H-Line on Current Year Open Price?

      https://fxdreema.com/shared/f68DP51T

      somehow the 'Find candle by [Time]' with timestamp is not working? Tried many combination and seem really not finding the candle by timestamp.. more likely to timeframe instead...

      i hope to get the data (current year open price) and draw a horizontal line to mark it on the chart as reference... of course i could just mark it manually... but...

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

      hijacking my post haha

      posted in Bug Reports
      V
      vnpython 0
    • RE: Four Conditions Met Before Trigger Order

      if course you can use that strictness, why not? use it on candle 0 or candle 1?

      posted in Questions & Answers
      V
      vnpython 0
    • RE: Four Conditions Met Before Trigger Order

      i think you cannot have more than 1 x< / x> in your string of conditions. use only 1 cross and the others have to be > or < conditions.

      posted in Questions & Answers
      V
      vnpython 0
    • RE: MTF Indicator Rising / Falling Advice needed

      @trader-philipps said in MTF Indicator Rising / Falling Advice needed:

      @vnpython-0 Thanks for your advice. However, it is a trend confirmation as trades should be opened in higher tf trend direction.

      if you're entering trades on lower tf once the higher tf trend is confirmed, then you have to think of a method to activate trades on desired tf following trend direction.. normally when trend is 'confirmed' (crossover?), then mark a var from '0' to '1' to pass condition to lower tf's indicator to check for 'crossover' and enter the trade

      posted in Questions & Answers
      V
      vnpython 0
    • RE: MTF Indicator Rising / Falling Advice needed

      @trader-philipps said in MTF Indicator Rising / Falling Advice needed:

      @vnpython-0 Yeah, I was thinking take the values by the indicator from the higher timeframe as is (specify in block). Hence I can easily calculate the slope.

      if slope, using lower tf might be better since whatever happens at lower tf will drives the bigger tf... higher tf is for trend directions...

      posted in Questions & Answers
      V
      vnpython 0
    • RE: MTF Indicator Rising / Falling Advice needed

      i think for mtf type of indie, is unable to avoid such issue due to the value is taken from higher tf to plot lower (a range of value that tally up in higher tf) tf...

      posted in Questions & Answers
      V
      vnpython 0
    • Possible bug in positioning candle in 'future' candles

      https://fxdreema.com/shared/UYvk6RUhe

      @fxDreema @miro1360 after cracking my little pea brain and managed to get this thing up: dont ask me how this does but hoping this would allow me to guess when is the turning point for a trend. so, using on historical candle works fine but when i tries to use it on my recent candle (say candle 7) and those calculation (current candle minus 9, -18, -26 etc) into the future candles (eg -1, -2 ~ -26 aka shift forward) cannot show those lines.

      read the solution from miro1360's to somebody's post on similar, miro1360 uses 'shift in time' function to push to 'future' and but i can be using 1 set for 'future' line and and 1 set for historical line...

      i think the big fxdreema BOSS can think of a way... no other software can do it... only fxdreema can and that's why i stick with fxdreema... please boss.. make it work, okie?? thanks!!

      posted in Bug Reports
      V
      vnpython 0
    • Free EA while you try out fxdreema...

      https://discord.gg/NbGn2BJ low risk

      posted in General Discussions
      V
      vnpython 0
    • RE: Quick Average Daily Range

      why not use ATR? and put period of 6? and get yesterday's value?

      posted in Questions & Answers
      V
      vnpython 0
    • 1
    • 2
    • 3
    • 4
    • 5
    • 1 / 5