fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Michel41
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Michel41

    @Michel41

    0
    Reputation
    472
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Michel41 Unfollow Follow

    Latest posts made by Michel41

    • RE: fxDreema was updated... obviously

      Indeed I tried semicolon already..

      with 08;00
      12;00

      with exact your suggestion

      I get

      compilation errors

      "00" - expressions are not allowed on a global scope
      "00" - expressions are not allowed on a global scope

      posted in Questions & Answers
      M
      Michel41
    • RE: fxDreema was updated... obviously

      Ok...

      to replace with a button may be more intuitiv, yes.

      After the example I got it, pretty easy if the concept is checked, normal parameters, no Problem, Monday true/false, working...what I don`t get is timefilter, with 08:00 I get a compilation error....semicolon expected etc., tried a lot...with 0800 it compiled, but got a time of 800.0 in the exported EA...

      in your example there is something like a pulldown menue at "Type", to select, I guess, numeric, boolean etc.

      I don`t have a pulldown menue, with monday true/false, "double" changed automatically to "bool"

      What to do with time? What has to be in the "type" field and what format in the "value"

      last question ever....hopefully 🙂

      thanks

      posted in Questions & Answers
      M
      Michel41
    • RE: fxDreema was updated... obviously

      Mmmh...

      Checkboxes were easy and intuitiv. I could live with it.

      I soon realized the negative side, say with 4 Blocks for short/Long/exits, I get 4 inputs to optimize for effectiv 1 Parameter, let`s say a moving average or else.

      So, I just realized the Principle of constants is fine.

      so far I have no clue how to do the job, it`s far from intuitiv (for me..), or not working...and as you surely know, lot of people play dumb.... 🙂

      "Open parameter window of some block and right click over some of it`s input fields. Choose the constant"

      Example:

      Timefilter....I right click over the Starttime (08:00), it opens a window, I can click on "constants", the window fades, nothing happens.

      May be some liiiiittle tutorial would be helpful here....

      posted in Questions & Answers
      M
      Michel41
    • RE: fxDreema was updated... obviously

      Menue is working now, so far i quickly scanned.

      but....

      still no input parameters selectable, the rectangle fields right side of the parameters are missing, if moving over the area which is just the background colour of the block, the info highlights "set as input parameter for optimizing", but of course NOT selectable, there is no field to click in. If trying to click anywhere in the hope of activate an invisible field, this has no effect. So the exported projects have zero input parameters for optimizing.

      Konsole:

      Object { project_name: "GridDipper_Pips_QR", project_type: "expert", codelanguage: "MQL4", date_create: "1437949807", date_modify: "1439323973", magic_start: "1535", blocks_mode: "0", graph_orientation: "TopToBottom", active_container: "Tick", visible_library_group: "system", 11 weitere… } builder:779:4
      SyntaxError: unreachable code after return statement builder:189:2
      DOM elements: 794

      posted in Questions & Answers
      M
      Michel41
    • RE: fxDreema was updated... obviously

      Firefox 40.0/Windows 7

      ctrl + shift + k

      Konsole:

      SyntaxError: unreachable code after return statement $.js:1989:1
      SyntaxError: unreachable code after return statement $.js:1995:1
      SyntaxError: unreachable code after return statement $.js:2001:1
      Synchrone XMLHttpRequests am Haupt-Thread sollte nicht mehr verwendet werden, weil es nachteilige Effekte für das Erlebnis der Endbenutzer hat. Für weitere Hilfe siehe http://xhr.spec.whatwg.org/ $.js:1678:0
      SyntaxError: unreachable code after return statement builder:189:2
      Object { project_name: "unnamed", project_type: "expert", codelanguage: "MQL4", date_create: "1439446377", date_modify: "1439446377", magic_start: "6232", graph_orientation: "TopToBottom", active_container: "Tick", visible_library_group: "system", visible_block_group: "system", 8 weitere… } builder:776:4
      DOM elements: 691

      posted in Questions & Answers
      M
      Michel41
    • RE: fxDreema was updated... obviously

      Firefox 40.0

      In old and new projects, no input parameters possible/missing, not selectable, further not possible to delete blocks. Just tried, the complete Menue is not working (copy,cut, on/off, paste, delete, etc...)

      yesterday it was possible to select an input parameter, but did not save after update, so all exported projects show not one single input parameter, just and only the magic number....

      posted in Questions & Answers
      M
      Michel41
    • RE: How to : Set a minimum distance between consecutive orders

      Ähemm, with this so easy you will get probably endless much Buy`s

      You have to add some other rules. like once a day, or you count your open Positions

      example: add 1 Buy if price is 10 pips unter open and not more than 1 Trade open (< 2)

      https://fxdreema.com/shared/YWZqOuZxe

      posted in Questions & Answers
      M
      Michel41
    • RE: How to : Set a minimum distance between consecutive orders

      That`s pretty simple...

      https://fxdreema.com/shared/SbbpFisnb

      if you add positive Value you add to running Position
      if negative Value (unter the open price) you add (average down) to a losing one

      posted in Questions & Answers
      M
      Michel41