• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 10:47pm
  • Search
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 10:47pm
Search
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Search
Search
Search

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

LRSF - TMS Expert Advisor 1169 replies

LRSF Monitor - Assistant for TMS trading 23 replies

TMS basket: Dashboard for a basket of MA-Filtered RSI Signals 135 replies

PA patterns with TMS system 45 replies

Polapip The Meandering System (TMS) 29 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 20
Attachments: LRSF - TMS Expert Advisor - MT5
Exit Attachments

LRSF - TMS Expert Advisor - MT5

  • Last Post
  •  
  • 1 2 Page 3
  • 1 2 Page 3
  •  
  • Post #41
  • Quote
  • Edited at 4:31pm May 20, 2019 4:16pm | Edited at 4:31pm
  •  jansb000
  • Joined Apr 2016 | Status: Member | 687 Posts
Quoting unseenhero42
Disliked
Hi, instead of having a stop loss, why not have a Zone Recovery system. So if the trade goes wrong it can recover the trade because it will eventually go up or down for a large number of pips. So therefore you will never have a lost trade, ether break even or a good profit.
Ignored
Hi unseenhero42,

For this EA project I have decided to follow the Trading Made Simple strategy (https://www.forexfactory.com/showthread.php?t=291622).
This strategy is well tested, documented and scrutinized. I try to follow that strategy as close as possible. Therefore, I try to avoid discussions about the trading strategy here. In this thread I want to show how I create this EA and I like to discusss techniques about how to best automate the TMS strategy.
This LRSF EA will actually move the stop loss a couple of times to allow so-called additional MEME entries. These are entries in the same direction as the original order. Collectively, multiple entry orders will give a better average entry point. See the example below, where I entered an order at a point where I anticipated resistance, but that never happened. By adding orders I managed to come out without loss.
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot1.png
Size: 22 KB


With "zone recovery" you probably mean a trading strategy where the Expert Advisor creates hedges that are a little bit bigger than the original order. Eventually the order and hedges will move to a break-even point. Besides the EA discussed in this thread I had another EA (never published on ForexFactory) that would follow that strategy.
Inserted Video

Unfortunately that stategy has some disadvantages too. When the market is weak during a longer period it tends to stack hedge upon hedge upon hedge and the swap costs can become substantial. Anyway I am planning to rewrite that other Zone-Recovery EA with all my lessons learned in the near future. That will be a new thread.

Would be great if some programmers would help me with that. Anyway, let's not discuss that strategy here in this thread. It will just confuse people.

Cheers...
  • Post #42
  • Quote
  • Edited at 6:52am May 21, 2019 6:33am | Edited at 6:52am
  •  timidave
  • | Joined Nov 2007 | Status: Member | 387 Posts
Hello Jansb00, well done here. I've tried to run the EA on my vps, and i have the following complains. I could only fine the mt5 version of the tdi indicator which i installed, but the others i could'nt fine. Despite installing the tdi it is not being seen by the experts
Attached Image (click to enlarge)
Click to Enlarge

Name: Hello.png
Size: 77 KB
  • Post #43
  • Quote
  • May 30, 2019 4:03am May 30, 2019 4:03am
  •  jansb000
  • Joined Apr 2016 | Status: Member | 687 Posts
Quoting timidave
Disliked
Hello Jansb00, well done here. I've tried to run the EA on my vps, and i have the following complains. I could only fine the mt5 version of the tdi indicator which i installed, but the others i could'nt fine. Despite installing the tdi it is not being seen by the experts {image}
Ignored
Hi timidave,

Sorry for taking so long to answer your question...

Error 4802 could indicate that there is not enough memory available.
1 - Please try to limit to just one single chart to rule out this possible cause.
2 - Manually open the indicator, see if it opens correctly on your chart. Maybe this will give a more clear error message.

Cheers...
  • Post #44
  • Quote
  • May 31, 2019 7:41am May 31, 2019 7:41am
  •  timidave
  • | Joined Nov 2007 | Status: Member | 387 Posts
Quoting jansb000
Disliked
{quote} Hi timidave, Sorry for taking so long to answer your question... Error 4802 could indicate that there is not enough memory available. 1 - Please try to limit to just one single chart to rule out this possible cause. 2 - Manually open the indicator, see if it opens correctly on your chart. Maybe this will give a more clear error message. Cheers...
Ignored
Ok, thanks, will check and adjust accordingly
  • Post #45
  • Quote
  • Jun 7, 2019 4:40am Jun 7, 2019 4:40am
  •  jansb000
  • Joined Apr 2016 | Status: Member | 687 Posts
LRSF EA Version 2.08 wip 2

I just uploaded the next WIP-version to post #1.

  1. Fixed a bug in the code for determination of a proper stop-loss for MEME positions.
    This will now take manually placed LIMIT orders into consideration (if added with correct MagicNumber).
  2. Added a input variable "ADR_Factor".
    The placement of LIMIT orders is based on ADR100. I found that for some pairs it is better to work with ADR100 * 2.
    For example the pair EURZAR seems to work better with a larger distances between orders.

Cheers...

2
  • Post #46
  • Quote
  • Jun 13, 2019 10:37am Jun 13, 2019 10:37am
  •  timidave
  • | Joined Nov 2007 | Status: Member | 387 Posts
Quoting jansb000
Disliked
LRSF EA Version 2.08 wip 2 I just uploaded the next WIP-version to post #1. Fixed a bug in the code for determination of a proper stop-loss for MEME positions. This will now take manually placed LIMIT orders into consideration (if added with correct MagicNumber). Added a input variable "ADR_Factor". The placement of LIMIT orders is based on ADR100. I found that for some pairs it is better to work with ADR100 * 2. For example the pair EURZAR seems to work better with a larger distances between orders. Cheers...
Ignored
Well done jansb00. I admire your dedication.
  • Post #47
  • Quote
  • Jun 14, 2019 10:01am Jun 14, 2019 10:01am
  •  trieuVhh
  • Joined Feb 2019 | Status: (っ.❛ ᴗ ❛.)0 | 174 Posts | Invisible
This is a thread present a strategy based on Big E's TMS, i found its rule simpler (as thread's name) and more accurate compare to original thread, hope you find something useful for your EA
https://www.forexfactory.com/showthread.php?t=917569
1
  • Post #48
  • Quote
  • Jun 20, 2019 1:51pm Jun 20, 2019 1:51pm
  •  unseenhero42
  • | Joined Sep 2018 | Status: Member | 39 Posts
