fxDreema

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

    Best posts made by l'andorrà

    • RE: Daily target profit

      @Matatika You would need two Constants instead of one. I created 'Profit to close'. You will need one to close daily profit and use it on block 10 and the other one to close daily loss on block 11. Additionally, you should remove that '-1' on the Adjust tab on the same block 11.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Please Help Me Create My EA With Specific Simple Strategy

      That is a complex structure to build. Definitely not a trivial one. Creating it here from scratch will consume a lot of time and effort. You can find help here on the forums, but definitely you will have to invest yourself here. Have you tried to learn how fxDreema works?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Finding objects on chart

      The only option I know if trying to find that arrow as an object instead of as a buffer. Is it visible as an object on the 'Objects' window of the platform? If so you can use it. Otherwise, you will need some custom code.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: How to fix trades entering not off local time?

      AFAIK when you are backtesting, you must use the time value of the available data on your platform. To my knowledge, in order to change that you would need external softwar to do the changes. I maybe wrong, of course. What you can do, however, is buying a service of high quality data to download and then change the time there, but again, tha is an external service.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Finding objects on chart

      Well, that means the 'for each object ' block can find it. That's half of the solution. The other half is knowing when the arrow is drawn on the chart. I see you are using a 'once per bar' block. That measn the search for the arrow will only happen at the open of each new candle. Are you sure the arrow will be there at that moment and will not be changed later?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: How To Double The Lot Size Until A Pos. With Profit

      @allstarengin Then you need something like this:

      01.png

      That variable will have to be used on your 'buy/sell now' blocks. Another similar structure for profits willhave to be created to move the value of the lot size to its initial value.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: How do I measure the distance zigzag

      Are those highest/lowest points consecutive Zigzag high/lows? Or can they be separated several positions ahead?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: how to get candle time and price

      Correct, you will need 2 different variables for both. One variable for the low price and another one for the time when it happened.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Simple Random Trade

      @CryptoKnight1 You can do this:

      01.jpg

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: trade limit based on number of trades won

      @Ember23 What sktec is suggesting is a basic structure like this:

      https://fxdreema.com/shared/LHZfs3gvb

      Please notice the block surroundes by a red line. That means it is switched off by default.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: WHAT IS "WAIT TO PASS" USED FOR ?

      @bacharchoura1 IIRC the admin told me long ago that it was used in old versions of fxDreema to delay execution in the 'on tick' tab. Personally never used it.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Why Do Backtests with 'Draw Line' in MT5 Take Days to Complete?

      Sadly this is one of the bad side effects of FxDreema. Because of the huge size of code lines included in the final bot to test, backtests are deadly slow. The only partial solution is makeing the structure as efficient as possible by removing unnecessary blocks OR hiring a programmer to create a bot with the minimal number of code lines and then test it. I finally opted for the second option in order to backtest/optimize my biggest fxDreema projects.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Indicator condition gets recognized only for 2 years of backtesting if I do longer its not working anymore.

      @Behold Then the issue is the indicator itself, I'm afraid, not your bot.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Any idea how to write bull and bear flag bot?

      @allstarengin Doing it like you want is highly complicated because you need detailed instructions to define when a flag is formed. I recommend trying to find a no repainting indicator doing that instead (I don't know any doing that, sorry). Otherwise you will need an advanced fxDreema user doing it for you, if you are a beginner.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: How to use Turn Off Block?

      The structure is correct, however, the formuli used are not. Every day balance will be potentially different form the previous one, so why using a fixed Constant instead. You should store the value of today's balance at the beginning of each day and then use the equity protection formula on it.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Temporary Chain of blocks template cloud storage

      @geofx Interesting information and suggestion. I hope the admin can consider it.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: How to store the highest and lowest point from indicator?

      @windsor-2003 You can create a custom loop searching for those values in ther past. How many candles in the past are you supposed to look at?

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: Need Help Building an EA with this custom Indicator

      Before doing that you need to be ABSOLUTELY SURE that indicator doesn't repaint. Because if it does, no bot will ever be able to be profitable with it.

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • RE: How To Make "If Position" Blocks Run on Certain Area or Blocks?

      @allstarengin Are areas 1 an 2 completely independent? I mena. Do trades open on Area 1 be closed by those 'close positions' blocks on area 2? If not, you can define group 1 for area 1 and group 2 for area 2. That way trades will be completely independent from the other area.

      01.png

      posted in Questions & Answers
      l'andorrà
      l'andorrà
    • 1
    • 2
    • 44
    • 45
    • 46
    • 47
    • 48
    • 53
    • 54
    • 46 / 54