fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. palani
    3. Posts
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 26
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by palani

    • RE: EA NOT DETECTING DEMO/REAL and date MQL4

      ____Well, this function called "mainCheck()" is not executed at all. Just placing a function somewhere in the code does not mean that it will be executed. But something like this can help...

      int init() {
          if (mainCheck()==false) {IsTerminated(true); return(0);}
         .....
      
      

      or in start()

      int start() {
          if (mainCheck()==false) {return(0);}
         .....
      
      

      IsTerminated() is a custom function used inside the EA and this function plays the role of a variable. It is read with "IsTerminated();" (it is false by default) and set to true with "IsTerminated(true);". When set to true, the EA stops to react on ticks.[/quote:15t3p4n3][/quote:15t3p4n3]

      posted in Bug Reports
      P
      palani
    • RE: EA NOT DETECTING DEMO/REAL and date MQL4

      __Well, this function called "mainCheck()" is not executed at all. Just placing a function somewhere in the code does not mean that it will be executed. But something like this can help...

      int init() {
          if (mainCheck()==false) {IsTerminated(true); return(0);}
         .....
      
      

      or in start()

      int start() {
          if (mainCheck()==false) {return(0);}
         .....
      
      

      IsTerminated() is a custom function used inside the EA and this function plays the role of a variable. It is read with "IsTerminated();" (it is false by default) and set to true with "IsTerminated(true);". When set to true, the EA stops to react on ticks.[/quote:a0sh8j8x]

      posted in Bug Reports
      P
      palani
    • RE: EA NOT DETECTING DEMO/REAL and date MQL4

      Please help me! i wish to add Account security settings in my EA! i use desktop verison of FxDreema! Alternately guide me how to add box like DEMO and LIVE! How and where to get option to enter Account number?

      Thanks!

      ......
      Expiry.mq4

      posted in Bug Reports
      P
      palani
    • RE: Instead of opening on every TICK, it opens 1 trade only

      Hi

      Can u please add example or template of "BUY ON EACH BAR open"? in your website?
      I am looking for experienced programmer who can use fxDreema and create an EA with following parameters:

      1. It opens trade based on candle close! BUY if closed low and SELL if closed high!
      2. SL and TP
      3. EA must have security, means it must work on 1 account only, demo or live with expiry date,month and year
      4. Lot size open must be based on Balance or FREE margin

      skype: skypepalani
      chat gmail: emarkindia@gmail.com
      yahoo: gt.printers@yahoo.co.in

      posted in Questions & Answers
      P
      palani
    • RE: Instead of opening on every TICK, it opens 1 trade only

      i am testing in 1 minute bar, EA opens 1 trade only and not on each bar open!
      Please reply!

      posted in Questions & Answers
      P
      palani
    • RE: Less than "n" trades are running block

      Please can some one help me! Happy Trading

      posted in Questions & Answers
      P
      palani
    • 1
    • 2
    • 2 / 2