fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. yousef builder
    Y
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 20
    • Best 0
    • Controversial 1
    • Groups 0

    yousef builder

    @yousef builder

    -1
    Reputation
    7
    Profile views
    20
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    yousef builder Unfollow Follow

    Best posts made by yousef builder

    • RE: K2 Forex Bot ( Free Downlaod )

      @jstap
      with a good optimization , a grid martingale MM system works amazing . with settings that are profitable yet nearly impossible to get margin call .if you backtest it on 10 years of market history and the drawdown is acceptable , you can be pretty much sure it would work fine for the rest of the years . if you are looking to get a decent amount of money with merely no drawdowns ... I'm curious how you do it ?

      posted in Tutorials by Users
      Y
      yousef builder

    Latest posts made by yousef builder

    • RE: K2 Forex Bot ( Free Downlaod )

      @jstap
      with a good optimization , a grid martingale MM system works amazing . with settings that are profitable yet nearly impossible to get margin call .if you backtest it on 10 years of market history and the drawdown is acceptable , you can be pretty much sure it would work fine for the rest of the years . if you are looking to get a decent amount of money with merely no drawdowns ... I'm curious how you do it ?

      posted in Tutorials by Users
      Y
      yousef builder
    • RE: Robot Ea

      @Mbimbim
      https://fxdreema.com/shared/Y1z9O83J
      here is an old project of mine . it uses grid in its basic form . its one way to do it you can check it out with visuals

      posted in Questions & Answers
      Y
      yousef builder
    • RE: Robot Ea

      @Mbimbim they can last for 10 years or so if you want them to . it depends on your robot . your bot must have a good strategy though its not that important . the best money management for bots is grid I believe. but beware the OPTIMIZATION . sometimes a bot can make you hundreds of bucks with a strategy and get margin call in a week with the same bot but different settings and input

      posted in Questions & Answers
      Y
      yousef builder
    • RE: ATR Multiplier

      @xburbx
      "indicator within limit"
      inbox me

      posted in Questions & Answers
      Y
      yousef builder
    • RE: Using Multiple Timeframes

      if you select daily option in the dropdown menu . it shows you daily candles on the backtest . also all the blocks in which the time frame is set to current will follow the daily candles and execute operations based on that . for those block you mentioned though 15m and 1h histories are downloaded and will be used as an input for those . so whatever you choose in mt5 will be shown and used for those with current timeframe . those which have different timeframe set for em , will use that no matter what you set in mt5

      posted in Questions & Answers
      Y
      yousef builder
    • RE: withdraw one third of the profit each month (backtest)

      @jstap
      well no . I actually want to backtest it in previous years month by month and write realized profits for each month . after calculating the average profit per month , I'd say withdraw 1/3 of that money each month regardless of profit or loss for that month .

      but what you said is kind of makes sense . I'll probably set a limit condition before the division operation so like it doesnt do the withdrawal for 10 bucks

      posted in Questions & Answers
      Y
      yousef builder
    • RE: withdraw one third of the profit each month (backtest)

      @jstap
      OK . I don't have a sub right now . But I'll test it out and let you know
      about the positive value , you're right . I added a condition that checks that
      https://fxdreema.com/shared/rgewByRZd

      posted in Questions & Answers
      Y
      yousef builder
    • withdraw one third of the profit each month (backtest)

      https://fxdreema.com/shared/ASh1W0fDb
      is this way optimized and working fine ? . or any suggestions

      posted in Questions & Answers
      Y
      yousef builder
    • RE: Emergency close positions in loss . will it work ?

      @jstap thanks .. got it 🤍

      posted in Questions & Answers
      Y
      yousef builder
    • RE: Emergency close positions in loss . will it work ?

      @jstap
      yeah both would work . what you said though was less complicated
      but my real question was with on init event . is this the way it works ? also I have another question .
      you see some blocks need some other blocks before them in order to work

      for example "modify variable" needs "for each position" before it obviously to modify based on position properties . but what other blocks need blocks before them ?

      like I've seen for conditions there are if positions and no position . thats why I added a pass at first and then put my formula . would it work without the pass ? and what about others ? I haven't found much in the docs

      posted in Questions & Answers
      Y
      yousef builder