fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. OntradingX
    3. Posts
    • Profile
    • Following 1
    • Followers 7
    • Topics 120
    • Posts 427
    • Best 28
    • Controversial 1
    • Groups 0

    Posts made by OntradingX

    • RE: How can I calculate the $ value of a target in points for any currency?

      @ontradingx
      Maybe I didn't express myself well.
      Look there in the image.

      Gold, lot of 0.01 take profit at 100 points = 1$
      Eurusd, lot of 0.01 take profit at 100 points =1$
      Audusd, lot of 0.01 take profit at 100 points = 1$
      Usatec, lot of 0.01 take profit at 100 points = 0.20$

      If I were to create a robot that seeks 1$ in each asset, I should do what calculation so that it automatically locates the amount of points necessary for, for example, UsaTec that the minimum lot is 0.20 locates in points the value to reach 1$?

      Currently I am having to find out on the chart by pulling the take profit line, I want the EA to do this automatically.

      For example, I want no matter the asset, no matter the lot size, my EA put a Take profit at 1$ profit.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • How can I calculate the $ value of a target in points for any currency?

      We know that 100 points on Eurusd costs 1.00$
      But how much is 100 points on Xauusd?
      How much is 100 points on AUDUSD?

      How can I find out cost per point value in Fxdreema automatically and save to a variable?

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: I know that maybe this post is repeated but I believe it's worth it to try to find the sum of swaps, commissions, etc...

      @rgoo
      Thank you very much my friend, I will test this option, I believe that it is not always that the Swap and commission are being calculated by Fxdreema, maybe the closing speed of the orders when they are many hinders in closing some negatively, so I am considering that the closing is not it's happening simultaneously on the same tick, and yes every tick of the market, I'm analyzing it.
      Thank you very much for trying to help, I will use your project as a test.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Averaging TakeProfit (Group TakeProfi)

      @paiz 0_1655564376564_Averagevalue.mq5

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Averaging TakeProfit (Group TakeProfi)

      @paiz

      This is easy my friend.

      The difficult thing is that I've even been trying for a few months now is to include Swap and Commissions, fxdreema has a bug that doesn't compute the total sum of these values of all orders, so it's very difficult and requires a calculation based on the broker or a calculation of pure mql.

      0_1655419746924_takeprofitgroup.png

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Guaranteeing overall profit by % for both sides.

      @l-andorrà all charts

      posted in Questions & Answers
      OntradingX
      OntradingX
    • Complete a condition including symbol

      Hello friends who have knowledge in mql5 programming and also Fxdreema, can you help me?

      I'm using something I found here on the forum, but as I don't have knowledge of mql5 I don't know how to put a rule in there for it to check if the currency is AUDCAD.

      Can you please help me?
      0_1655246858833_symbol in condition block.png

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Guaranteeing overall profit by % for both sides.

      yes, i have.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • Guaranteeing overall profit by % for both sides.

      I would like to know if there is any way for the EA to observe all trades of all currencies and when there is a profit, say 5%, guarantee through Trailing Stop 2.5% and always guarantee 2.5% for every 5% reached.

      But check it out, the EA has to put a Stop Loss to guarantee this profit from the trades, no matter which ones are losing or which ones are winning, it has to lock and guarantee me this profit.
      Let's say that he locked all the operations with Stop loss, some with stop loss on profit and others with stop loss still with loss, if the price goes up and touches the stop loss then the operations are closing, but if they do not touch the Stop Loss it will rising at each point along with the price of each coin.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: RSI current and past bottoms and tops.

      @jstap would this be an example?0_1655135368723_loop1e2.png

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RSI current and past bottoms and tops.

      I wonder if anyone can help me how to create a rule.

      When the RSI is equal to or less than 30 as shown in the image, then it should be analyzed if the previous bottom was above this new bottom.
      In short, I want to know how to find previous lows or highs on the RSI indicator.
      0_1655131412742_RSI top botom.png

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: I know that maybe this post is repeated but I believe it's worth it to try to find the sum of swaps, commissions, etc...

      @l-andorrà
      Unfortunately, I tried to talk to the owner of Fxdreema but he no longer responds.
      If he tweaked this or created another block that worked it would help a lot.
      Thanks for trying to help me.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • I know that maybe this post is repeated but I believe it's worth it to try to find the sum of swaps, commissions, etc...

      I've reviewed many other posts and haven't found anything really solving this problem.

      Check out my test project and the image.
      https://fxdreema.com/shared/oAsdgvr9c
      0_1654626116347_sumswapcomission.png

      I want to add up all fees from all buy orders so that I can close my trade (fully profit).
      The other blocks I have already tested and depending on the type of test they do not account for swap and commission generating losses.

      Does anyone have any idea how to solve this.

      Below is everything I've researched, tested and validated that it didn't work.
      0_1654626203745_bloccks.png
      0_1654626257190_swnoworking.png

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Multi symbols how to use correctly?

      @l-andorrà 0_1654473492905_currentmarketblock.png
      0_1654473546174_currentmarketblocksymbol.png

      I ended up redesigning my logic.
      Keeping all blocks that contain "Symbol" below the block to replicate the market, and above this block I kept all my blocks that don't contain "Symbol" and now I notice that everything is flowing perfectly.
      Now from now on I'm just going to do it this way so that my multicurrency EA's work as I need.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Multi symbols how to use correctly?

      @l-andorrà I believe that the block when the loop arrives in the calculation block it does not see the "symbol" field and for this reason it cannot implement the symbol (currency) chosen in the calculation.

      Calculation blocks and variables do not have the symbol field

      If the middle of the strategy does not contain either one, then the EA will be able to loop perfectly.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Multi symbols how to use correctly?

      @l-andorrà
      The problem happens because I use variables and calculations, when I do this with this block nothing works, and doing it without it and creating it separately in the way I explained worked.

      This block from what I understand it is not allowing to check the variables or perform calculations on the currencies separately only for the chart in which the EA is being tested.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Rule to not allow trading in specific currencies, how to do it?

      @biztet
      I didn't understand.
      Maybe I expressed myself badly.

      If my EA has any open trades with EURUSD then:
      Do not allow trading with Currencies that start with EUR
      Do not allow trading with Currencies that start with USD

      I want to understand if there is any way to filter and block trades with currencies that start with EUR or USD.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Rule to not allow trading in specific currencies, how to do it?

      @tipsywisdom
      no problem, i just want to solve it, can you express your idea, maybe in the form of a project for me to understand the logic?

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Multi symbols how to use correctly?

      @tipsywisdom
      What I meant is in relation to the aesthetics (visual part) of the EA.

      The block "set markets for the next blocks" if it worked, it allows me to write separately by commas ( , ) each currency name that I would like to trade.
      The way you taught and that actually works we have to create one (constant) for each currency pair name, this generates many constants in my case let's say 29 more constants than I would need.
      But it solved my problem.
      In short, the block made for this purpose does not work properly.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Multi symbols how to use correctly?

      @tipsywisdom
      Thanks for your help, I ended up finding your solution myself and I found it very interesting, what I didn't like is that it is necessary to use a string constant to use the currency name and this pollutes the EA's structure a lot.

      I believe that the block that should do this function must contain some bug, it should really do the role it was assigned to because it would save a lot of blocks, I see that it may not be doing a loop as it mentions doing it correctly, hopefully the developer can start paying attention to these fixes.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • 1
    • 2
    • 10
    • 11
    • 12
    • 13
    • 14
    • 21
    • 22
    • 12 / 22