Not sure if it can be called a bug but, here is what i noticed :
When you paste the link of a project on the forum, an then continue working on this project on your side, when you will click the link later you will see the new project, with the modifications.
However if you log out, and click this same link the old project will be shown again(without the modifications). Same thing for the other users i guess.
Posts made by seb 0
-
Project modifies after pasted linkposted in Bug Reports
-
RE: EA dumpposted in Tutorials by Users
Indeed the RSI Stochastic Oscillator divergence strat works better on trendy market, you are right as always.
-
RE: EA problem with closing profitable trades after certain period of timeposted in Questions & Answers
@miano
If you want to reopen an order if the previous one was a profit, put "For Each closed position" -> "condition: profit > 0" -> "buy now" -
RE: EA problem with closing profitable trades after certain period of timeposted in Questions & Answers
@miano
Hi, this way then
https://fxdreema.com/shared/HP3WZaOzd
It's a much risky strat on the long term -
RE: Problem loopposted in Questions & Answers
@yerlin
I suppose by sails you mean candle, then this should work :
https://fxdreema.com/shared/if9MclbEb
However i have an issue with my Fxdreema account so i can't check that it works well. -
RE: Problem loopposted in Questions & Answers
@yerlin
Do you want these arrows :- everytime the RSI crosses up the 30 level(no matter what happened before), same thing with the 70 level ? or
- when the RSI crosses down the 70 level if it crossed up the 30 level only a few time ago ?
-
RE: RSI levelposted in Questions & Answers
@saeed-2
Actually what do you mean by "the range", do you want the rsi to be above 10 on a specific moment only, or do you want the rsi to rebound for some time staying above the 10 value ? -
RE: RSI levelposted in Questions & Answers
@saeed-2
Not only it is possible, you have to specify this value in the right box (1 by default) :

-
RE: Problem loopposted in Questions & Answers
@yerlin
Hi, I can give you a loop example of your system if you give me a little more information about the conditions(indicator value, time or candle id). -
RE: ARRAY OUT OF RANGE AND ERROR 4754 <<<SOLVED>>>posted in Questions & Answers
@ambrogio
Again I'm not a coder but :
1.'10125-2976.mq5' seems to be the name of the EA file, rather than a position identifier.
2.If the value of the handler for "i" = 0 is out of range, it should mean that there is no value for the current candle. Maybe try to replace i=0 by i=1(line 11064), or to replace "i" by "i-1"(line 11067).
I don't now the whole thing tho -
RE: How can I turn DD into a percentage?posted in Questions & Answers
@l-andorrà
I think the system proposed by "miki" is right for the loaded trades.
Did you want to get the DD of your whole broker trades history, if so I don't know how you could load the values of trades closed before the execution of the EA.. -
RE: How can I turn DD into a percentage?posted in Questions & Answers
@l-andorrà
Do you need normal(max) DD, or relative DD ? -
RE: Three conditions in a range of candlesposted in Questions & Answers
@ambrogio
Cool then! That's a pleasure : ) -
RE: Purchase questionposted in Questions & Answers
@wolamen
I don't think you can because, it always is more advantageous to pay the same amount in 2 times, especially keeping the possibility not to extend.
The fact that the price per month is lower when the period is longer has the counter part that you commit paying for this longer period. -
RE: Weird 'zero divide' errorposted in Questions & Answers
Hmm I'm not a programmer either but I found the function documentation https://www.mql5.com/en/docs/marketinformation/symbolinfodouble
the line seems to be correct..
If the error is "0 devide" , and you say you are testing it on Down Jones, it could be that the second part of the fraction which takes the value of the symbol is equal to 0 because the market is closed..
It is just a suggestion. -
RE: Renko bar eaposted in Questions & Answers
@l-andorrà
The thing he has to take in count is that renko bricks form once the period has ended.
Often many bricks will form at once so the trend is caught too late.