Forex



Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 07-07-2007, 03:00 PM
Member
 
Join Date: Mar 2006
Posts: 67
oneprint is on a distinguished road
Any one have swap indicator?

hi,
im looking for an indicator that displays the interest rate swaps for currency pairs, so we can know how much interest we get or is taken away. i think it would be a good inicator for any one holding a position for more then one day. anyone have such an indicator?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 07-07-2007, 03:23 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,082
Blog Entries: 243
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Tools for account monitoring:
- indicator to monitor spread and swap is here.
- i-Breakeven indicator from RickD is here.
- Daily Data Window tool: the thread is here.

Leverage.
Sometimes, when i am testing something. Some martingaled EA or something. And I need to know/select MM in the EA (i mean: lot size if MM=true) so I need to know my leverage. I asked Igorad and he said:

Insert the following code to your EA after if(MM) :

Code:
Print("Margin=",AccountFreeMargin()," r=",MaxRisk," lev=",AccountLeverage()," cont=",contract);
and you will see the leverage in the log.

I did it twice and it works.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 07-07-2007, 03:37 PM
Member
 
Join Date: Apr 2006
Posts: 83
ejoi is on a distinguished road
or u can try this...
Attached Files
File Type: mq4 Market-Value.mq4 (2.9 KB, 110 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #4 (permalink)  
Old 07-07-2007, 07:39 PM
Thruline's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 131
Thruline is on a distinguished road
Thanks for sharing... you RAHHHHHHHHHHHHHK!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #5 (permalink)  
Old 07-07-2007, 08:59 PM
wolfe's Avatar
Senior Member
 
Join Date: Jan 2006
Posts: 820
wolfe is on a distinguished road
Quote:
Originally Posted by ejoi View Post
or u can try this...
Beautiful indicator, thanks for sharing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #6 (permalink)  
Old 07-07-2007, 09:52 PM
Senior Member
 
Join Date: Feb 2006
Posts: 587
Michel is on a distinguished road
Quote:
Originally Posted by ejoi View Post
or u can try this...
PHP Code:
double PointCost()
   {
   
double result;
   
double BasePointCost;
   
string BaseString;
   
string String1;
   
string String2;
//+------------------------------------------------------------------+
   
BasePointCost=MarketInfo(Symbol(),MODE_LOTSIZE)*MarketInfo(Symbol(),MODE_POINT);
   
BaseString=StringSubstr(Symbol(),3,3);
   
String1="USD"+BaseString;
   
String2=BaseString+"USD";
//+------------------------------------------------------------------+   
   
if(BaseString=="USD")
   
result=BasePointCost;
//+------------------------------------------------------------------+   
   
else if(MarketInfo(String1,MODE_BID)!=0)
   
result=BasePointCost*(1/MarketInfo(String1,MODE_BID));
//+------------------------------------------------------------------+   
   
else
   
result=BasePointCost*MarketInfo(String2,MODE_ASK);
//+------------------------------------------------------------------+   
   
return(result);
   } 
Why don't you simply use this:
PHP Code:
PipValue MarketInfo(Symbol(),MODE_TICKVALUE); 
?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #7 (permalink)  
Old 07-08-2007, 10:27 AM
Member
 
Join Date: Mar 2006
Posts: 67
oneprint is on a distinguished road
thanks!

thanks guys i will check them out
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
SWAP INDICATOR


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Time of SWAP DooMGuarD Metatrader 4 0 07-04-2007 11:30 PM
No Swap Trading ricosuave General Discussion 7 02-15-2007 01:26 PM
Swap Scalper foxxx Suggestions for Trading Systems 2 07-24-2006 12:46 PM
What is a swap? JBendar General Discussion 2 04-07-2006 03:06 AM


All times are GMT. The time now is 12:28 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.