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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Monitor for 'Trading Made Simple' system 555 replies

trading made simple system test 12 replies

Indicators for the 'Trading Made Simple' system 342 replies

MTF Stochastics into MTF Stoch Histogram 8 replies

Trading Made Simple system follower - Thanks to eelfranz 9 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 69
Attachments: MTF Indicators for the 'Trading Made Simple' system
Exit Attachments
Tags: MTF Indicators for the 'Trading Made Simple' system
Cancel

MTF Indicators for the 'Trading Made Simple' system

  • Last Post
  •  
  • 1 891011Page 12 13
  • 1 1011Page 12 13
  •  
  • Post #221
  • Quote
  • Mar 16, 2016 7:16am Mar 16, 2016 7:16am
  •  heispark
  • Joined Apr 2011 | Status: Hoc Etiam Transibit.... | 5,001 Posts
Quoting heispark
Disliked
{quote} Thank you very much for the information. It's really awesome and I successfully have modified the code as you instructed. What I wanted is if you can help modify it to support "NextNext" TF in addition to Next TF. It's similar concept just like your TMS or Genesis 3TF or 4TF matrix/tape indicators. (You may call it "TDI-MTF 3TF".) Using this 3TF TDI, people can see/navigate MTF TDIs more easily... (Personally, I am going to modify the source to display Previous and PreviousPrevious TFs.) {image}
Ignored
Please ignore this request. I have solved my issue following your previous instruction. I was just confused and stupid. My bad...
My hat off to your generous support and contribution to TMS traders. You're really awesome!
Simplicity is the ultimate sophistication - Leonardo da Vinci
 
 
  • Post #222
  • Quote
  • Edited 7:43am Nov 20, 2016 4:31am | Edited 7:43am
  •  cowcool
  • | Joined May 2009 | Status: Member | 161 Posts
The TMS alert is cool but is there way to make it only alert long or sell only signals? I only buy in bullish trending market and sell in bearish trending market.


Bullish trending market
================
I dont wont to get sell alerts


Bearish trending market
===================

I dont wont to get buy alerts

An option to manually silence buy/sell alerts will be very useful because sometime I monitor 10 or more pairs, dont want to get overwhelmed by signals
Life Is Good
 
 
  • Post #223
  • Quote
  • Nov 25, 2016 1:09pm Nov 25, 2016 1:09pm
  •  happycool
  • | Joined Nov 2016 | Status: Member | 8 Posts
Currently, I am trying to use TDI-MTF-zz indicator (higher time frame) into an EA. While i backtest it with current Timeframe i see that when TDI is up -> buffer 1 value is less than buffer 2 And when TDI is down -> buffer value 1 is greater than buffer 2. So, i am using same conditions with TDI-MTF-zz(240 timeframe).

But, There is an issue, as you can see from 2 charts. TDI (240) direction is down in both charts but in one chart value is 69 ... 64 and other chart values are 47... 49
Attached Image (click to enlarge)
Click to Enlarge

Name: 11.png
Size: 26 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: 22.png
Size: 27 KB


Can u tell me Xaphod or zznbrm what is the issue
- What conditions i should use Or
- Is there a Corrected Version of this indicator Or
- a Similar Indicator that does the same thing.
 
 
  • Post #224
  • Quote
  • Nov 26, 2016 1:04am Nov 26, 2016 1:04am
  •  Xaphod
  • Joined Mar 2010 | Status: Member | 1,380 Posts
Quoting happycool
Disliked
Currently, I am trying to use TDI-MTF-zz indicator (higher time frame) into an EA. While i backtest it with current Timeframe i see that when TDI is up -> buffer 1 value is less than buffer 2 And when TDI is down -> buffer value 1 is greater than buffer 2. So, i am using same conditions with TDI-MTF-zz(240 timeframe). But, There is an issue, as you can see from 2 charts. TDI (240) direction is down in both charts but in one chart value is 69 ... 64 and other chart values are 47... 49 {image}{image} Can u tell me Xaphod or zznbrm what is the issue...
Ignored
zznbrm wrote this indicator. There is nothing wrong with it.
Why are you using buffer 1 and 2?
What are the buffer definitions in TDI-MTF-zz?
 
 
  • Post #225
  • Quote
  • Edited 9:14am Nov 27, 2016 3:18am | Edited 9:14am
  •  happycool
  • | Joined Nov 2016 | Status: Member | 8 Posts
