fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. yoloyacht
    Y
    • Profile
    • Following 0
    • Followers 2
    • Topics 35
    • Posts 72
    • Best 0
    • Controversial 0
    • Groups 0

    yoloyacht

    @yoloyacht

    0
    Reputation
    589
    Profile views
    72
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    yoloyacht Unfollow Follow

    Latest posts made by yoloyacht

    • Using Copy Trader with EA?

      I have an EA that I want to use, and I found FxBlue's copy trader. However, their copy trader is an EA and it will have to replace the EA that I'm using.

      Is there a way around this?

      Thanks!

      posted in Questions & Answers
      Y
      yoloyacht
    • Trade Open Price Wrong?

      Hi, I was wondering why the open price for the trades aren't close to the bd/ask?
      Like this

      0_1653011943767_bidaskwhy.JPG

      posted in Questions & Answers
      Y
      yoloyacht
    • Every "n" hours

      Is there an option where you can create a block for every "n" hours? The only similar one I can find is every "n" bars, but I'm using a Renko chart so I can't really use the "n" bars since I want it every hour and it doesn't take in account time.

      How should I go about it? Thanks!

      posted in Questions & Answers
      Y
      yoloyacht
    • Find Angle of Linear Regression?

      I'm trying to get the angle via object on chart, but it just returns zero. Any thoughts on how to do this?
      0_1619807556165_lin regression.JPG

      posted in Questions & Answers
      Y
      yoloyacht
    • If price in zone function?

      Let’s say I have a rectangle object marking as a zone. How do I determine if price is within that box? Is there a specific way to do it? The only way I can think of is( if price is > bottom) && (price < upper)

      posted in Questions & Answers
      Y
      yoloyacht
    • Taking actions based on objects

      Hi, so currently I have these lines with specific names "line 1, line 2, etc..." and have it hard coded that whenever price hits line 1, it does an action.
      I'm trying to figure it out where I don't have to do specific object names, so instead this:
      if this, take action at the next line.

      Any ideas? Thanks!

      0_1617118793302_supportresistance.JPG

      posted in Questions & Answers
      Y
      yoloyacht
    • RE: Value of Trace Lines

      @l-andorrà Nvm got it to work from changing Trendline Price Level (candle ID) to Price level 1.

      Main issue now is that it's getting the value of Candle 0, but I would like it from candle 2, but it gives no option to select candle ID

      posted in Questions & Answers
      Y
      yoloyacht
    • RE: Value of Trace Lines

      @l-andorrà Hmmmm still getting 0 from it

      posted in Questions & Answers
      Y
      yoloyacht
    • RE: Value of Trace Lines

      @l-andorrà Not sure if this is what you meant. I tried it but this time I'm getting 0.
      0_1614624113693_Capturebb.JPG

      posted in Questions & Answers
      Y
      yoloyacht
    • Value of Trace Lines

      I want to get the value of a trace line, but when I try this, I don't get the correct value. Instead of getting the high value, I get 214783647 instead, which I believe is the limit value for type double. Am I doing this right?
      0_1614538883973_Captureaaaaa.JPG

      posted in Questions & Answers
      Y
      yoloyacht