10.7/10.9 INDI SOLUTIONS

This is where Bob posts his own threads
Post Reply
thomasmore
Trader
Posts: 275
Joined: Tue Nov 15, 2011 10:35 pm
Location: Knokke, Belgium

10.7/10.9 INDI SOLUTIONS

Post by thomasmore »

Also, do you know of a script that will change all open charts to a specified time frame? I'm running build 625 under Cowboy Cowboy IBFX Australia.

Many thanks[/quote]

I use these. Be aware that the first template in the list is 0 (zero)
Cheers,
Ludo
You do not have the required permissions to view the files attached to this post.
dclayw
Trader
Posts: 139
Joined: Wed Nov 13, 2013 6:53 am
Location: Australia

10.7/10.9 INDI SOLUTIONS

Post by dclayw »

Gertje » Wed Apr 09, 2014 12:02 am wrote:
Another thing to consider is to use Al's way to arrange charts, see below.
This way you only run ONE trading-chart, and drag the intended pair on that chart from the market watch.
Gives u HUGE relief on CPU-resources, and it's easier to keep track of indi's.
It doesn't work when using EA's though.



Also, it's way easier to find the requested pair, no scrolling from left to right and back again.
I'm trading mainly the H1 (and sometimes lower) at the moment and I have 24 mini charts on one of my trading screens. This allows me to eyeball each chart quickly and see where the opportunities are (stochs and dummy lights). I am using the single chart approach for keeping tabs on the daily, although I find it very cumbersome to be continually dragging/dropping pairs onto the chart. (This is why I asked in an earlier thread if there was a script around that will change the time frame on all open charts).

A few people also mentioned earlier that they had created a template for both 10.7 and 10.9, rather then having separate charts for each. I like this approach but there were some minor issues between the 2 indis, window names/level names etc.

@milanese: Would it be possible for you to also provide a combined template for 10.7/10.9 ?? on page 1 of this thread that resolves those window/level names issues and takes the respective time frames into account, I mean when looking at the daily timeframe you don't want to be seeing the daily stoch. Such a template would allow quick eyeballing of 10.7/10.9 on all 24 pairs in the appropriate timeframe.

At the moment I am not using the actual alerts, I'm making the trading decisions based on what I see in the charts.
AnGri
Trader
Posts: 25
Joined: Fri Dec 06, 2013 4:13 pm

10.7/10.9 INDI SOLUTIONS

Post by AnGri »

@ milanese

Tommaso,

i still experience 10.alerts from 10.9 indiocator.

Hope at your speed of work and with the growing number of updates you don't end up "mixing" 10.7 & 10.9 indicator code.

I'm just starting out with MQL4 and wonder if there are any tools that allow some sort of testing / bug / quality checking besides the MQ compiler?

Have you ever thought about leaving the indicator names the same, and putting the release info inside the indicator? (you could still organize your versioning by folders or other system).

This imho would make it easier for the rest of us to replace the indicators and update existing templates ...
May the Pips be with You :!:

Angelo
User avatar
alorente
Trader
Posts: 358
Joined: Sat Aug 25, 2012 8:47 am

10.7/10.9 INDI SOLUTIONS

Post by alorente »

milanese » Tue Apr 08, 2014 8:59 pm wrote:
milanese » Tue Apr 08, 2014 7:49 pm wrote:
alorente » Tue Apr 08, 2014 7:46 pm wrote:
milanese » Tue Apr 08, 2014 8:19 pm wrote:
milanese » Tue Apr 08, 2014 5:47 pm wrote:
alorente » Tue Apr 08, 2014 5:33 pm wrote:
alorente » Tue Apr 08, 2014 6:29 pm wrote:I have a suggestion to make. For guys that trade H1 or below, it would be great to have some indication on the screen of where is the H4 Sto7 located. For example, I just got a nice sell signal on S&P500 on H1. The Sto7 was crossing 90 and it looked ready to go... UNTIL I changed time frames and I saw that the H4 Sto7 was moving UP and was just crossing 30, so it had a lot to move on the upside. Don´t get me wrong... I´m not lazy and before I enter an H1 trade I will always check H4 and scope out the Sto7, BUT, wouldn´t it be great to have a Red or Green arrow with a number next to it so from the H1 screen you can tell if the H4 Sto7 is going up or down and what value it has right now. Just an idea... If you don´t like it, proceed to ignore my lament. :hi:
Even better, a little rectangular dashboard like the one in the Genesis system, where you get red or green small lights in M15, H1, H4 and D1. Ideally with the numerical value underneath also, but the lights by themselves would be much better than nothing...
Let me think about this.. maybe I will find something matching your idea..

Cheers :)

Tommaso
Al, look at this one I made it shows you the H4 Stoch value and changes the color Gold for neutral, red for >70 and green for < 30
I know it is no dahboard but maybe it matches a little bit what you asked..

Too I attach it in the first post as update for the 10.9 Stoch

Cheers :)

Tommaso
This certainly helps a lot, but it would be great to know if the H4 is rising or falling. If it is rising, I would not short in the lower time frames. If it is falling, I would not go long in lower time frames. That is why it is important to know. Still, what you have done is very helpful for now.
I will change it in that why, as you are right :)
Cheers :)

Tommaso
and here you go new if actual stoch H4 7.2.2 value > as last one green colour and red colour if actual value <
last one..

