fxDreema

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

    Topics created by ClauTrade

    • C

      Error to load a custom indicator
      Bug Reports • • ClauTrade

      7
      0
      Votes
      7
      Posts
      2924
      Views

      fxDreema

      The first indicator works for me. The second is saved in one of these ways that I always wonder how to read correctly. I will take a look later, but now I can tell you how to solve the problem easily. Just make an empty .txt file, paste the source code there and rename the extension to .mq5.

    • C

      handle=10 | error code=4806
      Bug Reports • • ClauTrade

      3
      0
      Votes
      3
      Posts
      1406
      Views

      C

      Yes, it seem all right. Let you know in case of bug! Thanks

    • C

      About TIME BOMB block ...
      Questions & Answers • • ClauTrade

      3
      0
      Votes
      3
      Posts
      1881
      Views

      C

      Yes, I think too!!

      With this method for more large Y time can be difference due random time step.

      The best method would be to get high and low price every tick for Y second and give alert if the difference high-low > X pips.

      Is strange.. something more occur in my London Broker ...I will try to fix it.

      Many thanks! 😉

    • C

      How to get currency number of decimals
      Questions & Answers • • ClauTrade

      2
      0
      Votes
      2
      Posts
      885
      Views

      fxDreema

      Try this - http://prntscr.com/brpse2
      "Original" is the real number of digits. "Customized" is the changed number because of the "Point format rules" settings.

      As a MQL4 code, I think it was something like MarketInfo(Symbol(), MODE_DIGITS)

    • C

      Please check modify stop block
      Bug Reports • • ClauTrade

      3
      0
      Votes
      3
      Posts
      765
      Views

      fxDreema

      I added something new there. You can check if it works.

    • C

      Builder do not work!
      Bug Reports • • ClauTrade

      6
      0
      Votes
      6
      Posts
      1349
      Views

      C

      Yes, I think the same... never happened something like this....

      Many thanks.. let you know!
      Regards.

    • C

      Slippage features
      Questions & Answers • • ClauTrade

      10
      0
      Votes
      10
      Posts
      3855
      Views

      C

      Great.. many thanks for all the information!

      The next week I will test and try to find best solution.... anyway I think that the best solution is:" TO BE A BROKER!!" 😆

    • C

      Strange BUG in OUT Block
      Bug Reports • • ClauTrade

      4
      0
      Votes
      4
      Posts
      915
      Views

      C

      Was hard but I find it!!! 🙂 .. is not a problem of the code, it was a problem of the historic data of MT4 ...only is same lapse of time, it failed the reading of CCI data ...In the graphic it worked fine ... needed to display the value to understand.

      Sorry! 🙂 thanks!

    • C

      Trailing Stop and Spread
      Questions & Answers • • ClauTrade

      10
      0
      Votes
      10
      Posts
      2135
      Views

      C

      Yes, I'm agree, this is correct ... do not worry ...I'll find a solution!

      Many thanks! 🙂

    • C

      About time GMT!
      Bug Reports • • ClauTrade

      3
      0
      Votes
      3
      Posts
      1009
      Views

      C

      yes... I think too! Thanks!

    • C

      Title column in "write to file" block
      Bug Reports • • ClauTrade

      3
      0
      Votes
      3
      Posts
      838
      Views

      C

      Yes, is true! Excel start with default cell in format "number" so is normal to have problem with commas and maybe other.

      I have find this that work fine!

      http://imageshack.com/i/pnCGdb8up

      Thanks! 🙂

    • C

      About 2147483647 value
      Bug Reports • • ClauTrade

      5
      0
      Votes
      5
      Posts
      1118
      Views

      l'andorrà

      @cristian-0 ¿Has probado la solución sugerida en el post anterior? Selecciona el valor -1 an ambas pestañas 'Adjust' del bloque que cause ese bucle.

    • C

      IMPORTANT! ...Searching for colaboration! (IT, ES, ENG)
      General Discussions • • ClauTrade

      3
      0
      Votes
      3
      Posts
      1501
      Views

      K

      Feel free to message me. If you share with the the mq4 file, I can import it into fxdreema and see if I can help you with this. I have looked at HA candles for an EA before but have not been able to get it to work with its buffers but as far as filtering out trades, I might be able to help you.

      Daniel

    • C

      About side set variable blocks
      Questions & Answers • • ClauTrade

      8
      0
      Votes
      8
      Posts
      1485
      Views

      C

      Yes! .. it's ok now! Thanks! 😉

    • C

      Too much Warning!
      Bug Reports • • ClauTrade

      4
      0
      Votes
      4
      Posts
      999
      Views

      fxDreema

      Bool vs Int - this should work fine, even without warnings. 0 is false and 1 is true. Only when you start to mix floating numbers, strings or some exotics you can expect issues 🙂

    • C

      Block "comment" stay in the chart.
      Bug Reports • • ClauTrade

      5
      0
      Votes
      5
      Posts
      798
      Views

      C

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

    • C

      Break even for a group of trades
      Questions & Answers • • ClauTrade

      34
      0
      Votes
      34
      Posts
      15322
      Views

      C

      I've revised all the blocks with group condition, and all are good with their respective 1 and 2.

      I understand about the start parameter, what I'm saying is that some times is not working, no matter is set to 10, I had a couple of times with profits of around 20, but no SL was made in place.

      Now, you suggest that for having a group of trades at BE when profit reaches start value, we should use that same start value in stop. But this is not happening as it places a SL at a real loss value. Will compile again my EA after your change and see if it works. Same thing for the trail SL.

      Thanks

      __When you work with the Group parameter, you must be sure that in all trading blocks numbers are correct. By trading blocks I mean all blocks that can create, modify, delete trades and orders, or simply check something about them. You can try with "1,2" as a Group number in the TS block.

      The problem with this "-10 pips loss" was because the update I made last time when I decided to use the avetage price instead of the current price. I reverted this now... I'm still not sure which is the right price to be used in this situation.

      About the initial modify of SL... well, it looks that this happens once when the Start price is reached. There must be a reason why this parameter is called "Start" 🙂

      I'm doing my tests in EURUSD and with 10-15-10 settings everything looks fine for me, SL is modified from time to time.[/quote:lvpaio6d]

    • C

      Martingale/Paroli fail initial volume
      Bug Reports • • ClauTrade

      3
      0
      Votes
      3
      Posts
      763
      Views

      fxDreema

      Martingale is to double the lot size on loss. Loss means that the last closed trade is not profitable and it's also closed.

      Some people wanted to do it in the "wrong" way - do calculate the lot size from the newest already running trade for example. So the block first searches for such trade and only if it doesn't exists it takes the lot size from the last closed trade.

      For Martingale there is no memory where the last lot size is stored. It depends on the lot size of the last trade. If that trade was loss - it doubles that value, otherwise the value is reset to the initial. And of course it depends, because there are many options, but I'm talking for the default Martingale settings.

      So I think that you have one trade still running when the new one is created and it works with its lot size. If you want to separate things, try with different Group numbers.

    • C

      CROSS WIDTH function do not work
      Bug Reports • • ClauTrade

      4
      0
      Votes
      4
      Posts
      1234
      Views

      fxDreema

      Well, if this does the job for you, why not. Maybe it's not that useless as I think 🙂 The thing to remember is that it always checks values from 2 candles, even if the value of 'cross width' is 1000

    • 1
    • 2
    • 1 / 2