Forex
Google

Go Back   Forex Trading > Discussion Areas > Metatrader 4
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack (3) Thread Tools Display Modes
  #11 (permalink)  
Old 09-10-2006, 08:02 AM
PeaceLover's Avatar
PeaceLover PeaceLover is offline
Senior Member
 
Join Date: Aug 2006
Posts: 211
PeaceLover is on a distinguished road
Quote:
Originally Posted by richx7
I usually trade 15 min (or 30 min charts during slow choppy trading) and use 5 min charts or 1 min charts during big news so it may need to be changed for higher times. In the chart I use

triggerlines alert (sounds on color change)
Heikin Ashi MA (blue red bars)
Awesome (window 1)
Trading hours (window 2)
Fisher m11 (window 3)
JMA slope (window 4)
add PSAR if you want too

You could try FX Fish on 1hr or 4hr charts in place of Fisher m11 which is delayed on higher charts. I have included 5 to get you started.


Ok I got them all thank you. Now what do I look for?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 09-11-2006, 12:32 AM
richx7 richx7 is offline
Member
 
Join Date: Dec 2005
Posts: 72
richx7 is on a distinguished road
PeaceLover
To get you started I have included Silver Trend that gives buy sell signals. Test the system in 30min charts on GBP US during day trading hours 6 am - 11 am if possible. Awesome and triggerlines are red in selling and blue in buying. JMA slope gives an indication of flat and good trading conditions, and usually all indicators will match. Usually its best to wait for the price to cross triggerlines before you enter a trade. You can use a buy limit or sell stop placing the trade on triggerlines or wait for the cross. Test this system in a demo for at least a month profitably before trading live.
Attached Files
File Type: mq4 SHI_SilverTrendSig.mq4 (3.7 KB, 134 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 09-11-2006, 01:07 AM
iscuba11's Avatar
iscuba11 iscuba11 is offline
Senior Member
 
Join Date: May 2006
Location: Houston
Posts: 400
iscuba11 is on a distinguished road
Smile

Quote:
Originally Posted by richx7
PeaceLover
To get you started I have included Silver Trend that gives buy sell signals. Test the system in 30min charts on GBP US during day trading hours 6 am - 11 am if possible. Awesome and triggerlines are red in selling and blue in buying. JMA slope gives an indication of flat and good trading conditions, and usually all indicators will match. Usually its best to wait for the price to cross triggerlines before you enter a trade. You can use a buy limit or sell stop placing the trade on triggerlines or wait for the cross. Test this system in a demo for at least a month profitably before trading live.
This indicator also repaints like most indicators. Good visually, no good for EA.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 09-11-2006, 11:22 PM
richx7 richx7 is offline
Member
 
Join Date: Dec 2005
Posts: 72
richx7 is on a distinguished road
These indicators are not for making EAs but for live trading manually. I came across the Lab Trend (coded by Igorad) with an alert when colors change, and it has high low lines too. It is similar to Silver trend but looks like it may be better for trading live. I tested it in 1 min charts, and it doesn't seem to repaint previous bars.

ASCTrend system

The Fisher m11 (solar) that I posted doesn't repaint and can be used for an EA.
Attached Images
File Type: jpg lab trend.jpg (74.1 KB, 916 views)
Attached Files
File Type: mq4 LabTrend1_v2.mq4 (7.7 KB, 269 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 09-15-2006, 06:39 PM
PeaceLover's Avatar
PeaceLover PeaceLover is offline
Senior Member
 
Join Date: Aug 2006
Posts: 211
PeaceLover is on a distinguished road
Quote:
Originally Posted by iscuba11
This indicator also repaints like most indicators. Good visually, no good for EA.
So you use it in an EA? IF so what time frame?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 09-16-2006, 04:42 AM
PeaceLover's Avatar
PeaceLover PeaceLover is offline
Senior Member
 
Join Date: Aug 2006
Posts: 211
PeaceLover is on a distinguished road
Quote:
Originally Posted by richx7
PeaceLover
To get you started I have included Silver Trend that gives buy sell signals. Test the system in 30min charts on GBP US during day trading hours 6 am - 11 am if possible. Awesome and triggerlines are red in selling and blue in buying. JMA slope gives an indication of flat and good trading conditions, and usually all indicators will match. Usually its best to wait for the price to cross triggerlines before you enter a trade. You can use a buy limit or sell stop placing the trade on triggerlines or wait for the cross. Test this system in a demo for at least a month profitably before trading live.

Do you use this in an EA, If so what time frame?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 10-30-2006, 02:58 PM
iscuba11's Avatar
iscuba11 iscuba11 is offline
Senior Member
 
Join Date: May 2006
Location: Houston
Posts: 400
iscuba11 is on a distinguished road
Question Help me get the sw_buy value to display!

sw_buy=iCustom(NULL,0,"Solar Wind-a",period,1,0);


PHP Code:
//----------------------- PRINT COMMENT FUNCTION
void subPrintDetails()
{
   
string sComment   "";
   
string sp         "----------------------------------------\n";
   
string NL         "\n";
    
string sDirection "";
    if (
sw_buy_cur>0sDirection="UP";
    if (
sw_sell_cur<0sDirection="DOWN";
   
sComment "SOLAR WIND EA" NL;
   
sComment sComment "TakeProfit=" DoubleToStr(TakeProfit,0) + " | ";
   
sComment sComment "TrailingStop=" DoubleToStr(TrailingStop,0) + " | ";
   
sComment sComment "StopLoss=" DoubleToStr(StopLoss,0) + NL
   
sComment sComment sp;
   
sComment sComment "Solar Wind Direction=" sDirection " | ";   
   
sComment sComment "Lots=" DoubleToStr(Ilo,2) + " | ";
   
sComment sComment "LastTrade=" DoubleToStr(TradeLast,0) + " | "
   
sComment sComment "MM=" DoubleToStr(mm,0) + " | ";
   
sComment sComment "Risk=" DoubleToStr(Risk,0) + "%" NL;
   
sComment sComment "Trade=" DoubleToStr((CntOrd(OP_BUY,MagicNumber)+CntOrd(OP_SELL,MagicNumber)),0) + NL
   
sComment sComment sp;  
   
Comment(sComment);

I am not familiar with this type of display verbage for an ea. I would like the value of sw_buy to display at the very end of the display so that I can confirm what is being inputed. Would you assist me?

Dave
<><<<
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 10-30-2006, 11:35 PM
Eaglehawk's Avatar
Eaglehawk Eaglehawk is offline
Senior Member
 
Join Date: Jun 2006
Posts: 141
Eaglehawk is on a distinguished road
to do this, you should use the "Print" function. the function you have made, however, doesn't compile in a system that does on it's own, so i'm assuming you have fixed that issue outside of the function.

PHP Code:
Print("sw equals"sw); 
__________________
"One's ability to accomplish his or her goals is limited only by the ingenuity of how one uses what he or she already knows."- Eaglehawk
REMEMBER,
"Genius is nothing but a greater aptitude for patience." –Benjamin Franklin

____________________________________

Have a simple ea you just can't figure out how to code??? Odds are you can make it here. Just remember to push complete when you're done, NOT SAVE!!!

http://sufx.core.t3-ism.net/ExpertAdvisorBuilder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 10-31-2006, 01:31 AM
iscuba11's Avatar
iscuba11 iscuba11 is offline
Senior Member
 
Join Date: May 2006
Location: Houston
Posts: 400
iscuba11 is on a distinguished road
Smile

I am confused. Why can I not make it into a scomment so I can watch the value change on the screen??

Dave
<><<<
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 10-31-2006, 01:49 AM
firedave's Avatar
firedave firedave is offline
Senior Member
 
Join Date: Nov 2005
Location: Jakarta, Indonesia
Posts: 416
firedave is on a distinguished road
Hi Dave, did you try to declare sw_buy and sw_sell before start() so the variable could be use on function ? Hope this help
__________________
David Michael H
"Trader helps traders with sincerity, honesty and integrity"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/metatrader-4/3517-solar-wind.html
Posted By For Type Date
Solar Winds - ProfiForex Traders Forum Post #81 Refback 06-29-2008 11:32 AM
Solar Winds - ProfiForex Traders Forum Post #81 Refback 06-28-2008 05:03 PM
åá áÏíß ÝßÑÉ ÌÏíÏÉ áãÄÔÑ ÌÏíÏ æãÝíÏ - ÇÔÑÍåÇ åäÇ æÓæÝ äÈÑãÌå áß - ÇáÕÝÍÉ 4 - ãäÊÏíÇÊ ããáßÉ ÇáÈæÑÕÉ This thread Refback 07-23-2007 10:41 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
solar dazminder Indicators - Metatrader 4 3 04-05-2006 04:50 PM


All times are GMT. The time now is 09:21 AM.