• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:08am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:08am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft
  • Search Forex Factory
Posts by Member
Website
Forum Posts
News Posts
Posts by Member
    Advanced Search Options
    Post Types (all, none)
    Websites (all, none)
    Post Attachments (all, none)
    Sort Results By
    Back to Basic Search
    • 1,145 Results (1,144 Replies , 1 Comment )
    • BlueRain replied Sep 15, 2023

      Another Lesson might be: 1. Pay attention to News. Yesterday was USD CPI event which has caused market move - typically a big move. it is best to stay out of market during news event unless you are news trader. 2. Pay attention to your lot size & ...

      Hennis Extreme TMA System
    • BlueRain replied Sep 15, 2023

      That is 13.5 hours of black out. Can you install your own electric generator? and possibly satellite or other mean of internet connection?

      Hennis Extreme TMA System
    • BlueRain replied Sep 13, 2023

      Which TMA Band indicator are you using? specifically that colored TMA band? Can you share indis and templates on your setting?

      Hennis Extreme TMA System
    • BlueRain replied Sep 1, 2023

      Not sure how read my suggestion on SL. it is as simple as below. To protect your loss: 1. Set SL as soon as you open a position. 2. Use EA to make sure any position without SL are modified with SL immediately, ( Like Automatic SLTP ) 3. Update SL ...

      I will code your EAs and Indicators for no charge
    • BlueRain replied Sep 1, 2023

      Regarding this: ->And, what does it mean "to protect SL" -> What I mean to protect your loss. No, you can't. There is nothing you can't do while it is disconnected. What I am saying is that reasonable solution I can think is to set SL/TP as soon as ...

      I will code your EAs and Indicators for no charge
    • BlueRain replied Sep 1, 2023

      If this is about Floating TP/SL and trying to prevent loss while disconnected, only solution I can think about is to modify SL as often as possible but not too much like modification per tick. so, if price has moved more than "Step" like 2 pips, you ...

      I will code your EAs and Indicators for no charge
    • BlueRain replied Sep 1, 2023

      Using those Bid/Ask as SL/TP won't work because of this "StopLevel" issue: Basically, you have to have some distance called "StopLevel" above or below of Ask/Bid line for your Stoploss and TakeProfit. It may work as "Simple Guideline" but in ...

      I will code your EAs and Indicators for no charge
    • BlueRain replied Sep 1, 2023

      Unless you have "Step" or "Range" in your SL/TP setting, there will be price modify request on every tick and it will cause your borkerer limiting your trade due to server overload. To avoid this kind of every tick request/server overload, it is ...

      I will code your EAs and Indicators for no charge
    • BlueRain commented Aug 31, 2023

      America can say same thing: China says drop in trade with the U.S. is 'a direct consequence of U.S. moves' America says drop in trade with the China is 'a direct consequence of China moves'

      China says drop in trade with the U.S. is 'a direct consequence of U.S. moves'
    • BlueRain replied Aug 29, 2023

      Yes. You can place MA on the subwindow. Just a bit of work-around. Step is: Create an template - just empty one is oK. Add below bolded section to template so it can create MA on the subwindow. it should be placed under </window> and above </chart> ...

      RSI(1) on MT4 Desktop
    • Attached File(s)
      File Type: tpl ma-on-the-sub.tpl
    • BlueRain replied Aug 28, 2023

      try this one if this works.

      I will code your EAs and Indicators for no charge
    • Attached File(s)
      File Type: mq5 close line.mq5
    • BlueRain replied Aug 24, 2023

      I see it is working. This would be final. Please try attached. small change applied.

      I will code your EAs and Indicators for no charge
    • Attached File(s)
      File Type: mq5 AutoSet SL TP.mq5
    • BlueRain replied Aug 24, 2023

      Your orders has magicnumber = 0 and you have set EA magicnumber = 111. If you set MagicNumber = 111, it will only process all orders with MagicNumber 111. Please try this. I have removed MagicNumber filtering now.

      I will code your EAs and Indicators for no charge
    • Attached File(s)
      File Type: mq5 AutoSet SL TP.mq5
    • BlueRain replied Aug 24, 2023

      it is for sure "MagicNumber" issue. In my MT5, it is working flawlessly. 2023.08.23 22:53:08.653 AutoSet SL TP_TestOnly (AUDUSD.i,M15) Symbol Processing : AUDUSD.i 2023.08.23 22:53:08.653 AutoSet SL TP_TestOnly (AUDUSD.i,M15) Processing ticket ...

      I will code your EAs and Indicators for no charge
    • Attached File(s)
      File Type: mq5 AutoSet SL TP_TestOnly.mq5
    • BlueRain replied Aug 23, 2023

      it seems this is not even into the loop. Maybe, MagicNumber issue? I added a lot of print() statement in this test version. ( Not for production ). This is identical as before but has some output to journal. Can you try again? and have print outs?

      I will code your EAs and Indicators for no charge
    • Attached File(s)
      File Type: mq5 AutoSet SL TP_TestOnly.mq5
    • BlueRain replied Aug 23, 2023

      that is totally strange.. it should have some kind of printout when you run EA. Can you try this .. I added extra function to catch if there is any transactional events.

      I will code your EAs and Indicators for no charge
    • Attached File(s)
      File Type: mq5 AutoSet SL TP.mq5
    • BlueRain replied Aug 22, 2023

      I just retested on my terminal and it works fine with me. Can you copy error msg printed in Journal? FYI, Stoploss and TakeProfit in option is in Points, not Pips.

      I will code your EAs and Indicators for no charge
    • BlueRain replied Aug 22, 2023

      Minor fix applied. Try again. I have tested out and it seems working fine now.

      I will code your EAs and Indicators for no charge
    • Attached File(s)
      File Type: mq5 AutoSet SL TP.mq5
    • BlueRain replied Aug 22, 2023

      I misunderstood. I thought you wanted to change so that EA stops auto-removal. To make EA continually check and modify SL, TP - it needs some change. try attached.

      I will code your EAs and Indicators for no charge
    • Attached File(s)
      File Type: mq5 AutoSet SL TP.mq5
    • BlueRain replied Aug 18, 2023

      there was a line that make EA removed. I have commented out. Try this now.

      I will code your EAs and Indicators for no charge
    • Attached File(s)
      File Type: mq5 AutoSet SL TP.mq5
    • Posts by Member Search: 'BlueRain'
      • Page 1 23456 58
    Top of Page
    • Facebook
    • Twitter
    About FF
    • Mission
    • Products
    • User Guide
    • Media Kit
    • Blog
    • Contact
    FF Products
    • Forums
    • Trades
    • Calendar
    • News
    • Market
    • Brokers
    • Trade Explorer
    FF Website
    • Homepage
    • Search
    • Members
    • Report a Bug
    Follow FF
    • Facebook
    • Twitter

    FF Sister Sites:

    • Metals Mine
    • Energy EXCH
    • Crypto Craft

    Forex Factory® is a brand of Fair Economy, Inc.

    Terms of Service / ©2023