fxDreema

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

    Posts made by coverman

    • RE: Send HTTP request

      Where in the Options should that part be?
      I tried to write it in "Allow WebRequest for listed URL". Is that where it's supposed to go?

      posted in Questions & Answers
      C
      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
    • RE: Linear Regression Movement Indikator

      So it's enough to check if the red disappear and then if the green disappear?

      posted in Questions & Answers
      C
      coverman
    • RE: Linear Regression Movement Indikator

      OK. I will try that. To check if the green disappear and then if the yellow appear.
      And then another block if red disappear, to check if yellow appear.

      🙂

      posted in Questions & Answers
      C
      coverman
    • RE: Linear Regression Movement Indikator

      I'm not sure, but I think the yellow buffer is 0 when off and 1 when it's yellow.
      But the thing is, I need to know what is was before it turn yellow. If it was red before yellow, then it's supposed to signal a BUY. But if it was green before it turns yellow, then it is a signal to SELL.
      So I don't think just checking the yellow is enough here.

      This is where I found the indicator: http://www.best-metatrader-indicators.com/linear-regression-indicator/

      posted in Questions & Answers
      C
      coverman
    • RE: Linear Regression Movement Indikator

      Have anyone tried the linear regression movement indicator?
      It has a red line when it's moving down and a green line while moving up.
      When it's sending a signal for CALL it turns from red to yellow and after a while it becomes green.
      When it's time to PUT it change from green to yellow and after a while it becomes red and move down.

      The Yellow is called buffer 0
      The green is buffer 1
      and the red is buffer 2

      I'm not sure how to make fxdreema to understand when it turns yellow and what happened before it turned yellow (if it was coming from green or red).

      So. Any ideas how to check when it's time to CALL/PUT when it turns yellow?
      Should I use the condition block or is it anything else that would work better for checking a condition like this?

      ......
      Skärmavbild 2014-11-11 kl. 14.09.40.png

      posted in Questions & Answers
      C
      coverman
    • RE: Looking for max account amount

      But, what if I want to use the martingale strategy?
      Then I can't use the freeze % balance as well?

      posted in Questions & Answers
      C
      coverman
    • RE: Setting Stochastic with %K and %D

      I want to try a part of one indicator I have seen (together with other indicators).
      But not sure how to set this in fxdreema.

      This is the instruction:
      Stochastic 8, 3, 3 where the lines look like this: %K = red and %D = blue.
      When red is above blue - Sell.
      When red is below blue - Buy.

      But how do I make these settings in the condition block?
      If I do it like this, then I can't figure out what part is working with the %K and what is doing the %D.
      https://fxdreema.com/shared/JZ3qi5Zld

      posted in Questions & Answers
      C
      coverman
    • RE: Looking for max account amount

      Is there a way I can set a trade to use not more than 5% of what is on my account?
      So it is looking for the Balance and then when it make trades they should be not higher than Balance * 0,05

      I know there is areas to set the max trade amount, but not sure where to make it check the balance and make the % part.
      Any ideas?

      Or is this enough for doing it:
      AccountBalance()*5/100

      posted in Questions & Answers
      C
      coverman
    • RE: Setting Market hours

      Thank you. I guess I only need the one called Time Filter for my code.
      Then I can change the field for the time setting to a constant and change it from MT4 for the chart I'm running it on.

      Thanks a lot.

      posted in Questions & Answers
      C
      coverman
    • RE: Setting Market hours

      Any ideas how to set the EA to work during specific hours so I can make it run only when I set the time?
      So I can have one EA run only between 14:00 and 17:00 or whatever I want.
      What blocks and settings should be used for this? Any ideas?

      posted in Questions & Answers
      C
      coverman
    • RE: Binary Options?

      Did anyone make an EA for Binary Options with this?

      Is there anything I need to know for the settings to make it work?
      If I add two or three indicators and want it to make a new buy/sell with a higher % if the last trade was a loss. Maybe 2.5% for the next time it gets a signal.

      What bits and pieces would work for this?
      And what do I use to set the time frame? If I want it to make a trade if it gets a signal and the time frame of the trade should be 15 mins.

      posted in Questions & Answers
      C
      coverman
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 7 / 7