fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. isp00rt
    3. Posts
    • Profile
    • Following 0
    • Followers 5
    • Topics 65
    • Posts 445
    • Best 9
    • Controversial 2
    • Groups 0

    Posts made by isp00rt

    • RE: Serious bug in this EA

      I did it as you suggested but it doesn't work properly yet. This the new structure now:

      https://fxdreema.com/shared/oHOYeAtsc

      Now all 'pink' things have a 'For Each Trade' above except on blocks 12 and 13. I don't know why but they already work correctly. The problem now is that blocks 48 and 49 are not catching the price levels they should. It is true that no more alien SL levels are taken from other charts. Now they are caught from the current chart, but incorrectly.

      I show some examples. As you can see I added a comment block in which I show all relevant SL levels for the EA: the initial one, the one related to the MA and finally the one activated by the trail stop.

      First example:

      0_1532940381763_01.png

      Here the trailing stop value is exactly the same as the MA one. As the trail stop conditions were not met at this point, it should be 0 but I took the wrong value.

      Second example:

      0_1532940430711_02.png

      Similar situation, but in this case the value taken is the initial SL. As in the previous case, it should be 0.

      Third example

      0_1532940446442_03.png

      In this case the trailing stop effectively moves as required (upper red line), but the value caught is still the one corresponding to the MA.

      All blocks are functioning correctly except those planned to take the real value of the Trailing stop.

      posted in Bug Reports
      isp00rt
      isp00rt
    • How can I compare a TS and another price level?

      Let's imagine the following scenario:

      1. I want to open open several trades in the same direction (let's say buy) one after another every 10 minutes. This I can do.
      2. All of them wil have the same SL level price at a fixed pips distance from its open price. All the following ones will have that level or higher, never lower. This I can also do.
      3. There will be a Trailing stop that will be common to all trades. This means that it will be activated from the first trade and then, as price moves up, will pull it up. This is what I want.

      What I want to do is comparing both Stop levels for each new trade after the first one when opening it. I want to choose the shortest stop level comparing the current trailing stop with the fixed pips level for the new trade.

      I know how the Trailing stop block works, but I have no idea how can I catch its price level now in order to do that comparison. Could someone please help?

      Thank you in advance.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Expert advisor opens its positions against the algorithm

      I don't understand what the blocks on 'On Chart' are suppoesed to do. Are you sure they work correctly on demo?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • Serious bug in this EA

      This EA I'm working with takes a random SL from one chart and then uses it for other charts.

      https://fxdreema.com/shared/nievS41Hc

      Look at this image:

      0_1532615034541_01.png

      The bottom trade was the first one to be opened with that stop level. As you can see its SL level was 'caught' I don't know why and then used in other two charts. However the EA worked well in all other charts. This is certainly a bug.

      posted in Bug Reports
      isp00rt
      isp00rt
    • RE: Could someone please tale a look on my EA?

      I found the origin of those weird numbers. They are the SL of another trade!!! 😮

      Look at this:

      0_1532614904144_01.png

      The bottom trade was the first one to be opened with that stop level. As you can see its SL level was 'caught' I don't know why and then used in other two charts. However the EA worked well in all other charts. This is certainly a bug. I will copy this message at that subforum too.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: storing a price level

      Could you please show the final form?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Could someone please tale a look on my EA?

      A new version including substantial changes is now available:

      https://fxdreema.com/shared/nievS41Hc

      Two important features have been added.

      1. MA stop and trailing stop are now considered every time a new trade is open.
      2. When a trade is opened the most favorable stoop is considered (i.e. the shortest one).

      This new structure has solved apparently my previous problems, but new ones have raised up. 😞

      Let's see the most serious ones:

      1. For reasons I don't understand, trades are not opened because weird numbers are taken for the initial SL after a first round of trades has been closed. Here you have an example of what I mean:

      0_1532526983432_01.png

      As you can see three different charts are requested to open the same weird SL level!! How can this happen if no terminal variables are used? I have no idea where they come from. This happens the more often the more trades have been opened for the day.

      1. On the other hand, some trades are not opened because no indicator value has been available:

      0_1532527000695_02.png

      This happened repeatedly on a single chart. Why not in any other one?

      Could someone please give me a hand on this weird behaviour?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: storing a price level

      I was wrong sorry. I think your structure should work. I don't know why it doesn't, sorry.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Highest and Lowest Price Not Consistence

      Your comment block is wrongly set. Look at the last example of this page to do it correctly.

      https://fxdreema.com/examples#Tips-and Tricks

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: storing a price level

      You are useing the same variable for two different price levels. You should use different variables.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Relative strength index and Bollinger bands

      Sorry but what does 'in the wizard' mean?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Could someone please tale a look on my EA?

      No suggestions?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: multiple trades in the same direction

      Could you please show your current block structure?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Could someone please tale a look on my EA?

      I designed a new structure and followed your suggestions. This is the new draft:

      https://fxdreema.com/shared/pbesCYnipb

      One problem is solved but a new one appeared. Look at this image:

      0_1531942166520_01.png

      This is a series of 4 consecutive sell trades. The first one is the one whose open price and SL level are considered to condition all subsequent trades. Both levels are put into variables at blocks 26 and 27.

      As you can see in the image, the second trade has incorrectly opened its SL level. That means block 34 has been ignored and block 29 has been activated instead of block 47. This situation didn't happen in my previous version. On the other hand, what was wrong in that previous version works correctly now. Apparently the problem simply swapped.

      Any suggestion?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Found an Indicator just like my High/Low idea

      Interesting. Could you please share it here?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: A TP for multiple operations.

      Just create a variable for it and assign it to each of your trades.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Question about 'on trade (Event Data)'

      I tried the first way but there's a problem there. Pink blocks are designed to 'load' trade specific data, but not necessarily the one you want. This is specially annoying when opening many trades per chart.

      I guess there must be a substantial difference between both blocks, but I can't see what.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • Question about 'on trade (Event Data)'

      I need to capture the opening price and stop loss levels from my trades. The only way I know in fxDreema is by using the (in loop) Trade/Order in loop option at the display. But recently I discovered it can also be taken by using the option (on trade) Event Data.

      What's the difference between them?

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Could someone please tale a look on my EA?

      It doesn't work. 😞 I'm afraid I will have to add some custom code to fix it.

      Thank you for your help.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • RE: Could someone please tale a look on my EA?

      Interesting. I'll try it. Thanks a lot.

      posted in Questions & Answers
      isp00rt
      isp00rt
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 22
    • 23
    • 11 / 23