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.026"
On top of that, all sorts of gimmicks .
------------------------------------------
Works with Human Intelligence - but can be adapted to Artificial Intelligence with Indicator.
--- In my mind, the Indicator is the Artificial Intelligence created.
#property version "1.027"
Fixed some places - Deletion of pending orders when target is reached.
#property version "1.028"
found another way.
added a Name for horizontal lines so they can be set to any subwindow
They don't have commands - I need a Name from them.
but commands can be set in subwindows - with this function
change these names to the indicator name
for example this is the name of the Horizontal line in the Indicator (PRICE).
You might think that the Utility is difficult to understand - but it isn't.
these features I've put on - but I only use two Horizontal Lines. bought sold
Adjusted the Indicator a bit for myselfhttps://www.mql5.com/ru/code/29321
#property version "1.029"
Added the possibility of this function
when this line is activated (current price "LOW Up";"LOW Down";) you can select, subwindow
subwindow =0subwindow =1
grey Horizontal Lines
-----------------------------
Only these Horizontal Lines work in the =1 sub window
and these can also be activated
these to transfer the name of the Horizontal line to another Horizontal line with the same name but with the command
#property version "1.030"
5000 lines - that's what I stuck. But! with this Utility, you can build almost any strategy.
It is not necessary to use everything - on a demo account , set up and save to a set
Maybe I am retarded, but I do not understand what is it and why? What is the purpose?
The purpose to learn and show others who are involved in this craft that you can build, myself an expert and understand how it all works.
(went through the thread - decided to repeat Vladimir, why I'm stupid here).
#property version "1.030"
5,000 lines - that's what I've done. But! With this Utility, you can build almost any strategy.
You don't have to use everything, just set it up on a demo account and save it to a set
The easiest strategy, using this utility .Utility Command.mq5
If you work with pending orders or open positions, you can simply specify the Profit and Loss for today
right here
That's all, go mind your own business
The simplest strategy using this Utility .Utility Command.mq5
If you work with pending orders or open positions yourself, you may simply set Profit and Loss for today
right there
That's all, go mind your own business
Here is an example of how to open a position from a Trendline (Horizontal line) (there are several ways to do this, immediately or at a new bar)
If there is a reversal, it will close that position and open in the opposite direction
Here we set up - what we want from the trend line (Horizontal line)
----------------------------------------
Here on the one-minute chart to demonstrate how it works. First the bar was on the line and opened in Sell, crossed one bar higher, closedSell and opened in Buy
Here is an example - how from the Trend line (Horizontal line) to open a position (there are several ways - immediately or at a new bar)
this one I have set will open on a new bar, the line will not be deleted. if there is a reversal - it will close that position and open in the opposite direction
Here we set up - what we want from the trend line (Horizontal line)
It would be nice to have a description of the guts)))) I've been following it for a long time but I already forget what's inside)))