#111 (permalink)  
Old 12-28-2005, 09:36 AM
Freshman
 
Join Date: Dec 2005
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
FXiGoR is on a distinguished road
Default

Looking forward to the v3 version...

Keep up the good work and a happy new year
Reply With Quote
  #112 (permalink)  
Old 12-28-2005, 03:15 PM
Freshman
 
Join Date: Nov 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Maxwells is on a distinguished road
Default

Quote:
Originally Posted by scorpion
Finished coding. The change is a giant leap, so I think the new expert should be v3 instead of v2.1. I will be releasing the v3 after it's stable enough.

New features:
  • Groundbreaking crossover checking method to combat whipsaws.
  • Enable/disable exit rules. When disabled, only trailing stop closes trades.
  • Trailing stop triger level added.
  • Enable/disable trade alerts.
  • Comment in trade records.
So far so good, looking foward.

Maxwells
Reply With Quote
  #113 (permalink)  
Old 12-29-2005, 09:01 AM
Freshman
 
Join Date: Jun 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
chievo11 is on a distinguished road
Default

Can somebody explain how the exit strategy works:

1-Trailing Stop
2-ATR and
3-Half Volatility ?
Reply With Quote
  #114 (permalink)  
Old 12-29-2005, 10:32 AM
scorpion's Avatar
Forex Guru
 
Join Date: Aug 2004
Posts: 2,120
Thanks: 214
Thanked 387 Times in 155 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Default

For buy order, when price rises:

1. Fixed pips: SL is kept at a fixed pips from bid price.
2. ATR: SL is moved according to current Low price - (ATR14 * Factor)
3. Half Volatility: SL is moved according to current Low - (High + Low)*Factor


For sell order, when price falls:

1. Fixed pips: SL is kept at a fixed pips from ask price.
2. ATR: SL is moved accordingly to current High + (ATR14 * Factor)
3. Half Volatility: SL is moved accordingly to current High + (High + Low)*Factor

Note:
* Factor: Dynamic Factor
* SL: Stop Loss
* ATR: Average True Range indicator, built-in MetaTrader.
* ATR14: ATR of 14 bars period.
__________________
Make easy pips with the Advanced Economic Calendar for Forex Trading.

Last edited by scorpion : 05-12-2006 at 02:19 PM.
Reply With Quote
  #115 (permalink)  
Old 12-29-2005, 11:37 AM
Freshman
 
Join Date: Jun 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
chievo11 is on a distinguished road
Default

I am running v2 standard ( 1) but SL is moving...?? Have read whole thread, this is clear now...

What is the effect of taking exit 2 or 3 ?
Can you explain it with screenshot perhaps ?

Last edited by chievo11 : 12-29-2005 at 01:00 PM.
Reply With Quote
Mystery
  #116 (permalink)  
Old 12-29-2005, 09:51 PM
Juher's Avatar
Freshman
 
Join Date: Dec 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Juher is on a distinguished road
Default Mystery

Hi Scorpion!

Hey look at this screenshot of this trade that triggered at 1.1849 . The RSX did not go anywhere past the 50 Line and I double checked the setting and it is
51. As you can see it is V1.

What do you think it is going on?

Juher
Attached Images
File Type: gif eurusd123005.gif (14.9 KB, 621 views)
EA Shark - Automated System
We Turned $10,000 Into $194,337
Since January 2007. See Real Records
Reply With Quote
  #117 (permalink)  
Old 12-29-2005, 10:37 PM
scorpion's Avatar
Forex Guru
 
Join Date: Aug 2004
Posts: 2,120
Thanks: 214
Thanked 387 Times in 155 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Default

Looks like you use RSX period = 14. Change the period of rsx indicator to 10.
__________________
Make easy pips with the Advanced Economic Calendar for Forex Trading.
Reply With Quote
  #118 (permalink)  
Old 12-30-2005, 04:47 AM
Juher's Avatar
Freshman
 
Join Date: Dec 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Juher is on a distinguished road
Default

Thanks a lot..that was it. I thought I had changed it

Juher
Reply With Quote
Happy New Year To All
  #119 (permalink)  
Old 12-31-2005, 04:18 PM
Freshman
 
Join Date: Nov 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
mebj51 is on a distinguished road
Talking Happy New Year To All

Hi Everybody
Just want to wish everyone here a SAFE AND !!! HAPPY NEW YEAR !!!


I am sure we all are eagerly awaiting the release of version 3

Last edited by mebj51 : 12-31-2005 at 04:27 PM.
Reply With Quote
  #120 (permalink)  
Old 01-02-2006, 02:26 PM
scorpion's Avatar
Forex Guru
 
Join Date: Aug 2004
Posts: 2,120
Thanks: 214
Thanked 387 Times in 155 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Default

Hey there!

RSX Swinger v3 is now available. Download them from the first post.

In v3, there are two types of crossover checking method: Bar and Point. Bar checking compares RSX value of previous bar with current bar, while Point checking compares RSX value of the previously evaluated RSX value with current RSX value. I don't know which method is better, so let's test it together.

Settings:
  • RSX_Period, Buy_Level, Exit_Buy_Level, Sell_Level, and Exit_Sell_Level: Parameters of RSX indicator, enter and exit levels.
  • Allow_Rule_Exit: If false, only trailing stop will close out trades. If true, the expert will close trades with exit logics and trailing stop.
  • Evaluate_Interval: Interval in minutes between each evaluation. This limit the number of trades in the same candle. Example, if set to 30, then there will be no more than 1 trade in 30 minutes. If -1, expert will evaluate logics on new candle. If 0, expert will evaluate logics every ticks (not recommended). If greater than 0, expert will evaluate every specified minutes.
  • TS_Trigger: Minimum distance in pips before initiate trailingstop.
  • Enable_Alert: If true, you'll get notified whenver there's a new signal. If false, you won't.
Questions?
__________________
Make easy pips with the Advanced Economic Calendar for Forex Trading.
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rsx djsin Indicators 5 02-28-2009 06:47 AM


All times are GMT. The time now is 11:12 AM.
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now