ASK+BID+SPREAD-INDI

0
(0)
Name:
ASK+BID+SPREAD-INDI
Author: file45 (2012.04.10 10:03)
Downloaded: 2909
Download:
ASK+BID+SPREAD-INDI 1
 ASK+BID+SPREAD-INDI.mq4 (3.4 Kb) View
ASK+BID+SPREAD-INDI 1 ASK+BID+SPREAD-INDI-mod-bold.mq4 (3.6 Kb) View

Description:

Position anywhere on the chart - Customize text size, color & font - Option to hide Ask, Bid or Spread if not required.

ASK+BID+SPREAD-INDI 3

ASK+BID+SPREAD-INDI 4
Examples 1 & 2 - top right corner (EURUSD)

ASK+BID+SPREAD-INDI 5
Example-3 -

a) bottom right corner

b) bold font (see download Ask+Bid+Spread-Indi-mod-bold)

c) spread hide option set to true (EURUSD)

INFO:

  • Use X and Y and Corner to position Ask, Bid and Spread on chart. · Top Left Corner = 0; Bottom Right Left = 2; Top Right Corner = 1; Bottom Right Corner = 3.
  • Use HIDE option to hide Ask, Bid or Spread.
  • Change Font type to Bold if required – example: Verdana - change to - Verdana Bold
  • Change Font Color, Size and Type via Options Input Window

SPREAD_OPTIONS:

  • Spread_Color = DarkOrange
  • Spread_Font_Size = 13
  • Spread_Font_Type = Verdana
  • Spread_Corner = 1
  • Spread_X_distance = 120
  • Spread_Y_distance = 15
  • Spread_HIDE=false
  • Spread_Normalize = false // If true then spread normalized to traditional pips

ASK_BID_OPTIONS:

  • Ask_Color = LimeGreen;
  • Bid_Color = Red
  • Ask_Bid_Corner = 1
  • Ask_Bid_Font_Size=13
  • Ask_Bid_Font_Type = Verdanda
  • Ask_X_Distance = 20
  • Bid_X_Distance = 20
  • Ask_Y_Distance = 15
  • Bid_Y_Distance = 40
  • Ask_HIDE = false
  • Bid_HIDE = false
  • Ask_Bid_HIDE = false

PERMANENTLY CHANGE DEFAULT OPTIONS

1. See HERE for Modification & Edit example (click link and scroll down)

2. Open ASK+BID+SPREAD-INDI.mql4 in MetaEditor to modify Default Options

3. Locate for the below code at top of ASK+BID+SPREAD-INDI.mql4 file.

// ASK+BID+SPREAD-INDI
// ++++++++++++++++++++++++++++++++ START OF DEFAULT OPTIONS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Spread
extern string SPREAD_OPTIONS;
extern color Spread_Color = DarkOrange;
extern int Spread_Font_Size = 13;
extern string Spread_Font_Type = "Verdana";
extern int Spread_Corner = 1;
extern int Spread_X_distance = 120;
extern int Spread_Y_distance = 15;
extern bool Spread_HIDE=false;
extern bool Spread_Normalize = false; //If true then spread normalized to traditional pips
--
extern string ASK_BID_OPTIONS;
extern color Ask_Color = LimeGreen;
extern color Bid_Color = Red;
extern int Ask_Bid_Font_Size=13;
extern string Ask_Bid_Font_Type = "Verdana";
extern int Ask_Bid_Corner = 1;
extern int Ask_X_Distance = 20;
extern int Bid_X_Distance = 20;
extern int Ask_Y_Distance = 15;
extern int Bid_Y_Distance = 40;
extern bool Ask_HIDE = false;
extern bool Bid_HIDE = false;
extern bool Ask_Bid_HIDE = false;
// ++++++++++++++++++++++++++++++++ END OF DEFAULT OPTIONS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?



Author: Forex Wiki Team
We are a team of highly experienced Forex Traders [2000-2023] who are dedicated to living life on our own terms. Our primary objective is to attain financial independence and freedom, and we have pursued self-education and gained extensive experience in the Forex market as our means to achieve a self-sustainable lifestyle.