Symbol Spread Equity Profit Banner V1.mq4 – indicator MetaTrader 4

Symbol Spread Equity Profit Banner V1.mq4 - indicator for MetaTrader 4
//|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, … Read more

Spread Indicator – indicator MetaTrader 4

Spread Indicator - indicator for MetaTrader 4
The Spread IndicatorAuthor: Credits for the indicator go to Meinmetatrader.de This indicator is a convenient tool to quickly throw a glance a the currency’s current spread. Especially with non-fixed spread brokers, determining the current spread from looking a the 5-digits quotes can be exhausting. You can easily change the position, color and font size as … Read more

Spread Data Logger – indicator MetaTrader 4

Spread Data Logger - indicator for MetaTrader 4
Are you getting the spread you’ve been quoted by your broker? Ever wanted to verify spread data stats from another source or create your own data? Description: Spread Logger consists of two indicators: Spread Logger Write – Creates a CSV file containing spread data as a function of time. This is done in real-time. Spread … Read more

Spread Of Symbols – indicator MetaTrader 5

Spread Of Symbols - indicator for MetaTrader 5
Description: Indicator input parameters: Symbol1 and Symbol2 – symbols for calculation of prices difference and displaying it as a chart. AUDUSD and NZDUSD by default. mass_of_symbol1 and mass_of_symbol2 – quantitative ratio of trading symbols. Both parameters are equal to 1 by default. If you want to calculate the sum of symbols, put -1 to mass_of_symbol2 … Read more

iSpread is a spread indicator for pair trading – indicator MetaTrader 5

Selecting initial data
Using this indicator you can create your synthetic symbol based on two selected pairs. The indicator algorithm is the following: Start date – select the start day to build a synthetic symbol. Required to avoid using unnecessary old history data. Symbol 1/2 – select two initial pairs. The next step is to prepare input data. … Read more