النتائج 1 إلى 5 من 5
  1. #1
    الصورة الرمزية knani
    knani غير متواجد حالياً عضو المتداول العربي
    تاريخ التسجيل
    Feb 2012
    المشاركات
    3

    05 an excellent EA, but it needs to be educated

    somebody can edu this, it's an excellent Ea that works with eurcad
    الملفات المرفقة الملفات المرفقة

  2. #2
    الصورة الرمزية a7med920
    a7med920 غير متواجد حالياً عضو نشيط
    تاريخ التسجيل
    May 2010
    الإقامة
    مصر
    المشاركات
    1,782

    افتراضي

    Dear Sir
    you should explain what EDU. should make on EXP. to be better!

  3. #3
    الصورة الرمزية Dr-GEnius
    Dr-GEnius غير متواجد حالياً موقوف
    تاريخ التسجيل
    Feb 2012
    الإقامة
    Alex
    المشاركات
    672

    افتراضي

    اقتباس المشاركة الأصلية كتبت بواسطة a7med920 مشاهدة المشاركة
    Dear Sir
    you should explain what EDU. should make on EXP. to be better!
    EDu يقصد بها عملية كراكينج للاكسبيرت ونزع مدة صلاحية او السيريال

  4. #4
    الصورة الرمزية المبرمج
    المبرمج غير متواجد حالياً عضو المتداول العربي
    تاريخ التسجيل
    May 2012
    الإقامة
    الجزائر
    المشاركات
    274

    افتراضي رد:an excellent EA, but it needs to be educated

    كود PHP:
    #import "InternalDll.dll"
       
    int CloseByEndBarriersVER20Pro(int a0int a1int a2int a3double a4double a5int a6int a7int a8double a9double a10double a11);
       
    int CheckServerConnectionVER23(int a0);
       
    int CheckAccountNumber();
       
    int GetTerminalTitle(inta0[]);
       
    double GetTakeProfitVER20Pro(int a0double a1double a2double a3double a4double a5double a6);
       
    int CheckOrdersVER23Pro(int a0int a1int a2double a3double a4double a5double a6double a7double a8double a9int a10double a11double a12double a13double a14double a15int a16int a17double a18double a19);
       
    int CheckForLCloseVER20Pro(int a0double a1double a2double a3int a4double a5double a6double a7double a8double a9double a10double a11double a12int a13int a14int a15int a16int a17int a18);
    #import "wininet.dll"
       
    int InternetOpenA(string a0int a1string a2string a3int a4);
       
    int InternetConnectA(int a0string a1int a2string a3string a4int a5int a6int a7);
       
    int InternetReadFile(int a0string a1int a2inta3[]);
       
    int InternetCloseHandle(int a0);
       
    int HttpOpenRequestA(int a0string a1string a2string a3string a4int a5int a6int a7);
       
    bool HttpSendRequestA(int a0string a1int a2string a3int a4);
    #import

    extern int Magic 411;
    extern string Comm "eforex-trading.com HYPER EA";
    extern bool UseAutoTimeCorrection FALSE;
    extern string DSTDescription "Indicates if your broker changes gmt offset during the summer/winter time changing. Please set this value properly if you don\'t use AutoGMT";
    extern bool UseDST FALSE;
    extern int TimeCorrection = -1;
    extern int SlippageOpen 2;
    extern int SlippageClose 2;
    extern bool IsTpAndSlVisible TRUE;
    extern bool UseMM FALSE;
    extern string MMTypeDescr "1 - balance; 2 - equity; 3 - free margin; any other value - equal to Lot parameter";
    extern int MMType 1;
    extern double LotsFor1000 0.2;
    extern double Lot 0.1;
    extern int Lotsdigits 1;
    extern bool IsMarketExecution TRUE;
    extern bool UseTradePause TRUE;
    extern int HourStartPause 0;
    extern int MinuteStartPause 0;
    extern int HourStopPause 0;
    extern int MinuteStopPause 5;
    extern bool AllowToOpenTrades FALSE;
    extern bool AllowToCloseTrades FALSE;
    extern double StopLoss 50.0;
    extern double MaxSpread 8.0;
    extern string ProDescr "PRO VERSION PARAMETERS";
    extern int AfterEndBarrier0 30;
    extern double AfterEndValue0 = -2.0;
    extern int AfterEndBarrier1 60;
    extern double AfterEndValue1 = -2.0;
    extern int AfterEndBarrier2 90;
    extern double AfterEndValue2 = -2.0;
    extern double TakePercent 0.5;
    extern int BarsCount 8;
    extern double SellCorrection 5.0;
    extern double BuyCorrection 5.0;
    extern int Rsi1Period 20;
    extern int Rsi15Period 6;
    extern int Rsi1Div 36;
    extern int Rsi15Div 38;
    extern int MaPeriod 3;
    extern double ChannelWidthBuy 14.0;
    extern double ChannelWidthSell 8.0;
    extern double FirstBarrier 6.0;
    extern double SecondBarrier 3.0;
    extern double ThirdBarrier 1.0;
    extern double FourthBarrier 2.0;
    extern double FifthBarrier 0.0;
    extern double SixthBarrier = -5.0;
    extern int FirstBarrierMinutes 20;
    extern int SecondBarrierMinutes 30;
    extern int ThirdBarrierMinutes 40;
    extern int FourthBarrierMinutes 55;
    extern int FifthBarrierMinutes 180;
    extern int SixthBarrierMinutes 300;
    extern string GroupMagics "440 2232 11232 12323";
    extern int MaxGroupOrdersCount 2;
    int gi_396 2;
    int gi_400 2;
    double gd_404 0.0001;
    int gi_412 4;
    int gia_416[10];
    int gi_420 0;
    int gi_424 0;
    int gi_428 = -1;
    int gi_432 0;
    int gi_436 1000;
    double gd_440 0.0;
    double gd_448 0.0;
    bool gi_456 TRUE;
    bool gi_460 TRUE;
    double gd_464 0.0;
    double gd_472 0.0;
    double gd_480 0.0;
    double gd_488 0.0;
    double gd_496 0.0;
    double gd_504 0.0;
    int gi_512 0;
    int gi_516 0;
    int gi_520 0;
    bool gi_524 TRUE;
    int gi_536 = -1;

    string f0_12() {
       
    int lia_24[1];
       
    string ls_28;
       
    int li_0 InternetOpenA("Mozilla"0""""0);
       if (
    li_0 <= 0) return (" ");
       
    int li_4 InternetConnectA(li_0"eforex-trading.com"80""""300);
       if (
    li_0 <= 0) {
          
    InternetCloseHandle(li_0);
          return (
    " ");
       }
       
    int li_8 HttpOpenRequestA(li_4"GET""time"""""0, -20803745280);
       if (
    li_8 <= 0) {
          
    InternetCloseHandle(li_4);
          
    InternetCloseHandle(li_0);
          return (
    " ");
       }
       
    bool li_12 HttpSendRequestA(li_8""0""0);
       if (!
    li_12) {
          
    InternetCloseHandle(li_12);
          
    InternetCloseHandle(li_4);
          
    InternetCloseHandle(li_0);
          return (
    " ");
       }
       
    string ls_16 "xxxxxxxxxxxxxxx";
       while (
    InternetReadFile(li_8ls_1615lia_24) != 0) {
          if (
    lia_24[0] == 0) break;
          
    ls_28 StringConcatenate(ls_28StringSubstr(ls_160lia_24[0]));
       }
       
    InternetCloseHandle(li_12);
       
    InternetCloseHandle(li_4);
       
    InternetCloseHandle(li_0);
       return (
    ls_28);

    الاكسبيرت معقد و يستخدم اتصال مع سرفور و بورات و غيرها
    و اظن يعمل مع سرفور مصممه فقط
    هدا جزء فقط من الاكسبيرت
    آخر تعديل بواسطة المبرمج ، 20-05-2012 الساعة 02:48 PM

  5. #5
    الصورة الرمزية Dr-GEnius
    Dr-GEnius غير متواجد حالياً موقوف
    تاريخ التسجيل
    Feb 2012
    الإقامة
    Alex
    المشاركات
    672

    افتراضي

    اقتباس المشاركة الأصلية كتبت بواسطة المبرمج مشاهدة المشاركة
    كود PHP:
    #import "InternalDll.dll"
       
    int CloseByEndBarriersVER20Pro(int a0int a1int a2int a3double a4double a5int a6int a7int a8double a9double a10double a11);
       
    int CheckServerConnectionVER23(int a0);
       
    int CheckAccountNumber();
       
    int GetTerminalTitle(inta0[]);
       
    double GetTakeProfitVER20Pro(int a0double a1double a2double a3double a4double a5double a6);
       
    int CheckOrdersVER23Pro(int a0int a1int a2double a3double a4double a5double a6double a7double a8double a9int a10double a11double a12double a13double a14double a15int a16int a17double a18double a19);
       
    int CheckForLCloseVER20Pro(int a0double a1double a2double a3int a4double a5double a6double a7double a8double a9double a10double a11double a12int a13int a14int a15int a16int a17int a18);
    #import "wininet.dll"
       
    int InternetOpenA(string a0int a1string a2string a3int a4);
       
    int InternetConnectA(int a0string a1int a2string a3string a4int a5int a6int a7);
       
    int InternetReadFile(int a0string a1int a2inta3[]);
       
    int InternetCloseHandle(int a0);
       
    int HttpOpenRequestA(int a0string a1string a2string a3string a4int a5int a6int a7);
       
    bool HttpSendRequestA(int a0string a1int a2string a3int a4);
    #import

    extern int Magic 411;
    extern string Comm "eforex-trading.com HYPER EA";
    extern bool UseAutoTimeCorrection FALSE;
    extern string DSTDescription "Indicates if your broker changes gmt offset during the summer/winter time changing. Please set this value properly if you don\'t use AutoGMT";
    extern bool UseDST FALSE;
    extern int TimeCorrection = -1;
    extern int SlippageOpen 2;
    extern int SlippageClose 2;
    extern bool IsTpAndSlVisible TRUE;
    extern bool UseMM FALSE;
    extern string MMTypeDescr "1 - balance; 2 - equity; 3 - free margin; any other value - equal to Lot parameter";
    extern int MMType 1;
    extern double LotsFor1000 0.2;
    extern double Lot 0.1;
    extern int Lotsdigits 1;
    extern bool IsMarketExecution TRUE;
    extern bool UseTradePause TRUE;
    extern int HourStartPause 0;
    extern int MinuteStartPause 0;
    extern int HourStopPause 0;
    extern int MinuteStopPause 5;
    extern bool AllowToOpenTrades FALSE;
    extern bool AllowToCloseTrades FALSE;
    extern double StopLoss 50.0;
    extern double MaxSpread 8.0;
    extern string ProDescr "PRO VERSION PARAMETERS";
    extern int AfterEndBarrier0 30;
    extern double AfterEndValue0 = -2.0;
    extern int AfterEndBarrier1 60;
    extern double AfterEndValue1 = -2.0;
    extern int AfterEndBarrier2 90;
    extern double AfterEndValue2 = -2.0;
    extern double TakePercent 0.5;
    extern int BarsCount 8;
    extern double SellCorrection 5.0;
    extern double BuyCorrection 5.0;
    extern int Rsi1Period 20;
    extern int Rsi15Period 6;
    extern int Rsi1Div 36;
    extern int Rsi15Div 38;
    extern int MaPeriod 3;
    extern double ChannelWidthBuy 14.0;
    extern double ChannelWidthSell 8.0;
    extern double FirstBarrier 6.0;
    extern double SecondBarrier 3.0;
    extern double ThirdBarrier 1.0;
    extern double FourthBarrier 2.0;
    extern double FifthBarrier 0.0;
    extern double SixthBarrier = -5.0;
    extern int FirstBarrierMinutes 20;
    extern int SecondBarrierMinutes 30;
    extern int ThirdBarrierMinutes 40;
    extern int FourthBarrierMinutes 55;
    extern int FifthBarrierMinutes 180;
    extern int SixthBarrierMinutes 300;
    extern string GroupMagics "440 2232 11232 12323";
    extern int MaxGroupOrdersCount 2;
    int gi_396 2;
    int gi_400 2;
    double gd_404 0.0001;
    int gi_412 4;
    int gia_416[10];
    int gi_420 0;
    int gi_424 0;
    int gi_428 = -1;
    int gi_432 0;
    int gi_436 1000;
    double gd_440 0.0;
    double gd_448 0.0;
    bool gi_456 TRUE;
    bool gi_460 TRUE;
    double gd_464 0.0;
    double gd_472 0.0;
    double gd_480 0.0;
    double gd_488 0.0;
    double gd_496 0.0;
    double gd_504 0.0;
    int gi_512 0;
    int gi_516 0;
    int gi_520 0;
    bool gi_524 TRUE;
    int gi_536 = -1;

    string f0_12() {
       
    int lia_24[1];
       
    string ls_28;
       
    int li_0 InternetOpenA("Mozilla"0""""0);
       if (
    li_0 <= 0) return (" ");
       
    int li_4 InternetConnectA(li_0"eforex-trading.com"80""""300);
       if (
    li_0 <= 0) {
          
    InternetCloseHandle(li_0);
          return (
    " ");
       }
       
    int li_8 HttpOpenRequestA(li_4"GET""time"""""0, -20803745280);
       if (
    li_8 <= 0) {
          
    InternetCloseHandle(li_4);
          
    InternetCloseHandle(li_0);
          return (
    " ");
       }
       
    bool li_12 HttpSendRequestA(li_8""0""0);
       if (!
    li_12) {
          
    InternetCloseHandle(li_12);
          
    InternetCloseHandle(li_4);
          
    InternetCloseHandle(li_0);
          return (
    " ");
       }
       
    string ls_16 "xxxxxxxxxxxxxxx";
       while (
    InternetReadFile(li_8ls_1615lia_24) != 0) {
          if (
    lia_24[0] == 0) break;
          
    ls_28 StringConcatenate(ls_28StringSubstr(ls_160lia_24[0]));
       }
       
    InternetCloseHandle(li_12);
       
    InternetCloseHandle(li_4);
       
    InternetCloseHandle(li_0);
       return (
    ls_28);

    الاكسبيرت معقد و يستخدم اتصال مع سرفور و بورات و غيرها
    و اظن يعمل مع سرفور مصممه فقط
    هدا جزء فقط من الاكسبيرت
    اخ مبرمج ياريت لو تتابع موضوعك بخصوص الاكسبيرت ال حضرتك برمجتة عشان نطور فية وننطلق للمليون بأذن الله << متحمس


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17