fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. fabiobioware
    3. Posts
    F
    • Profile
    • Following 2
    • Followers 3
    • Topics 104
    • Posts 390
    • Best 11
    • Controversial 1
    • Groups 0

    Posts made by fabiobioware

    • RE: Reduce risk with account management tools

      @rodrigo-ortuzar

      Robot risk management in my opinion boils down to the following:

      Time Filter (To allow opening new operations).
      Allowed days filter to allow opening trades.
      Time Filter (To close open trades). Condition to assume or not harm. Keep orders open or close on loss.
      Spread Filter (To avoid absurd spreads).

      Daily Earnings Limit
      Daily Loss Limit

      Weekly Earning Limit
      Weekly Loss Limit

      Monthly Earnings Limit
      Monthly Loss Limit

      Limit on number of trades won daily
      Limit on the amount of daily lost trades

      Maximum limit of concurrent open operations.

      Time to close profit-only trades and stop trading on the day.
      DrawDown Control
      Margin Level Control
      Batch increase and decrease control based on Balance

      I have a lot more to say, but it wouldn't fit here, but in my opinion this is the basics that every robot should have.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Compare orders and close with profit coverage.

      @ladydolares said in Compare orders and close with profit coverage.:

      por exemplo, tendência de alta quando o candle está acima de 30. (puramente exemplar)
      e quando o candle está abaixo de 30 é uma tendência de baixa.
      Existem 2 negociações abertas de compra e venda e a vela está acima de "sma-30". Neste ponto, mais 1 compra deve ser aberta e todas as negociações abertas devem ser fechadas quando houver lucro total.

      I believe this logic should not be too planned.

      Closing will only happen when you actually make a profit.
      The fact that you have one more buy order in profit will not close your orders unless there is a certain profit taking place.

      You have to plan very well what you want.
      The way you explained it to me I didn't understand, there are elements missing.

      bullish trend when the candlestick is above 30. (purely exemplary) But, the candlestick is 30 points above what? A moving average? from which period for example?

      There are 2 open buy and sell trades and the candle is above "sma-30". At this point, 1 more buy must be opened and all open trades must be closed when there is a total profit. ----> This will only be decisive and actually happen if you really make a profit.
      The order quantity will not matter, as each order has its commission and swap rate, you can find 3 buy orders and 2 sell orders and the sum of the 2 is still negative due to fees, unfortunately I don't believe in exact math on the market.
      But if you want to explain it to me in a little more detail, I will try to design the project.
      Note: Remembering that I'm not an Expert here, we have many fxdreema experts in this forum, I'm Enthusiast.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Compare orders and close with profit coverage.

      @ladydolares said in Compare orders and close with profit coverage.:

      O que quero transmitir é uma ideia completamente diferente. Tão diferente do seu projeto.
      Como você sabe, pode ser extremamente irritante quando a tendência se inverte. Há uma ideia na qual estive pensando, mas não consegui concretizar.
      número de transações abertas: 20
      Há 5 compras e 5 vendas.
      A EA detectará a direção da tendência neste ponto.
      Se a tendência for de venda, a compra ea compra parará de abrir e a venda continuará a abrir.
      Todas as posições serão fechadas quando o Lucro Total atingir o valor determinado. Peço desculpas pelo meu péssimo inglês.
      Como você acha que essa ideia funciona?

      This blue block "Bucket of Positions" can monitor the total profit of a group or all orders.
      Once there is a profit of $0.50 he will close all orders on the chart.

      But in your case involving trend, we first have to understand what you consider a trend, and how you would know you're not being confused by a correction.

      If he knows the trend he would put an order counter and would also put a rule so while he is in a desired number of orders and the trend is in progress he would start checking the total profit of orders so he can close everything.

      0_1626904440649_totalsum.JPG
      https://fxdreema.com/shared/z8OnfhL2d

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Compare orders and close with profit coverage.

      @ladydolares I don't understand 100% of your idea, but let's try to simulate the situation to see if my answer will help you.

      In your scenario
      10 open purchases
      10 open sale

      The Market decides to go in the sales direction.
      This setup I made will do the following.

      1. Monitor the total profit from sales and at the same time monitor the total profit from purchases (including swap, commission and everything else)
      2. Set a profit amount you want, example $2
      3. When opening an 11th order if the profit is positive, close all chart operations.

      I see some details in this type of rule, the orders when opened are consuming different values ​​at all times along with the rates, including each one of them opens with a different spread.
      You can stay for a long time, even with the operation locked without closing due to the proportion of both sides, generally to obtain a profit it is necessary much more than 1 order more in the profit sense to close everything profitably.

      The project I made looks at everything that is happening again.
      It takes every new trade that is in the direction of the trend and is profitable to add the total value with the negative value of one of the orders on the opposite side and thus close that particular order, this I did because I like to follow the trend and I don't like to keep orders open for a long time.

      If I didn't express myself very well, I'm sorry.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Compare orders and close with profit coverage.

      @l-andorrà
      Yes, he is watching first if he has enough profit to cover any buys or sells that are negative on opposite sides, I did it this way for him to find some operation on the opposite side so that he can eliminate and still generate a profit as this would be good for decrease order quantity and invoice some $, of course this project doesn't include something already with the commission and swap rates which is what I'm trying to do now and it would be brilliant.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Compare orders and close with profit coverage.

      @fabiobioware

      Regarding what you think or don't think about strategy, the best thing we can do is "try" to get something good for ourselves.
      Whether working with grid, martingale, stop loss or no stop loss, what matters is finding a way to withdraw money from the market and be smart enough not to return it.
      For this we just need to "try" if we just stay "talking and criticizing" we won't leave the same place.
      Let's win in this manipulative market.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Compare orders and close with profit coverage.

      Hi friends, I somehow managed to do what I wanted and I'm enjoying the results a lot.
      I know that maybe my logic is not so good, but I'm trying to improve and I hope I can help some people, comment here who can have help with this.

      Well come on, what is this project doing:

      1. The EA will first monitor and add in real time the profit value of all open purchases in a variable
      2. The EA will then locate the oldest sale and monitor its value.
      3. The EA then applies a formula adding the value of the buy orders + the value of the Sell order in this case a single order.
      4. Then he then includes in the calculation a "profit" that I want to make on this closing.
      5. He then fulfilling the rule again finds that particular sale and closes it with purchases at profit.

      So I managed to do what I want, which is to use a good sell amount to eliminate an older order that was prejudging my trades.
      Why did I do this?
      Answer: Because some of my EAs work with grid and generally strategies like that tend to leave orders behind when they get trend.
      The idea is to eliminate the countertrend orders that are consuming my balance.
      Here's the project for who knows someone can improve, I know there's a lot to improve and I'm sure that many will be able to do this, good benefit for those who need it.
      Project ---> https://fxdreema.com/shared/Wduu0hbGc

      Image closing order sell 0_1626825330180_closing order sell.JPG

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Compare orders and close with profit coverage.

      @l-andorrà I imagine my friend, it seems to be something very difficult to do.

      posted in Questions & Answers
      F
      fabiobioware
    • Compare orders and close with profit coverage.

      Hi guys, I would like to know if you can help me.

      I have 20 open orders.
      10 purchases
      10 sales

      I want my EA to start eliminating orders, and what would this elimination look like...
      He will have to compare some buy and sell orders with each other.
      When he realizes that for example:
      purchase order 0.01 current value is -$3.50
      sales order 0.01 current value is $3.55
      So he must immediately close these 2 orders guaranteeing me the profit of $0.05

      This looping must always happen.
      Can anyone give me an idea how I can make this work?

      posted in Questions & Answers
      F
      fabiobioware
    • CandleCrosses

      Hi guys, I would like a little help.
      I'm wanting to do something simple but I realized I'm not getting it on mt4 and mt5 too.
      I want when the price or candlestick crosses below the line the sell is opened.
      I don't want to wait for the current or previous candlestick to close, I want that when the candlestick crosses and it doesn't matter if it's a fuse it goes short.
      I know it's simple but I can't make the entry happen at the right time, it always waits for the candlestick to close to enter.
      Can you help me?0_1623722670174_CANDLECROSSESBOLLINGERBANDS.PNG

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Brasileiros no fórum?

      @tcanuto Valeu meu amigo, eu perguntei pra saber a quantidade de Brasileiros que temos usando a ferramenta.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Urgent - Checking profit on the operation does not work in real account, only works in demo account.

      @jjtrader Unfortunately I didn't get an answer from the owner of fxdreema and Broker FBS claimed that it is a code problem.
      I really believe that it is a broker problem because I switched brokers and now my EA works perfectly.
      2 Alternatives ...
      Change the broker or change the way that is being prevented by the broker from making calculations for some other block that does the same or better.

      posted in Bug Reports
      F
      fabiobioware
    • RE: Trailling Stop Group of Trades

      @l-andorrà said in Trailling Stop Group of Trades:

      I can confirm swap and comissions are NOT included in the calculation. It is not a bug, this is how the block was designed

      Is there a way to create a kind of personalized trailling stop that already includes swap and commissions?
      I wanted to do something to guarantee a profit of 200 in 200 pips.
      I know it is possible to use the block that involves money but it would be great if it could be in points.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Trailling Stop Group of Trades

      @l-andorrà said in Trailling Stop Group of Trades:

      This block is using the average price of all open trades right now. Not sure it is a good idea to combine it with a martingale

      I agree that it is an average price, but from what I understand in this calculation it is not being included, for example, swap and commission rates. I don't know if this would be a bug or not.

      posted in Questions & Answers
      F
      fabiobioware
    • Trailling Stop Group of Trades

      Questions about "Trailling stop Group of Trades" block

      Friends I have a question about how to correctly use the image block below:
      0_1618314584344_TsG.PNG

      I understood that he puts the same Stop Loss price for a group of businesses to close them all together.
      But what I didn't understand is how it works.
      In the simple block of "Trailling stop" we have as reference the opening price of the order to inform that, for example, we want the Stop Loss to be moved when the price is 100 pips away from the opening price.

      But this block "Trailling Stop Group of Trades" does not have this option, so what is the reference price he is using?
      I performed several tests with some EA that use Martingale and I realize that he often closes operations with loss, I think he must be using some average price calculation, but if he is then he is not calculating (swap + commission) and for this reason he ends up closing negotiations ahead of time and generating losses.

      Can someone give me an example, how to use it correctly?

      posted in Questions & Answers
      F
      fabiobioware
    • Issue in the "Set current Market for the next blocks" block.

      0_1617890822290_issueblock.PNG

      I report that this block is not fulfilling its function when it is used in strategies that contain the blocks below:
      "Modify Variables"
      "Set Flag"
      "Check Flag"

      Example:
      The block is able to inform and loop the assets described in it to other blocks of fxdreema, but it is not able to inform / link to these 3 blocks mentioned above, because when it arrives in these blocks the information is not passed on to the blocks following.
      These blocks do not seem to comply with the rule imposed by the "set currente market for the next blocs" block, so if they are going to backtest an EA that works with opening and closing orders in several markets at the same time, they realized that the following problems:

      1. Orders being opened and markets that were not listed in the "set current market for the next blocks" block
      2. Only the first market will meet all EA rules on all tabs, ontick, ontrade for example.
      3. Everything under one of the 3 blocks informed above will not be executed correctly. Often ignored.

      Recommendation:
      Backtest one asset at a time and do not use this block.
      You may be wasting good results because you believe that your test in more than one currency is failing, however the results presented when testing in more than one currency are wrong.

      posted in Bug Reports
      F
      fabiobioware
    • Store and add closed orders.

      Hello friends, I would like to know how I can store and add the values of closed orders.
      Separated by assets.

      For example:
      I have the current balance of $ 1000.
      I have 2 currencies closing orders, EURUSD and USDCHF.
      The balance is now $ 1200
      I want to find out about this $ 200 when it corresponds to trades closed by EURUSD, and how much it corresponds to trades closed by USDCHF.
      Obtaining this, I want to store it in a variable and display it on the screen.

      Can someone help me?

      posted in Questions & Answers
      F
      fabiobioware
    • Close first and last order together.

      0_1617273966650_oldnew.PNG Hello guys, I am trying to close the first and last orders together as soon as a condition is met, but it is not closing properly.

      The rule is basic, when the newest order (first order) has a value greater than the value of the oldest order (last order), then close only these 2 orders.

      Can you help me understand if I did something wrong?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Not sure if this is a bug or I'm missing something

      @kestra If I put any rule I set to go to the next block if the trade is closed by stop loss or take profit, it doesn't work.
      It only works if you leave the option "no matter how"

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Not sure if this is a bug or I'm missing something

      this never worked for me, not even on mt4 or 5. I honestly gave up using it this way.

      posted in Questions & Answers
      F
      fabiobioware
    • 1
    • 2
    • 3
    • 4
    • 5
    • 19
    • 20
    • 1 / 20