Hi,

I've been trying out additional indicators to see possible turning points. Addition high/low of previous/present month and week. A lot of times it does respect them.
  • Post #49
  • Quote
  • Jul 5, 2019 12:08pm Jul 5, 2019 12:08pm
  •  jansb000
  • Joined Apr 2016 | Status: Member | 687 Posts
Quoting unseenhero42
Disliked
Hi, I've been trying out additional indicators to see possible turning points. Addition high/low of previous/present month and week. A lot of times it does respect them.
Ignored
Hi unseenhero42,

I also have written my own indicator for weekly levels. It's called the 'LRSF Magnified Price Indicator' and is a collection of very handy information for your daliy trading.
https://www.forexfactory.com/showthread.php?t=847464

Cheers...
  • Post #50
  • Quote
  • Jul 5, 2019 12:26pm Jul 5, 2019 12:26pm
  •  jansb000
  • Joined Apr 2016 | Status: Member | 687 Posts
LRSF Expert Advisor v2.09 wip 1

This version has the new 'MemeAdjustPips' setting. Default value is 0.

  1. Added parameter 'MemeAdjustPips'. This parameter enables to add a couple
    of pips to the TP-level of a MEME order. In cases where we know that the trade
    is going in our favour, or when the swap-costs are higher then normal, we can
    use this to gain some extra pips.

