+ Reply to Thread
Page 9 of 11 FirstFirst ... 7 8 9 10 11 LastLast
Results 81 to 90 of 106

Thread: Usefull MQ4 Code Snippets/Functions

  1. #26
    Member Lancer is an unknown quantity at this point Lancer's Avatar
    Join Date
    Oct 2012
    Posts
    34
    Thanks
    0
    Thanked 1 Time in 1 Post
    SubscribeSubscribe
    subscribed 0
    hi all,

    it is a very nice thread. it is useful to any trader, please dont stop posting

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  2. #25
    Junior Member aamir_ooo is an unknown quantity at this point aamir_ooo's Avatar
    Join Date
    Oct 2012
    Location
    J&K
    Posts
    33
    Thanks
    0
    Thanked 2 Times in 1 Post
    SubscribeSubscribe
    subscribed 0
    nice topic...
    i am a coder it may be very helpful for me...
    i dont know mql though...but it will take sometime...

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  3. #24
    Member Ragiel4 is an unknown quantity at this point Ragiel4's Avatar
    Join Date
    Sep 2012
    Location
    Indonesia
    Posts
    53
    Thanks
    0
    Thanked 1 Time in 1 Post
    SubscribeSubscribe
    subscribed 0
    Hello friends, Nice thread. I am not a coder, I have a custom indicator that I want to add alerts. help me how to create an alert to my custom indicator . please post code here for make an alert.

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  4. #23
    Member sasa0220 will become famous soon enough sasa0220's Avatar
    Join Date
    Oct 2011
    Posts
    383
    Thanks
    6
    Thanked 53 Times in 28 Posts
    SubscribeSubscribe
    subscribed 0
    very useful thread. can you please give me a website to learn the basics of MQL. So that i can write my own codes and try them out. then i will able to use the codes mention in the thread too. If you have a ebook please share it

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  5. #22
    Member hmkowsar is an unknown quantity at this point hmkowsar's Avatar
    Join Date
    Jul 2012
    Posts
    162
    Thanks
    0
    Thanked 18 Times in 14 Posts
    SubscribeSubscribe
    subscribed 0
    i have own custom codes and you itinhk will benefit other ea programers ,please feel to post it here for the benefit of all,

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  6. #21
    Banned Borhan107 is an unknown quantity at this point Borhan107's Avatar
    Join Date
    Jul 2012
    Location
    bangladesh
    Posts
    139
    Thanks
    0
    Thanked 10 Times in 8 Posts
    What is usefull of mql. I not know about this usefull. Please post a thread about use of this mql system. We are helpfull to your importent post.

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  7. #20
    Junior Member nikkoo is an unknown quantity at this point nikkoo's Avatar
    Join Date
    Jul 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    SubscribeSubscribe
    subscribed 0
    nice tread.
    Greetings .
    Last edited by nikkoo; 2012-07-14 at 05:50 AM.

  8. #19
    Banned sumon24 is an unknown quantity at this point sumon24's Avatar
    Join Date
    Jul 2012
    Posts
    15
    Thanks
    1
    Thanked 4 Times in 4 Posts
    I am new in forex .all mention so that helpful for me!! i don't understand u . thanks for this post

    ---------- Post added at 03:47 PM ---------- Previous post was at 03:46 PM ----------

    oh yes I was now save all code and trying to use.

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  9. #18
    Banned shohel molla is on a distinguished road shohel molla's Avatar
    Join Date
    Jul 2012
    Posts
    191
    Thanks
    22
    Thanked 27 Times in 15 Posts
    It's bollinger Brand MQL Code
    //+------------------------------------------------------------------+
    //| Bollinger MA Price.mq4 |
    //| Paladin80 |
    //| forevex@mail.ru |
    //+------------------------------------------------------------------+
    #property copyright "Paladin80"
    #property link "forevex@mail.ru"

    #property indicator_chart_window
    #property indicator_buffers 3
    #property indicator_color1 LightSeaGreen
    #property indicator_color2 LightSeaGreen
    #property indicator_color3 LightSeaGreen
    //---- indicator parameters
    extern int BandsPeriod=20;
    extern int BandsShift=0;
    extern double BandsDeviations=2.0;
    extern int MA_method=0;
    extern int Applied_price=0;
    bool error=false;
    /* MA_method: 0 - Simple moving average,
    1 - Exponential moving average,
    2 - Smoothed moving average,
    3 - Linear weighted moving average.
    Applied_price: 0 - Close price,
    1 - Open price,
    2 - High price,
    3 - Low price,
    4 - Median price,
    5 - Typical price,
    6 - Weighted close price, */
    //---- buffers
    double MovingBuffer[];
    double UpperBuffer[];
    double LowerBuffer[];

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


  10. #17
    Senior Member bu'd is on a distinguished road bu'd's Avatar
    Join Date
    May 2012
    Location
    indonesia
    Posts
    130
    Thanks
    0
    Thanked 12 Times in 5 Posts
    SubscribeSubscribe
    subscribed 0
    nice tread.
    Greetings ....
    I want to ask a few examples in MQL4 script, how do I know what the pair are still OP wrote.
    thanks before

    Though trading on financial markets involves high risk, it can still generate extra income in case you apply the right approach. By choosing a reliable broker such as InstaForex you get access to the international financial markets and open your way towards financial independence. You can sign up here.


+ Reply to Thread
Page 9 of 11 FirstFirst ... 7 8 9 10 11 LastLast

Subscribe to this Thread (1)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Currently Active UsersCurrently Active Users

There are currently users online. members and guests

Forex Forum India | Forex Community Place Statistics Forex Forum India Statistics

Most users ever online was .

Welcome to our newest member,

Threads:

Posts:

Member: