Pon "Me gusta" y sigue las noticias
Deje un enlace a él, ¡qué los demás también lo valoren!
Evalúe su trabajo en el terminal MetaTrader 5
- Publicado por:
- [Eliminado]
- Visualizaciones:
- 5256
- Ranking:
- Publicado:
- 2024.03.31 19:58
-
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa
//|A very simple Indicator banner showing Symbol Spread Equity Profit
//|I use it every day in full chart mode so I don't have to open the terminal panel to check equity,
//|and to see optimal spread to entry symbol trade. I consider it useful enough to share it with you.
#property copyright "Copyright 2024, MetaQuotes Ltd."
#property link "https://www.mql5.com"
#property version "1.01"
#property description "persinaru@gmail.com"
#property description "IP 2024 - free open source"
#property description "Symbol Spread Equity Profit Banner"
#property description ""
#property description "WARNING: Use this software at your own risk."
#property description "The creator of this script cannot be held responsible for any damage or loss,"
#property description "nor for happiness and euphoria on gains."
#property strict

Orders Closure

Hedge with a stop order, instead of placing a Stop Loss.

Open Charts

Changing the size of the chart window is important in my EA, but it may serve as inspiration for others.