Forex
Google

Go Back   Forex Trading > Downloads > Manual trading systems
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 (37) Thread Tools Display Modes
  #51 (permalink)  
Old 09-29-2007, 02:23 PM
Pip Trip Pip Trip is offline
Senior Member
 
Join Date: Apr 2006
Posts: 209
Pip Trip is on a distinguished road
Quote:
Originally Posted by SwingMan View Post
- Really no. Post a chart, then can I see.
I already deleted those indicators just in case something bad happened. It may have been when I was recompiling after changing a parameter.

Very weird! Nevertheless, I wish you good luck. I think I was using this in conjunction with some parts of the ValeoFx/XO method.

You should look up his system especially the XO indicator. Great entry system and Valeo's one of the nicest guys you'll ever meet on any forum. I stopped trading for awhile due to a chronic illness I came down with about 9 months ago which makes me moody and a bit hyper which are NOT good trading qualities!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #52 (permalink)  
Old 09-29-2007, 09:58 PM
FXBabe FXBabe is offline
Senior Member
 
Join Date: Oct 2006
Posts: 171
FXBabe is on a distinguished road
Would be nice if someone can program an EA.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #53 (permalink)  
Old 09-29-2007, 10:37 PM
cochran1 cochran1 is offline
Member
 
Join Date: Jul 2007
Location: Frisco, Tx
Posts: 69
cochran1 is on a distinguished road
Synergy Page Alerts

I have been using this method for a couple months and have pretty good results. Results are very solid on 15min chart when an entry condition occurs at the beginning of the London or US session (trade needs to be in the same direction as the 4hr chart). I use page alerts when the heiken ashi close crosses the price channel. The page alert is attached for long and short positions.

Can any one add to this alert the RSI condition ?

Alert should occur when both of the following happen:
1. Heiken Ashi close crosses price channel
2. RSI crosses yellow and red

Also added stochastic alerts for 80 and 20 level cross

thx mike
Attached Files
File Type: mq4 Long.mq4 (1.4 KB, 365 views)
File Type: mq4 Short.mq4 (1.4 KB, 321 views)
File Type: mq4 Cross Up 80.mq4 (3.1 KB, 198 views)
File Type: mq4 Cross Dn 20.mq4 (3.1 KB, 188 views)

Last edited by cochran1 : 10-17-2007 at 01:50 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #54 (permalink)  
Old 09-30-2007, 07:25 AM
SwingMan SwingMan is offline
Member
 
Join Date: Oct 2006
Posts: 54
SwingMan is on a distinguished road
@cochran

Please explain me:
- The attached indicators send alerts on crosses of the CloseLine with the SMMA 5 of the PRICE_WEIGHTED.
- They are not HeikinAshi Candles, nor a channel.


Surely is not a problem to integrate alerts in the Synergy indicator.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  4 links from elsewhere to this Post. Click to view. #55 (permalink)  
Old 09-30-2007, 09:08 AM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 515
cja is on a distinguished road
Visual Alerts

Hi
I added Visual Alerts for someone a while back and thought someone on this thread might find it useful. There is 1 extra line added to the original indicator and that is a slower Trade Signal line ( Dotted ) which helps confirm the move is valid. This line can be added or deleted thru SHOW_Trade_Signal_Line2 = true/false;
NOTE:
When you 1st load the indicator the visual alert text appears mixed but a change between timeframes resets it.

Traders Dynamic Index VISUAL ALERTS.mq4

TDI.gif

Last edited by cja : 04-29-2008 at 02:41 PM. Reason: Minor updates to code
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #56 (permalink)  
Old 09-30-2007, 09:49 AM
SwingMan SwingMan is offline
Member
 
Join Date: Oct 2006
Posts: 54
SwingMan is on a distinguished road
@cja

Very nice alert. I learned a lot from your script!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  3 links from elsewhere to this Post. Click to view. #57 (permalink)  
Old 09-30-2007, 11:55 AM
SwingMan SwingMan is offline
Member
 
Join Date: Oct 2006
Posts: 54
SwingMan is on a distinguished road
Here is the corrected version of the Synergy Signals [v2] indicator.
The Signals (Entry=dots and Exits=crosses) are drawed above and below the HeikinAshi Candles Highs and Lows (as in the original documentation).

I added a new version for the Traders Dynamic Index, with default upper and lower window limits (10/90)

Because all informations from the Dynamic Index are take into calculation of the Signals, I think that TDI drawing isnt still necessary.

