बहु मध्यस्थता

0
(0)

Growth of the code बहु मध्यस्थता 1.000 .

से विविधताएँ 1.000 :

    • जानकार सलाहकार केवल PERIOD_M1 पर प्रारंभ होता है (कारण के लिए नीचे देखें, see the निर्धारित समय - सीमा पैरामीटर ).
    • अब यह सलाहकार सीधे दो प्रतीकों पर व्यापार करता है. The second character is taken from the static array ExtArrSymbols :
      String          ExtArrSymbols [ 20 ] =
        ;
      //+------------------------------------------------------------------+
      //| जानकार आरंभीकरण प्रदर्शन करते हैं                                   |
      //+------------------------------------------------------------------+
      int यहाँ OnInit()
    • The precept of opening positions is modified:
      • Now the brand new place "खरीदना" might be opened solely when the present worth is under the bottom place "खरीदना";
      • The brand new place "बेचना" might be opened solely when the present worth is increased than the best place of "बेचना":

      Multi Arbitration 1.1xx

    • The निर्धारित समय - सीमा parameter is entered - now you'll be able to optimize on any interval of the graph. The Knowledgeable Advisor itself works solely when a brand new bar seems on the principle image (on the image on which the Knowledgeable Advisor is operating):
      // + ----------------------------------------------- ------------------- + 
      // | Knowledgeable tick perform | 
      // + ----------------------------------------------- ------------------- + 
      void  OnTick ()
        {
      // --- we work solely on the time of the beginning of latest bar 
         static  datetime prevtime = 0 ;
         datetime time_0 = iTime ( 0 , m_symbol_one.Title () , InpTimeFrame );
      अगर (time_0 == prevtime)
             वापस करना ; 
         Prevtime = time_0;

      यहीं, the variable InpTimeFrame is our enter parameter निर्धारित समय - सीमा . इस प्रकार, relying on the worth of the enter parameter निर्धारित समय - सीमा, we will make the EA work on any timeframe!

The outcomes of the take a look at for EURUSD:

Multi Arbitration 1.1xx test

 

Multi Arbitration 1.1xx.mq5

ये पोस्ट कितनी उपयोगी थी?

इसे रेट करने के लिए किसी स्टार पर क्लिक करें!

औसत श्रेणी 0 / 5. वोटों की गिनती: 0

अभी तक कोई वोट नहीं! इस पोस्ट को रेट करने वाले पहले व्यक्ति बनें.

हमें खेद है कि यह पोस्ट आपके लिए उपयोगी नहीं रही!

आइए इस पोस्ट को बेहतर बनाएं!

हमें बताएं कि हम इस पोस्ट को कैसे बेहतर बना सकते हैं?



लेखक: विदेशी मुद्रा विकी टीम
हम अत्यधिक अनुभवी विदेशी मुद्रा व्यापारियों की एक टीम हैं [2000-2023] जो अपनी शर्तों पर जीवन जीने के लिए समर्पित हैं. हमारा प्राथमिक उद्देश्य वित्तीय स्वतंत्रता और स्वतंत्रता प्राप्त करना है, और हमने स्व-शिक्षा का अनुसरण किया है और एक स्व-टिकाऊ जीवन शैली प्राप्त करने के हमारे साधन के रूप में विदेशी मुद्रा बाजार में व्यापक अनुभव प्राप्त किया है।.