fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. coverman
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 56
    • Posts 132
    • Best 0
    • Controversial 1
    • Groups 0

    coverman

    @coverman

    -1
    Reputation
    2280
    Profile views
    132
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    coverman Unfollow Follow

    Best posts made by coverman

    • RE: Send HTTP request

      When fxdreema is making a buy or sell I have put a Send HTTPrequest in the flowchart, but it isn't working.
      So, I just wonder how it should be done. If I want it to go to a web page like: www.website.com/buy.php

      I did set it to the following parameters:
      HTTP address: http://www.website.com/buy.php
      Method: POST
      Show response in message box: No

      When it ends up on my webpage I have my code there, but it isn't loading the page as far as I can see.
      Is there anything wrong in my settings here?

      posted in Questions & Answers
      C
      coverman

    Latest posts made by coverman

    • RE: Close all trades when open trades are in profit?

      But I want to close ALL trades if the account is in profit. So if I have 5 trades and 3 of them are at 5 dollar profit and I have 2 trades that are open with 1 dollar loss each. Then the total profit is 3 dollar profit. I want the EA to close all open trades then, since the account is in a total profit. Not just closing the ones in profit.
      No matter if they have the same MagicNumber or opened by another EA or another currency pair. If my open trades all together have reached a certain profit I want to close even the ones going wrong.

      It would be even better if I could put a trailing stop on all trades, so they can continue if they go in the right direction.

      posted in Questions & Answers
      C
      coverman
    • RE: Close all trades when open trades are in profit?

      I have used this block, but that one is only working if I set the MagicNumber to the same.
      So that one isn't working.
      0_1540980920897_ProfitTrades.png

      posted in Questions & Answers
      C
      coverman
    • Close all trades when open trades are in profit?

      I want to make an EA that closes all open trades (no matter if they are opened by one specific EA).
      I want it to look if the total profit is 5 USD. Then it should close all trades, even the ones in loss.
      I tried to find a solution and I found something that might work, but the block doesn't look like this now. The Market Mode part isn't available.
      Old from an old solution

      So I'm looking for something to close everything, no matter what pair or magic number.

      Is it possible?

      posted in Questions & Answers
      C
      coverman
    • RE: How can I print the stop loss live?

      No, didn't get the points from that example.

      posted in Questions & Answers
      C
      coverman
    • How can I print the stop loss live?

      Probably a very, very simple question.
      I want to output the actual loss on an open trade on the screen.
      But which block can tell me this? I want it to print the loss in points on open BUY trades and one line showing the loss on the open SELL trades on the trades that are open for this EA.

      Something like this:
      SELL LOSS: 250 points
      BUY LOSS: 732 points

      But which block can give me these numbers?
      Probably very, very simple, but I just can't find it.
      And I only have one BUY trade and one SELL trade open, so it's just one I'm looking for.
      What I'm looking for is the loss compared to the open price.

      posted in Questions & Answers
      C
      coverman
    • RE: Is there an easy way to find the hi/lo distance in pips?

      Great!!! Thank you. That one is working.

      posted in Questions & Answers
      C
      coverman
    • Is there an easy way to find the hi/lo distance in pips?

      I want to find out how many pips (or points) it is between the highest and lowest level from 20 candles back until now.
      I know how to find the highest and lowest price, but then I want to turn these into points to see the range.
      I made a formula to get the correct numbers by multiplying the result with 100000. But if I use the EA on a JPY pair I need to change that number to multiply by 100.
      But is there an easier way to get this result without changing this number depending on the chart I put the EA on?

      posted in Questions & Answers
      C
      coverman
    • RE: Hide the indicators used

      Actually I found the answer. It was in the main settings in fxdreema. Haven't seen them before.

      posted in Questions & Answers
      C
      coverman
    • Hide the indicators used

      When I run an EA in the Strategy Tester and stop it, it will show the indicators on the screen. They are added on the chart after I stop the test. Is there a way to have them invisible so a user can't see what indicators were used for the strategy?

      posted in Questions & Answers
      C
      coverman
    • RE: Drawing horizontal lines and open trades from them.

      Actually I could make that horizontal line after all. But can't make it BUY/SELL when it has crossed the lines.
      I did set the condition to check if it crossed the line, but it doesn't make the trade.

      0_1537435772576_Skärmavbild 2018-09-20 kl. 11.29.04.png

      posted in Questions & Answers
      C
      coverman