Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Scripts

The WaveMarker script set - script for MetaTrader 4

Views:
10296
Rating:
(15)
Published:
2016.03.25 14:06
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance


s_WaveMarker_CreateNew
- the script creates a group of graphical objects on the chart - text labels and lines for marking the Elliott waves. User only needs to move the text labels using the mouse after selecting them. The number of graphical object groups is not limited. To create a new group the script should be reattached to the chart - the script also provides the ability to move previously created objects. The script should be removed from the chart once the object movement is completed.




s_WaveMarker_ChangeAll
- the script provides the ability to move the objects created by the s_WaveMarker_CreateNew script without creating a new group of objects.


s_WaveMarker_DeleteAll
- removes all objects created by the s_WaveMarker_CreateNew script from the chart.


s_WaveMarker_DeleteByIndex
- removes the objects created by the s_WaveMarker_CreateNew script with the index specified in the property window of the script. The index of a group can be determined by the name of any object in the group - the index is specified in brackets in the name of the object.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/7088

Extended Regression StopAndReverse Extended Regression StopAndReverse

Universal trend utility for near predictions and making decisions by "stops" and/or "stops/reversals" of the orders.

CurrencyChart CurrencyChart

The CurrencyChart indicator allows to display the charts of multiple currencies (symbols) in a single window.

s_wininet s_wininet

Example of using wininet.dll for downloading a web page.

Auto optimizer Auto optimizer

The library for automated optimization of an EA during its operation.