I am using the indicator in EA. while backtesting only buffer 0, 1 and 2 are having values that change on every bar and the conditions
TDI is up -> buffer 1 value is less than buffer 2 And when TDI is down -> buffer value 1 is greater than buffer 2
Is Correct if i use current time frame of TDI.

Note: In the Images Above 1st and 2nd values are of TDI-MTF-zz buffer 1 and buffer 2, while other 2 values are from Other Indicator.
 
 
  • Post #226
  • Quote
  • Nov 27, 2016 12:29pm Nov 27, 2016 12:29pm
  •  Xaphod
  • Joined Mar 2010 | Status: Member | 1,380 Posts
Quoting Xaphod
Disliked
{quote} Why are you using buffer 1 and 2?
Ignored
Comparing the RSI value to the SignalLine value is not how the TDI works.

Quote
Disliked
What are the buffer definitions in TDI-MTF-zz?
From the source code of the indicator:
SetIndexBuffer( 0, gadblPriceLine );
SetIndexBuffer( 1, gadblSignalLine );
SetIndexBuffer( 2, gadblRsi );
 
1
  • Post #227
  • Quote
  • Dec 4, 2016 6:46am Dec 4, 2016 6:46am
  •  happycool
  • | Joined Nov 2016 | Status: Member | 8 Posts
But i am not able to figure out the buy and sell conditions. Can u please tell me how should i use TDI-MTF-zz (Mtf-240) using icustom. And what would be the buy and sell conditions.
 
 
  • Post #228
  • Quote
  • Jan 11, 2017 8:27am Jan 11, 2017 8:27am
  •  mokuro89
  • Joined Mar 2015 | Status: Member | 449 Posts
hi Xaphod

Thanks for this indicators and your work on them, I was looking for MTF matrix TDI.

Is there any difference between:
TDI-MTF-zz-Matrix 3TF.mq4
TMS-Matrix 3TF.mq4 ?

Thanks again
 
 
  • Post #229
  • Quote
  • Jan 11, 2017 9:11pm Jan 11, 2017 9:11pm
  •  Xaphod
  • Joined Mar 2010 | Status: Member | 1,380 Posts
Hi,

read post 2 and post 1 for info on the TDI-MTF-zz indicator.

Quoting mokuro89
Disliked
hi Xaphod Thanks for this indicators and your work on them, I was looking for MTF matrix TDI. Is there any difference between: TDI-MTF-zz-Matrix 3TF.mq4 TMS-Matrix 3TF.mq4 ? Thanks again
Ignored
 
 
  • Post #230
  • Quote
  • Jan 20, 2017 3:50pm Jan 20, 2017 3:50pm
  •  Olat15
  • | Joined Dec 2016 | Status: Member | 12 Posts
I have followed the thread from page 1 and could not but appreciate the great efforts you all had poured into the development of the TMS system. Actually, I have shifted my strategy totally to the TMS and am having great results. Truly, the thread has made trading very easy. Though am still on demo, but the results from TMS have given me the confidence that I can really go live unlike other strategies I have tested severally. TMS is great. Hopefully you Gurus in the house can continue to improve it.
 
 
  • Post #231
  • Quote
  • Feb 16, 2017 8:50pm Feb 16, 2017 8:50pm
  •  thangnd.1211
  • | Joined Dec 2016 | Status: Member | 244 Posts
great indicator and method, thank you, bro
 
 
  • Post #232
  • Quote
  • Feb 25, 2017 4:54pm Feb 25, 2017 4:54pm
  •  Bernardi
  • | Joined Mar 2015 | Status: Member | 104 Posts
