fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. l'andorrà
    3. Posts
    • Profile
    • Following 0
    • Followers 415
    • Topics 76
    • Posts 16838
    • Best 1070
    • Controversial 44
    • Groups 0

    Posts made by l'andorrà

    • RE: Help with issue of trade entering at wrong level

      @duanvillanueva My replies.

      1. Correct. The timer doesn't need any block on top.
      2. I understand. And that explains part of the problem. Open trades from previous sessions, unless properly stored into variables can be the reason why sometime is t works and sometimes it doesn't. I recommend storing some information about the trade into a variable and then reaching it out later to avoid that.

      Additionally, the bot is redrawing fibos on a daily basis. That makes it difficult to know if yesterday's levels were hit when new levels are created today. Do you need that in the strategy?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Problem with adding volume to buy operations

      @RoboEA Can you please share the project after you did those changes?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Help with issue of trade entering at wrong level

      @duanvillanueva A few quick notes:

      1. You can remove the 'Pass' block on top. That is completely unnecessary.
      2. Why connecting 'If trade' blocks immediately below 'No trade' blocks? The 'If trade' block will not work if there is no trade right now, so you can also remove them.

      Now on your question. If I understand correctly, your fibo should determine when the trade is open, right? Is the bot removed from the chart with open trades and then reconnected later maybe?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Problem with adding volume to buy operations

      @RoboEA I disagree. Connecting any blocks below the trailing stop blocks is never recommended. However, you can contact the admin to let him know.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: ADX W based EA not functioning as expected.

      Those are better options, trust me.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Resetting Closed positions to zero

      And doesn't do that now? I see all trades are closed when the profit is hit so that the sequence should begin again normally. Is this the whole project or just part of it?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Lots size and close profit in money

      Will you be using any lost size value or just some specific lot size values? And same for profit values?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: How to Find PEAK Highs and PEAK Lows

      So if I understand it correctly you need this:

      Step 1. Find the highest high from candle 1 to 20 in the past.
      Step 2. One you find it (let's imagine it was cabdle 8), check if all previous 20 candles from candle 8 meet the condition and same with the 7 on the right.
      Step 3. If that is not true, search for a new candle until both sides cinditions are met.

      Is that correct?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Closing profit and loss trade by hedging out the loss

      You can do it here:
      https://fxdreema.com/forum/user/l-andorrà/chats

      posted in General Discussions
      l'andorrà
      l'andorrà
    • RE: how ceck gap up o gap down

      There is no block in fxDreema doing that directly so you will need to build a structure to do that. Firstly you will need to check if both previous candles are buillish, bearish or one each. Then you will have to check each open and close price accordingly. Finally you will need to specify if the distance between those proce levels is wider than the maximum distance gap you are ready to accept.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Block"for each trade"Affects backtesting speed

      This is one of the side effects of using fxDreema. You can create any EA you want but a t the 'price' of using innefficient loops when bac testing or optimizing. The only solution I found for this iuue over the years is suing fxDreema to confirm my strategy works fine and then hiring a programmer to biuld it from scratch with efficient code. Sorry for the bad news. 😞

      posted in Bug Reports
      l'andorrà
      l'andorrà
    • RE: How to use Variables (Adjust Fields) in Blocks

      You need to ise de code only. Imagine your variable 'LossCount' in the image is to be modified. You can type the following on the orange output box: V8+1. You will need to type everything manually on this tab. That means this variables will be adding +1 to its current value AFTER any calculation happened on this block. Please notice tha orange dot is an output. What you selected on that block will be executed and THEN, the variable will be modified before arrivint to the next block.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Resetting Closed positions to zero

      There are severeal ways to do it depending on the way those grouped trades were open and closed in the first place. Could you please provide more info about it?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: NEWS FILTER

      I remember someone else wanted something like that in ther past. you can do some search on the forums to find out. Just click on the magnifying glass icon on top of this page.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Problem with adding volume to buy operations

      But do you need the trailing stop feature? If you do, you need to separate it from the triggering trades structure. What conditions are to be met for a trade to be open?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Automation

      Before selling your products/services you must ask for permission to the admin. Otherwise you account will be banned as spam. You can contact him here:
      https://fxdreema.com/support

      posted in General Discussions
      l'andorrà
      l'andorrà
    • RE: Pc robot

      Do you have any initial fxDreema project to begin with?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: How to use Variables (Adjust Fields) in Blocks

      You can do both. You can store new information into the variable or modify the previously existing value there. And yes, that will happen on the block you are using the 'variables' tab.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: How do I make my EA into a demo?

      That depends on what you need. What is the bot supposed to do?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Trail Stop Help

      That means the problem is somewhere else, but honestly I don't have time to review it bloc by block. Please do this. Create a mini EA with a 'no position' block on top and buy now below. Then test the structure I suggested to move the SL. No more blocks. Use a big initial SL distance and test it. Then replicate it for sells. It should work as expected. If so, let me know.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • 1
    • 2
    • 11
    • 12
    • 13
    • 14
    • 15
    • 841
    • 842
    • 13 / 842