مشاهدة النسخة كاملة : عاجل لاصحاب الخبرة
mohamed atch
12-09-2018, 12:21 AM
السلام عليكم و رحمة الله
هل يمكن شرح ما معنى هدا الكلام و مادا افعل
EX4 file must be compiled using <a target="_blank" href="http://docs.mql4.com/en/basis/preprosessor/compilation">#property strict</a> directive.Version name is not specified. Please specify it by setting #property version in source code
kira-h
12-09-2018, 02:25 AM
وعليكم السلام
لديك خطأ ما بالمعلمات أو الحقوق البرمجية
#property
مثال :
#property version "3.70" // Current version of the Expert Advisor
#property description "ZigZag universal with Pesavento Patterns"
#property description "At the moment in the indicator several ZigZags with different algorithms are included"
#property description "It is possible to embed a large number of other indicators showing the highs and"
#property description "lows and automatically build from these highs and lows various graphical tools"
راجع أكثر الصفحة التالية :
Program Properties (#property) (https://docs.mql4.com/en/basis/preprosessor/compilation)
mohamed atch
12-09-2018, 12:34 PM
وعليكم السلام
لديك خطأ ما بالمعلمات أو الحقوق البرمجية
#property
مثال :
#propertyversion"3.70"// Current version of the Expert Advisor
#propertydescription"ZigZag universal with Pesavento Patterns"
#propertydescription"At the moment in the indicator several ZigZags with different algorithms are included"
#propertydescription"It is possible to embed a large number of other indicators showing the highs and"
#propertydescription"lows and automatically build from these highs and lows various graphical tools"
راجع أكثر الصفحة التالية :
Program Properties (#property) (https://docs.mql4.com/en/basis/preprosessor/compilation)
بارك الله فيك تم حل المشكلة و لكن ظهرت مشكلة اخرى
ERR_INVALID_TRADE_VOLUME:Invalid volumes in trade operations
وتظهر ه\ه الصورة
9000
kira-h
13-09-2018, 01:52 AM
وإياك أخي الكريم
الخطأ في حجم العقد غير مقبول، راجعه أكثر
mohamed atch
13-09-2018, 11:47 AM
وإياك أخي الكريم
الخطأ في حجم العقد غير مقبول، راجعه أكثر
هل اضيف شئ الى كود الاكسبرت لتفادي المشكلة
kira-h
13-09-2018, 05:16 PM
ارفق الاكسبيرت لمراجعته