Fan sayfamıza katılın
It is known that the market is mainly driven by two emotions: fear and greed. This should be seen as an attempt to implement these emotions in the form of a mathematical model.
This is an informative script displaying data on the current trading pair in the chart window.
The script finds on the chart all OBJ_TREND (trendline) objects and moves the line to the specified date with the specified price shift.
The script is developed for placing a SellStop order with fixed trigger levels, Stop Loss and Take Profit levels in points from the current price.
The script is developed for placing a BuyStopLimit order with fixed trigger levels, Stop Loss and Take Profit levels in points from the current price and order trigger prices.
Simplified Script to find signals based on user parameters
Counting the number of series of bullish and bearish bars. Displaying the result as a chart. Saving the screenshot of the resulting chart. The script uses the CGraphic class.
The script purpose is to export historical rates data to format, convenient for analysis in external programs.
The script is developed for reversing open positions with fixed Stop Loss and Take Profit values in points from the current price and the volume depending on the reversed position.
This indi will draw OBJ_ARROW_BUY/OBJ_ARROW_SELL when find signals on Arrow Indi Buffers.
When I start learning about trading, I remember the trading pioneer Shawn Lucas (founder of Apiary-fund) saying "trading is simple, you go from bound range market to breakout market and vice versa". I looked at few charts and he was right. So I told myself, I have to always eyeball ranging market and trending market but with the help of an indicator. There are plenty for indicator that help us eyeball these ranging/trending market and they work really well, but I like using Pivot Points.
The script is developed for placing a SellStopLimit order with fixed trigger levels, Stop Loss and Take Profit levels in points from the current price and order trigger prices.
These scripts are designed to sell with fixed values of Stop Loss and Take Profit in points from the current price
Multi Selllimit and Sellstop orders are script files that enable traders to place multiple orders with ease. These orders allow traders to enter the market at a specific price level, or at a specified number of pips away from the current market price, with stop-loss and take-profit levels. By default, the pips value is set to 400, which means the trade will be placed 400 pips away from the current market price for a 5-digit broker. Moreover, the multi Selllimit and Sellstop orders offer traders the flexibility to customize their trading strategies. Traders can set the stop-loss level to zero if they do not use stop-loss, and can choose between a target price or a pip-based entry. This level of flexibility allows traders to tailor their trading strategies to their specific needs, which can result in better trading outcomes.
The script is a simple example of using the FileFindFirst(), FileFindNext() and FileFindClose() functions
The script removes old objects of the selected type from all charts, if the time coordinates of these objects are outside of the trigger level.
An example of using HistorySelectByPosition (based on the HistoryDealGetTicket use example).
The OpenBuyPosition_X script is designed to buy at fixed values of Stop Loss and Take Profit in points from the current price. Position volume is determined on the basis of the level of losses.
Most traders keep losing money because they focus on money rather than planning their trades based on Percentage risk.
The script removes all objects of the type selected by the trader in input parameters from all charts of the client terminal.
The script is developed for buying with fixed Stop Loss and Take Profit values in points from the current price.
This is a Script and Class for creating, evaluating and adding accounts to an encrypted license file for licensing an MQL EA or Indicator.
This script is to get the last deal history data, for example : profit, deal type, etc, and put the Comment on the chart.
The 8 effective steps to build a robust day trading plan using Fibonacci retracement
The OpenSellPosition_X script is created to sell at fixed values of Stop Loss and Take Profit in points from the current price. Position volume is determined on the basis of the level of losses.
I find the lot calculation tedious so I just use this script and tell it the dollar amount to use. It then does the rest. This works for any currency.
Script for checking the LeadLagRelationship indicator (https://www.mql5.com/en/market/product/26229)
Trade Transmitter will Transmit Trades from MT5 Demo or Real accounts using CSV Files. Each trade request created manually or by other EAs on MT5 terminal will be automatically transmitted. Positions and orders summaries are also transmitted, so the receiver on the other platform can catch up, in case it misses any of the trade request transmissions. This Code will save your time if you are working on a bridge to copy trades between MT5 and any other platform.
This is an informative script displaying data on the current trading account in the chart window.