fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. SpecialFX
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 44
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by SpecialFX

    • RE: Create Martingale effect without closing trades

      @yoander4503 Sorry - I'm not looking to buy anything

      posted in Questions & Answers
      S
      SpecialFX
    • RE: Create Martingale effect without closing trades

      @l-andorrà I thought as much, can it be done using a loop? This is what I have so far:

      https://fxdreema.com/shared/7ltaZeJtd

      posted in Questions & Answers
      S
      SpecialFX
    • Create Martingale effect without closing trades

      Hi,

      I want to create an EA which opens additional positions 1.2x larger than the previous ones each time price moves against me by a certain number of pips, however the martingale system in fXDreema requires the losing trade to be stopped out before it opens the next trade.

      Does anyone know a way of keeping the losing trades open whilst still applying the new trades? I would also want to trail the TP on all existing positions so that they all close at the same time should price move a certain number of pips in my favour.

      posted in Questions & Answers
      S
      SpecialFX
    • RE: EA for Renko bars

      Agreed - anyone got a link to a decent renko indicator for mt4 that doesnt require a long-winded setup?

      posted in Questions & Answers
      S
      SpecialFX
    • RE: What is causing this error?

      @trader-philipps That's pretty irritating, kinda of messes up indicators which revolve a zero-line cross doesn't it?

      In this case however I checked the line of code as roar suggested and apparently this error was caused by me risking an invalid % of equity in buy / sell orders

      posted in Questions & Answers
      S
      SpecialFX
    • What is causing this error?

      0_1567954723293_6cfbc604-2c40-4649-8b2e-282e266d374f-image.png

      Happens on multiple currencies - is one of my indicators incorrectly configured?

      posted in Questions & Answers
      S
      SpecialFX
    • RE: NNFX Template File

      @cpxiom Thanks - how do I use this? Do I open the EA in metatrader and put it on the chart along with the indicator?

      posted in Questions & Answers
      S
      SpecialFX
    • RE: false move

      @roar This is interesting stuff - but how would you present this in FxDreema?

      posted in Questions & Answers
      S
      SpecialFX
    • RE: NNFX Template File

      @trader-philipps I'm afraid that's not quite right, fractals are a mathematical feature in their own right, and in order to form one all you need is 5 candles. A fractal is formed when the third (middle) candle marks a trend reversal, so in very basic terms let's say the first two candles move lower, the low is rejected in the third candle and price subsequently moves up in the fourth and fifth candles - in this instance a downward fractal would be formed. In order to form an upward fractal you would simply reverse the price movements I've just described.

      It is entirely possible for multiple downward or upward fractals to form in succession, here's an example taken from the s&p 500 daily chart at the start of this year:

      0_1567705617280_3d5c42f6-7aa0-4af7-b797-7fa39017c658-image.png

      Personally I find fractals fascinating, hence my ill-fated attempts to work them into a trading bot. Bill Williams gives an excellent lecture on them here in this ancient video:

      https://www.youtube.com/watch?v=bNxt298VVOw

      So back to the point - my system doesn't account for the zig-zag indicator business because they're not related. Clearly though I am setting something up wrong as my bot will only sell 😞

      posted in Questions & Answers
      S
      SpecialFX
    • RE: NNFX Template File

      Here's my effort:

      https://fxdreema.com/shared/OMBgkAhOb

      Again it seems to only sell though 😕

      posted in Questions & Answers
      S
      SpecialFX
    • RE: Why does this EA only go long?

      @trader-philipps Nice - thx man I'll take a look after work

      posted in Questions & Answers
      S
      SpecialFX
    • RE: Why does this EA only go long?

      @miro1360 Thanks Miro, but if this were the problem surely it wouldn't go long either? The fact that it works for up fractals and doesn't for down fractals implies the problem is elsewhere...

      For the record I downloaded an alternative fractal indicator for mt4 and now this works fine.

      posted in Questions & Answers
      S
      SpecialFX
    • RE: Why does this EA only go long?

      @l-andorrà have deleted and re-downloaded data and tried a different broker in demo mode - still not working 😞

      posted in Questions & Answers
      S
      SpecialFX
    • RE: Why does this EA only go long?

      @miro1360 Thx - but still only 3 short trades:

      0_1567233209396_e83b41d9-768d-42da-8e4d-a48a16dc104a-image.png

      Is it because the buys consume the maximum volume condition for most of the period?

      posted in Questions & Answers
      S
      SpecialFX
    • Why does this EA only go long?

      https://fxdreema.com/shared/MoRbJ9bbe

      ^I set this to run on strategy tester for a year and these are the results:

      0_1567208759420_9e213c42-3d3d-466d-9d03-27149e4678d3-image.png

      Why is it only buying? I tried limiting it via checking once per bar and it doesn't solve the issue :S

      posted in Questions & Answers
      S
      SpecialFX
    • RE: Price x> Fractal / Price x<Fractal not registering

      Not sure we're on the same page here, this is an example of an upward fractal being broken:

      0_1567022927976_14faa878-105e-44b1-af47-f29b7b4bcc7a-image.png

      I want to buy the candle that breaks the fractal I have circled (selling is the same concept in reverse).

      See what I mean?

      posted in Questions & Answers
      S
      SpecialFX
    • RE: Unmatched data error

      @roar figured out my problem; I wasn't setting up price conditions properly. I've opened another question looking into this - thanks for your help on the data issue!

      posted in General Discussions
      S
      SpecialFX
    • Price x> Fractal / Price x<Fractal not registering

      Hi all,

      I'm trying to build an EA which initiates trades (subsequent to some conditions) when fractals are broken (buys when this happens to upward fractals, sells in the case of downward fractals).

      However I can't get my EAs to take any trades when I use these initial conditions. The EAs will trade when this first step is replaced with something else (or removed entirely), so obviously I'm doing something wrong in setting this up:

      0_1567021074247_b8bceaca-d21a-405b-95a9-cfb95793991f-image.png

      I have been setting the candle IDs to 2, as fractals appear 2 candles after the fact - can anyone shed any light on why this isn't working?

      posted in Questions & Answers
      S
      SpecialFX
    • RE: Unmatched data error

      @roar Cheers - deleted the data and no longer getting the error. However my EA takes no trades... I guess I fucked it up haha!

      posted in General Discussions
      S
      SpecialFX
    • RE: Unmatched data error

      @roar Thx but not sure this is the right file location. I deleted the files but the records are all still here:

      0_1566857221117_345d3423-35db-4c51-a10c-68eae0f487f4-image.png

      posted in General Discussions
      S
      SpecialFX
    • 1
    • 2
    • 3
    • 2 / 3