Thread: RSX Swinger
View Single Post
  #154 (permalink)  
Old 02-28-2006, 01:39 AM
scorpion's Avatar
scorpion scorpion is online now
Administrator
 
Join Date: Aug 2004
Posts: 1,991
Thanks: 125
Thanked 383 Times in 152 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
Send a message via MSN to scorpion Send a message via Yahoo to scorpion
Default

Gaz, you can do that in a min, just hack RSX Swinger (point).mql4 as described below:

Find original code:
PHP Code:
IsBuy  = (rsx1 <= Buy_Level && rsx0 Buy_Level);
IsSell = (rsx1 >= Sell_Level && rsx0 Sell_Level);
IsCloseBought = (rsx0 Exit_Buy_Level);
IsCloseSold = (rsx0 Exit_Sell_Level); 
Reverse IsBuy <--> IsSell, IsCloseBought <--> IsCloseSold. Swap only the names before equal signs not the whole lines.
PHP Code:
IsSell = (rsx1 <= Buy_Level && rsx0 Buy_Level);
IsBuy = (rsx1 >= Sell_Level && rsx0 Sell_Level);
IsCloseSold = (rsx0 Exit_Buy_Level);
IsCloseBought = (rsx0 Exit_Sell_Level); 
Now remember that Buy_Level and Sell_Level are opposite now. In case you want to change Buy_Level then change Sell_Level instead.

I could just swap the code for you, but I think this is nice experience for you.
__________________
Make easy pips with the Advanced Economic Calendar for Forex Trading.

Last edited by scorpion : 02-28-2006 at 01:43 AM.
Reply With Quote

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

Main Menu

Economic Forecast