Quoting Xaphod
Disliked
{quote} This should work better and fail more gracefully. v1.601 Moved the Bar check up a few lines to before iBarShift. Turned off property strict. {file} {file}
Ignored
Are you willing to share the mql4 file for "TMS-Matrix 3TF.ex4" ? I would like to write an EA for one of my systems and that indicator would be incredibly helpful
 
 
  • Post #233
  • Quote
  • Feb 26, 2017 4:47am Feb 26, 2017 4:47am
  •  Xaphod
  • Joined Mar 2010 | Status: Member | 1,380 Posts
Quoting Bernardi
Disliked
{quote} Are you willing to share the mql4 file for "TMS-Matrix 3TF.ex4" ? I would like to write an EA for one of my systems and that indicator would be incredibly helpful
Ignored
See post 1 of the thread.
 
 
  • Post #234
  • Quote
  • Feb 26, 2017 4:49am Feb 26, 2017 4:49am
  •  Xaphod
  • Joined Mar 2010 | Status: Member | 1,380 Posts
Quoting Olat15
Disliked
I have followed the thread from page 1 and could not but appreciate the great efforts you all had poured into the development of the TMS system. Actually, I have shifted my strategy totally to the TMS and am having great results. Truly, the thread has made trading very easy. Though am still on demo, but the results from TMS have given me the confidence that I can really go live unlike other strategies I have tested severally. TMS is great. Hopefully you Gurus in the house can continue to improve it.
Ignored
Thanks! Hope your trading is going well.
 
 
  • Post #235
  • Quote
  • Feb 26, 2017 4:50am Feb 26, 2017 4:50am
  •  Xaphod
  • Joined Mar 2010 | Status: Member | 1,380 Posts
Quoting thangnd.1211
Disliked
great indicator and method, thank you, bro
Ignored
Thanks. You are welcome.
Trade well!
 
 
  • Post #236
  • Quote
  • Aug 18, 2017 7:21am Aug 18, 2017 7:21am
  •  Quinttin
  • | Joined May 2015 | Status: Member | 3 Posts
He guys,

im a little bit late,

How this method work?
where are the files.
And what is the succes ratio from?
 
 
  • Post #237
  • Quote
  • Aug 19, 2017 2:39am Aug 19, 2017 2:39am
  •  Forex37
  • | Joined Oct 2006 | Status: Member | 557 Posts
Quinttin,
first step : Learn to read
then go to post 1
then read line 1 in that post
them follow link in that line
now read a few thousand posts .....
 
 
  • Post #238
  • Quote
  • Jan 24, 2018 12:30am Jan 24, 2018 12:30am
  •  MaxDeo
  • | Joined Dec 2017 | Status: Member | 6 Posts
Whats up, fellas...

Does any one have Trend wave indicator with MTF options?

I appreciate, if anyone can provide with this indicator..

Max
1
 
  • Post #239
  • Quote
  • Aug 22, 2018 4:40am Aug 22, 2018 4:40am
  •  Sara.sasha
  • | Additional Username | Joined May 2018 | 38 Posts
Can anyone help me, please?

I want to change, the following indicators (CCFp_v1.0.3cvert (1) AND CFP_v2 ) like "ALL MACD" ?
Attached Image (click to enlarge)
Click to Enlarge

Name: 1111.png
Size: 42 KB
Attached File(s)
File Type: mq4 AllMACD.mq4   13 KB | 432 downloads
File Type: mq4 CCFp_v1.0.3cvert (1).mq4   25 KB | 372 downloads
File Type: mq4 CFP_v2.mq4   27 KB | 372 downloads
 
 
  • Post #240
  • Quote
  • Sep 22, 2020 5:39am Sep 22, 2020 5:39am
  •  yorgus
  • | Joined May 2020 | Status: Member | 52 Posts
Quoting zznbrm
Disliked
Xaphod, Nicely done! Try this one - it gets rid of the "step" of the MTF - showing the true values of the indicator at the close of the lower timeframe bar. It's good for those visual backtesters to really see when one line crossed the other (like in the M1 chart below, using the H1 values). {image} {file}
Ignored
hi
do you have this indicator or similar with alerts?
thank you
 
 
  • Platform Tech
  • /
  • MTF Indicators for the 'Trading Made Simple' system
  • Reply to Thread
    • 1 891011Page 12 13
    • 1 1011Page 12 13
0 traders 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