fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. alok
    3. Posts
    A
    • Profile
    • Following 0
    • Followers 1
    • Topics 25
    • Posts 175
    • Best 2
    • Controversial 4
    • Groups 0

    Posts made by alok

    • RE: Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time

      @alok said in Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time:

      @DragonZueloTrends said in Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time:

      Ready, Make all the suggested changes, as shown in the image below... I proceed to test the results

      image.png

      ![1c91a19e-aa87-457c-b3ae-e019e1f6ca41-image.png](/forum/assets/uploads/files/1713198517125-1c91a19e-
      aa87-457c-b3ae-e019e1f6ca41-image.png)
      It has to change here too

      00a187a5-459e-44a6-9cde-af80b013230c-image.png

      posted in Questions & Answers
      A
      alok
    • RE: Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time

      @DragonZueloTrends said in Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time:

      Ready, Make all the suggested changes, as shown in the image below... I proceed to test the results

      image.png

      ![1c91a19e-aa87-457c-b3ae-e019e1f6ca41-image.png](/forum/assets/uploads/files/1713198517125-1c91a19e-
      aa87-457c-b3ae-e019e1f6ca41-image.png)
      It has to change here too

      posted in Questions & Answers
      A
      alok
    • RE: Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time

      @DragonZueloTrends said in Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time:

      I already discovered the error, I had to write the constant type like this: ENUM_TIMEFRAMES, I'm trying it now

      the error is that you wrote 'PERIOD_CURRENT' wrong, you put 'PERIODO_CURRENT'

      posted in Questions & Answers
      A
      alok
    • RE: Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time

      @alok 8a764698-e917-4ab2-bf51-3822af327918-image.png

      remove the letter 'O'

      posted in Questions & Answers
      A
      alok
    • RE: Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time

      @DragonZueloTrends you have to say 'PERIOD_CURRENT', you can't put PERIOD_CURRENT 'PERIODO' wrong

      posted in Questions & Answers
      A
      alok
    • RE: Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time

      @DragonZueloTrends said in Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time:

      @alok Should I only make this change in the crossing conditions?

      That's exactly it, under the conditions

      posted in Questions & Answers
      A
      alok
    • RE: Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time

      @alok said in Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time:

      @DragonZueloTrends said in Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time:

      Alguien puede ayudar por favor?

      9a12a16b-1df4-4cd3-abde-5460c2e39b51-image.png

      ENUM_TIMEFRAMES TimeFrame = PERIOD_CURRENT

      8168b43f-a98d-460d-b224-41c5efac5ba9-image.png
      ae52dcab-8d8a-481b-988a-ac40347a872d-image.png

      posted in Questions & Answers
      A
      alok
    • RE: Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time

      @DragonZueloTrends said in Please help me with this EA that uses a 15 period EMA at the close of the candle as the only indicator in H2 Time:

      Alguien puede ayudar por favor?

      9a12a16b-1df4-4cd3-abde-5460c2e39b51-image.png

      posted in Questions & Answers
      A
      alok
    • RE: Please Does Anyone Know How To Close All Positions Exact Pips

      @alok said in Please Does Anyone Know How To Close All Positions Exact Pips:

      @alok said in Please Does Anyone Know How To Close All Positions Exact Pips:

      @jstap said in Please Does Anyone Know How To Close All Positions Exact Pips:

      I don't think that is how it works, I think this is how long a command takes to get from your terminal, then the broker acts on the command, then your terminal gets a confirmed operation response, and this continues until all have closed. This is why news events are hard to EA trade, with the speed of tick changes, and the number of people asking for actions, brokers/terminals struggle to keep up. However, this makes little sense to me because if you click the x on a trade on your terminal it closes immediately. I think this has to do with the liquidity of the chosen market at the time, and also why slippage can at times be large. I have tried moving all TP/SL to above/below/on close price but trades still too up to 1 minute for each trade to close, and it starts with the most recent.

      This just made me think that possibly starting the loop old to new might speed things up...

      Hello Bro, why in money close does it close correctly?
      now in pips it does not close, using this option Check profit (unrealized) using grid after 7 order in grid closes wrong much above the stipulated pips

      7e8164dd-d5fd-4767-92ce-250f9651e9e0-image.png

      Is there another way to do this?

      I've tried everything but it didn't work
      49e9bb22-3006-4a58-a9de-031e71273519-image.png

      posted in Questions & Answers
      A
      alok
    • RE: Please Does Anyone Know How To Close All Positions Exact Pips

      @alok said in Please Does Anyone Know How To Close All Positions Exact Pips:

      @jstap said in Please Does Anyone Know How To Close All Positions Exact Pips:

      I don't think that is how it works, I think this is how long a command takes to get from your terminal, then the broker acts on the command, then your terminal gets a confirmed operation response, and this continues until all have closed. This is why news events are hard to EA trade, with the speed of tick changes, and the number of people asking for actions, brokers/terminals struggle to keep up. However, this makes little sense to me because if you click the x on a trade on your terminal it closes immediately. I think this has to do with the liquidity of the chosen market at the time, and also why slippage can at times be large. I have tried moving all TP/SL to above/below/on close price but trades still too up to 1 minute for each trade to close, and it starts with the most recent.

      This just made me think that possibly starting the loop old to new might speed things up...

      Hello Bro, why in money close does it close correctly?
      now in pips it does not close, using this option Check profit (unrealized) using grid after 7 order in grid closes wrong much above the stipulated pips

      7e8164dd-d5fd-4767-92ce-250f9651e9e0-image.png

      Is there another way to do this?

      posted in Questions & Answers
      A
      alok
    • RE: Please Does Anyone Know How To Close All Positions Exact Pips

      @jstap said in Please Does Anyone Know How To Close All Positions Exact Pips:

      I don't think that is how it works, I think this is how long a command takes to get from your terminal, then the broker acts on the command, then your terminal gets a confirmed operation response, and this continues until all have closed. This is why news events are hard to EA trade, with the speed of tick changes, and the number of people asking for actions, brokers/terminals struggle to keep up. However, this makes little sense to me because if you click the x on a trade on your terminal it closes immediately. I think this has to do with the liquidity of the chosen market at the time, and also why slippage can at times be large. I have tried moving all TP/SL to above/below/on close price but trades still too up to 1 minute for each trade to close, and it starts with the most recent.

      This just made me think that possibly starting the loop old to new might speed things up...

      Hello Bro, why in money close does it close correctly?
      now in pips it does not close, using this option Check profit (unrealized) using grid after 7 order in grid closes wrong much above the stipulated pips

      7e8164dd-d5fd-4767-92ce-250f9651e9e0-image.png

      posted in Questions & Answers
      A
      alok
    • RE: SMART MONEY CANT RUN

      @alok The errors indicate that the variables 'B', 'S', 'bodysize1', 'bodysize2' and 'bodysize3' were not declared before being used in the code. This can occur if these variables were not defined or if there was an error in their definition.

      To fix these errors, you need to ensure that all variables that are used in the code are declared and defined correctly before they are used. Make sure these variables are defined correctly and that the names are spelled correctly to avoid typing errors.

      If these variables are related to a specific indicator or function, check that the indicator or function is correctly included in the code and that all dependencies have been handled appropriately. Also make sure that the code is written correctly and that there are no syntax or logic errors.

      posted in Questions & Answers
      A
      alok
    • RE: SMART MONEY CANT RUN

      @justgod2000 said in SMART MONEY CANT RUN:

      speak english

      a72284ad-f41b-4f9b-8b71-4e30d659e297-image.png

      The problem is in these 2 blocks, do this, turn it off and try to use it, if it doesn't work, rewrite it correctly

      posted in Questions & Answers
      A
      alok
    • RE: Please Does Anyone Know How To Close All Positions Exact Pips

      @jstap said in Please Does Anyone Know How To Close All Positions Exact Pips:

      I don't think that is how it works, I think this is how long a command takes to get from your terminal, then the broker acts on the command, then your terminal gets a confirmed operation response, and this continues until all have closed. This is why news events are hard to EA trade, with the speed of tick changes, and the number of people asking for actions, brokers/terminals struggle to keep up. However, this makes little sense to me because if you click the x on a trade on your terminal it closes immediately. I think this has to do with the liquidity of the chosen market at the time, and also why slippage can at times be large. I have tried moving all TP/SL to above/below/on close price but trades still too up to 1 minute for each trade to close, and it starts with the most recent.

      This just made me think that possibly starting the loop old to new might speed things up...
      Thank you, brother, close money works well, close pips no longer work

      ccc674b7-8612-4192-aa06-7dac8f621347-image.png
      so it works well

      posted in Questions & Answers
      A
      alok
    • RE: Please Does Anyone Know How To Close All Positions Exact Pips

      @l-andorrà said in Please Does Anyone Know How To Close All Positions Exact Pips:

      That is virtually impossible to do unless you are using a common TP level for all your trades. Every time a new tick is arriving to the MT4, all profits are recalculated. That means each open trade will add at least one more pip the the current single profit. For example, 4 open trades means a new tick will add 4 more pips to the global profit.
      Thank you, brother, close money works well, close pips no longer work

      posted in Questions & Answers
      A
      alok
    • Please Does Anyone Know How To Close All Positions Exact Pips

      This way, when the Robot has several orders in a grid, it ends up closing much higher, I would like to close the exact pips in profit

      1a3422a0-f681-4904-a669-b97b0f8a25b0-image.png

      posted in Questions & Answers
      A
      alok
    • RE: How to take a partial profit

      @l-andorrà Thank you friend

      posted in Questions & Answers
      A
      alok
    • RE: SMART MONEY CANT RUN

      @justgod2000 said in SMART MONEY CANT RUN:

      KNOW WHAT TO DO?

      Can you share the project?

      posted in Questions & Answers
      A
      alok
    • RE: How to take a partial profit

      @PHUNGCHIEN said in How to take a partial profit:

      Hi master,
      How to take a partial profit
      For example: volume is 1 lot, when I get 30 pips from Entry. I take profit 0.3 lot

      https://fxdreema.com/demo/mt4-loop-partial-close

      67f412b4-ec70-4157-94cb-a5e290cd7c3f-image.png

      posted in Questions & Answers
      A
      alok
    • RE: SMART MONEY CANT RUN

      @justgod2000 said in SMART MONEY CANT RUN:

      CAN HELP ME IMAKE SMART MONEY BASED CHOCH AND BOS AND I DONT KNOW WHY NOT RUNON MY META TRADER4?SMART MONEY(Bos--Choch).mq4

      ff843600-01eb-4b23-b3f8-f32eb3af8000-image.png
      Not identified

      posted in Questions & Answers
      A
      alok
    • 1
    • 2
    • 3
    • 4
    • 5
    • 8
    • 9
    • 2 / 9