Unisciti alla nostra fan page
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.
Questo script è progettato per impostare l'ordine SellStopLimit con valori fissi dei livelli di attivazione, del livello di stop loss e del livello di take profit in pip dal prezzo corrente e dai prezzi di attivazione dell'ordine.
These scripts are designed to sell with fixed values of Stop Loss and Take Profit in points from the current price
Script semplice con dimostrazione dell'utilizzo della funzione ChartNavigate().
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 script is a simple example of using the FileFindFirst(), FileFindNext() and FileFindClose() functions
This script highlights Forex sessions for Sydney, Tokyo, London and New York with colored rectangles, according to the user time definitions.
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.
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.
Questo script è progettato per effettuare acquisti con valori fissi di stop loss e take profit in pips rispetto al prezzo corrente.
Queste sono alcune dichiarazioni #define utili per eseguire operazioni nel vostro EA. È sufficiente assegnare il nome delle variabili all'inizio del file e lasciare che le altre dichiarazioni #define facciano il loro lavoro. Per utilizzare questo file, aggiungete #include <DEFINE_statements.mqh> alla prima riga del vostro file EA.
This is a Script and Class for creating, evaluating and adding accounts to an encrypted license file for licensing an MQL EA or Indicator.
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.
A script for automatically drawing the levels of the intraday High/Low on the FORTS trading session. There is also an option to draw the levels of the night High/Low prices (if the latter ones are beyond the intraday ones)
Placing pending orders with no need to calculate lot size. Script calculates the proper lot size and opens the pending order(s) for you.
La funzione può essere utile per non sovraccaricare il server di richieste di compravendita in momenti in cui il mercato è chiuso per le contrattazioni.
Questo script è progettato per impostare un ordine BuyStop con valori fissi di livello di trigger, livello di stop loss e livello di take profit in pip dal prezzo corrente.
These scripts are designed to buy with fixed values of Stop Loss and Take Profit in points from the current price
Convert MqlTick-s into minified structures to free RAM or store tick arrays in a compact files.
An example of counting the number of objects in the chart window.
This script downloads bars and ticks from EURUSD as required for the correct execution of Kiss on Billions on EURUSD from Saeid Irani.
You learn how to subtract time, insert it manually in a string format, tick counter and see output on comment function.