Go Back   BabyPips.com Forex Forum > "The Holy Grails" > Free Forex Trading Systems


Free Forex Trading Systems Got the "Holy Grail" system? Want to share it for free and become everyone's hero? This is the place to do it. (No advertisers please!) Also, follow along as our very own Pip Surfer posts daily updates from his Cowabunga System in the Pip My System Forex Blog.

Reply
 
LinkBack Thread Tools Display Modes
  #121 (permalink)  
Old 01-06-2008, 10:54 AM
 

Join Date: Sep 2007
Posts: 4
Default

Grob

Try getting metatrader via another MT broker demo. Try an Alpari demo as works for Cosgrove and copy your indicators/templates accross.

Go into Stochastic settings go to levels and add in the two levels you want.

Hope this helps

Pelican
Reply With Quote
  #122 (permalink)  
Old 01-06-2008, 02:34 PM
Junior Member
 

Join Date: Dec 2006
Posts: 74
Default

To echo pelican,

I downloaded the north finance demo myself and I think that their data feed and price do not play well with longer timeframe charts that include weekends. I would switch to a different demo platform. I know that Alpari's doesn't act like that, and I think that FXDD's and IBFX's are fine too.
Reply With Quote
  #123 (permalink)  
Old 01-06-2008, 08:23 PM
seth817's Avatar  

Join Date: Aug 2007
Location: Flagstaff, AZ U.S.A
Posts: 7
Default

Do you need to have a huge account in order to do longer term trading?

I have gotten the impression from reading on this forum that longer term trading stategies are reserved for the people who have huge accounts.

I plan on opening an account of about $5,000.oo us.

Should i stick with the shorter time frame strategies?

In the babypips school this is listed among the disadvantages of long term trading:

"Bigger account needed to ride longer term swings."
Reply With Quote
  #124 (permalink)  
Old 01-06-2008, 11:04 PM
metalhead trader's Avatar
Newbie
 

Join Date: Oct 2007
Posts: 23
Default

Quote:
Originally Posted by cgjedi View Post
The original MT4 template files are found a few pages back. I wanted to take it to the next step and write indicators for the method. What this allows is:
1. Easier customization of the various parameters
2. Easier access to the data when writing EAs

The zip file contains 2 parts: the indicators themselves and the template file that specifies the indicator settings for a chart. Just place the unzipped directories into your existing MetaTrader directories.

The Rainbow MMA
The RainbowMMA is split into 5 indicators. This is because an indicator is limited to only 8 data buffers but the MMA has many more than 8. Each indicator displays a portion of the entire Rainbow. Each has a StartColor and an EndColor that the indicator will automatically determine the range of shades between. You can also tweak each individual MA period, the MA method and the price type it is based on.

The included template file contains color settings from Ingot's original doc. The colors have been modified slightly since the indicators automatically determine the range between the start and end colors. But it should not be that noticeable. In any case, this would allow someone to come up with their own color scheme and save it to a template quite easily. For example if you would want, say, a range of grays or a sepia tone scheme or ....

Stochastic Threads
This indicator also is split into separate indicators. There's an 'LTF' (Low Time Frame), 'HTF' (High Time Frame), and 'MTF' (Mid Time Frame). Again, this had to be done because of the 8 buffer limit per indicator. The MTF is just an indicator to catch the mid-time frame stochs as well as the all important 14 time period.

Each indicator has a start and end color setting. Although it's not as important as for the Rainbow MMA, giving a slight range of shades to the LTF and HTF does make the behaviour more clear and easy to follow for the various periods.

The next step? Writing an EA to give an email alert when a pair generates a signal.

Some Programming Questions
While this goes a long way to improving customization, I was stumped by several things. If someone can give me some pointers, I'd appreciate it. Since an indicator is limited to only 8 buffers, there seems to be no way to write an indicator of indicators ie. an indicator that would collect the 5 indicators and apply settings to them all at once. I tried looking at what "scripts" can do but they have no access to displaying indicators at all. There also is no access to programatically save/load template files from a script. If anyone has any experience with these things, could you give some tips?
AW the indicators wont open
Reply With Quote
  #125 (permalink)  
Old 01-06-2008, 11:28 PM
Newbie
 

Join Date: Jan 2008
Posts: 12
Default Updated with Multi Time Frame indicators

+++Updated+++

I made some improvements and fixed a few display issues. The major improment is the ability to show multiple time frames in a single chart. The original Stoch Thread newsgroup by Spudfyre (see link on first page) eventually began to discuss seeing multiple time frames on a chart. However, I wasn't that thrilled with their implementation of the idea.

Their indicator kept the same value across a higher timeframe which results in a stair step look which can be confusing to follow. Instead, the version I wrote will display the higher timeframes as a line chart. This way you can be on a 4H chart and see the stochastics for the 4H, the daily and the weekly at the same time. You can then really get a sense of what the overall trends for the time periods are doing.

There are 3 additional indicators with a suffix of "_multiTF". So attach those to the chart and they will use the original ones behind the scenes.

