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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

LRSF - TMS Expert Advisor - MT5 85 replies

LRSF Monitor - Assistant for TMS trading 26 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
  • 483
Attachments: LRSF - TMS Expert Advisor
Exit Attachments
Tags: LRSF - TMS Expert Advisor
Cancel

LRSF - TMS Expert Advisor

  • Last Post
  •  
  • 1 5152Page 535455 59
  • 1 52Page 5354 59
  •  
  • Post #1,041
  • Quote
  • Oct 11, 2018 9:59am Oct 11, 2018 9:59am
  •  ING.WIZARD
  • | Joined Sep 2018 | Status: Member | 110 Posts
Quoting jansb000
Disliked
{quote} Just read post #1 for instructions on how to install the TDI.
Ignored
I did it but do not mention anything for a TDI indicator, I add the EA but nothing happens. can you make a list of the working files to use. thanks in advance.
 
 
  • Post #1,042
  • Quote
  • Oct 11, 2018 10:19am Oct 11, 2018 10:19am
  •  ING.WIZARD
  • | Joined Sep 2018 | Status: Member | 110 Posts
Quoting ING.WIZARD
Disliked
{quote} I did it but do not mention anything for a TDI indicator, I add the EA but nothing happens. can you make a list of the working files to use. thanks in advance.
Ignored
UPDATE just found i need to make 2 directories inside the indicator folder
 
 
  • Post #1,043
  • Quote
  • Oct 11, 2018 12:46pm Oct 11, 2018 12:46pm
  •  ING.WIZARD
  • | Joined Sep 2018 | Status: Member | 110 Posts
What are the common pairs you use for test this EA ?
Prefered TF ?
Any .set files you guys are using ?


Thanks.
looking forward to test this.
 
 
  • Post #1,044
  • Quote
  • Oct 11, 2018 1:22pm Oct 11, 2018 1:22pm
  •  J1mm
  • Joined Mar 2018 | Status: Member | 423 Posts
Quoting ING.WIZARD
Disliked
What are the common pairs you use for test this EA ? Prefered TF ? Any .set files you guys are using ? Thanks. looking forward to test this.
Ignored
You should take some time to read the post and you will find out all your questions... This is at least a way to show respect to the owner not just jumping and asking simple questions answered over and over...
Building a Freedom All Time Return: 5,178.8%
 
1
  • Post #1,045
  • Quote
  • Oct 11, 2018 2:11pm Oct 11, 2018 2:11pm
  •  ING.WIZARD
  • | Joined Sep 2018 | Status: Member | 110 Posts
Quoting J1mm
Disliked
{quote} You should take some time to read the post and you will find out all your questions... This is at least a way to show respect to the owner not just jumping and asking simple questions answered over and over...
Ignored
Thank you for your response, I already did it, was my fault i was thinking just to get all in one place. if this makes you uncomfortable i apologise.

Thanks.
 
 
  • Post #1,046
  • Quote
  • Oct 11, 2018 5:44pm Oct 11, 2018 5:44pm
  •  jansb000
  • Joined Apr 2016 | Status: Member | 710 Posts
Quoting ING.WIZARD
Disliked
What are the common pairs you use for test this EA ? Prefered TF ? Any .set files you guys are using ? Thanks. looking forward to test this.
Ignored
I agree with J1mm. Take some time to go through the posts. All you need to know to get going is in post #1. Start with a demo account.
I have the EA on 28 pairs. That is any combination of USD, CAD, EUR, CHF, GBP, JPY, AUD and NZD. The EA is designed for tf H4, but some prefer H1.
 
 
  • Post #1,047
  • Quote
  • Oct 11, 2018 5:49pm Oct 11, 2018 5:49pm
  •  jansb000
  • Joined Apr 2016 | Status: Member | 710 Posts
LRSF EA version 1.21

This is the stable version of version 1.21. It will trade real accounts for 26 weeks.
Attached File(s)
File Type: ex4 BiM_LRSF_21.ex4   207 KB | 214 downloads

Cheers...
 
2
  • Post #1,048
  • Quote
  • Oct 11, 2018 5:53pm Oct 11, 2018 5:53pm
  •  jansb000
  • Joined Apr 2016 | Status: Member | 710 Posts
LRSF EA Version 1.21 changelist

