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
Indicators

ATR_Momentum_Colour - indicator for MetaTrader 5

Published by:
Yordan Lechev
Views:
422
Rating:
(1)
Published:
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

a combination of many familiar indicators for novice traders


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

Indices Tester Indices Tester

The EA only trades buy positions and does not use Sl and TP.

AIS Central Axis AIS Central Axis

The indicator implements one of the non-linear smoothing algorithms

Open Trade Open Trade

This function performs the main logic of opening a trade. It calculates the opening price, take profit levels and stop loss based on the symbol information and parameters provided by the user. Prepare a trade request (MqlTradeRequest) with the necessary information such as symbol, volume, order type, slippage, comment, magic number, etc. Call the OrderSend function to send the trade request and get the result. SetTypeFillingBySymbol function: determines the order fulfilment type (Fill or Cancel, Immediate or Cancel or Return) according to the symbol's fulfilment policy. GetMinTradeLevel function: calculates the minimum trade level based on the freeze level and stop level of the symbol. Adjusts the minimum level to ensure that it is within certain limits and returns the result.

MACD Signals MACD Signals

Indicator edition for new platform.