There is a new input for specifing Timeframe. In other MTF indicators I've seen, you have to put in the actual number of minutes per time period. Who knows how many minutes there are in a week off the top of their head? I sure don't. So instead, you just enter the chart code you'd like ie. M30 or D1 or W1. If you want it to automatically change when a chart changes just input "Chart". I think that's a lot more user friendly.

There's a new template file that shows an example of how the charts go together. Let me know if there's problems or anything else that you'd find useful.

Last edited by cgjedi; 02-02-2008 at 10:06 AM.
Reply With Quote
  #126 (permalink)  
Old 01-07-2008, 05:10 AM
Jimmy's Avatar
Junior Member
 

Join Date: Dec 2007
Location: Forex
Posts: 49
Default

Quote:
Originally Posted by cgjedi View Post
+++Updated+++

I made some improvements and fixed a few display issues. The major improment is the ability to show multiple time frames in a single chart. The original Stoch Thread newsgroup by Spudfyre (see link on first page) eventually began to discuss seeing multiple time frames on a chart. However, I wasn't that thrilled with their implementation of the idea.

Their indicator kept the same value across a higher timeframe which results in a stair step look which can be confusing to follow. Instead, the version I wrote will display the higher timeframes as a line chart. This way you can be on a 4H chart and see the stochastics for the 4H, the daily and the weekly at the same time. You can then really get a sense of what the overall trends for the time periods are doing.

There are 3 additional indicators with a suffix of "_multiTF". So attach those to the chart and they will use the original ones behind the scenes.

There is a new input for specifing Timeframe. In other MTF indicators I've seen, you have to put in the actual number of minutes per time period. Who knows how many minutes there are in a week off the top of their head? I sure don't. So instead, you just enter the chart code you'd like ie. M30 or D1 or W1. If you want it to automatically change when a chart changes just input "Chart". I think that's a lot more user friendly.

There's a new template file that shows an example of how the charts go together. Let me know if there's problems or anything else that you'd find useful.

Very nice work.
Reply With Quote
  #127 (permalink)  
Old 01-07-2008, 03:51 PM
In2Blues
Guest
 
Posts: n/a
Default

Wow, cgjedi, you've done a lot of great work here. Thanks for sharing this with us.

I've seen the stair step look on charts and I also found it very confusing.

The new input for specifying the time frame sounds great.

I can't wait to try it.
Reply With Quote
  #128 (permalink)  
Old 01-07-2008, 03:59 PM
Newbie
 

Join Date: Jan 2008
Posts: 12
Default

Thanks and you're welcome. I just found this thread a few days ago - just in time to read that Ingot54 was going to be leaving. When I read the Stochastic Threads by Spudfyre, I noticed that when he left that forum last summer, it didn't last too long and he hasn't been heard from since.

I hope discussion continues on this forum because I really think this strategy has great potential and would like to hear what people are doing with it.

And maybe with these new indicators, Ingot54 will be persuaded to stick around a little while longer too.
Reply With Quote
  #129 (permalink)  
Old 01-07-2008, 05:02 PM
 

Join Date: Apr 2006
Posts: 5
Default

Hello everyone,

Doing my own analysis I came up with these 2 ideas:

GPY/JPY looks like its ripe for a long trade as the daily chart shows a nice tight rope. The Weekly chart also shows a tight rope forming in oversold territory. Still gonna wait a day or two on this but to me it looks like its a good candidate to go long in a day or so.

EUR/JPY also looks like its ripe for a long trade. Daily chart shows a very nice tight rope in oversold territory, and the Weekly chart shows a nice rainbow long trend. Still going to wait a couple more days on this but if all goes right, it looks like another good candidate to go long.

Thoughts anyone?
Attached Images
File Type: jpg 08-0107-eurjpydaily.jpg (69.2 KB, 190 views)
File Type: jpg 08-0107-eurjpyweekly.jpg (75.0 KB, 147 views)
File Type: jpg 08-0107-gpyjpydaily.jpg (67.3 KB, 137 views)
File Type: jpg 08-0107-gpyjpyweekly.jpg (82.3 KB, 144 views)
Reply With Quote
  #130 (permalink)  
Old 01-07-2008, 06:05 PM
Superior Master Contributor and Member
 

Join Date: Nov 2007
Posts: 551
Default

hi Dirk,
I would just like to comment about your chart #1 for the EUR/JPY. That chart in my opinion confirms the power of Ingots rainbow strat.

If you look at the tight rope formation (about the 28th of DEC), that woulda been a nice ride down some 300+ pips, and it still hasn't come out over the 23.6 line even though that might be considered trading against the trend.

Though I am still very VERY new to this, but that looked to me like a picture perfect short opportunity, please feel free to correct me. I'm just beginning to demo play with this, but when i see something like that, it gives me alot of confindence going forward.

Cheers and thanks for posting up your set-ups.

Last edited by Cdawg; 01-07-2008 at 06:16 PM.
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 05:02 PM.
Content Relevant URLs by vBSEO 3.3.1
"There are two kinds of failures: Those who thought and never did, and those who did and never thought."
Laurence Peter
Feedback Form