Join our fan page
Script gets information about input and output tensors of onnx-model, their types and shapes
To assist traders who wish to open multiple sell orders quickly, a script file has been developed that allows them to execute a large number of trades with just one command. The default take profit and stop loss values are set in 5-digit broker format, but for traders using a 4-digit broker, the default must be TP=40 and SL=20. Num_of_Sell is the number of trades to execute. This script file can be extremely useful for traders who want to take advantage of market conditions quickly and efficiently. By simplifying the process of opening multiple sell orders, it can save traders valuable time and allow them to focus on other aspects of their trading
This script helps traders understand the distribution and range of candles in a specific period, which can be useful for making trading decisions such as determining which historical values to use for Take Profit or Stop Loss.
The simple script for deleting all graphical objects from a financial asset chart. It can be useful, in case the chart is overcrowded by objects that are not needed anymore.
The script exports summary of closed trades grouped by each trading day to .csv file
This is one of the important thing to consider in order to improve our strategy by calculating on average how much an asset moves, in which it will allow us to identify the best days to trade when the market moves the most as well as the worst days to trade in order to prevent trading during these days.
An example of posting a message containing an image on the MQL5.com website using the WebRequest() function. This is an example of how to authorize using a login and a password, and to insert an image into a text message.
The script allows to set transparency level of the client terminal window using Windows API.
This function performs the main logic of opening a trade. It calculates the opening price, take profit levels and stop loss based on the symbol information and parameters provided by the user. Prepare a trade request (MqlTradeRequest) with the necessary information such as symbol, volume, order type, slippage, comment, magic number, etc. Call the OrderSend function to send the trade request and get the result. SetTypeFillingBySymbol function: determines the order fulfilment type (Fill or Cancel, Immediate or Cancel or Return) according to the symbol's fulfilment policy. GetMinTradeLevel function: calculates the minimum trade level based on the freeze level and stop level of the symbol. Adjusts the minimum level to ensure that it is within certain limits and returns the result.
Enables the "Chart Objects Description" for non-programmers. For any open chart window.
Separate the construction of a complex object from its representation so that the same construction process can create different representations.
The script switches all opened charts at a certain interval. It is also possible to display only the charts of certain symbols.
Define an interface for creating an object, but let subclasses decide which class to instantiate. Lets a class defer instantiation to subclasses.
Are you tired and lost when it comes to creating an attractive market watch list ? You always see pro traders creating an attractive market watch list in which they draw support/resistance and create all possible scenario ? Well we will guide you step by step to create your own attractive market watch list for potential entries.
This script displays several subcharts in a single chart window according to the number of currency pairs in Market Watch menu.
A script for showing the swap value on a financial instrument. The texts of positive and negative swaps are shown in different colors.
A script which when run displays the maximum lot size permitted on the asset.
A script which when dragged onto the chart will print out in the experts window the number of bars that are on that chart - like magic.
This script finds DeMark pivot points, displays them on the chart and indicates their dimensions.
The script displays the brief statistics for trading on the instrument over the specified period - the number of deals, profit, profit factor.
An example of working with the trading history on Hedge accounts — reconstruction of positions.
The script illustrates control of graphic objects using the classes from the Standard Library.
If you need to show just a part of the image at the moment and hide other, you can use the moving window by specifying the visible area of the image.
The script deletes all orders of the type specified in settings, on the current symbol.
Provides an interface for creating families of related or dependent objects without specifying their concrete class.
I used to suffer from unnecessary losses and/or cutting my profit short since I wasn't fast enough to modify my SL and/or TP. That is why I've wrote these scripts that will allow me to react fast when I must modify my Sl and/or TP especially when I have many open and/or pending trades. I know there are plenty of Metatraders who also suffer from this and that is why I would like to share these scripts with you, hopefully it will be beneficial. Do not forget to send you comments as well as rate these scripts. Happy trading!
The script allows you to place the deals history on the chart using the graphic objects.