fxDreema

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

    Posts made by AJR

    • RE: MT5 sum of trades of different pairs

      @l-andorrĂ  said in MT5 sum of trades of different pairs:

      Honestly, that I don't know, sorry. 😞 Maybe roar or trader.philipps can.

      Thank you for your time.

      posted in Questions & Answers
      A
      AJR
    • RE: MT5 sum of trades of different pairs

      @l-andorrĂ  said in MT5 sum of trades of different pairs:

      Not sure I fully understand. Will you choose the symbols to be traded after or before running the EA? I see you will be trading manually. This means your MT4 platform will have many active charts at the same time. Do you want to trade any of them and then choosing two to see your profit/loss?

      I input the symbols in constants.

      "Do you want to trade any of them and then choosing two to see your profit/loss?
      "
      Yes. That's it.

      Would you mind tell me how can I create more buckets than the 8 ones by color?

      Thank you for your time.

      posted in Questions & Answers
      A
      AJR
    • RE: MT5 sum of trades of different pairs

      @l-andorrĂ  said in MT5 sum of trades of different pairs:

      Try this:

      https://fxdreema.com/shared/AI9W0mrKd

      I created 4 variables. Choose those you need.

      Thank you very much.

      This is not what I need. Sorry for the trouble.

      Imagine I'm trading 4 pairs but I want to know what is the profit/loss combined of 2 of those pairs.

      When filtering by symbol I can only put one pair as I defined in constants.
      0_1584907422055_1c16fd94-fd97-4db4-88cb-c92a87a5b722-image.png

      My question is how can I sum the result of 2 pairs, or more, even if I'm trading 6 pairs or more and then present it has comment.
      I suppose that I need to get that value into a variable. I don't know how to do it.

      Can I do it filtering by group in bucket of positions instead of filtering by pair?

      Thanks

      posted in Questions & Answers
      A
      AJR
    • RE: MT5 sum of trades of different pairs

      @l-andorrĂ 

      Yes. Exactly.

      Them sum of them will be positive or negative.

      posted in Questions & Answers
      A
      AJR
    • RE: MT5 sum of trades of different pairs

      @l-andorrĂ 

      First option.
      When I'm trading two pairs, or more, I want the combined losses and profits in the chart were the EA is placed. In there I have a close all button.

      Thanks

      posted in Questions & Answers
      A
      AJR
    • RE: MT5 sum of trades of different pairs

      @l-andorrĂ  said in MT5 sum of trades of different pairs:

      Do you mean seeing tehm on the same chart or on each pair's chart?

      Hi l'andorrĂ .

      I pretende having the result of the sum in a comment block on the chart were the EA is.

      I have a button to close both at same time if the sum of them is positive.

      Thanks.

      posted in Questions & Answers
      A
      AJR
    • MT5 sum of trades of different pairs

      Hello.

      I have tried, without success, to present the sum of losses and gains of two different pairs on the graph.

      I did not succeed.

      Can someone please help?

      Thanks

      posted in Questions & Answers
      A
      AJR
    • RE: bucket trades

      @trader-philipps

      Thank you. Forgot about it... 😉

      posted in Questions & Answers
      A
      AJR
    • bucket trades

      Hi there,

      Is it possible to load manual trades os specific pairs into a specific bucket of trades?

      Thank you

      posted in Questions & Answers
      A
      AJR
    • RE: How to increase trading volume

      @l-andorrĂ  said in How to increase trading volume:

      In general, yes, you should.

      Thanks

      posted in Questions & Answers
      A
      AJR
    • RE: How to increase trading volume

      @roar said in How to increase trading volume:

      @ajr
      https://fxdreema.com/forum/topic/6803/saving-lot-size-in-variable
      This topic should get you started, read it through

      Thank you-
      should I put "For each trade" under On Tick?

      posted in Questions & Answers
      A
      AJR
    • How to increase trading volume

      Hi there,

      Can someone , please explain how can I alter a variable according to increased trading volume?

      What I'm trying to do is:

      One 1st pair is placing trades and increasing traded volume.
      In certain conditions I want to trade another pair with the total volume placed by 1st pair.

      I can´t figure it out...

      Your help is much appreciated.

      Thanks a lot in advance.

      posted in Questions & Answers
      A
      AJR
    • RE: EA password protection

      @fxdreema said in EA password protection:

      I don't know how secure that is, but you can try this: 0_1521676195871_9f31d51c-dd3f-40d5-9c42-5f4b9e97526b-image.png

      Hello FxDreema,

      Thank you for suggestion. If I put it on Timer will it ask to insert password by the end of scheduled?

      Regards
      AJR

      posted in Questions & Answers
      A
      AJR
    • EA password protection

      Hello all,

      Can anyone tell me please if it's possible to protect my EA with a code ruled by time?

      Example: every month insert the password for activation of EA for another month.

      Greetings

      posted in Questions & Answers
      A
      AJR
    • RE: Dashboard

      @fxdreema said in Dashboard:

      Well, this is more specific stuff. I guess there are custom indicators to show such information. If you are in MetaTrader 4, try this indicator iExposure, it comes with MetaTrader.

      Thank you a lot. It did the job. with some modifications.

      Can you tell me please if it's possible to protect my EA with a code ruled by time?

      Example: every month insert the password for activation of EA for another month.

      Greetings

      posted in Questions & Answers
      A
      AJR
    • Dashboard

      Hello.

      Is it possible to create a dashboard where I can see total open orders per pair?

      Can any one give some help and point me the direction?
      I can't find the right modules to do it.

      Thank you very much in advance.

      posted in Questions & Answers
      A
      AJR
    • RE: Pending orders near orders

      @miro1360 said in Pending orders near orders:

      check this, if there is no Buy trade arround current price (+10pips above, -10pips below) it place buy pending order:
      https://fxdreema.com/shared/gMCv6NTVb

      Thank you Miro.

      I'll give it a try.

      Best Regards

      posted in Questions & Answers
      A
      AJR
    • RE: Pending orders near orders

      @miro1360 said in Pending orders near orders:

      it still be the same as I told you, instead of checking existence of pending order you can check market order

      Thank you again Miro.

      I'm new at this thing of programming EA. Can you please give me a clue how to do it?

      Thanks a lot.

      posted in Questions & Answers
      A
      AJR
    • RE: Pending orders near orders

      @miro1360 said in Pending orders near orders:

      you must consider some distance above and below active pending order
      if your active pending order is at 1.2210 and some of conditions is active around this price lets say 20 pips above and below (1.2230 & 1.2180) pending order will not be placed here - you must specify this distance ... you can do it with a combination of condition blocks

      Thank you Miro.

      I'm didn't write it well. My bad.

      The order its already in market. Its a buy or sell running order not buy/sell pending order.

      What I'm looking for is a way of not placing pending order near an existing market order.

      I appreciate your help.

      Thank you very much.

      posted in Questions & Answers
      A
      AJR
    • Pending orders near orders

      Hello.

      I need your help please.

      How can I avoid my EA placing pending orders where there's already an order?

      Thank you for your help.

      Best Regards

      posted in Questions & Answers
      A
      AJR
    • 1 / 1