Описание:Этот индикатор объединяет две скользящие средние (ma), cci, adx и уровни fibo в одном инструменте.Параметры:- extern int f = 12; - Период усреднения быстрой составляющей.-...
Описание:Индикатор для одновременного отслеживания ценовых движений на нескольких символах и таймфреймах.Полезно для выявления свечных фигур разворота или сравнения ценовых движени...
Описание:Советник разработан для тестирования теории, описанной в ветке с аналогичным названием. Пожалуйста, обратите внимание, что данный советник не предназначен для использовани...
Советник отслеживает изменения баланса и отправляет уведомления на мобильные устройства.При изменении баланса, советник отправляет уведомление с указанием суммы изменения (прибыль ...
this is an update to the loclinepips script. the new script includes information about the time elapsed since the market crossed a horizontal line on the chart.it displays this dat...
Описание:Индикатор основан на концепции добавления к цене открытия бара среднего минимального колебания от цены открытия за определенный период и стандартного отклонения от этого с...
Всем доброго времени суток.Предлагаю вашему вниманию код, который я разработал для вычисления прибыли в предполагаемом уровне цены.double getlots(double newsl) {int opntime = 0;dou...
Советник разработан на основе бесплатных скриптов и адаптирован для конкретной торговой стратегии.Стратегия заключается в следующем:От текущей цены запускается сетка стоповых ордер...
this script is designed for the initial or partial download of missing historical futures volume data into a file for subsequent display by indicators.these files are freely distri...
this is my third trading advisor (the first two were undoubtedly 'losing' on the demo account).it examines the last three candles and, if they are increasing in size (including a s...
Этот индикатор использует статистические данные для определения оптимального уровня выставления тейк-профита, максимизируя прибыльность внутридневной торговой системы.Расчет основа...
Описание:В некоторых случаях терминал metatrader 4 может перестать отображать стрелочки открытия и закрытия позиций на графике. Он также не показывает стрелочки закрытия позиций и ...
various modifications can be applied to fibo objects:- set the object's trend line vertically from the 100 or 0 point.- shift the 100 or 0 points in any direction by a specified nu...
Полноценный инструмент для создания секундного чарта в metatrader 4.Этот конвертер тиковых данных в формате индикатора записывает информацию в файл с именем символа-инструмента и п...
Описание:Индикатор для рынка Форекс.Рабочие графики: h1 или h4.Вводные параметры:hour_open: Выбираемый час открытия. Если выбранный час открытия кратен 4, можно установить график с...
changes in this version: added lot selection.right shift increases the lot, left shift decreases it.if you move the label "pending", three lines will appear on the chart.- by movin...
Очень простой и наглядный скрипт для закрытия всех позиций в терминале mt4.Иногда возникает острая необходимость в инструменте, который за секунды закроет все открытые позиции в те...
Советник представляет собой программу невидимку.С момента появления первой версии прошло два года. Советник и его функционал хорошо зарекомендовали себя при работе с отдельными бро...
Возможные варианты модификации объекта fibolines:- Установка вертикальной линии от точки 100 или 0.- Сдвиг точек 100 или 0 в любом направлении на заданное количество баров.- Нанесе...
this trading advisor operates based on the cyclical nature of price changes. it closes all positions on the traded pair (without affecting positions on other pairs) based on a perc...
a geometric example. the script generates fibonacci arcs and a trend line at the start, which can be manually adjusted. intersections are marked with blue dots....
Советник разработан на основе стратегии скальпинга, использующей полосы Боллинджера и rsi.Результаты со стандартными параметрами:- Оптимизация:Стратегия показала убыточные результа...
Работа скриптаСкрипт устанавливает линию на расстоянии takeprofit от текущей цены при запуске. Линию можно перемещать мышью.Когда цена достигает этой горизонтальной линии, скрипт з...
this script helps identify the best entry points in the market based on trend pullbacks.the script is based on levels similar to fibonacci levels.unlike fibonacci levels, this scri...
В архиве вы найдете все необходимые файлы для удобной загрузки.Этот набор скриптов был разработан для работы с eurchf в определенных условиях на рынке в 2026 году. Условия были под...
this library provides a comprehensive set of functions for managing and converting time frame information in metatrader 4 and metatrader 5 platforms.time frames can be represented ...
skype chat for product support:latest versions of libraries, scripts, and applications:ftp://zhunko_guest:[email protected] library functions perform all possible actions w...
skype chat for product support:latest versions of libraries, scripts, and applications:ftp://zhunko_guest:[email protected] library is an advanced development of file mapp...
Советник оптимизирован для пары eurusd на тайм-фрейме М15.Основной проблемой с ma является задержка. Например, если ma сдвинуть назад, текущие бары останутся без ma, и принятие реш...
description.this script is designed to be installed on a chart. in the 'input parameters' window, you can set the number of candles to be marked (default is 5) and the color of the...
Этот советник является усовершенствованной версией предыдущего советника с несколькими важными отличиями.Во-первых, советник теперь может работать с таблицами с любым именем, а не ...
this script exports trading symbol information to a file.
this simplifies the process of defining the list of symbols for a trading robot to use for trading, as well as the spread ...
this is a trading system called zamok v1.4.it has been updated to include take profit and percentage-based profit taking, as well as a trailing stop loss. the profit parameter can ...
this is a 4-script package named 'pump over all quotations', designed to enhance the trading experience on metatrader platforms. the scripts adhere to the standard mt4/mt5 conventi...
this indicator calculates the average volatility of a symbol over a specified interval and displays the results in the comment section.it provides a comprehensive view of price flu...
to modify, delete, or close a position or pending order, follow these steps:- read the instructions carefully.- specify default values (found below the description, marked with //+...
to place a pending order, follow these steps:1. familiarize yourself with the instructions.2. specify default values. these are located below the description, marked with //+------...
the report file is located in the directory: metatrader 4\experts\filesthe file name format is as follows:symbol_period---date of the first bar in history--date of the last bar in ...
this script demonstrates how to export quotes and values of the rsi custom indicator for multiple symbols and timeframes to individual files.it currently supports 12 symbols across...
this script calculates the characteristics of maximum adverse excursion (mae), maximum favorable excursion (mfe), and drawdowns on equity for forex securities. it does not consider...
this script provides a comprehensive tool for traders to determine appropriate lot sizes based on their risk tolerance and trading strategy.key features:- **risk-based lot calculat...
this collection of scripts in zip archives is designed to enhance intraday trading efficiency, enabling rapid responses to market fluctuations:idt_buy_orderidt_buy_limitidt_sell_or...
description:close all multi currency open orders and cancel pending orders according to various scenarios. slippage for open orders is calculated for each currency. choose only one...
description:this script facilitates the creation of multiple pending orders, including buy stop and sell stop, with the flexibility to set the desired number of orders, such as 10 ...
diagnose differences between tick values, loss, and profit calculations in metatrader 5.this script compares symbol_trade_tick_value, symbol_trade_tick_value_loss, and symbol_trade...
for each open position, this tool calculates the stop loss (sl) price to achieve a target loss amount (inptargetlossamount) in the account's currency.it ensures the sl complies wit...