Смотри, как бесплатно скачать роботов
Ищи нас в Telegram!
Ставь лайки и следи за новостями
Интересный скрипт?
Поставь на него ссылку - пусть другие тоже оценят
Понравился скрипт?
Оцени его работу в терминале MetaTrader 5
Советники

Long Waiting - Basic CFD Expert for beginners - эксперт для MetaTrader 5

Просмотров:
860
Рейтинг:
(9)
Опубликован:
2021.02.22 06:56
Обновлен:
2021.02.22 06:59
Нужен робот или индикатор на основе этого кода? Закажите его на бирже фрилансеров Перейти на биржу

Trading system


The trading system is extremely simple. Every day, if there is no open position for the instrument, a new long position is opened.
When executing the script (the execution time is determined by the parameter InpClosePositionVersionTwo) does checking for the presence of a profit for the position,
if the profit for a position is greater than the value specified in the parameter InpMinimumProfit, then profit is taken and a new long position is opened,
if the current profit for the position is less than the value specified in the parameter InpMinimumProfit, then we will wait when we will have the profit.

Parameter


    • InpCoefficient - Volume ratio
    • InpMaximumVolume - Maximum allowed position volume
    • InpMinimumProfit - Minimum profit to fix a position
    • InpClosePositionVersionTwo - Data processing at 23 hours (default is 18), suitable for working with indices and commodities

The volume factor is calculated using the formula: Balance/ InpCoefficient* 0.1 ,where

    • Balance - Account balance
    • InpCoefficient - Input parameter

If the volume calculated through the formula is higher than  InpMaximumVolume, then the volume will be equal to the value InpMaximumVolume


Especially


The expert has the following features:

    • Working only with long positions
    • Work only on D1 time frame
    • Adaptive system of position volumes
    • Simple expert for novice developers


Recommendations


I recommend using an Expert Advisor to work with CFDs on stocks, indices, commodities.
I do not recommend using currency pairs (Forex).


Improvements


This Expert Advisor is not a complex software system and is aimed at beginners who are just beginning to understand the algorithms of trading systems..
The given system has great potential for improvement, I am ready to consider all proposals in discussions.













































MA Square MA Square

Площадь между ценой и индикатором iMA (Moving Average, MA)

Alligator MA Color N Bars Alligator MA Color N Bars

Индикатор Alligator с полностью настраиваемыми линиями. Плюс линия цветом показывает участки на которых нет тренда

All information about the symbol 2 All information about the symbol 2

Панель-утилита: вся информация о текущем символе (информация берётся из объекта класса CSymbolInfo). Панель на базе класса CDialog

ZigZag RSI ZigZag RSI

ZigZag Rsi построен на базе осциллятора RSI.