|
|
|---|
|
|||||||
| مال واعمال - تجاره الفوركس مال - اعمال - اقتصاد - ربح - فوركس - تجاره الكترونيه - FOREX - تجاره ماليه - اوراق ماليه - اسار - بورصه - استثمار - عماله - وظائف - شركات - Forex Trading - Currency Trading News - Forex Trading News - FX News, |
![]() |
|
|
LinkBack | أدوات الموضوع | انواع عرض الموضوع |
|
|||
|
يقوم هذا المؤشر بتكبير السعر و عرضه على الشارت في احد الزوايا ... المشكلة انني لا اريد ان ارى ستة ارقام .. فما طريقة... يقوم هذا المؤشر بتكبير السعر و عرضه على الشارت في احد الزوايا ... المشكلة انني لا اريد ان ارى ستة ارقام .. فما طريقة التعديل .. 1.25085 الحالي 1.2508 المطلوب كود: //+------------------------------------------------------------------+ //| Magnified Market Price.mq4 ver1.4 by Habeeb | //+------------------------------------------------------------------+ #property indicator_chart_window extern string note1 = "Change font colors automatically? True = Yes"; extern bool Bid_Ask_Colors = false; extern string note2 = "Default Font Color"; extern color FontColor = Black; extern color FontColor2 = Black; extern string note3 = "Font Size"; extern int FontSize=12; extern string note4 = "Font Type"; extern string FontType="Comic Sans MS"; extern string note5 = "Display the price in what corner?"; extern string note6 = "Upper left=0; Upper right=1"; extern string note7 = "Lower left=2; Lower right=3"; extern int WhatCorner=1; double Old_Price; double Old_Price2; int init() { return(0); } int deinit() { ObjectDelete("Market_Price_Label"); return(0); } int start() { if (Bid_Ask_Colors == True) { if (Bid > Old_Price) FontColor = LawnGreen; if (Bid < Old_Price) FontColor = Red; if (Ask > Old_Price2) FontColor2 = LawnGreen; if (Ask < Old_Price2) FontColor2 = Red; Old_Price = Bid; Old_Price2 = Ask; } string Market_Price2 = DoubleToStr(Ask, Digits); string Market_Price = DoubleToStr(Bid, Digits); ObjectCreate("Market_Price_Label2", OBJ_LABEL, 0, 0, 0); ObjectSetText("Market_Price_Label2", Market_Price2, FontSize, FontType, FontColor2); ObjectSet("Market_Price_Label2", OBJPROP_CORNER, WhatCorner); ObjectSet("Market_Price_Label2", OBJPROP_XDISTANCE, 1); ObjectSet("Market_Price_Label2", OBJPROP_YDISTANCE, 1); ObjectCreate("Market_Price_Label", OBJ_LABEL, 0, 0, 0); ObjectSetText("Market_Price_Label", Market_Price, FontSize, FontType, FontColor2); ObjectSet("Market_Price_Label", OBJPROP_CORNER, WhatCorner); ObjectSet("Market_Price_Label", OBJPROP_XDISTANCE, 1); ObjectSet("Market_Price_Label", OBJPROP_YDISTANCE, (FontSize+10)); } المصدر: افنانك V!-- google_ad_section_start --Cj;fdv hgsuvV!-- google_ad_section_end --C |
![]() |
| مواقع النشر (المفضلة) |
| أدوات الموضوع | |
| انواع عرض الموضوع | |
|
|
المواضيع المتشابهه
|
||||
| الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
| فن متناهي في الصغر | صور | ارشيف غرائب الصور | 0 | 01-11-2010 07:46 PM |
| من يفعل هذا لزوجته .... شئ أروع بكثير من ...؟!! | LOVER BOY | عالم الشباب | 7 | 09-03-2009 01:23 AM |
| الشعر الفتحاوي | اخبار عالميه | ارشيف الاخبار العالميه | 0 | 06-19-2009 03:35 AM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|