Bugfixes:
Inserted Code
 * - Bugfix: UseTrailingHA was not correctly following the Heiken Ashi.
 * - Bugfix: At least 5 minutes between two MEME orders. After SendOrder() to broker the
 *   order processing could sometimes get delayed a bit. EA would then send a new request
 *   on next tick. This would lead to multiple MEME orders at (nearly) same price.
 * - Bugfix: Logging added for each modification of an order. Needed to find cause of hyper-
 *   activity.
 * - Bugfix: Hyperactivity due to many changes of SL is solved. Bug was in the part where
 *   trailing previous HA-bar was handled.
Changelist:
Inserted Code
 * - Added Entry mode 5METHOD_RET that will wait for retrace before it enters a
 *   trade.
 * - New function last_order_from_history() will find the most recent -completed-
 *   order.
 * - Added a status gWaitRetrace to control the logic around retrace detection.
 * - Added an include "inc_logging_functions.mqh". This include will store (append)
 *   log-messages in a file. Handy for post-mortem to find out what happened and in
 *   what order.
 * - ntr_check() now deals with retrace signals.
 * - Added method cl_order.max_profit_pips()
 * - Use variable gMASignalPeriod instead of constant number 5 for defining MA periods.
 
1
  • Post #1,049
  • Quote
  • Edited 6:17pm Oct 11, 2018 5:54pm | Edited 6:17pm
  •  jansb000
  • Joined Apr 2016 | Status: Member | 710 Posts
LRSF EA version 1.22

In post #1 you can now find wip 1 of version 1.22.
In this version we can now set each timeframe we want to check before taking a trade.
The format (with all defaults) is: A;A;A;A;A;A;A;A;A
That is one character for each timeframe: M1, M5, M15, M30, H1, H4, D1, W1, MN1.
The meaning of the characters is:

  1. A - Automatic
    Use this timeframe in the default way. This is that the current, next and next-next will be checked. Example, if you trade on H4 and the pattern is A;A;A;A;A;A;A;A;A then the timeframes that are checked are H4, D1, W1.
  2. T - True
    Check this timeframe. For example when the pattern is set: T;A;A;A;A;A;A;A;T Then, in the previous example we would check H4, D1, W1 and M1, MN1
  3. F - False
    Do not check this timeframe. Any timeframe marked with an F will not be checked. For example, when trading the timeframe H4 and you do not want to check the D1 then your pattern would be: A;A;A;A;A;A;F;A;A

I hope that my little explanaition makes sense to you. If you leave the pattern as the default (9xA) the EA will behave exactly as before.

Cheers...

 
1
  • Post #1,050
  • Quote
  • Oct 12, 2018 1:45am Oct 12, 2018 1:45am
  •  nschwegl
  • | Joined Dec 2016 | Status: Member | 173 Posts
Here are the result this week Ver1.21_4, very bad. Have a look to oprn trades !!! 1.21 Version, is now stable ?
Attached File(s)
File Type: pdf Result_Ver1.21_4___8-12-Oct.pdf   261 KB | 225 downloads
 
2
  • Post #1,051
  • Quote
  • Oct 13, 2018 1:10pm Oct 13, 2018 1:10pm
  •  jansb000
  • Joined Apr 2016 | Status: Member | 710 Posts
Quoting nschwegl
Disliked
Here are the result this week Ver1.21_4, very bad. Have a look to oprn trades !!! 1.21 Version, is now stable ? {image}
Ignored
Version 1.21 is indeed stable. That means that it technically does what I expect it to do.

The bad trades in your PDF can not always be avoided because sometimes the market does things that we can not predict. It is up to us humans to cut bad trades short. This is also the reason why during real trading, the EA only alows one open position.

The only thing that the EA is missing, is the proper use of support and resistance lines. That will be my focus for the next version(s). A lot of bad trades (including positions that must be saved by MEME) can be avoided by only trading away from D/R lines.
Cheers...
 
 
  • Post #1,052
  • Quote
  • Oct 14, 2018 1:57am Oct 14, 2018 1:57am
  •  nschwegl
  • | Joined Dec 2016 | Status: Member | 173 Posts