For a normal MEME trade the profit is set to just 3 pips. This value is chose so that every MEME should make a little profit, at least to cover the swap costs. Now, it is possible add a few pips to the take profit of a MEME order to let it make a few more pips. Remember, that there is no guarantee that the take profit will actually be hit. It is your own responsibility to set this setting. (it should even be possible to set it to a negative value to make less than 3 pips if that is what you would like.)

Note: When you change this value on a MEME that is already in place, it might take a couple of minutes to change the existing TP. If a MEME is in place it will be recalibrated every 5 mins. So this is the time it can take to see the effect of your setting.

Note: The value of the parameter should remain between 0 and 5, but there is no hard limit. You can set it to whatever value yiou like.

When should you use this parameter?

  1. When a MEME trade has hit a strong support and resistance line and the price is bouncing in your favour. When you feel the price will move further then the default TP then you can set the value to rake in more profit. A setting between 0 and 5 would be suitable for this.
  2. When the MEME is going in your direction and you are able to put a stoploss on the avarage open price that will guarantee break-even. In that case you might want to set the TP>10 to be able to follow that trend. You alse must keep moving the SL for every new bar to lock in more profit.
  3. When you are trading a pair with high swap costs. You want a MEME to minimaly make the swap costs back. A setting between 0 and 3 should do the trick.


Download the latest WIP version from post #1.
Have fun using this new setting...
Cheers...

3
  • Post #51
  • Quote
  • Jul 5, 2019 12:30pm Jul 5, 2019 12:30pm
  •  jansb000
  • Joined Apr 2016 | Status: Member | 687 Posts
PS: Anybody interrested in writing and maintaining a user manual for this Expert Advisor?
1
  • Post #52
  • Quote
  • Jul 5, 2019 3:20pm Jul 5, 2019 3:20pm
  •  timidave
  • | Joined Nov 2007 | Status: Member | 387 Posts
Quoting jansb000
Disliked
PS: Anybody interrested in writing and maintaining a user manual for this Expert Advisor?
Ignored
That would be great to have a manual for the expert.
  • Post #53
  • Quote
  • Jul 6, 2019 5:09pm Jul 6, 2019 5:09pm
  •  farmabioq
  • | Joined Dec 2014 | Status: Member | 23 Posts
Hello jansb000,y have developed this new version, which contains artificial intelligence and a good strategy. I have done some tests in the strategy tester with good looks. Can you publish the template that you use, in the real account? Thank you
  • Post #54
  • Quote
  • Jul 6, 2019 5:48pm Jul 6, 2019 5:48pm
  •  timidave
  • | Joined Nov 2007 | Status: Member | 387 Posts
Hello Jansb00, would there not be need for backrest or forward tests of this mt5 versions of the ea you're working on like we did for the mt4 versions?
  • Post #55
  • Quote
  • Last Post: Sep 10, 2019 11:12am Sep 10, 2019 11:12am
  •  timidave
  • | Joined Nov 2007 | Status: Member | 387 Posts
Quoting jansb000
Disliked
Hi all, After 22 versions of my TMS Expert Advisor I decided that it is time to port it to MT5. The reason that attracted me most to MT5 was it's advanced testing capabilities. This should make it a lot more efficient to develop this EA further. Original thread for the MT4 version: https://www.forexfactory.com/showthr...4#post10597594 This thread will describe how I develop my Expert Advisor. My perspective is the development process. This EA follows the well known Trading Made Simple strategy. So we do not have to discuss...
Ignored
Hello Jansb00, it's been a while. Are you stilling working on version 2.09? Eagerly waiting for the final version.
Thread Tools Search this Thread
Show Printable Version Show Printable Version
Email This Thread Email This Thread
Search this Thread:

Advanced Search

  • Trading Systems
  • /
  • LRSF - TMS Expert Advisor - MT5
  • Reply to Thread
    • 1 2 Page 3
    • 1 2 Page 3
0 traders viewing now
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 / ©2019