fxDreema

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

    Posts made by Vortrexcian

    • RE: boolean

      @blue-amir

      Hi

      Like @jstap said.

      Create a constants
      17d528dd-9767-4305-b6f0-e8bbd13ad8bc-image.png

      then
      f7642c33-e4d6-4d2f-847d-ed967f5275e1-image.png

      Hope this helps

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: TRENDLINE BREAKOUT EA

      @DROGO

      Hi

      Under MyIndicators
      269d3c3a-31a8-4185-bf27-7c6c4e0219eb-image.png

      Select the custom indicator that you want to use.
      And add the output buffers
      86e4588c-7b99-4dd8-ac01-ded79b65ce3e-image.png

      As seen on the image, my custom indicator had 10 buffers
      The arrow signals were buffer 8 and 9, which I had to use to open a buy and sell trade.

      Not knowing which buffer on your custom indicator activates the "BUY" signal, you would need to add a lot of buffers, and keep on changing and testing, untill a buy order opens
      12a6ffd7-4b4f-43c2-abb7-11b726b22a7b-image.png

      I'm not that good with this and still new myself.

      You might want to ask for assistance from
      @l-andorrà
      @jstap
      @roar

      Or some of the other L337 guys...

      Hope this helps a bit...

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: TRENDLINE BREAKOUT EA

      @DROGO

      Hi Bud

      I would say, make sure your setup is correct, first of all ( that it would open and close when conditions are met )

      Then, and this is the "YEET" part, you will have to add buffer 0 to 10, then test again, if not working, change buffer 0 to 1 and so on, till a trade opens.

      Do this only for buy at first, till you find the right buffer, then do the same for sell.

      Did you create the indicator or do you at least have the source code, cause the buffer will be there, otherwise, if not, the above method is the only thing I can think of at this point to find the right buffer.

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: Friends, who wants to help me improve this semi-automatic EA to operate trend candles in Crash 500?

      @VHV-Profit-Masters
      Hi

      Hope you are doing well.

      How far did you get with this project?

      Also, would you mind explaining in detail what you are trying to do, please!

      Looks like you want to buy on Crash 500
      This is a Synthetic market from Deriv, therefor, normal conditions would not really apply as there is no outside influence on these type of markets as they run on a Algo, which changes from time to time.

      To try and find a trend, MA’s would be 1 option amongst trend line breakout.

      If I could understand your conditions a bit better, I might be able to give some insight on it.

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: TRENDLINE BREAKOUT EA

      @DROGO

      You can change the Candle ID , 50 and 15 is the amount of bars it would read to draw the trendlines.

      Alternatively, look at the construction of it, to see if you might have missed something, because this definitly opens trades.

      Also, I do not have MT4, so cant see your personal trendline indicator, the reason your project might not be opening trades, could be incorrect buffer as well.

      Maybe @l-andorrà could shed some light on this

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: TRENDLINE BREAKOUT EA

      @DROGO

      Hi Bud

      Try this.
      https://fxdreema.com/shared/D2hEK7pZd

      b5591983-a031-4fc3-91db-61d665cc4dc3-image.png

      Hope it helps.
      🤞

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: ช่วยฉันอยากทราบวิธีทำให้ EMA <x RSI ใน Fxdeema มีวิธีการอย่างไรบ้าง?

      Hi

      Need some more information!

      However, from the question, I would think you are talking about when,
      EMA either is below or crosses other EMA
      and
      when RSI is either below or crosses a level.

      Here is a very basic example and I hope I understood your question correctly.
      https://fxdreema.com/shared/AA46rdJue

      Merely change block 2 and block 3 around for EMA to be first condition and RSI second condition.

      I might be incorrect, but 1 condition doesnt have to ( <x ) as this is ( cross over ), you could merely use ( < ) as 1st condition should be "below"
      and then 2nd condition ( <x ) "cross below"

      Eample link explained:
      When RSI is ( < ) "below" level 30
      and
      50EMA (<x ) "crosses below" 200EMA open buy trade.

      I hope this helps a little, I'm still new here, sorry if this is not what you were looking for.

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: TRENDLINE BREAKOUT EA

      @DROGO

      Hi

      Sorry for the delay in response.
      Been super busy.

      Here is a previous post that might help you in the right way.
      https://fxdreema.com/forum/topic/4233/example-trendline-ea

      Have a look and see if this is what you're loking for.
      Play around with it on your demo ( or tester ).

      Unfortunately, I do not operate on MT4 ( for the moment )
      Therefore, I cant open that indicator to test and see.

      However, I do hope the link guides you in the right directions.

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: How to change minimum lot size from 0.01 to 0.001?

      @VHV-Profit-Masters

      For the most part 0.1 or even 0.01 are used, have a look at your broker first.
      Not all brokers support a 0.001 Lot sizes.

      Please post a link with the project as well, makes it easier for people to see it and try to assist...

      Hope something like this helps.
      https://fxdreema.com/shared/FLIjzp0Ud

      But first have a look at your broker.

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: TRENDLINE BREAKOUT EA

      @DROGO

      From looking at these other pictures you posted, why is your trendline breaker standing still and not moving with the trend?

      Is it a indicator or did you draw the trendlines yourself?

      Are you looking at wanting to create a EA Trendline Breakout or are you looking at creating a EA that will open orders at crossing of manual drawn trendlines?

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: TRENDLINE BREAKOUT EA

      @DROGO

      The TRENDLINE BREAK indicator, did you build it?
      Was it done on FXDreema?

      If so ( by looking at your picture )
      Its static ( stays in place ) as seen on the picture, it did not adjust to the HH pricing after the break.

      If this is the case, ( from looking at the picture ) the 2nd condition for the trendline break indicator would be your trade option.

      If you created it and willing to share the link or even the indicator, it would make it easier for people to be able to asssist you.

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: Buy / Sell on Custom Indicator

      @l-andorrà

      Hay l-andorrà.

      Managed to fix the popup's though.
      I re-coded the custom indicator's notifications to "False" ( Switched off by default )

      I then opened a new chart, loaded the custom indicator first and then the EA.
      This seemed to work slightly, experienced some "Server connection" issues, where it would not open new trades every now and then.

      Ran a check on my internet connection and did not pick up any connection issues.
      ( I ran a looped ping test as well, trying to see if there's any packet loss or delay in connection and there were none )

      I wouldve have liked to used my custom indicator, since the MA's changes colour as the cross, indicating a price direction, especially on higher time frames, but to fix the issue, I ended up re-coding the EA, merely using the bases for buy and Sell, excluded the "My Custom Indicator"

      This works great, simple as well.

      I also switched back to ID 1, to prevent false readings , however, on higher time frames this seems to have more losses, as by the time it would open the trade in that direction ( for the most part ) the movement has already ran its course and reversing.

      Between M5 and m15 for most markets, its yielding high potential, I would need to look extra conditions to try and prevent unnecessary losses, for example, maybe look at adding something in such as: only take buy signals when price is above a 50 or 200 MA and sells when below.
      Or something in the lines of only take signals when 50 is above or below 200.

      I’ll play around with a few methods and see what I can come up with.

      On the one market ( year to date ) it made over $23 000, but also took $21 000 in losses, so there’s definitely something, merely need to look at a decrease in loss method.

      As always, thank you all, for always assisting….

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: Buy / Sell on Custom Indicator

      New issue
      On MT5 tester, it works.
      Can see MA's
      Can see arrows
      Opens Sell and Buy trades
      Any timeframe.

      However, on live account.
      No MA's
      No Arrows
      No opening trades either.

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: Buy / Sell on Custom Indicator

      @ambrogio

      Hi

      You are a #Legend
      It worked.

      Thank you so very much, truly do appreciate it.

      So, yes, the smallest thing was Buffer starts with 0 and I started with 1.
      Cant believe I missed it.

      Thank you again for the assistance.
      🙏 🙏 🙏

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: Buy / Sell on Custom Indicator

      @ambrogio

      Hi
      Yes, I have.
      ID1 was the first and ID0 the second.
      Still nothing.

      I could, re-write the conditions for buy and sell without the additional MA's, however, I do like problem solving.
      But this is beyond me at the moment.

      Everything looks in order, but I think it's something small that I'm missing somewhere.

      Again, thank you very much for your input, appreciate it.

      This is going to give me sleepless nights...
      😣

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: Buy / Sell on Custom Indicator

      @sktsec

      Hi

      Thank you for your reply.

      I see what you mean.
      I have amended and still no buy or sell trade opens.
      29f37aba-1bec-438f-94a9-441958059a38-image.png

      However, still only getting 3 MA's shown on the test as to 4 MA's ( as seen on previously posted picture )
      Again, not sure what I'm doing wrong.
      17a0484a-536d-4777-9d33-ab9b6db3d6a8-image.png

      https://fxdreema.com/shared/C9BObqO3c

      If anyone could maybe have a look at your own time, and let me know, it would greatly be appreciated.

      Thanking you in advance for your most valuable time & assistance.

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: Buy / Sell on Custom Indicator

      @l-andorrà

      okay, somwthing is wrong, you're right.
      The indicator did not load correctly.

      I only noticed this on the retest ( which didnt work with the 0 candle, either )

      On the retest, there are only 3 MA's as where my indicator has 4

      Tester Example:
      ebcbfc55-6d0b-415c-8560-2427cc2049ad-image.png

      My indicator example:
      96673f99-f790-4b6a-9516-d4b96f2b0a11-image.png

      So, yes, something is wrong and I have no idea what it is.

      Any help would be greatly appreciated.

      Thx

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: Buy / Sell on Custom Indicator

      @l-andorrà

      Hi

      Thank you for your response.

      I'm pretty sure the Buffers are correct.
      184e6fa3-ebec-4945-9951-2c8966fec9ac-image.png

      Please do have a look and let me know if I did this incorrectly.
      489fb548-0252-446a-b5c2-7f05402f199b-image.png

      I might have tested it with Candle 0 before, however, would retest and revert.

      I'm not 100% sure if the arrows repaint, I guess it does on volatile markets.
      Example:
      2 MA's that cross, price sometimes just goes to a point, where the arrow would signal and then price moves the other way, so the arrow disappears, this does not happen all the time, but also why I choice 1 instead of 0, so after arrow appears to take the next candle opening.

      Again, always appreciate your @l-andorrà feedback and will definitely retest with your suggestion

      Thank you

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: Buy / Sell on Custom Indicator

      @Creven

      Hi

      How do you mean?

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: Buy / Sell on Custom Indicator

      @keanzoe

      Hi

      Thank you very much for your reply.
      I found this thread regarding the issue I am experiencing and used the same setup.
      https://fxdreema.com/forum/topic/11832/buy-sell-when-arrow-of-the-indicator-appears
      As it worked there, with the assistance of @l-andorrà

      I'm using the same layout and still do not understand why trades are not physically opening.
      I know, I'm missing something somewhere, just cant put my finger on it LOL.

      posted in Questions & Answers
      V
      Vortrexcian
    • 1
    • 2
    • 3
    • 4
    • 2 / 4