- Search Energy EXCH
-
bandung replied Feb 10, 2011look ugly.... it must be something wrong or else... with the font on your computer... check for the Font call Terminal if it not exist then you can download somehwhere on the net if it exist then maybe it corrupt or something else... i dont know...
Murrey Math Lines Dashboard
-
bandung replied Feb 9, 2011i'm still testing it... if it is ok ?, I will upload it here... so anyone can test it.. i dont want to distract your thread with indic...
Auction Market Theory and Market Profile
-
bandung replied Feb 9, 2011Hi Tq... it is mt4, i just switch to line chart and set the color to none, and using fixed scale chart it daily profiles... can be viewed on M5 to H1 TF... I'm reading this thread and the basic stuffs of MP... and try to make the mp indi... for a ...
Auction Market Theory and Market Profile
-
bandung replied Feb 9, 2011hello frank and all... we got an inside day on GU... near SR ... R : 1.6110 Mon TPO R : 1.6125 Tues TPO S : 1.6070 Wed TPO S : 1.6000 BRN currently gu rejecting by broken res, blue area on my chart...
Auction Market Theory and Market Profile
-
bandung replied Feb 9, 2011try 43200 here is a ref from mql4 help file... Constant Value Description PERIOD_M1 1 1 minute. PERIOD_M5 5 5 minutes. PERIOD_M15 15 15 minutes. PERIOD_M30 30 30 minutes. PERIOD_H1 60 1 hour. PERIOD_H4 240 4 hour. PERIOD_D1 1440 Daily. PERIOD_W1 ...
Fib pivots settings
-
bandung replied Feb 7, 2011try this buildcity... there is a new input parameter on each indicator WindowId and WindowCorner WindowId for window positioning, Main/Sub Window... Main window is always 0 WindowCorner for playing with window corner...
How to put these indicators into sub-window
-
bandung replied Feb 5, 2011thanks hayseed... i'm using ema 34 tunnel too (high, median and low price) for trend guidance... doing some mtf and multipairs stuff.... finally make a dashboard of it to make things easier... but your stuff is different ... a wave levels and a lots ...
MA alert when distance by x pip
-
bandung replied Feb 4, 2011hi... king you can use a modified version by Gart here... url it have parameter called text_shift just set it to whatever you comfort...
Murray maths indicator question
-
bandung replied Feb 4, 2011i like that tunnel hayseed.... is that vegas ma..?
MA alert when distance by x pip
-
bandung replied Feb 3, 2011thank rocket... the initial idea on my mind is to get all that levels... and a fullscreen dashboard. but your idea can be applied too... so we can have a full and compact mode... maybe on another version..
Murrey Math Lines Dashboard
-
bandung replied Feb 2, 2011thank you h... it's all begin from your quicker then girt dashboard
now i'm a dashboard junkies...
you see..Murrey Math Lines Dashboard
-
bandung replied Feb 2, 2011rocket... yes, alerter is in my todo list too.. another thing to do is to add another box of price direction, like it come from 3/8 to 4/8 but i dont understand the second part of your post... : can you explain it more detail...?
Murrey Math Lines Dashboard
-
Murrey Math Lines Dashboard
Started Feb 2, 2011|Platform Tech|48 replies
Hello traders.. This is my first attempt ... creating MML dashboard... The MML calculation is ...
-
bandung replied Jan 30, 2011ya sangmane... you were right... it should be like this : int ibar1 = iBarShift(NULL, 0, time1); int ibar2 = iBarShift(NULL, 0, time2); numbars = MathAbs(ibar1 - ibar2) + 1;
Comparing a rectangle param to current bar
-
bandung replied Jan 30, 2011when you have time1 and time2... then you can use iBarShift to calculate the numbars.. int ibar1 = iBarShift(NULL, 0, time1); int ibar2 = iBarShift(NULL, 0, time2); numbars = MathAbs(ibar1 - ibar2);
Comparing a rectangle param to current bar
-
bandung replied Jan 30, 2011hello Keit.. how are you..? hope you're ok.. your object nameing method work awesome.. I implemented it on my dashboard.. which had 3 layers(background, highlighter and text) it's great... thank a bunch...
Changing chart background color
-
bandung replied Jan 29, 2011just excellent... bos

I like it alot... how about having 2 listbox of lot like in attached image... so when 0.01 selected on Lot A, lot B will have list from 0.01 to 0.09 when 0.1 sected on Lot A, lot B will have list from 0.1 to 0.9 and so ...Alternative MT4 order window?
-
bandung replied Jan 29, 2011this box indicator designed as a dynamic box that marching with time... if you want to get the box from 5 min or 15 min, set the TimeFrame = M5 or TimeFrame = M15 and if you want to see he high and low lines then set ShowHHLLlines = true. for the ...
The Box of Open & Close...
-
The Box of Open & Close...
Started Jan 29, 2011|Platform Tech|4 replies
Hello traders... I decide to share this Box Indicator... because when you share something... ...
-
bandung replied Jan 22, 2011for Daily Open set the Per = 1440 just follow the TimeFrameInfo TimeFrameInfo "H4:240, DAILY: 1440, WEEKLY: 10080, MONTHLY: 43200";
Percentage change from price lines