Cheers :)

Tommaso
OK Tommaso, this is fantastic. Please include this now in the 10.7 indi and my no text 10.7 indi (I think this Text True or False could be incorporated as an extern input in the standard indi). Also, please change H4 text to: H4 (actual value) UP/Down. For example, if value is 9.1 and the H4 is rising, it would read: H4 (9.1) UP. This way, it will occupy less space and be usable in mini charts also.
Observation is the path to discovery.
rocketman99
Trader
Posts: 91
Joined: Wed Dec 19, 2012 1:19 am

10.7/10.9 INDI SOLUTIONS

Post by rocketman99 »

10.9 v3.25 has following bug:

SetIndexLabel(0,"Stoch Main");
SetIndexLabel(1,"HTStochMain");
SetIndexLabel(2,"HT2StochMain");
SetIndexLabel(2,"HT3StochMain"); <<<<<< needs to be buffer 3
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

10.7/10.9 INDI SOLUTIONS

Post by milanese »

rocketman99 » Wed Apr 09, 2014 7:36 am wrote:10.9 v3.25 has following bug:

SetIndexLabel(0,"Stoch Main");
SetIndexLabel(1,"HTStochMain");
SetIndexLabel(2,"HT2StochMain");
SetIndexLabel(2,"HT3StochMain"); <<<<<< needs to be buffer 3
good spot :good: :good:

fixed one in first post!

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

10.7/10.9 INDI SOLUTIONS

Post by milanese »

alorente » Wed Apr 09, 2014 7:25 am wrote: OK Tommaso, this is fantastic. Please include this now in the 10.7 indi and my no text 10.7 indi (I think this Text True or False could be incorporated as an extern input in the standard indi). Also, please change H4 text to: H4 (actual value) UP/Down. For example, if value is 9.1 and the H4 is rising, it would read: H4 (9.1) UP. This way, it will occupy less space and be usable in mini charts also.
Hi Al,

here is your "notext" version of the 10.9 3.26
Notext10.9_3.26STO_wTS_ HT ALERT.mq4
Cheers :)

Tommaso
You do not have the required permissions to view the files attached to this post.
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
taipan
Trader
Posts: 355
Joined: Sat Feb 16, 2013 11:27 am

10.7/10.9 INDI SOLUTIONS

Post by taipan »

milanese » Wed Apr 09, 2014 4:27 pm wrote:
rocketman99 » Wed Apr 09, 2014 7:36 am wrote:10.9 v3.25 has following bug:

SetIndexLabel(0,"Stoch Main");
SetIndexLabel(1,"HTStochMain");
SetIndexLabel(2,"HT2StochMain");
SetIndexLabel(2,"HT3StochMain"); <<<<<< needs to be buffer 3
good spot :good: :good:

fixed one in first post!

Cheers :)

Tommaso
Thank you Tommaso for the hard work. There is compiling error on this file:

10.7 TDMTL_ALERT V1.3.mq4.

Can you fix this or post the ex4 version if possible.
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

10.7/10.9 INDI SOLUTIONS

Post by milanese »

taipan » Wed Apr 09, 2014 8:54 am wrote:
milanese » Wed Apr 09, 2014 4:27 pm wrote:
rocketman99 » Wed Apr 09, 2014 7:36 am wrote:10.9 v3.25 has following bug:

SetIndexLabel(0,"Stoch Main");
SetIndexLabel(1,"HTStochMain");
SetIndexLabel(2,"HT2StochMain");
SetIndexLabel(2,"HT3StochMain"); <<<<<< needs to be buffer 3
good spot :good: :good:

fixed one in first post!

Cheers :)

Tommaso
Thank you Tommaso for the hard work. There is compiling error on this file:

10.7 TDMTL_ALERT V1.3.mq4.

Can you fix this or post the ex4 version if possible.
there is no compiling error.. but it needs Empty4 builds >= 600.. here you have the ex4 but this too will only work with Empty4 >=600
10.7 TDMTL_ALERT V1.3.ex4
Cheers :)

Tommaso
You do not have the required permissions to view the files attached to this post.
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
taipan
Trader
Posts: 355
Joined: Sat Feb 16, 2013 11:27 am

10.7/10.9 INDI SOLUTIONS

Post by taipan »

milanese » Wed Apr 09, 2014 4:57 pm wrote:
taipan » Wed Apr 09, 2014 8:54 am wrote:
milanese » Wed Apr 09, 2014 4:27 pm wrote:
rocketman99 » Wed Apr 09, 2014 7:36 am wrote:10.9 v3.25 has following bug:

SetIndexLabel(0,"Stoch Main");
SetIndexLabel(1,"HTStochMain");
SetIndexLabel(2,"HT2StochMain");
SetIndexLabel(2,"HT3StochMain"); <<<<<< needs to be buffer 3
good spot :good: :good:

fixed one in first post!

Cheers :)

Tommaso
Thank you Tommaso for the hard work. There is compiling error on this file:

10.7 TDMTL_ALERT V1.3.mq4.

Can you fix this or post the ex4 version if possible.
there is no compiling error.. but it needs Empty4 builds >= 600.. here you have the ex4 but this too will only work with Empty4 >=600


Cheers :)

Tommaso

Thanks. I am using build 625 Empty4 to compile and don't know why there is many errors.
Post Reply

Return to “Bob's individual forum”