fxDreema

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

    William29

    @William29

    4
    Reputation
    523
    Profile views
    35
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    William29 Unfollow Follow

    Latest posts made by William29

    • Is is possible to modify spawned object name?

      I have box that I need, when box respawns it adds additional number like first box was box1 then second one is box2.

      I need to find and rename box2 back to box1.

      I only found a way to change description but I need name.

      posted in Questions & Answers
      W
      William29
    • RE: Candle ID 1 and once per bar

      @jstap could be, never used that block but did some testing while back

      posted in Questions & Answers
      W
      William29
    • RE: Custom Indicator Parameter*

      @Morpheus_0 Here's the thing with testing using custom indicators. The parameters of testing will be default indicator parameters. So your thing might only can be tested in real time.

      posted in Questions & Answers
      W
      William29
    • RE: Create EA to fight broker manipulation????

      Forget it man, even if you catch them with their pants down simple retailers can't do shit. You best next thing to do is don't waist your time and just change brokers.
      You're not the only one who tried and as you can see we are powerless. Bastards have too much money and power.

      posted in Questions & Answers
      W
      William29
    • RE: Custom Indicator Parameter*

      Have you tried making input variable then attach it to the Length window?

      posted in Questions & Answers
      W
      William29
    • RE: Candle ID 1 and once per bar

      I don't have mt5 but you can check if the closing is caused by the EA by simply drawing some text on the chart when conditions are met.

      Alternatively there is an easy fix. All you need to do is add filter "check age" block. Just like.

      Obviously adjust waiting time to your timeframe.

      image.png

      posted in Questions & Answers
      W
      William29
    • RE: How do you get Ema based on RSI as variable?

      @William29 I mean you can drag EMA onto RSI window and make it to work off of RSI values and not the candles. Shame though, This would of been a lot easier if it was possible.

      posted in Questions & Answers
      W
      William29
    • How do you get Ema based on RSI as variable?

      I couldn't find o way to do this unless you'd use some kind of custom indicator and then pull buffers.
      But how do you do that without custom indicators?

      posted in Questions & Answers
      W
      William29
    • RE: How to check if trendline already exist on the chart and if is do not draw another one

      hmm maybe, I dont really know how the flags work though but I'll give it a go.

      posted in Questions & Answers
      W
      William29
    • How to check if trendline already exist on the chart and if is do not draw another one

      So I made this system in which a condition block checks for a trendline by its number and takes price level as value.

      when I make a condition block to compare that value to the price that is true BY THE LOGIC the block should say no. Because if the first value is empty and it's set to check if its == to the true value of where it should be it should say no.

      But, the block does not give you either yes or no. It simply does not do anything. I check it with activity tracking. Tried spamming numbers if one or the other would be true but nothing.

      So what I simply want to do is to draw a trendline at the specific price if there is none. If there is already a trendline do not draw another. But I cant find a way to check if there is or there is no trendline on the chart.

      anyone knows how?

      Thanks in advance!

      posted in Questions & Answers
      W
      William29