fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. jjot
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 28
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by jjot

    • RE: Auto StopLoss and Take-Profi for Manuel Orders

      @l-andorrà thank you! i will test it!

      posted in Questions & Answers
      J
      jjot
    • RE: Auto StopLoss and Take-Profi for Manuel Orders

      @youngtreptrader said in Auto StopLoss and Take-Profi for Manuel Orders:

      you gonna have to test run anyway

      Sure that's true. But it definitely helps me to ask in advance. There are some people here who are very familiar with FxDreema.

      posted in Questions & Answers
      J
      jjot
    • RE: Auto StopLoss and Take-Profi for Manuel Orders

      @youngtreptrader Thanks. I created the EA yesterday and can't test it until Monday, so I wanted to know if it could work like this to save me various test runs...

      posted in Questions & Answers
      J
      jjot
    • RE: Auto StopLoss and Take-Profi for Manuel Orders

      Here is my little project. I added a trailing stop to it. Could this work like this?

      https://fxdreema.com/shared/Si26l4LKb

      posted in Questions & Answers
      J
      jjot
    • Auto StopLoss and Take-Profi for Manuel Orders

      Hello, I would like to develop an EA that supports manuell trading from MT5. It should automatically set a stop loss and a take profit after every manually placed order. Each new position should only be adjusted once. This means, that if I change the StopLoss or Take Profit afterwards, the EA shouldn't change them anymore.

      Can this be implemented with FxDreema? Or do the EAs only manage orders that they have placed themselves? I would be happy about help.

      posted in Questions & Answers
      J
      jjot
    • RE: Set a Last Price for Grid Pending Orders

      @l-andorrà Thank you for your answer. The negative value of the grid size is ok because i want to create buy pending orders in the falling price. I have already tested this in function.

      My question simplified again. I'm looking for a way to automatically create buy pending orders between two price levels. I choose e.g. the upper price level (first price) 10,000 and there lower price level 5,000 and the number of pending orders of 6 (grid levels). Then 6 buy pending orders should be generated automatically at a distance of 200 points between 10,000 (first) and 5,000 (last).

      I hope that is now understandable. I would be very happy if you have an idea how I can implement it.

      posted in Questions & Answers
      J
      jjot
    • Set a Last Price for Grid Pending Orders

      Hello, I have a question about grid pending orders.

      I'm looking for a way to set grid pending orders between the "Base Price" and a "Last Price". The "Grid Size" should be calculated according to the entered value of the "Grid Levels" and would be "Grid Size" = ("Base Price" - "Last Price") : "Grid Levels".

      https://fxdreema.com/shared/qMGp6c78

      Possibly this works via a variable. Unfortunately I can't get any further and hope someone can help me.

      posted in Questions & Answers
      J
      jjot
    • RE: Reset consecutive losses

      @l-andorrà I don't understand what time the lost trades are related to. I tested it today. The EA has lost the maximum number of trades, after which I removed the EA from the chart and wanted to start it again, the EA did not open any more trades. So I'm not sure what period the lost trades relate to. Probably to the day, but I don't know for sure.

      posted in Questions & Answers
      J
      jjot
    • RE: Reset consecutive losses

      @l-andorrà @mdepor55 Thanks for this post. I have a similar question. Do you know how it is possible to reset the "check consecutive losses" block every day for example?

      posted in Questions & Answers
      J
      jjot
    • RE: Condition for date of a month

      @roar Ok ... Unfortunately a bit cumbersome in fxdreema. But thank you very much!

      posted in Questions & Answers
      J
      jjot
    • RE: Condition for date of a month

      @roar Thanks, I saw that. My question was as I only want to trade January and February. Is it possible to enter "1, 2" in the month filter? Haven't been able to test it with success yet.

      posted in Questions & Answers
      J
      jjot
    • RE: Condition for date of a month

      @roar Thank you! How could I miss that ... 😉

      Is there also a possibility to use this only for certain months? E.g. only in January and February ...?

      posted in Questions & Answers
      J
      jjot
    • Condition for date of a month

      Hello! Is there a function to open a trade e.g. on the 10th of a month and to close on the 15th of a month? I didn't find anything about this in the conditions ...

      It would be nice if someone knows something about this.

      posted in Questions & Answers
      J
      jjot
    • Freelance service for programming with fxDreema?

      Hello, unfortunately I have very little time to program EAs strategies. In the meantime, however, I have developed a solid basic knowledge. Are there any users who want to program EAs with fxDreema on a freelance basis? Or can someone recommend a freelance service for fxDreema programming? The programmer should have a very good knowledge of the functions of Fxdreema.

      posted in Questions & Answers
      J
      jjot
    • RE: Draw High-Low Lines in Chart

      @l-andorrà Thank you! I have created my EA indicator, but unfortunately not all lines are displayed correctly. I want to draw the following lines:

      Previous day high - time period 09:00 - 23:00
      Previous day low - time period 09:00 - 23:00
      Previous day opening - 9:00 am
      Previous day close - 23:00 am
      Current day high - time period 09:00 - 10:00
      Current day low - time period 09:00 - 10:00

      https://fxdreema.com/shared/o8EzkqM5d

      Is it possible that fxdreema has an error here? only four lines are drawn and some of them are not correct...

      posted in Questions & Answers
      J
      jjot
    • RE: Draw High-Low Lines in Chart

      @l-andorrà Thanks for the answer, I tested it. Unfortunately, all lines of the past days are still continued in the chart. Only the signal lines of the last day in the current day should be displayed.

      My idea is to develop an EA as an indicator function that plots the highs and lows as well as the opening and closing prices of the previous day, based on a selected period (e.g. 9:00 a.m. - 5:30 p.m.) in the chart for the current day.

      Do you have any idea how I could implement this?

      https://fxdreema.com/shared/yzS5k6G9

      posted in Questions & Answers
      J
      jjot
    • RE: Define a space between two moving average lines?

      Great questions and answers. Help me a lot too.

      posted in Questions & Answers
      J
      jjot
    • Draw High-Low Lines in Chart

      Hello, I want to create an EA that draws the lines of the previous day's high and low on the chart. However, the lines should only be drawn until the next signal or, alternatively, the old ones should be deleted when the new signal comes.

      I've already started a project, but I'm not getting anywhere right now ... It would be nice if someone could tell me the mistakes in my project.

      https://fxdreema.com/shared/YctPClaOc

      posted in Questions & Answers
      J
      jjot
    • RE: Need Help for simple RSI Indicator EA

      @lonerider You need to add "once per bar"..

      https://fxdreema.com/shared/hWI4niRce

      posted in Questions & Answers
      J
      jjot
    • RE: On-Off switch for Condition Block

      @cpbonzo Thanks for the idea. Is there a way to do this without an object in the chart? E.g. with a switch that can be set to thru / false in the EA settings?

      posted in Questions & Answers
      J
      jjot
    • 1
    • 2
    • 1 / 2