fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Trader3487
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 81
    • Posts 298
    • Best 0
    • Controversial 1
    • Groups 0

    Posts made by Trader3487

    • RE: Problem Exporting Files

      Hi, when exporting mq4 or ex4 files from fxdreema, it displays the "success" message but it does not show the link where it exported the files as it used to do. Furthermore, I cannot find the files in the experts folder. I will restart the computer in case it is a local issue. I have tried with the desktop version of fxdreema as well as with the web version.

      Thank you.

      posted in Bug Reports
      T
      Trader3487
    • RE: Server Time

      ok great, I'll give it a try

      posted in Questions & Answers
      T
      Trader3487
    • RE: Server Time

      I added a comment block with Market Properties > Time (Current) > Server Time in order to display the current server time at each tick but it is printing values like this: 1236049513 instead of the actual time.

      Any ideas?

      Thanks 🙂

      posted in Questions & Answers
      T
      Trader3487
    • RE: Partially Close Trades Example

      great, thanks - I'll check it out next week (I figured out a workaround using about 100 blocks but your solution would make it a lot cleaner!)

      posted in Questions & Answers
      T
      Trader3487
    • RE: Partially Close Trades Example

      thank you, I have been sitting on this puzzle for 12 hours. It's the last piece to finish my ea 🙂

      posted in Questions & Answers
      T
      Trader3487
    • RE: Partially Close Trades Example

      Hi, I am looking for a way to close part of trade if it reaches 50 pips below opening price and keep closing that amount every time it crosses back over the 50 pips line. I can't figure out why this example isn't working correctly:

      http://fxdreema.com/shared/RgiqFCLkc

      ScreenClip.png

      ......
      ScreenClip.png
      ScreenClip.png

      posted in Questions & Answers
      T
      Trader3487
    • RE: Multiple Trailing Stops

      great, thanks. I understand loops from the last conversation 😉

      posted in Questions & Answers
      T
      Trader3487
    • RE: Multiple Trailing Stops

      just saw your example "Custom loop: Trailing Stop" and figured out that besides this, multiple trailing stops can be accomplished using condition block or a counter 🙂

      posted in Questions & Answers
      T
      Trader3487
    • RE: Logic for "New top in trend" Block

      thanks that's what I understood from the code, just wanted to double check 🙂 This is a great block, I don't see any mistake.

      posted in Questions & Answers
      T
      Trader3487
    • RE: Multiple Trailing Stops

      Is it possible to use more than one trailing stop block? For example, one that kicks in when market is 10 pips above open price (for long position) and another that kicks in when market reaches 30 pips above open price?

      Or better yet, is there a way to use a trailing stop block for a certain distance and then deactivate it? For example, it kicks in when market is 10 pips above open price and then becomes inactive when market reaches 10 pips.

      posted in Questions & Answers
      T
      Trader3487
    • RE: Logic for "New top in trend" Block

      Let's say PastCandlesCount=7, is the current candle included as one of the 7 so that it checks candle 0 (current candle) through candle 6 or does it start checking from the previous candle through candle 7?

      Is iLow(SYMBOL,TIMEFRAME,PastCandlesCount) the low value for candle 6 or the low value over the last 7 candles (ex. if candle 3 is the lowest)?

      posted in Questions & Answers
      T
      Trader3487
    • RE: Condition For Past Trend

      another (similar) practical application of this feature that would be really useful - if there was a "New new top in trend" or "New bottom in trend" in the previous bar (or previous n bars), then execute orange output.

      posted in Questions & Answers
      T
      Trader3487
    • RE: Condition For Past Trend

      I was using the "New top in trend"/"New bottom in trend" blocks. I figured out how to do this using variables but I think it would still be a useful feature in general - to be able to say "if something occurred (ex. new top in trend, crossover, etc.) between bars x and x-n, then execute orange output".

      posted in Questions & Answers
      T
      Trader3487
    • RE: Condition For Past Trend

      Is there a block/blocks that can achieve the following: "if uptrend block passed at candle[5] or between candles 5-10, then execute orange output"? I think we had touched on this with the crossover idea, which is essentially the same thing: if crossover happened in the last 10 candles or between candles 1-11. Anyhow, even having the ability to specify a single previous candle for the trend would be really useful. Again, an example would be the ability to use a block to say "if uptrend happened 3 candles ago then proceed with current block". Maybe I can do this with "object on the chart" operand or using variables?

      posted in Questions & Answers
      T
      Trader3487
    • RE: "Every n bars" block removed

      I think the "Once"-off blocks are good to keep or at least as the default number of passes because people will mostly use them. But occasionally you need the multiple option so, in my opinion, you could either:

      A)
      Create the "N times per" blocks and put them in the list under the "Once" options as they appear like this:
      Once per bar
      N times per bar
      Once per day
      N times per day
      etc.

      B) add the "N times per" functionality to the existing "Once" blocks and revise the titles like this:
      Once (or N times) per bar
      Once (or N times) per day
      etc.

      Once/N times per bar
      Once/N times per day
      etc.

      I would probably go for option B) with the second naming convention "Once/N times" and set the number to 1 as default 🙂

      posted in Questions & Answers
      T
      Trader3487
    • RE: "Every n bars" block removed

      Hi, can you please also add a block that executes "n time every bar", ex. 2 times every bar? Or maybe I could do this by attaching a counter after "once per bar" block?

      posted in Questions & Answers
      T
      Trader3487
    • RE: Units For Indicator Moves Within Limits

      great, I forgot about that useful options.

      If you leave the fixed value ("It is what it is") - I'm still unclear about what is it? 30 & 70 - are they pips?

      posted in Questions & Answers
      T
      Trader3487
    • RE: Units For Indicator Moves Within Limits

      What unit of measurement is being used for Upper Level & Lower Level in "Indicator moves within limits" block? I want this block to work with any chart symbol including non-currencies but at the moment I have not been able to get it working on even currencies.

      Thank you 🙂

      posted in Questions & Answers
      T
      Trader3487
    • RE: Timeframe Setting In EA Blocks

      good proof!

      posted in Questions & Answers
      T
      Trader3487
    • RE: "Less Than N Trades Open" Block

      yes, that's the one - didn't recognize it. thanks 🙂

      posted in Questions & Answers
      T
      Trader3487
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 14
    • 15
    • 6 / 15