Quoting jansb000
Disliked
{quote} Version 1.21 is indeed stable. That means that it technically does what I expect it to do. The bad trades in your PDF can not always be avoided because sometimes the market does things that we can not predict. It is up to us humans to cut bad trades short. This is also the reason why during real trading, the EA only alows one open position. The only thing that the EA is missing, is the proper use of support and resistance lines. That will be my focus for the next version(s). A lot of bad trades (including positions that must be saved by...
Ignored
Thank you for your Statement. Next Question. When I switch at the EA from NormalTrade to NoTrade just monitor, what do I get on the screen ?
 
 
  • Post #1,053
  • Quote
  • Oct 15, 2018 4:02am Oct 15, 2018 4:02am
  •  Bullilulli
  • | Joined Jul 2015 | Status: Member | 83 Posts
Hi all,
please find here my actual result, started 05.09.2018
Actually working with 1_21wip4

As mentioned before I am not here to often but want to contribute a little.

Cheers Michael
Attached Image (click to enlarge)
Click to Enlarge

Name: 20181015 Result SYM incl OPEN.PNG
Size: 29 KB


Attached Image (click to enlarge)
Click to Enlarge

Name: 20181015 Result SYM.PNG
Size: 29 KB
 
1
  • Post #1,054
  • Quote
  • Oct 15, 2018 7:59am Oct 15, 2018 7:59am
  •  ING.WIZARD
  • | Joined Sep 2018 | Status: Member | 110 Posts
Quoting Bullilulli
Disliked
Hi all, please find here my actual result, started 05.09.2018 Actually working with 1_21wip4 As mentioned before I am not here to often but want to contribute a little. Cheers Michael {image} {image}
Ignored
PLease share your set files
 
 
  • Post #1,055
  • Quote
  • Oct 16, 2018 1:57pm Oct 16, 2018 1:57pm
  •  jdcrux
  • | Joined Jul 2018 | Status: Member | 46 Posts
Quoting Bullilulli
Disliked
Hi all, please find here my actual result, started 05.09.2018 Actually working with 1_21wip4 As mentioned before I am not here to often but want to contribute a little. Cheers Michael {image} {image}
Ignored
Kindly share your settings so that we all can mix and match and tweak to best possible setting. Best regards
 
 
  • Post #1,056
  • Quote
  • Oct 17, 2018 2:15am Oct 17, 2018 2:15am
  •  Bullilulli
  • | Joined Jul 2015 | Status: Member | 83 Posts
Quoting ING.WIZARD
Disliked
{quote} PLease share your set files
Ignored
Pls check my posts before….
 
 
  • Post #1,057
  • Quote
  • Oct 17, 2018 2:15am Oct 17, 2018 2:15am
  •  Bullilulli
  • | Joined Jul 2015 | Status: Member | 83 Posts
Quoting jdcrux
Disliked
{quote} Kindly share your settings so that we all can mix and match and tweak to best possible setting. Best regards
Ignored
Pls check my posts before….
 
 
  • Post #1,058
  • Quote
  • Oct 17, 2018 2:30am Oct 17, 2018 2:30am
  •  jdcrux
  • | Joined Jul 2018 | Status: Member | 46 Posts
Quoting Bullilulli
Disliked
{quote} Pls check my posts before….
Ignored
Default as i see from your last post regarding this. Am i right?
 
 
  • Post #1,059
  • Quote
  • Oct 17, 2018 11:00am Oct 17, 2018 11:00am
  •  nschwegl
  • | Joined Dec 2016 | Status: Member | 173 Posts
Hi All, as you can see trade correct, but the market turn, against us. In y view, the main Problem is, that the EA does not take a trade HH + spread+3 pips
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot1.png
Size: 259 KB
 
 
  • Post #1,060
  • Quote
  • Oct 17, 2018 1:30pm Oct 17, 2018 1:30pm
  •  UpnDowns
  • | Joined Mar 2018 | Status: Member | 7 Posts
Jans, really appreciate the hard work you've been putting since the start of the year. may i get your set files, template to make my terminal look similar to yours? Am currently testing out manual trading using the TMS system and alongside to include your systems to identify more trades (using TMS monitor) and also your MEME system to hedge with my manual trades. hopefully i'll be able to contribute in no time. im at page 40 of this thread currently xD.
 
 
  • Trading Systems
  • /
  • LRSF - TMS Expert Advisor
  • Reply to Thread
    • 1 5152Page 535455 59
    • 1 52Page 5354 59
1 trader viewing now
  • More
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