Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Twitter!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Indikatoren

Rainbow Indicator for mt4 - Indikator für den MetaTrader 4

Ansichten:
8552
Rating:
(5)
Veröffentlicht:
2023.10.31 11:45
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

There are 2 input parameters:

  1. AtrMultiplier: The lines will have this* the current Atr value distance from the moving averages.
  2. Period: High and Low moving average, Atr period.

The basic idea is to have 6 lines: upper will be 2*atrmultiplier*atr +HighMA, second then atrmultiplier*atr + HighMA... Very easy to understand, 

I've also made a video about it for beginners to help understand the writing of an indicator in mql:

Indicator picture


Take Profit based on your current profit Take Profit based on your current profit

Most EAs tend to close orders in take profit based on the distance in pips from the purchase price. However, this MQL4 code is based mainly on the current profit.

Simple Support and Resistance Simple Support and Resistance

Simple Support, Resistance, and Mid-Line boilerplate

Amazing Oscilator Amazing Oscilator

A combination of data analysis from the Awesome Oscillator and the resulting direction of the candles relative to the previous range

Multi_BreakEven.mt4 Multi_BreakEven.mt4

Multi_BreakEven is a script file that allows multiples entry positions to set to breakeven using pips or target price when the trade is in your favor.