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

    • Import and export

      In fxdreema is it possible to read an excel spreadsheet or an internet page to get data and export data?
      how is this communication made?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: new value separately in variables on the same candle id 0

      @l-andorrà said in new value separately in variables on the same candle id 0:

      I'm not sure I understand you. Do you need the evolution of tyhe value within the same candle?

      yes, correct.
      Is possible?

      posted in Questions & Answers
      F
      fabiobioware
    • new value separately in variables on the same candle id 0

      I want to get values, write a value passed and a new value separately.

      Let's use the RSI indicator as an example.
      Imagine that the indicator has a value of 50.

      Example:
      Variable (1) will record that the current value is 50 and will not update until variable 2 is updated with the next value.
      Let's say that the value that will be displayed in variable 2 is 60, so we can understand that the value of the climb was 10.

      In short, I don't want to look at the previous candle, I want to look at these changes within the same candle, is this possible?

      How do I do this in fxdreema, can someone quote with example in mt5 project?
      This should be in an infinite loop because I will put formulas to identify the difference value.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Site fxdreema.com offline

      @ambrogio thanks for the information

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Stop and start negociations

      @l-andorrà said in Stop and start negociations:

      But is the limit of 2 wins/losses per day still required or not?

      yes, i need this condictions.

      Yes, I need these conditions because I want to limit my EA to carry out a maximum of 3 operations per day.
      From these 3 transactions, the combinations came out so that I avoid many losses, for this reason I am considering the limits of gains or losses within the 3 trades.

      1. When the EA has 2 winning trades, it stops trading on the day and only starts trading on the other day.

      2. When the EA has 2 losing operations, it stops operating on the day and only resumes on the other day.

      3. When the EA has 1 winning operation and 1 losing operation he must remain active and wait for the completion of the 3rd operation which will decide if he is a winner or a loser, that is, he will meet the previous conditions and if he will not be able to open more orders, only resumes operation the other day.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Stop and start negociations

      @fabiobioware @roar and @miro1360 can help here?

      posted in Questions & Answers
      F
      fabiobioware
    • Site fxdreema.com offline

      Hello @fxdreema, I believe that not only me, but many of us here on the forum subscribers of fxdreema would like to know if there is a way to contact you to let you know when the site is down.
      Was there any form of contact?

      Was there any maintenance?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Stop and start negociations

      All checks must be done on the same day

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Stop and start negociations

      @l-andorrà said in Stop and start negociations:

      Before that I see you are using consecutive wins/losses blocks whereas you said they needn't to be consecutive. Is this a change in your strategy?

      Yes, I just want the EA to check how many transactions have made a profit and how many have lost.
      If you answer what I want it hangs up
      The next day he reconnects and checks again, a loop day after day.
      An additional feature would be when placing the EA on the screen he calls and checks again consecutive gains and losses.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Total gains or loss operations

      @l-andorrà not working.

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Stop and start negociations

      @fabiobioware 0_1590350705385_ligations.PNG

      I did the following, I created a block (check flag) with flag name "META"
      Then I created the block (set flag) with false and turned it on under the conditions that are verified once per bar, when it is met it changes to false not allowing any more negotiations, because I called the buy or sell blocks.
      The other (set flag) with true, I called it under a block once a day, so that it turns the trades back on once a day.

      Is correct?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: Stop and start negociations

      @l-andorrà said in Stop and start negociations:

      Are today's results conditioned in any way by yesterday's results?

      No, the results don't matter.
      The EA must stop trading if one of the above conditions is met regardless of financial values.

      posted in Questions & Answers
      F
      fabiobioware
    • Stop and start negociations

      I want my EA to stop trading if the following conditions are met on the day.

      1. When he reaches 2 gains not necessarily being consecutive.
      2. When he has 2 losses regardless of the amount of gains, and it does not have to be 2 consecutive losses.
        Explanation:
        I believe my EA is victorious by getting less and getting less exposed. He must do this daily, he has to go back to trading the next day or when being put back on the chart. Can someone give me an example in the form of a project for mt5?
      posted in Questions & Answers
      F
      fabiobioware
    • RE: DataType indicador, issue

      @fabiobioware 0_1590152266606_erro.PNG

      posted in Questions & Answers
      F
      fabiobioware
    • RE: DataType indicador, issue

      Hello @fxdreema I can map several indicators in .ex4 format when I don't have the .mql file
      But this time I'm getting the error that I reported here in the post.
      I already tried to remap the entire indicator on my Fxdreema.
      I have already proofread the entire grammatical part.
      I have already reviewed all possible datatypes

      An interesting detail that intrigued me is:

      1. If I, after mapping the indicator, just put the block "indicator appears" on the screen and try to generate the .ex4 file it generates normally.
      2. If I connect any other block in this block "indicator appears" the iCUSTOM error is generated.

      Do you have any guidance by example to help me?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: DataType indicador, issue

      @roar you can help here?

      posted in Questions & Answers
      F
      fabiobioware
    • DataType indicador, issue

      0_1589996093275_errormapindicator.PNG I am getting the error in the image below to map a custom indicator, I believe the problem is in the (datatype) of 2 fields that I am putting in the wrong way, can someone help me?

      0_1589996149682_errormapindicator2.PNG

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar dear my friend.

      how do i find a correct gap value, this indicator https://www.mql5.com/pt/code/1725
      uses a different number system, what would be an example of slope i could use?

      0_1589940193804_fastlinevalues.PNG
      on this example, value to line green is 1.00004
      The central line is 1.00000 and when the line goes up it goes up and down, for example 0.99991

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar
      Would just (gap) optimization be enough? or do you believe that the constant (consecutive rises) would also be necessary to optimize together?

      posted in Questions & Answers
      F
      fabiobioware
    • RE: RSI condition about Value

      @roar

      Roar, the RSI as you said, it works from level 0 to level 100.
      So in an RSI trade let's say I wanted to see that the line is tilted upwards I would put the (gap) that sees the slope if I put the gap with a value of 5, so if the line at the previous moment was at 50 and slanted touching level 55 would be meeting expectations.

      My indicator has the following levels.
      4000
      0
      -4000
      When the line exceeds level 0 above it opens the count from 1 to 4000
      When the line exceeds level 0 below it opens the count from -1 to -4000
      When the line exceeds level 4000 above it goes on with the count to 4001.4002, 4003 ....
      When the line crosses level -4000 below it goes on with the countdown -3999, -3998, -3997 ...

      My question is how can I find the ideal gap value for the line?
      Maybe using quick genetic optimization in Metatrader 5 would solve it? Or do you have any better suggestions for this?0_1589150728179_correlation.PNG

      posted in Questions & Answers
      F
      fabiobioware
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 19
    • 20
    • 9 / 20