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
  #1401 (permalink)  
Old 12-30-2007, 06:00 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
Stochastic_Color_v1.02classicB.mq4 Mladen's Stoch. Mod

extern int KPeriod = 14;
extern int Slowing = 3;
extern int DPeriod = 3;
extern int MAMethod = 2;
extern int PriceField = 0;
extern int overBought = 80;
extern int overSold = 20;
extern string timeFrame = "Current TF";
extern string note_timeFrames = "M1;5,15,30,60\H1;H4;D1;W1;MN||0-CurrentTF";

extern bool showBars = false; // Bars as Sidebar(overlay) - drop in any sep.window
extern int BarsLevel = 5; //BarsLevel 0-100
extern int BarsSize = 2; //0-5
extern bool showArrows = true;
extern color ArrowUpClr = LimeGreen;
extern color ArrowDnClr = Red;
extern int ArrowSize = 1;

extern bool alertsOn = false;
extern bool alertsMessage = true;
extern bool alertsSound = false;
extern bool alertsEmail = false;

------------------------

+ Unic#generator (thanks Mladen)

PHP Code:
string MakeUniqueName(string firststring rest)
{
   
string result first+(MathRand()%1001)+rest;

      while (
WindowFind(result)>= 0)
             
result first+(MathRand()%1001)+rest;
   return(
result);


Happy New Year!
Attached Images
File Type: gif stoch 102 class b.gif (24.7 KB, 1123 views)
Attached Files
File Type: mq4 Stochastic_Color_v1.02classicB.mq4 (13.4 KB, 225 views)

Last edited by fxbs; 12-30-2007 at 06:04 PM.
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
  #1402 (permalink)  
Old 12-30-2007, 07:28 PM
TheRumpledOne's Avatar
Banned
 
Join Date: Nov 2006
Posts: 802
TheRumpledOne is an unknown quantity at this point


Latest updates to the TRO MULTI METERS.

Thanks to a couple of fellow codes, I got the object delete problem solved.
Attached Files
File Type: zip TRO_MULTI_METERS.zip (131.9 KB, 351 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
  #1403 (permalink)  
Old 12-31-2007, 04:11 AM
Member
 
Join Date: Dec 2006
Posts: 68
soul is on a distinguished road
Thx TheRumpledOne!!

Can you make SAR version too...

I got objectDelete problem
if use my SAR, my other MTF block will disappear suddenly ..
Attached Files
File Type: mq4 _TRO_Multi_Meter_SAR.mq4 (9.2 KB, 172 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
  #1404 (permalink)  
Old 12-31-2007, 05:02 AM
TheRumpledOne's Avatar
Banned
 
Join Date: Nov 2006
Posts: 802
TheRumpledOne is an unknown quantity at this point


Here you go!

Now, make sure you use the latest TRO_MULTI_METER_BLOCK because the earlier ones had object bugs... I didn't know how to clear the objects.

Also, make sure you change XYZ to something unique so your meters don't step on each other. And remember to change the UP_DN input so they don't step on each other.

When you have flexibility, you have to keep things straight.

Attached Files
File Type: mq4 _TRO_Multi_Meter_SAR.mq4 (8.9 KB, 256 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
  #1405 (permalink)  
Old 12-31-2007, 05:05 AM
TheRumpledOne's Avatar
Banned
 
Join Date: Nov 2006
Posts: 802
TheRumpledOne is an unknown quantity at this point
One other thing, PLEASE CHANGE THE NAME OF THE DISK FILE!!

Don't call you indicators _TRO_xxxxxxxx when you send them to me.

You can call them $_TRO_ or #_TRO_, just not _TRO_!

I don't want to step on my files.

Thanks.


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
  #1406 (permalink)  
Old 12-31-2007, 05:10 AM
TheRumpledOne's Avatar
Banned
 
Join Date: Nov 2006
Posts: 802
TheRumpledOne is an unknown quantity at this point
Been racking my brain trying to get _TRO_MULTI_METER_SR working.

Would be nice to have support/resistance.

I have attached the code but it's not working.

Perhaps one of you pros can fix it.

I bet it is something simple that I just can't see.

Thanks.
Attached Files
File Type: mq4 _TRO_Multi_Meter_SupRes.mq4 (18.1 KB, 241 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
  #1407 (permalink)  
Old 12-31-2007, 01:28 PM
Senior Member
 
Join Date: Mar 2006
Posts: 297
toddanderson is on a distinguished road
Please remove text info from indicator

Could someone remove the text information from showing on this indicator , or option to turn it off . Or if some one good quide me on how to do it
Thank you
Attached Images
File Type: gif average range.gif (15.4 KB, 1077 views)
Attached Files
File Type: mq4 MTF_AvgRangeM.mq4 (4.9 KB, 139 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
  #1408 (permalink)  
Old 12-31-2007, 01:38 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
ShowComment = true/false;

MTF_AvgRangeX ind. works with AvgRangeX - exact file name
Attached Files
File Type: mq4 AvgRangeX.mq4 (3.4 KB, 128 views)
File Type: mq4 MTF_AvgRangeX.mq4 (5.0 KB, 138 views)

Last edited by fxbs; 12-31-2007 at 02:29 PM.
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
  #1409 (permalink)  
Old 12-31-2007, 02:13 PM
TheRumpledOne's Avatar
Banned
 
Join Date: Nov 2006
Posts: 802
TheRumpledOne is an unknown quantity at this point
Code attached.

I put a "_" in front of the names.
Attached Files
File Type: mq4 _AvgRangeM.mq4 (3.4 KB, 149 views)
File Type: mq4 _MTF_AvgRangeM.mq4 (5.0 KB, 174 views)

Last edited by TheRumpledOne; 12-31-2007 at 02:41 PM.
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
  #1410 (permalink)  
Old 12-31-2007, 02:30 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
Quote:
Originally Posted by TheRumpledOne View Post
.... working on it...
thanx, TRO. (actually it was my mod. of Igorad's ind)

Last edited by fxbs; 12-31-2007 at 03:16 PM.
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
#MTF_WPR.mq4, ABSOLUTE STRENGTH, absolute strength indicator, AbsoluteStrength, AbsoluteStrength_v1.1_mtf, ADX MTF, AlaskanPipAssassin, atr channel, BBMACD, bbsqueeze, bh-ergodic, center of gravity, Coeffoline, custom candle, customcandle, Damiani_volatmeter v3.2, Envelopes, FanSimple4en, fncd indicator, forex, forextrend_v2, fxst3cci, FxTrend v2, fxtsd, histogram, indicators, megatrend, MegaTrend.mq4, mladen, mtf absolute strength, mtf adx, mtf adx indicator, mtf bband, MTF candle, mtf ema, MTF indicator, mtf LaGuerre, mtf ma, mtf macd, mtf megatrend, mtf parabolic, MTF PSAR, mtf qqe, MTF RSI, mtf rsx, mtf stochastic, MTF trendenvelopes, mtf_4tf_has_bar2m, mtf_megatrend_barm_4tfnext, multi, multi time frame, MULTI TIME FRAME indicator, multi time frame stochastic, multi timeframe, multi timeframe indicator, nonlagma v7, NonLagMA_v7.1, NRTR_Rosh_v2eAlert_mtf.ex4, open interest, pipnailer, PowerTrend, powertrend.mq4, qqe mtf, search, TheBuyZoneForex.pdf, timeframe, TrendEnvelopes_v5, trendline, TRO MultiPair, tro sak multipair, voltychoppy, XO_A_H


Currently Active Users Viewing This Thread: 5 (4 members and 1 guests)
samvir, ray_dl, infodrm, iyanuayo
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
get current timeframe () or the like.. arm73c05 Metatrader 4 3 02-21-2007 08:51 PM
Timeframe / Shift divergence_trader Metatrader 4 2 02-12-2007 02:04 PM
Multi EAs, multi brokers, same computer hhsmoney General Discussion 6 11-16-2006 09:32 PM
Get current timeframe The_N Metatrader 4 2 09-08-2006 12:40 PM
Multi timeframe through a shift calculation? wananohoshi Indicators - Metatrader 4 2 08-06-2006 11:02 AM


All times are GMT. The time now is 05:20 AM.



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