fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. roar
    3. Posts
    • Profile
    • Following 0
    • Followers 184
    • Topics 35
    • Posts 2406
    • Best 422
    • Controversial 6
    • Groups 0

    Posts made by roar

    • RE: Cannot load indicator

      @tcanuto Sometimes I get that error when I use a different timeframe setting for some indicator. It could be other settings as well, maybe you are accidentally using 0 as the calculation period.

      Have you tried to pinpoint the block in question?

      Disable half of the blocks, run a test, if still error, disable other half of blocks, run more tests...

      posted in Bug Reports
      roar
      roar
    • RE: A block to change Constant value.

      Constants aren't meant to be changed. Its like changing the value of π to 4.14159...

      Its a constant, don't change it once its initialized.
      If you need a value that changes, why not use a variable?

      posted in Questions & Answers
      roar
      roar
    • RE: You can do a tutorial on how to use variables. loops etc

      @luisjunior1224 Too lazy to make another tutorial, lol. There is a tutorial section on the Fxdreema website. You can also use the search function on the forum.

      posted in Questions & Answers
      roar
      roar
    • RE: how do you do this??????

      @luisjunior1224 Uh.. just place buy and sell orders to x pips from price? Maybe to bollinger bands?

      posted in Questions & Answers
      roar
      roar
    • RE: I want to use the atr as an input filter, to only place operations when there is good volatility, but I don't know how to do it and connect with the other conditions

      @luisjunior1224 said in I want to use the atr as an input filter, to only place operations when there is good volatility, but I don't know how to do it and connect with the other conditions:

      @roar In your experience, which has worked the most for you as a multiplier

      It really depends on the timeframe and your strategy - how many trades per day do you plan to take?

      If I go for a M5 scalping strategy, I would use fast ATR 13, slow ATR 377, and a multiplier 1.1 as a start. Later optimize for multipliers ranging from maybe 0.7 - 2.1.

      It's not really some mystical fact, like "1.1 multiplier gives you the most million $".
      ATR is just a filtering tool, you must fit it together with the rest of your strategy đŸ™‚

      posted in Questions & Answers
      roar
      roar
    • RE: I want to use the atr as an input filter, to only place operations when there is good volatility, but I don't know how to do it and connect with the other conditions

      The number 2 was just an example, its probably too big for most cases. You can try 0.7, 1.0, 1.3, 1.7 etc. Its very easy to optimize, just one number to measure volatility.

      posted in Questions & Answers
      roar
      roar
    • RE: I want to use the atr as an input filter, to only place operations when there is good volatility, but I don't know how to do it and connect with the other conditions

      @luisjunior1224 Well, you should always trade only the volatile period (fast above slow), no matter if there is a trend or not.
      Fast below slow means that the price doesn't move at all -> your profits are small but spread+commission stays the same. Not wise to trade that.

      posted in Questions & Answers
      roar
      roar
    • RE: I want to use the atr as an input filter, to only place operations when there is good volatility, but I don't know how to do it and connect with the other conditions

      @luisjunior1224
      One method is to compare fast (13) and slow (144) ATR to each other.
      0_1575844418900_b6885078-c611-4116-b0e8-4c7dc5112d57-image.png

      You can also set a multiplier. For example, adjust *2 means that fast ATR must be double that of slow ATR.
      0_1575844509512_fb0d9c7f-2542-4dd4-ade7-f802782f8936-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Block Error

      @dhuntleyinc Your ID numbers are huge, maybe that's the problem.
      0_1575844081988_24a8c787-c24b-4c82-8599-02e7590faa0f-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Entry Stop with ATR

      @bigape Why are you multiplying the price with average range? What's the purpose there? Doesn't make any sense to me
      0_1575827782447_41cba51e-2de6-42e1-b647-1bda9854625a-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: How to skip certain number of candles?

      @rafaels919 Here's my test. Skipping 12 candles after 3 losses:
      0_1575480330760_63f3f281-46b3-43f1-bfe3-dd0bd3647ef3-image.png

      Skipping 120 candles after 3 losses:
      0_1575480390744_b89643ca-d199-4f40-bd39-4f7633886fdd-image.png

      It seems to be working, at least in some way. How many candles you wish to skip? You can just modify the number in block #5

      posted in Questions & Answers
      roar
      roar
    • RE: How to skip certain number of candles?

      @rafaels919 I moved the "check consecutive losses" to a different tab, this should avoid the loop
      https://fxdreema.com/shared/94PPvVwH

      posted in Questions & Answers
      roar
      roar
    • RE: How to skip certain number of candles?

      @rafaels919 Wait, I noticed a problem in my logic... If there are 3 consec losses, the variable will reset on every new tick. Let me fix that

      posted in Questions & Answers
      roar
      roar
    • RE: How to skip certain number of candles?

      @rafaels919 here:
      https://fxdreema.com/shared/gRjVji7md

      posted in Questions & Answers
      roar
      roar
    • RE: If I have the module of fxdrema (one per bar) I must optimize for open bar, right???

      If you mean the mt5 strategy optimizer, then answer is no. It doesn't depend on the fxdreema blocks.
      You can always use open prices for rough optimizing, but always confirm the final results with every tick backtest.

      posted in Questions & Answers
      roar
      roar
    • RE: How to skip certain number of candles?

      @rafaels919 Hi!

      Working with hours and minutes is always a pain, better avoid them altogether.

      • Create a variable skipcandles that increases +1 on every new candle (no conditions for it). Initial value for the variable should be big, like 100
      • When you need to "skip", just reset that variable back to 0.
      • Now you can check: skipcandles must be above 12 (for example) before new actions

      https://fxdreema.com/shared/mQ7gUp3me

      0_1575473361277_fb4a4e5c-34a2-4d90-9fa4-cd70cfd5d3e9-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: How to stop a buy or sell order when the condition is met with one per tick?

      @khalids222 Just use the martingale setting in the buy block?

      posted in Questions & Answers
      roar
      roar
    • RE: How to stop a buy or sell order when the condition is met with one per tick?

      Does it work for your purpose?

      posted in Questions & Answers
      roar
      roar
    • RE: How to stop a buy or sell order when the condition is met with one per tick?

      @khalids222
      Here:
      https://fxdreema.com/shared/lB9xQQUVd
      This example checks the cross condition, and opens buy if there are no buys.
      If there ARE buy trades, it still opens new, IF last opened trade was a sell.
      0_1575396490675_a85b4860-3974-4d9f-80a9-33836d2471dd-image.png

      0_1575396553613_ccec2ea6-f3ba-4133-80fe-7aef0c8a6fa1-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: How to stop a buy or sell order when the condition is met with one per tick?

      Wait a second, I give a solution!

      posted in Questions & Answers
      roar
      roar
    • 1
    • 2
    • 75
    • 76
    • 77
    • 78
    • 79
    • 120
    • 121
    • 77 / 121