fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    volatily ea

    Questions & Answers
    2
    16
    3506
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      FHTrading last edited by

      hi agian fxdreema,

      I have these questions:
      (now i can see new options on blocks)

      1.Using Condition Block with Market Properties or any other block, how can i filtter a condition like this:

      For buy, In M1, at open candle price (always when there is a new candle), the current price had move 0.5 pips (5micropips) above the open candle price, and there are not more than 0.3 micro pips below the open candle price. When all of this happens, then the ea open a buy order.
      It is a scalpper ea.

      I checked the options Tick Size and Ticks (from start) from Condition Block-->Market properties, but i dont know how to use them for my purpose.

      I will apreciate your help,

      Thanks

      1 Reply Last reply Reply Quote 0
      • fxDreema
        fxDreema last edited by

        I don't think you need tick size, at least not to detect candle movements.

        Try this: https://fxdreema.com/shared/o282mhOEc
        (candle Body size = the difference between Open and Close)

        1 Reply Last reply Reply Quote 0
        • F
          FHTrading last edited by

          Almost you get it!

          https://fxdreema.com/shared/NTSGa1fJ

          I modifies these blocks in the erea, because there could be a wick in the candle, but this wick have to be <= to 0.3 micropips, to get a trade.

          But finaly i try this ea and dont open any trade or with your example dont draw any arrow. I left the pc with both eas for 30 min in the eurusd 1m and nothing. Im sure all the settings in the platform are ok.
          It is strange because all the time there are candles with a body of 0.5 micropips and wicks of 0.3 micropips or less.

          I think may be the error is in when we choose Close candle, Low candle and High candle. I dont know if does are current high, low and for Close candle the current price. Because if they are the final close candle price, high and low there is not the idea.

          Also you can see that the StopLoss is 1 pip, then im thinking how to do to move this StopLoss to 0.3 below the open candle price of the nex candle when a buy trade is running. I mean, the stoploss will be moving through new candles 0.3 micropips below each new.

          It is an ea im trying to copy from a signal of 1500 usd per month in mql5. Im sure this is a similar idea.

          Thanks,

          1 Reply Last reply Reply Quote 0
          • fxDreema
            fxDreema last edited by

            Be careful when you use "==". I used it, but my idea is that when the candle is going up/down for 1st time, it's Close price is equal to High or Low, depending on the candle type. But otherwise to use "==" to measure prices... bad idea. A candle might be exactly 0.5 pips... very very rarely. Ticks are jumping up and down, now it can be 0.3, in the next moment it can be 0.7 and never be exactly 0.5.

            1 Reply Last reply Reply Quote 0
            • F
              FHTrading last edited by

              hi again,

              you know im having problems to make eas open trades.
              Like with this example: https://fxdreema.com/shared/FbEAa6Bzb

              Im sure im checking all: the settings in mt4, and about the designe of the ea in the platform i dont know whats wrong.

              I put the ea in a live demo account andi manualy open a buy order and close it to make 1 trade in the history, but nothing.

              I will wait for your help.
              Thanks


              I solved this problem, making a sample ea with blocks: no trade is running conected to buy now, then i put this ea in the platform let it make 1 trade and i copied its magic number, then i quit it of the chart and i put the other ea and in the imputs parametre i put the other mugic number and it start trading.

              What do you think about a martingale ea starting tradeing with 0.01 lot with 3 pips stoploss and 3 pips take profit in an account of 8000 usd, it would need to mistake 9 consecutive times?? Do you think it is posible to loss number of consecutive times?
              Obviously it wil make such a little money like 1 dollar per month but...

              1 Reply Last reply Reply Quote 0
              • F
                FHTrading last edited by

                With the second ea i decided to leave it into the vps for a month and let see what happend, i think there is such a 0.1% probability to lose 9 consecutives time, but...

                Also i made some good progress with the volatily ea,

                https://fxdreema.com/shared/ForVWx7dc

                Now it opens very nice the trades as i want!!

                Then i was seccesful at puting the stoploss!, you can see it in the parametres of the buy now block and sell block, but there is a problem with the take profit! you can see is uesd the candel id -1 i know im wrong but i made it so you can understand what im trying to do.

                The last detail wich would be perfect, is if there would be a trailing stop that move the stop loss 0.5 micro pips below/above the next open priceΒ΄s candle.

                This could be a good ea for instant execution!

                Regards

                1 Reply Last reply Reply Quote 0
                • fxDreema
                  fxDreema last edited by

                  Negative Candle ID is something from the future, I think you will get value of 0 or something else. Maybe I don't get why you want to show me problematic TP which is clearly not ok πŸ™‚

                  About the trailing stop, notice that there are some limitations in MT4: http://book.mql4.com/appendix/limits So you can't put SL too close to the current price. It can be moved on every tick, use Trailing Step = 0 for this and prepare for e-mail from the broker telling you that you use their servers too much :)))

                  1 Reply Last reply Reply Quote 0
                  • F
                    FHTrading last edited by

                    This is the thing, i show you with negative candle id to let you know that i want that the sl move 0,5 pips below the next candle open price (for buys) and so on in the cases that the sl isnt reached.
                    How can i make a triling stop like this??

                    Thanks

                    1 Reply Last reply Reply Quote 0
                    • fxDreema
                      fxDreema last edited by

                      Oh no, all settings in Buy now and Sell now matters at the moment when the trade is to be created. Stop-Loss and Take-Profit, these are values to be set to the trade initially, that's all for these blocks, they will not continue working.

                      Try something like this, somewhere under "on Tick": https://fxdreema.com/shared/hV5AIgdjd

                      1 Reply Last reply Reply Quote 0
                      • F
                        FHTrading last edited by

                        I repeat, i know it was wrong but for that thing you could understood πŸ˜‰

                        Also i changed the valuw of 0.5 pips to 0.9 because i think the ask line is going to touch it unnecesary several times.
                        I have to wait until the markets are open to test it.

                        One more thing, do you know how to decompilate other eas? because i bought one and it only work in two markets but i want to test it in more markets.

                        Regards

                        1 Reply Last reply Reply Quote 0
                        • fxDreema
                          fxDreema last edited by

                          I don't know how to decompile EAs and I don't know website where someone or software can. There was something in the past (purebeam.biz), but now this is over. And MT4 is different, there was a big change in february

                          1 Reply Last reply Reply Quote 0
                          • F
                            FHTrading last edited by

                            Hi man,

                            You know that the ea start making profit and then i notice that the buy orders sl were not very good placed because in the buy now block i make a mistake and put the option Custom price fraction in the SL instead of Custom price level as it should be.
                            This was the only thing wrong all the rest was working ameazing, so i went to fxdreema to fix this error and then when i try this version just with this change now it opens lot of sell or buys.

                            https://fxdreema.com/shared/SRmttHjUb

                            This is the link wiith the change, also i have the version with out the change that works fine but has this detail of the SL wrong of the Buy orders that i think make lost some profits.
                            Do you know what could be?

                            Thanks

                            1 Reply Last reply Reply Quote 0
                            • F
                              FHTrading last edited by

                              This is the fine version. Just this detail of the SL of the buy orders because i used Custom price fraction instead custom price level. I just changed this setting and all the ea become creazy opening lots of orders.

                              If your going to try it, EURUSD M1
                              I will apreciate your help.

                              ......
                              Volatily 1.8.ex4

                              1 Reply Last reply Reply Quote 0
                              • fxDreema
                                fxDreema last edited by

                                This is what I got: http://prntscr.com/407o4x
                                But this is EA that puts really short SL, I think it's normal for most of them to be closed almost immediately 😏 This "Invalid SL" can be small problem, otherwise I think it works as it is designed.

                                1 Reply Last reply Reply Quote 0
                                • F
                                  FHTrading last edited by

                                  No no man, you test the version 1.1.2 and this version is the bad version.

                                  Please test the 1.8, i upload the expert in a post.

                                  With the version you had tested you can see that is obviously that the ea dont make what i want, in this picture the ea open a lot of trades and it should not happend.

                                  Please open the version 1.8 with fxdreema platform and compare the settings of buy now block and sell now block,

                                  You will see the diference between SL mode, when i was trying to fix the diferences was this version 1.1.2 that only opens a lot of trades.

                                  Thanks

                                  1 Reply Last reply Reply Quote 0
                                  • fxDreema
                                    fxDreema last edited by

                                    I can't open .ex4 file with fxDreema πŸ™‚

                                    1 Reply Last reply Reply Quote 0
                                    • 1 / 1
                                    • First post
                                      Last post

                                    Online Users

                                    H
                                    H
                                    M
                                    S
                                    S
                                    L
                                    E
                                    M
                                    A

                                    17
                                    Online

                                    146.7k
                                    Users

                                    22.4k
                                    Topics

                                    122.6k
                                    Posts

                                    Powered by NodeBB Forums | Contributors