| New signals service! | |
|
|||||||
| 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 |
|
![]() |
|
|
LinkBack (6) | Thread Tools | Display Modes |
|
||||
|
Quote:
Multi Timeframe Indicators |
|
||||
|
Quote:
Also how many signals you have per week/month? sorry for this questions but im curious ![]() Thanks for sharing Last edited by leutzuro; 03-05-2006 at 11:44 PM. |
|
||||
|
Quote:
base on my experiences, it depends on your habitual trade,i.e - for Scalper using 5 min alone, average five/day , with range 10-20 pips - if using 15 min alone, average twice/day , with range 15-30 pips - Day Trader , using H1 average twice/week ( for profits > 100 pips ) All yo have to do, just following the EMA signal, RSI n Slow Stoch, which they're all in the same direction, then you get into the market For winn/loss ratio average > 88 %, Hope this help God Bless 4xtrader |
|
||||
|
Quote:
Thanks for your answer I will test on demo account. |
|
|||
|
hi every one and thanks for the help and support and the nice materials
i have a system of bill williams a very god one make 50-100 profit a day actually i am not a programable but i will post the idea of it and a chart showing how i works if we can write this to meta trader and do EA it will be graet please try it ----------------- ractal Trading System While there are many definitions for a fractal in securities trading, the definition used in these systems is a minor version of the type defined by Bill Williams, Ph.D., and his chaos-based trading methods. According to Bill Williams, an "up fractal" is defined as a middle bar with two lower highs on each side of it. A "down fractal" would be the reverse being a middle bar with two higher lows on each side of it. This system is based on a very small fraction of Bill Williams’ complete trading system. The system enters a long position when a price crosses above the most recent up fractal. The position would be exited and a short position entered when the price crosses below the most recent down fractal. ---------------------------- Up Level and Down Level Fractals} F1:=ValueWhen(1,H<Ref(H,-2) AND Ref(H,-1)<Ref(H,-2) AND Ref(H,-3)<Ref(H,-2) AND Ref(H,-4)<Ref(H,-2),Ref(H,-2)); F2:=ValueWhen(1,L>Ref(L,-2) AND Ref(L,-1)>Ref(L,-2) AND Ref(L,-3)>Ref(L,-2) AND Ref(L,-4)>Ref(L,-2),Ref(L,-2)); {Cross Up and Down Level Fractal} a:= Cross(H,F1); b:= Cross(F2,L); state:= BarsSince(a)<BarsSince(b); {Signal Long and Short} ShortSignal:= state < Ref(state,-1); LongSignal:= state > Ref(state,-1); {Trend Up and Down} UpTrend:= state>0; DownTrend:= state<1; {OpenBuy and CloseBuy} OpenBuy:= LongSignal and (eventCount('OpenBuy')=eventCount('CloseBuy')); CloseBuy:= ShortSignal and (eventCount('OpenBuy')>eventCount('CloseBuy')); {OpenSell and CloseSell} OpenSell:= ShortSignal and (eventCount('OpenSell')=eventCount('CloseSell')); CloseSell:= LongSignal and (eventCount('OpenSell')>eventCount('CloseSell')); ------------------------------------------------------------------- functions : 1.valuwhen This Accumulation/Distribution formula uses the cum() function (see Cumulate*) to keep a running total of the daily values. cum( (((C-L) - (H-C)) / (H-L)) * V) 2.Ref References a previous or subsequent element in a DATA ARRAY. A positive PERIOD references "n" periods in the future; a negative PERIOD references "n" periods ago. 3. cross Plots a "+1" on the day that DATA ARRAY 1 crosses above DATA ARRAY 2. Otherwise, "0" is plotted. If you want to know when DATA ARRAY 1 crosses below DATA ARRAY 2, use the formula "cross( DATA ARRAY 2, DATA ARRAY 1)" |
|
||||
|
Quote:
also what is your stop loss and take profit? Last edited by leutzuro; 03-07-2006 at 08:16 PM. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/suggestions-trading-systems/1175-new-idea-system-posted-here.html
|
||||
| Posted By | For | Type | Date | |
| Модифицированная стратегия от 4xtrader'a - Технический анализ Forex | This thread | Refback | 02-08-2008 07:16 PM | |
| Модифицированная стратегия от 4xtrader'a - Технический анализ Forex | This thread | Refback | 01-30-2008 08:21 AM | |
| DownloadMASTER - Просмотр профиля | This thread | Refback | 09-21-2007 07:55 AM | |
| gunawan98's bookmarks tagged with | This thread | Refback | 07-10-2007 01:47 AM | |
| Модифицированная стратегия от 4xtrader'a - Технический анализ Forex | This thread | Refback | 07-05-2007 08:18 PM | |
| Модифицированная стратегия от 4xtrader'a - Технический анализ Forex | This thread | Refback | 07-01-2007 02:06 PM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Great Idea For System | leeb | Suggestions for Trading Systems | 2 | 10-09-2006 03:35 AM |
| Have you idea! | 324138 | Metatrader 4 | 5 | 09-09-2006 09:28 PM |
| the REI indicator posted here doesn't work. | giraia_br | Suggestions for Trading Systems | 2 | 02-21-2006 05:48 AM |