ASK+BID+SPREAD-INDI

0
(0)
ชื่อ:
ASK+BID+SPREAD-INDI
ผู้เขียน: ไฟล์45 (2012.04.10 10:03)
ดาวน์โหลดแล้ว: 2909
ดาวน์โหลด:
ASK+BID+SPREAD-INDI 1
ASK+BID+SPREAD-INDI.mq4 (3.4 Kb) ดู
ASK+BID+SPREAD-INDI 1 ASK+BID+SPREAD-INDI-mod-bold.mq4 (3.6 Kb) ดู

คำอธิบาย:

Position anywhere on the chart - Customize text size, สี & แบบอักษร - Option to hide Ask, Bid or Spread if not required.

ASK+BID+SPREAD-INDI 3

ASK+BID+SPREAD-INDI 4
ตัวอย่าง 1 & 2 - top right corner (EURUSD)

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

ก) bottom right corner

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

ค) spread hide option set to true (EURUSD)

ข้อมูล:

  • 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 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

โพสต์นี้มีประโยชน์เพียงใด?

คลิกที่ดาวเพื่อให้คะแนน!

คะแนนเฉลี่ย 0 / 5. นับคะแนนเสียง: 0

ยังไม่มีคะแนนโหวต! เป็นคนแรกที่ให้คะแนนโพสต์นี้.

ขออภัยที่โพสต์นี้ไม่มีประโยชน์สำหรับคุณ!

ให้เราปรับปรุงโพสต์นี้!

บอกเราว่าเราจะปรับปรุงโพสต์นี้ได้อย่างไร?



ผู้เขียน: ทีมงาน Forex Wiki
เราคือทีมผู้ซื้อขาย Forex ที่มีประสบการณ์สูง [2000-2023] ที่อุทิศตนเพื่อใช้ชีวิตในแบบของเรา. วัตถุประสงค์หลักของเราคือการได้รับอิสรภาพทางการเงินและอิสรภาพ, และเราได้ติดตามการศึกษาด้วยตนเองและได้รับประสบการณ์ที่กว้างขวางในตลาด Forex เพื่อเป็นหนทางในการบรรลุวิถีชีวิตที่ยั่งยืนด้วยตนเอง.