fxDreema

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

    Vortrexcian

    @Vortrexcian

    2
    Reputation
    25
    Profile views
    68
    Posts
    1
    Followers
    5
    Following
    Joined Last Online

    Vortrexcian Unfollow Follow

    Best posts made by Vortrexcian

    • RE: How can we select a SL/TP price level based on balance percentage?

      @l-andorrà
      All good, merely thought this ( your own code ) would be a place to start.
      Maybe using the same logic, but have 2 independent calculations.
      1 = calculate Lose % of Balance
      2 = calculate TP % of Balance.
      I might have miss understood, sorry.
      Knowing you, you'll get it...
      👍

      posted in Questions & Answers
      V
      Vortrexcian

    Latest posts made by Vortrexcian

    • RE: How can we select a SL/TP price level based on balance percentage?

      @l-andorrà
      All good, merely thought this ( your own code ) would be a place to start.
      Maybe using the same logic, but have 2 independent calculations.
      1 = calculate Lose % of Balance
      2 = calculate TP % of Balance.
      I might have miss understood, sorry.
      Knowing you, you'll get it...
      👍

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: auto draw on symbol change

      @drewliedadeuce

      As @jstap mentioned.

      The On Init means initialization ( once the EA is loaded to a chart, it starts )
      Your EA has already started, so there's no initialization again, even when you add or change anything on the chart ( unless you remove and re add your EA, the Init will start again )

      If you change anything there after, it should be in the OnTick ( searches for anything within every tick (( per second )) to alter on the chart )
      So if you change the symbol on the same chart, the OnTick will detect a change and redo whatever the command is.

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: How can we select a SL/TP price level based on balance percentage?

      @l-andorrà

      Hi Bud
      https://youtu.be/UGm-fYBKa2M?si=1gokxJmm6SNgJGOT
      😁

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: Alert / Notification Issue with message

      @l-andorrà

      Thank you and truly appreciate the feedback and input.
      #Legend

      posted in Questions & Answers
      V
      Vortrexcian
    • Alert / Notification Issue with message

      Hi Guys

      Hope somebody could please shed some light on this as I am stuck.

      Simple EA with Arrow ( Link https://fxdreema.com/shared/rnnh3FBVb )
      When condition is met, an Arrow appears.

      Also added the delete box ( only needs to keep the new 20 Arrows, but have some issues with this as well, it deletes the arrows, but then stops and then deletes the newer ones and much much later, if you have some insight on this, would appreciate it as well )

      However, my issue with Notifications is as follows:
      Phone (Mobile) seems to work okay ( might have to add server time as well )
      baf1083c-911b-4b93-b225-430bc608f027-image.png

      Backtest works great
      e2518cfd-cced-4126-a631-d748ed70c7c9-image.png

      But Live does not display the same!
      e9f8f03b-0f43-4836-8ff5-1fe36b6c286d-image.png
      It only displays the EA anme, symbol and timeframe, but no entry price and estimate tp.
      It is displaying the very last alert's at the top left corner, but it is not showing it on the rest of the listing. ( where the question marks are on the picture )

      Can you guys please let me know why this is, did I forget something or did I do it wrong.

      Any assistance to this regards would as always be greatly appreciated.
      Thank you in advance

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: MT5 Timeframes

      @jstap

      On top of this.

      If I want the chart to always be on a M5, how would one go about having a message display "Not on correct Time Frame, must be on M5"

      Not that important, merely playing around with a few ideas.

      posted in Tutorials by Users
      V
      Vortrexcian
    • RE: MT5 Timeframes

      @jstap

      Thank you so very much Bud.
      Truly a Legend for doing this.
      This helps me out so much.

      Great work as always.

      🙇

      posted in Tutorials by Users
      V
      Vortrexcian
    • RE: TRENDLINE BREAKOUT EA

      @DROGO

      Nicely done Bud.
      Glad its working.

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

      @DROGO

      Hay Bud

      Quick one.

      Just to recap.

      YOu have a indicator, that draws Auto-trendline, you want to buy / sell when this indicator gives the signal, right?

      If so, you previous picture, that line, did you draw or was that the indicator?

      What @jstap suggested, was to use the additional block that would display what the value would be for when the indicator draws, so that, thats value could be used to trigger the Buy / Sell on your EA.

      If you drew the line, it defeats the purpose.

      posted in Questions & Answers
      V
      Vortrexcian
    • RE: Fixed SL / Break Even / SL Trailing Assistance Please

      Would like to thank
      @l-andorrà
      and
      @jstap

      For always assisting.
      The information that you guys give and post are truly remarkable.

      Thx Guys, I managed to get it sorted with your assistance.

      posted in General Discussions
      V
      Vortrexcian