I think is possible to combine three time frames in one indicator, but the algorithm can formulate only a user of manual trading with this indicator.
Attached Images
File Type: bmp Synergy3.bmp (1.68 MB, 2577 views)
Attached Files
File Type: doc Synergy Trading Rules.doc (18.0 KB, 764 views)
File Type: mq4 Synergy Signals [v2] .mq4 (13.3 KB, 673 views)
File Type: mq4 Synergy DynamicIndex.mq4 (11.6 KB, 622 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #58 (permalink)  
Old 09-30-2007, 12:45 PM
et_phonehome_2 et_phonehome_2 is offline
Senior Member
 
Join Date: Feb 2006
Posts: 1,076
et_phonehome_2 is on a distinguished road
Quote:
Originally Posted by SwingMan View Post
Here is the corrected version of the Synergy Signals [v2] indicator.
The Signals (Entry=dots and Exits=crosses) are drawed above and below the HeikinAshi Candles Highs and Lows (as in the original documentation).

I added a new version for the Traders Dynamic Index, with default upper and lower window limits (10/90)

Because all informations from the Dynamic Index are take into calculation of the Signals, I think that TDI drawing isnt still necessary.

I think is possible to combine three time frames in one indicator, but the algorithm can formulate only a user of manual trading with this indicator.
I have used your template with the new attachments for EURUSD 1H, I see a dot and x under the same bar. Also why are there x's under the blue bars when price has been moving up for a sustained period, is it because of the TDI?
Attached Images
File Type: jpg EURUSD_1H.jpg (33.6 KB, 2222 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #59 (permalink)  
Old 09-30-2007, 01:59 PM
SwingMan SwingMan is offline
Member
 
Join Date: Oct 2006
Posts: 54
SwingMan is on a distinguished road
@et_phonehome_2

You are partially right.
To check if the dots are right or no, you must take the signal rules and compare with the presence of the dots.

- I suppose that on the first arrow, the BarRange from the Bar is lower 0.50 from the previous BarRange.
- For the next arrow and crosses, I suppose that the RSILine is above 68.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #60 (permalink)  
Old 10-01-2007, 01:45 AM
cochran1 cochran1 is offline
Member
 
Join Date: Jul 2007
Location: Frisco, Tx
Posts: 69
cochran1 is on a distinguished road
Page Alert

Swingman, the page alert I posted is based off one of the entry rules which is when the HA_Close (high+low+close+close)/4) crosses the PAC(smma 5). Hope this helps, thx
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/manual-trading-systems/9360-synergy-trading-method.html
Posted By For Type Date
平均足(コマ足)トレード手法 - 為替・FX大好き主婦の楽ちんシステムトレード(^▽^) This thread Refback 07-01-2008 03:45 AM
為替・FX大好き主婦の楽ちんシステムトレード(^▽^) This thread Refback 07-01-2008 03:15 AM
ProfiForex Traders Forum - E.A.S.Y.( SYNERGY) This thread Refback 06-24-2008 09:55 AM
Библиотека установки/модификации/закрытия ордеров - MQL4 форум This thread Refback 06-14-2008 07:14 PM
livemarket2 / eNjJɂ‚Č낤Part5 This thread Refback 06-07-2008 09:18 PM
: BIVISdotNET This thread Refback 05-07-2008 10:00 AM
Traders Dynamic Index - MQL4 代 基地 Post #55 Refback 05-06-2008 02:33 PM
Traders Dynamic Index - MQL4 Code Base Post #55 Refback 05-03-2008 09:39 AM
Traders Dynamic Index - MQL4 Code Base Post #55 Refback 05-03-2008 09:19 AM
E.A.S.Y.( SYNERGY) - ProfiForex Traders Forum This thread Refback 04-10-2008 11:10 AM
This thread Refback 03-26-2008 02:55 PM
E.A.S.Y.( SYNERGY) - ProfiForex Traders Forum This thread Refback 03-22-2008 10:59 AM
ProfiForex Traders Forum - E.A.S.Y. This thread Refback 03-17-2008 04:35 PM
Synergy Signals [v2] - MQL4 Code Base Post #57 Refback 03-16-2008 07:28 PM
Synergy Signals [v2] - MQL4 Code Base Post #57 Refback 03-16-2008 07:29 AM
E.A.S.Y. - ProfiForex Traders Forum This thread Refback 03-14-2008 06:31 AM
This thread Refback 03-11-2008 01:48 PM
Traders Dynamic Index - MQL4 Code Base Post #55 Refback 03-11-2008 06:40 AM
Synergy Signals [v2] - MQL4 Code Base Post #57 Refback 03-11-2008 06:10 AM
This thread Refback 03-11-2008 03:30 AM
E.A.S.Y. - ProfiForex Traders Forum This thread Refback 03-10-2008 03:41 PM
This thread Refback 02-29-2008 10:11 AM
E.A.S.Y. - ProfiForex Traders Forum This thread Refback 02-28-2008 03:01 PM
This thread Refback 02-27-2008 04:06 PM
This thread Refback 02-27-2008 03:55 PM
This thread Refback 02-27-2008 03:12 PM
This thread Refback 02-27-2008 01:47 PM
This thread Refback 02-27-2008 12:33 PM
This thread Refback 02-27-2008 11:43 AM
This thread Refback 02-27-2008 10:50 AM
Methods For Forex Trading This thread Refback 01-26-2008 05:43 AM
Forex trading methods - Fxopen forex forum - forex review - trading methods - education ... This thread Refback 01-14-2008 07:31 AM
Forex system synergy - You do not need any permission to link to any of the pages on this ... This thread Refback 01-13-2008 05:09 AM
compassfx.com Web Site Report This thread Refback 12-06-2007 09:00 PM
Untitled document This thread Refback 11-30-2007 06:33 PM
eNjJɂ‚Č낤Part5 This thread Refback 11-04-2007 04:12 PM
Forex Trading | forex trading | Profit Taking in Currency Trading This thread Refback 09-01-2007 05:22 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sharing method of trading forexking Expert Advisors - Metatrader 4 13 12-25-2007 12:28 PM
Any Trading Method for USD/Yen??? yyc196 Suggestions for Trading Systems 4 06-25-2007 01:30 AM
Fozzy method of Trading jgerousis General Discussion 1 03-09-2007 11:07 AM
Triangle Trading method forexts Documentation 1 10-27-2005 09:51 AM


All times are GMT. The time now is 08:17 AM.