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
Still, there is a difference in the code, the signal from the Indicator is different
If so, less indicators are suitable
This is better.
I have changed it to this one! I still check the Expert Advisor for availability, everything seems to work.
it works well with an indicator of this type (the file below)
To avoid confusion with position opening and closing, it's better to set all lines and the indicator in the right direction, and not to use reverse
otherwise, you can get confused - especially since there is an option in settings (reversing applies to all lines and the indicator)
you can simply deletethe input in the code itself
like this
To avoid confusion with position opening and closing, it's better to set all lines and the indicator in the right direction, and not to use reverse
otherwise, you can get confused - especially since there is an option in settings (reversing applies to all lines and the indicator)
you can simply deletethe input in the code itself
like this
no! the indicator needs reversing
I'm trying to get some new features out of the Indicator, and I'm trying to do it all.
I can fantasize with one indicator or two.
you just need to pick up, Indicator - like this (photo)
https://www.mql5.com/ru/code/392
I've made an indicator called ( 2 )
I'm trying to get some new features out of the Indicator, and I'm trying to do it all.
I can fantasize with one indicator or two.
You just need to choose, Indicator - like this (photo)
https://www.mql5.com/ru/code/392
I cheated the indicator which is called ( 2 )
I check how it works for 1 minute - it works fine
Checking how it works for 1 minute - works fine
expertWWWW_Trailing_Line.mq596 kb works fine, no errors.
only, need to add a panel for information and for testing, in the tester in the manual version
expert works wellWWWW_Trailing_Line.mq596 kb, no errors.
Only, you need to add a panel for information and for testing, in the tester in the manual version
I have added a panel - now you can do some manual testing in the tester.
what are its settings
added a panel - now you can still in the tester, get your hands on it.
what settings does it have
Damn! missed the insertion in OnDeinit
when you remove the Expert Advisor from the chart - the panel is not removed without it
the code is open, you can copy and paste it yourself
added a panel - now you can still in the tester, get your hands on it.
what settings it has.
i need to add one more function.
For example - a signal for SELL is triggered, not to open a position - but to draw a horizontal line N points back and when the price goes back and from this line - to open a position.
we need to add one more function.
For example - a signal for SELL is triggered, not to open a position, but to draw a horizontal line N points back and when the price goes back and from this line - to open a position.
I've tried to keep it simple. If someone gets interested, ask us, we'll try to figure it out together.