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

    • Undeclared identifier warnings appearing at random

      I've started getting this warning message when attempting to compile my EAs, it relates to the variables within certain custom indicators - but seems to be random as I've used them plenty of times before without issues.

      I've tried re-uploading the indicators as well as editing the identifiers, but it doesnt solve the problem. Any ideas?

      0_1593021198044_undeclared identifier.PNG

      posted in Bug Reports
      S
      SpecialFX
    • Undeclared identifier warnings appearing at random

      I've started getting this warning message when attempting to compile my EAs, it relates to the variables within certain custom indicators - but seems to be random as I've used them plenty of times before without issues.

      I've tried re-uploading the indicators as well as editing the identifiers, but it doesnt solve the problem. Any ideas?

      0_1593020312594_undeclared identifier.PNG

      posted in Questions & Answers
      S
      SpecialFX
    • Compilation error - how can I fix this?

      Hi all,

      I get the below error when I try to compile an EA using the attached indicator. This was not the case earlier - I have already produced several EAs using this indicator without issue and have changed nothing besides removing entirely different blocks from my EA. Any idea how to fix this?

      0_1589648314185_9630683a-a258-47cd-ae5f-f2835680d992-image.png 0_1589648359019_AbsoluteStrength.mq4

      posted in Questions & Answers
      S
      SpecialFX
    • RE: What does this mean and how can I fix it?

      @specialfx OK I get that it relates to the "string rede" parameter, but still no idea why this is a problem as it displays fine in the terminal...

      posted in Questions & Answers
      S
      SpecialFX
    • What does this mean and how can I fix it?

      When I try to download my ex4 from the editor I get these errors:

      0_1588459716891_15decd13-c941-44e1-b395-6cc4ea1a5d71-image.png

      I know it's something to do with the attached indicator, but I can't figure out which parameters...0_1588459786101_Baluda.SuperSlope.v.2.2.mq4

      posted in Questions & Answers
      S
      SpecialFX
    • RE: Can anyone see why this EA only goes short?

      Thanks all!

      posted in Questions & Answers
      S
      SpecialFX
    • Can anyone see why this EA only goes short?

      https://fxdreema.com/shared/fcMEPv6Wd

      I've probably done something stupid, but been looking at this far too long now and can't spot my error 😞

      posted in Questions & Answers
      S
      SpecialFX
    • RE: Any idea why this EA won't take any trades?

      @roar Thx, removing one of these blocks solves the issue

      posted in Questions & Answers
      S
      SpecialFX
    • Any idea why this EA won't take any trades?

      Any idea why this EA won't take any trades?

      https://fxdreema.com/shared/bsW71JW2d

      posted in Questions & Answers
      S
      SpecialFX
    • RE: NNFX (No nonsense forex)

      There was a topic for this a month or so back:

      https://fxdreema.com/forum/topic/7726/nnfx-template-file/14

      Some templates in there I guess!

      posted in Questions & Answers
      S
      SpecialFX
    • Error in strategy tester - how to fix?

      Hi all, starting getting this error in strategy tester today:

      0_1571424105193_6132262e-1b33-4774-b995-5f0cd7a2d982-image.png

      Any idea on how to address this?

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

      @hadees The model I'm pursuing wouldn't close a negative trade unless it also closes a larger, positive trade, mitigating loss. However when I run backtests it doesn't seem like this is happening, so I think I've messed up somewhere in the build :S

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

      @hadees Thank you! Learning every day on here lol.

      Now the EA loads, but seems it's not profitable. I'm pursuing this because a friend of mine produced something similar which appears to be consitantly profitable, but he won't share the code :S

      Do you think I'm chasing a dead end here and his EA will eventually crash?

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

      Variable is now as follows:

      0_1570975559373_5701f8b3-94d8-4051-a5ad-2354d8e16293-image.png

      However EA still does not load in tester:

      https://fxdreema.com/shared/eXv3rLw4c

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

      @roar Thx!

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

      I now have this:

      https://fxdreema.com/shared/haAHOX4Jb

      However when I try to test the EA I get this error:

      0_1570972327579_cde0889e-0592-4c98-a1c2-d56e032012bb-image.png

      I think I may have set up the variable wrong, can anyone advise on this?

      0_1570972416232_632ecdd1-d839-43ce-bea3-38c2895272e2-image.png

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

      @ambrogio
      S
      SpecialFX about a minute ago

      Hi - some interesting work here, thank you. However I'm seeking to trail TP not SL - I don't want it to use any SL at all.

      I'd also be looking to trigger sells once price crosses above the 21 EMA, and buys once price crosses below the 21 EMA - I presume I would do this by entering this condition block between 12 and 13 in your example?

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

      Hi - some interesting work here, thank you. However I'm seeking to trail TP not SL - I don't want it to use any SL at all.

      I'd also be looking to trigger sells once price crosses above the 21 EMA, and buys once price crosses below the 21 EMA - I presume I would do this by entering this condition block between 12 and 13 in your example?

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

      @hadees How does this sequence work? What is the logic?

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

      @l-andorrà Good advice on the candle ID - and yes the plan is to just continually modify take profits and open extra trades to compensate for the drawdown. Do you suggest an alternarive method?

      posted in Questions & Answers
      S
      SpecialFX
    • 1
    • 2
    • 3
    • 1 / 3