fxDreema

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

    Scalper Expert advice

    General Discussions
    9
    14
    5724
    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.
    • V
      vnpython 0 last edited by

      i hope to try my hands on scalper EA but wonder what is the standard for such EA? meaning is what is the min pips to target and how frequency it scalp? what is the acceptable profit it generate a month as acceptable? any seniors who taken this path, please share some insight for a newbie.. thanks!!

      roar 1 Reply Last reply Reply Quote 0
      • roar
        roar @vnpython 0 last edited by

        @vnpython-0
        It depends on your trading costs. If the costs (spread, commission, swap) are higher than 20% of your average profit, it means you have to get roughly 70% winning trades, on 1:1 SL and TP. No one has that big predictive power.
        To decrease the % of trading cost of average profit, you need to trade the most volatile periods (of the trading day).
        Just make an ea and analyze the trading costs in the excel report. If the % is too big, increase your average TP and trade less frequently.

        Need small help? Tag me in your post
        Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

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

          Hacer un EA escalper, es muy difícil, lo normal es que no hagan demasiadas operaciones, y si consigues hacer uno que opere mucho seguro que te da perdidas.

          1 Reply Last reply Reply Quote 0
          • V
            vnpython 0 last edited by

            To make a scaper EA, it is very difficult, the normal thing is that they do not do too many operations, and if you manage to make one that operates a lot, it sure gives you losses....

            thanks roar and luisri's reply. i cant make it work with normal 1:1 and i just hoping to breakeven or make profit/loss 5% at end of the month. and let the trading volume compensate me by the broker.

            after making tons of beta scalper, i think i am gonna:

            1. auto stop scalper once it hit the target growth
            2. build in equity protect function to lock in profits

            what TF is best for scalping? tried M1 it totally cannot expect to be able to survive markets' onslaught.. google on this scalping only result in strategy...

            1 Reply Last reply Reply Quote 0
            • J
              Juanjo last edited by

              You must put a 3 SL:1 TP at least.

              T 1 Reply Last reply Reply Quote 0
              • T
                trbedell @Juanjo last edited by

                @juanjo 3 SL - 1 TP does not work. You need 3 wins for every loss to break even. IMHO.

                1 Reply Last reply Reply Quote 0
                • T
                  trbedell last edited by trbedell

                  I am working on a scalping EA. It's all about risk management.

                  Enter Long on Bull candle (Momentum)
                  Enter Short on Bear candle (Momentum)

                  SL: 3 pip
                  Trail: .5 pip
                  At 2 pips profit - Move stop to break even
                  At 10 pip Close 1/2 trade
                  Ride the trade til stop Loss activated.

                  The key is to reduce risk quickly. A break even trade beats a loss all day long. You need some big winners to build equity. Using a TP to close entire trade limits profitability and creates a signal to immediately enter a duplicate trade, which often creates a loss.

                  I have found that most brokers limit TP and SL to avoid scalping. So I am working on building virtual trailing SL and TP that converts to market orders to avoid published stops.

                  https://fxdreema.com/forum/topic/7327/what-is-the-best-way-to-build-a-virtual-sl-tp-that-converts-to-a-market-order-after-x-pips

                  1 Reply Last reply Reply Quote 0
                  • l'andorrà
                    l'andorrà last edited by

                    Sounds interesting. Please share you project here!

                    (English) I will try to help everyone in these fxDreema forums. But if you want to learn how to use the platform in depth or more quickly, I can help you with my introductory fxDreema course in English at https://www.theandorraninvestor.eu.

                    (Català) Miraré d’ajudar tothom en aquests fòrums d’fxDreema. Tanmateix, si vols aprendre a fer servir la plataforma amb més profunditat o més de pressa, t’hi puc ajudar amb el meu curs d’introducció a fxDeema en català a https://www.theandorraninvestor.eu/ca.

                    (Español) Intentaré ayudar a todo el mundo en estos foros de fxDreema. Sin embargo, si quieres aprender a usar la plataforma en profundidad o más deprisa, te puedo ayudar con mi curso de introducción a fxDreema en español en https://www.theandorraninvestor.eu/es.

                    1 Reply Last reply Reply Quote 0
                    • M
                      marquillos21 last edited by

                      https://fxdreema.com/shared/HnVrfiZsd

                      l'andorrà 1 Reply Last reply Reply Quote 0
                      • l'andorrà
                        l'andorrà @marquillos21 last edited by

                        @marquillos21 Impressive! One year later I got the answer! LOL 😄 Did you test it?

                        (English) I will try to help everyone in these fxDreema forums. But if you want to learn how to use the platform in depth or more quickly, I can help you with my introductory fxDreema course in English at https://www.theandorraninvestor.eu.

                        (Català) Miraré d’ajudar tothom en aquests fòrums d’fxDreema. Tanmateix, si vols aprendre a fer servir la plataforma amb més profunditat o més de pressa, t’hi puc ajudar amb el meu curs d’introducció a fxDeema en català a https://www.theandorraninvestor.eu/ca.

                        (Español) Intentaré ayudar a todo el mundo en estos foros de fxDreema. Sin embargo, si quieres aprender a usar la plataforma en profundidad o más deprisa, te puedo ayudar con mi curso de introducción a fxDreema en español en https://www.theandorraninvestor.eu/es.

                        1 Reply Last reply Reply Quote 0
                        • S
                          seb 0 last edited by seb 0

                          The cost of trades isn't necessary lower when the volatility is high though(not relatively). The ask-bid size depends on the liquidity of the asset, which is the number of buyer and seller, and their balancing. In very high volatility moments, the market is often in a imbalance order position, meaning that there are way more sellers than buyers or vice versa. The ratio spread/price fluctuation can then make it worth or not, depending on the size of the fluctuation. That's why studies tend to show that trading algorithms are less present during event days/big return days.
                          source : https://www.sciencedirect.com/science/article/pii/S0927538X20302201?via%3Dihub

                          roar 1 Reply Last reply Reply Quote 0
                          • roar
                            roar @seb 0 last edited by

                            @seb-0 yes, very true, especially in stock markets.

                            Need small help? Tag me in your post
                            Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

                            S 1 Reply Last reply Reply Quote 0
                            • S
                              seb 0 @roar last edited by

                              @roar
                              Yes I forgot to mention that all studies I found have been made on stock markets, I don't really know why. But in "normal" periods a bigger volatility is better indeed.

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

                                Its not completely impossible but it's hard. If you use quant principles it would workout better.

                                Its not just the risk management but also the timing. Its risk : time most of it.

                                I can tell because my manual scalping has a great return rate. But when it comes to getting it done by an Expert Advisor it's hard to reason with my strategy.

                                Xstacado

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

                                Online Users

                                T
                                S
                                A
                                M
                                R
                                G
                                G
                                Y
                                C
                                S
                                S
                                S

                                27
                                Online

                                146.7k
                                Users

                                22.4k
                                Topics

                                122.6k
                                Posts

                                Powered by NodeBB Forums | Contributors