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?
Posts made by fabiobioware
-
Import and exportposted in Questions & Answers
-
RE: new value separately in variables on the same candle id 0posted in Questions & Answers
@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? -
new value separately in variables on the same candle id 0posted in Questions & Answers
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. -
RE: Stop and start negociationsposted in Questions & Answers
@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.-
When the EA has 2 winning trades, it stops trading on the day and only starts trading on the other day.
-
When the EA has 2 losing operations, it stops operating on the day and only resumes on the other day.
-
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.
-
-
RE: Stop and start negociationsposted in Questions & Answers
@fabiobioware @roar and @miro1360 can help here?
-
Site fxdreema.com offlineposted in Questions & Answers
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?
-
RE: Stop and start negociationsposted in Questions & Answers
All checks must be done on the same day
-
RE: Stop and start negociationsposted in Questions & Answers
@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. -
RE: Stop and start negociationsposted in Questions & Answers
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?
-
RE: Stop and start negociationsposted in Questions & Answers
@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. -
Stop and start negociationsposted in Questions & Answers
I want my EA to stop trading if the following conditions are met on the day.
- When he reaches 2 gains not necessarily being consecutive.
- 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?
-
RE: DataType indicador, issueposted in Questions & Answers
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 datatypesAn interesting detail that intrigued me is:
- 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.
- 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?
-
DataType indicador, issueposted in Questions & Answers
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?
-
RE: RSI condition about Valueposted in Questions & Answers
@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?
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 -
RE: RSI condition about Valueposted in Questions & Answers
@roar
Would just (gap) optimization be enough? or do you believe that the constant (consecutive rises) would also be necessary to optimize together? -
RE: RSI condition about Valueposted in Questions & Answers
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?

