fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ClauTrade
    3. Posts
    C
    • Profile
    • Following 1
    • Followers 0
    • Topics 33
    • Posts 71
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by ClauTrade

    • RE: Too much Warning!

      Hallo,

      I know that are only "warning" and the EA work but**, if is possible, I would like to use a full compatible code for MT4.
      **
      Do you think is it possible please?

      These are all:
      http://i.imgur.com/JJD0Imq.png

      %(#FF0000)[The first is about constant/block with bool variable:]

      The worning: "expression is always false"

      This is the bool constant:
      http://i.imgur.com/KYOaRjw.png

      And this the block control:
      http://i.imgur.com/CwNxqw6.png

      And this the code:
      http://i.imgur.com/4dUdQFO.png

      Using bool in the constant I have not find a solution.

      %(#FF0000)[The second is using constant to set TIME FRAME:]

      I have try various solution but I cannot solve the warning!

      I use the set time frame in more block (custom indi too). If I use the setting of the block There are no warning!

      http://i.imgur.com/0aKWslR.png

      And this is the code warning...

      http://i.imgur.com/XZWXfY5.png

      Thanks. Regards.

      posted in Bug Reports
      C
      ClauTrade
    • RE: Close Trade by Order#

      __1. You are probably talking for the ticket number. Somewhere deep in the code fxDreema works with ticket numbers, but there is nothing about ticket numbers on the surface. You can find a trade with certain ticket number if you know it, but why...

      1. I did this option for 4 hours one day and I'm not very proud of it. The status is this blue text on the bottom, it can be changed in every block. Once I decided to remove this option, but someone wanted to use it and here is it again. Now I'm not sure if this is very useful. You can create texts here and there with Draw Text.[/quote:3adnyz5w]

      Hi, please I'm searching info about the function "Change status to" and I have find this post ...but I have not understand! ❓ ... can you show me where is "this blue text on the bottom"?

      Many thanks. Regards

      posted in Questions & Answers
      C
      ClauTrade
    • RE: Block "comment" stay in the chart.

      Ok! great.... many thanks for the info! 😉

      posted in Bug Reports
      C
      ClauTrade
    • RE: Block "comment" stay in the chart.

      Hi,

      I have use alternate block of comment more time but in the last project I have not use it because it not work yet.

      Moreover I think is a useful function to alternate blocks in the projects.

      I have build a new protect to show you .. when the out is off the comment stay freeze in the chart with last values.

      https://fxdreema.com/shared/tFOnNpTJd

      I have try in test and real and is the same.

      This is a short video about it: http://screencast.com/t/BgWlr6XI

      *** please check the server too ... from this morning is very very slow (1 minute of delay to respond every click) .. thanks!

      posted in Bug Reports
      C
      ClauTrade
    • RE: Block "comment" stay in the chart.

      Hi,

      I have more projects with more block comment in the same position chart that show different info. All was ok just now!

      Something like this:

      http://i.imgur.com/Lk3h0md.png

      Now all the comment display in the chart even though the condition is off (like a last memory)! 😞

      What's happen? Please can you fix it?

      Thanks.

      posted in Bug Reports
      C
      ClauTrade
    • RE: Break even for a group of trades

      Yes... this will solve the problem! Good idea! Thanks. 😉

      posted in Questions & Answers
      C
      ClauTrade
    • RE: Break even for a group of trades

      Hallo,

      I have not find the info....

      Need to set a BE for a group of trades! ... block like a mix between the "trailing stop for a group of trades" and "break even each trade"?

      Of course I can set the close with "profit < zero" but I prefer to set a real SL in the broker.

      Thanks. Regards! 🙂

      posted in Questions & Answers
      C
      ClauTrade
    • RE: Martingale/Paroli fail initial volume

      I have try the other system too but I think all some time take the lost of the last trade and sometime reset to the start volume....

      But when all trade are closed (buy, sell or groups), why it doesn't reset the system to start from the initial volume? 😮

      posted in Bug Reports
      C
      ClauTrade
    • RE: Martingale/Paroli fail initial volume

      Hallo,

      please I do not understand why!

      I have set the initial volume to 0,1 but more times when it open the first trade start whit 0,2 ...

      This is the setting, is the same for buy and sell:
      http://i.imgur.com/OGh4ssq.png

      And this is an example:
      http://i.imgur.com/1umr23r.png

      Thanks. Regards.

      posted in Bug Reports
      C
      ClauTrade
    • RE: CROSS WIDTH function do not work

      Yes ... I remember I use it some time ago and it worked fine.

      I have see the article but I understand that it explain how work the different type of crossover

      Why useless? Is used if is necessary combine two or more indicator (crossover or no). Example if I want to combine two indicator (in the following case 3 MA), when two crossover occurs in a range of 10 candle.

      http://i.imgur.com/nRuCfka.png

      In this case the second cross active the sequence block because both are in the range of detect.

      Can you suggest an alternative mode to detect a zone in the same time frame (for example a zone of 10 candle) in witch the cross occur?

      Thanks.

      posted in Bug Reports
      C
      ClauTrade
    • RE: CROSS WIDTH function do not work

      Hallo ... I have a problem with the cross width function of the condition block... 😞

      This is the example: https://fxdreema.com/shared/YTBT9N9Gc

      If I set value 1 or 10 it give same result:

      http://i.imgur.com/316cBkv.png

      The main cross 2 time but I set the width of 10 candle ...

      Why the out does not stay on for 10 candle?

      Many thanks!
      Regards!

      posted in Bug Reports
      C
      ClauTrade
    • RE: "Comment", display mix text and variables

      Greeeat!! .. the best solution! 😉

      It work perfectly! Many thanks. 😄

      posted in Questions & Answers
      C
      ClauTrade
    • RE: "Comment", display mix text and variables

      Hallo, please can you suggest how to display a text in the same line that include more variables.

      I have try various mode whit the Comment block, I use:

      • Value text
      • Value numeric
      • Code in the label

      ... I think the block format the code so I can do it.

      I need to display a comment like this:

      %(#FF0000)[Comment 1: text V1 text V2]

      Comment 1 = Label
      text= simple text
      V1 = Variable 1
      V2 = Variable 2

      Many thanks for your support!
      Cheers 😉

      posted in Questions & Answers
      C
      ClauTrade
    • RE: Import project in desktop version not work

      Hi,

      I have a problem to import new project in the desktop version.

      I have more project in the web version. I have save them in a folder like .mq4

      When I try to import them in the desktop version I see error "NO RECORD FOUND"

      http://i.imgur.com/mfFuyM6.png

      Please help! ...thanks!

      FOR ALL... I WISH YOU A HAPPY NEW YEAR AND GOOD LUCK FOR YOUR TRADING PROJECT!! 😉

      http://i.imgur.com/DxVoRbK.png

      posted in Bug Reports
      C
      ClauTrade
    • RE: Bug in "adjust" camp

      Yes... it come back to work now!

      Thanks!

      posted in Bug Reports
      C
      ClauTrade
    • RE: Bug in "adjust" camp

      Hi, please fix a new bug ... I'm working from long time with my EA. I use XO indi and it work perfectly with adjust of the output buffer.

      From today all my EA fail! Hope you can fix it soon!!

      The XO have only two buffer and they are full numbers:

      Buffer 0: 0,1,2,3,4,5 ...
      Buffer 1: 0,-1,-2,-3,-4,-5 ...

      LOOK MY TEST: https://fxdreema.com/shared/vPJzOzNKd

      I test the output to compare buffer configuration of MA and XO

      MA work fine and add 1 to buffer
      XO fail and do not add 1 ... I have this problem from yesterday in all my EA with XO!

      This is my Screen capture:
      http://screencast.com/t/LdMYdCvdm

      posted in Bug Reports
      C
      ClauTrade
    • RE: August 2015 ... help to detect bug!

      Hi, all day do not open windows "load project", "constant", "variables" (with chrome and firefox). Is impossible to work... ... can you check please? thanks

      posted in Bug Reports
      C
      ClauTrade
    • RE: August 2015 ... help to detect bug!

      Hi,

      1. please can you check the import project, it do not work. It stand buy in "loading" but do not open.
      2. in the side of all the blocks I can set the variables (depend of output) but I cannot set "string variable" because it give error code (in compile). For "string variable" must I use only the block "modified variables"?

      Thanks! 🙂

      posted in Bug Reports
      C
      ClauTrade
    • RE: August 2015 ... help to detect bug!

      Hi, I have see the new upgrade version... I like the changes , the news and upgrade but I have find more bug ...I have see that you are working in it... some bugs has been solve yet! ... I hope you can solve the remains soon...

      Today I have detected:

      1. Is impossible to cancel the areas
      2. Yesterday I had more problem to use firefox (I have ever use it) ... have you solve it yet?
      3. In chrome When I save the project it set a new name. Is not the same name of the project (it add (1,2,3,4,5..etc))...maybe is better to subscribe the project with same name of project like in forefox
      4. Sometimes The system cancel connection between blocks ...I have not more details about it.
      5. When I select 2 or more blocks and I move them the system move other block too that are not selected.

      Many thanks for your job 😉 ... If I see more bugs I'll send you a post.

      Regards

      posted in Bug Reports
      C
      ClauTrade
    • RE: Profit for grup of trades!

      Hi,

      please send me info about how to take profit for a grup of trades.

      I have find TRAILING MONEY LOSS FOR GRUP OF TRADES... a very interesting funtion to separate buy and sell group in the same EA.

      I would like to close the group when is in profit (take profit group or trade)... can I do it?? 😏 please send me suggest!!!

      Many thanks!! 😉

      posted in Questions & Answers
      C
      ClauTrade
    • 1
    • 2
    • 3
    • 4
    • 3 / 4