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
#property version "1.07"
Changed the colour of the buttons.
I don't use buttons - just as an information panel
#property version "1.07"
Changed the colour of the buttons.
buttons are not used - just as an information bar
and another colour
tell me who author of this code -(or originally I downloaded another code from the link you gave meSpeed-v1.mq548 kb)
because it's like this
is it him?
i got it - when positions get to profit - by pressing the button, more positions will open in the direction of
No, it turns out that when the horizontal line worked for the sell, the buy button works for the sell button and the sell button does not work ----- probably the reversal button should be used.
I will have to experiment to see what is best, but a reversal would probably help.
#property version "1.08"
added a reversal button.
and in the settings, changed the location
button setup
When opening a position, stop loss is set immediately - but so is the trawl (it's a yellow horizontal line), to disable it, just set 0
but the stop loss will not be at the same position, it will be pulled up by the trailinginput ushort InpObjTrailingStop = 27;// Obj: Trailing Stop (distance from price to object, in pips)
----------------------------------------------------------------
I don't understand how these buttons work.
#property version "1.09"
Added another button - deletes all open positions for all pairs.
Deletes Expert Advisor and changes chart template
#property version "1.10"
added, hide buttons.
I messed up here - it works on demo, but on real it got error 2019.11.05 15:51:33.103 AVGiS intelligence (GBPUSD,H1) array out of range in 'AVGiS intelligence.mq5' (176,34)
here's a working expert
Added to the previous Expert, two methods for the Horizontal line.
1 possibility : line 1 will open line 4 at a given distance, line 2 will open line 3at a given distance.
2nd possibility: line 7 will open a line 10 at a given distance which moves behind the price and when the price touches it, a command will trigger. line 8 will open a line 9 at a given distance, - the same action as for 7 and 10
Added to the previous Expert, two methods for the Horizontal line.
1 possibility : line 1 will open line 4 at a given distance, line 2 will open line 3 at a given distance.
2 possibilities: line 7 will open a line 10 at a given distance which moves behind the price and when the price touches it, a command will trigger. line 8 will open a line 9 at a given distance, - the same action as for 7 and 10.
tried how it works
you could have changed in the settings from that line - would have opened a sell
Added to the previous Expert, two methods for the Horizontal line.
1 possibility : line 1 will open line 4 at a given distance, line 2 will open line 3 at a given distance.
2nd possibility: line 7 will open a line 10 at a given distance, which moves behind the price and when the price touches it, a command will trigger. line 8 will open a line 9 at a given distance, - the same action as for 7 and 10.
in the first possibility, lines 4 and 3 will open at a given distance, up to infinity