
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
So, it is clear. It will be better if the Expert Advisor itself, at the moment of a new candle's birth on the period D1, moves the line "L1" to the maximum (OPen or CLose) of the previous day and the line "L2" to the minimum (OPen or CLose) of the previous day.
It is supposed that the lines "L1" and "L2" are on the chart and they were drawn manually. Both lines must be"Horizontal line" but not "Trend line".
Yes. OK. BUT! Lines have to be drawn on hourly charts on candlestick bodies. SHADOWS CANNOT BE TAKEN INTO ACCOUNT. Only the maximal and minimal values of the candle body from the list of 24 candlesticks. I attached a picture with an explanation.
P.S. Because of gaps at the top or bottom of the chart, it could be that the minimum point is either Close Candle or Open. The same is with the upper line. This should be taken into account.Here is an example of a shitty construction, as it should not be. From the D1 chart we look at hourly candlesticks. The lines do not meet our requirements at all.
Two Trend Line.mq5
version "1.000"
So far moves the lines on the highs and lows found on the H1 of the previous day. How to check in the tester:
Two Trend Line.mq5
version "1.000"
So far moves the lines on the highs and lows found on the H1 of the previous day. How to check in the tester:
AWESOME!
Two Trend Line.mq5
version "1.000"
So far moves the lines on the highs and lows found on the H1 of the previous day. How to check in the tester:
I see: All those unnecessary things like stop-losses, trawls, take-profits... all this will be removed later?
My understanding: then all these unnecessary things like stoploops, trawls, takeprofits... does that go away afterwards?
What if we need it? If Stop Loss, Take Profit and Trailing are not necessary - they are set to "0" and that's it: these parameters are disabled.
What if you need it? If Stop Loss, Take Profit and Trailing are not needed - they are set to "0" and that's it: these parameters are disabled.
(Sighs) Okay. Okay, good. As long as owls don't know how to trade, right?
Yes. The weekend is coming to an end ...
Yes. The weekend is coming to an end ...
Two Trend Line.mq5
version "1.001"
Stop Loss, Take Profit and Trailing are disabled. When opening a position, a comment ("UP" or "DOWN") is added, to understand which line has triggered the signal.