fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Temmy 25
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 34
    • Best 1
    • Controversial 0
    • Groups 0

    Temmy 25

    @Temmy 25

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

    Temmy 25 Unfollow Follow

    Best posts made by Temmy 25

    • RE: How to know if the last printed candle is the biggest in range

      @l-andorrà Thank you for this idea
      But this will not execute exactly what I want.

      This is pass if candle 1 is breaking a 50 candle range on both sides (high and low)

      What I want is a candle that is bigger than the last 50 candle in size, might break or might not break the 50 candle range

      I found a long way to do it
      Once per bar, I created a variable system that stores the sizes of each the last 50 candles and then compares each of the candle size to candle 1.

      This means I have 50 variables and 50 condition blocks.

      Works perfectly.

      Screenshot 2025-01-17 at 10.54.48 AM.png

      posted in Questions & Answers
      T
      Temmy 25

    Latest posts made by Temmy 25

    • RE: Help with calculating Swap & Commission into Profit

      @l-andorrà Yes, combined profit (including commission and swap) of all trades, both opened and closed within a period of time

      For example, my target is $100 profit in money

      I might have two closed trades:
      loss of -$100
      loss of -$200

      and a running trade of +$400

      Then the trade should close for profit of $100

      including commission and swap calculated

      posted in Questions & Answers
      T
      Temmy 25
    • Help with calculating Swap & Commission into Profit

      I enter several traders, some goes into loss while some stay open until my profit target is met.

      I use, ''check profit (period of time)" and "close trade" blocks

      Now the problem is swap and commission isn't added to the profit calculation and sometimes, even though the sum of both closed loss trades and open profitable trades are in positive, I can still get a loss.

      I tried using the pink block but it can only check the profit one trade, I need to check the profit of all trades within a period of time with swap and commission added

      Please help

      Screenshot 2025-05-04 at 9.29.19 PM.png

      posted in Questions & Answers
      T
      Temmy 25
    • RE: How to know if the last printed candle is the biggest in range

      @l-andorrà Thank you for this idea
      But this will not execute exactly what I want.

      This is pass if candle 1 is breaking a 50 candle range on both sides (high and low)

      What I want is a candle that is bigger than the last 50 candle in size, might break or might not break the 50 candle range

      I found a long way to do it
      Once per bar, I created a variable system that stores the sizes of each the last 50 candles and then compares each of the candle size to candle 1.

      This means I have 50 variables and 50 condition blocks.

      Works perfectly.

      Screenshot 2025-01-17 at 10.54.48 AM.png

      posted in Questions & Answers
      T
      Temmy 25
    • How to know if the last printed candle is the biggest in range

      Please do you have any idea how to find if the last printed candle (candle 1) is bigger than all the last 50 candles (candles 2 to 50) in total size, High to Low

      There is a block to get the highest price of candle in a range but there is no block to check the highest size in a range.

      I want to make trades only if last candle is bigger in size than the last 50 candle.

      Screenshot 2025-01-15 at 8.36.13 AM.png

      posted in Questions & Answers
      T
      Temmy 25
    • RE: Please Help, Check Profit: Total Sum of Money Including Swap and Commission Not Working Properly

      @jstap Thank you

      posted in Questions & Answers
      T
      Temmy 25
    • Please Help, Check Profit: Total Sum of Money Including Swap and Commission Not Working Properly

      My EA opens several trades when some conditions are met, and closes all trades when total profit (money) with swaps with commissions is equal to or greater than $100

      This works well with swaps and but not the commission

      My broker is IC Markets with $3.5 per lot per turn ($7.0 per lot round turn)

      So the EA closes with $100 in profit, thereafter the broker now removes the $7.0 commission from the profit after the trades are closed

      So the commission is always removed by the broker from the profit after closing trades, rather than being calculated with the profit by the EA. So that when the broker finally removes the commission, my profit should return to $100

      Hence, I get a profit bellow $100 sometimes or even losses when the commission is high if I use big lots even though I made initial $100 from the trades

      Please how can I make the EA add the commission to the profit before closing trades

      Screenshot 2025-01-01 at 10.16.14 AM.png

      Screenshot 2025-01-01 at 10.51.01 AM.png

      posted in Questions & Answers
      T
      Temmy 25
    • RE: To optimize the robot, I have to consider the last few years

      I once had a strategy that made about 100% in April to August last year with just risking 1% per trade, also about 15% max drawdown (strategy tester)
      But was not even profitable every other time in recent history with the exact same parameters.

      posted in Questions & Answers
      T
      Temmy 25
    • RE: To optimize the robot, I have to consider the last few years

      I think that is the reality of trading, what works yesterday might not work tomorrow.
      Unless you have a strategy that is timeless... evergreen so to say

      posted in Questions & Answers
      T
      Temmy 25
    • RE: Day of the week into a string variable

      I figured what the problem is
      The block is running before another block that resets my group number
      Thanks for your help

      posted in Questions & Answers
      T
      Temmy 25
    • RE: Day of the week into a string variable

      @jstap
      I want it to run once a day only after the check profit block is true
      But instead it runs at the beginning of each day when the check profit block isn't yet true

      posted in Questions & Answers
      T
      Temmy 25