Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Published by:
Vladimir Karputov
Views:
1154
Rating:
(17)
Published:
2025.04.04 10:53
Back kick.mq5 (58.43 KB) view
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Author of the idea - alex

mq5 code author - barabashkakvn

ATTENTION: Expert Advisor ONLY for hedge accounts!

The Expert Advisor opens two multidirectional positions. As soon as both positions are closed (by triggering Stop Loss or Take Profit), two multidirectional positions will be opened again on a new bar.

From the parameters only Stop Loss and Take Profit are available. No trailing and no indicators are used.

USDJPY, H1:

Back kick

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/23628

New Candle or Bar formation. New Candle or Bar formation.

This Bot detects the open of a new candle on any set timeframe, thereby making it easier to run a one-time code, place trades and call other functions. The code is written in the OnTick() function.

Detecting the start of a new bar or candle Detecting the start of a new bar or candle

Detecting the start of a new bar or candle in an Expert Advisor's OnTick() event handler.

MA Trend 2 MA Trend 2

Trading system by iMA indicator (Moving Average, MA). Development of MA Trend.

Pan PrizMA No leverage 72 Pan PrizMA No leverage 72

Construct a moving line with a polynomial of 4 degrees. Extrapolates the sinusoidal and its axial. The constructed lines remove one value at each bar and a sliding line of extrapolated values is constructed which is not redrawn.