stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

Multi 10:4 Trader EA
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=1619
Page 151 of 160
Author:  pips400 [ Fri Jun 21, 2013 11:38 am ]
Post subject:  Re: Display cut off Re: Multi 10:4 Trader EA

MrLong wrote:
atharmian wrote:Andy,

Looks like you won't have to post another version of your great EA :)

My small issue: On my screen the lowest USDJPY pair gets cut off.
Any remedy (tried all stuff I could from your pdf) ?

How about getting rid of the bottom local clock display which takes up unnecessary space? (Think someone else asked the same question some pages ago.) Also can the Copyright notice be moved around for less interference ?

Changing footCellHeight from the default 4 to 2 appears to have a slight effect (no more effect if changed from 2 to 0), but the real space hog is the clock display.

After some more tinkering, e.g., setting rFontSize =12 from the 14 default, getting rid of borders and reducing top vertical space to 20 from 40, I am now only missing the last pair line, USDJPY... Its chart button only is visible.

Athar.
You could try reducing your screen resolution.
If you hit the F11 key then the screen will maximise and will get everything visible. You can toggle the F11 when you are checking a chart.
Author:  atharmian [ Fri Jun 21, 2013 9:58 pm ]
Post subject:  Re: Display cut off Re: Multi 10:4 Trader EA

Thanks, Andy and pips400.
It would be nice if someone knew how to turn off that pesky clock display at the bottom !

Have a nice weekend guys,
Athar.

pips400 wrote:
MrLong wrote:
atharmian wrote:Andy,

Looks like you won't have to post another version of your great EA :)

My small issue: On my screen the lowest USDJPY pair gets cut off.
Any remedy (tried all stuff I could from your pdf) ?

How about getting rid of the bottom local clock display which takes up unnecessary space? (Think someone else asked the same question some pages ago.) Also can the Copyright notice be moved around for less interference ?

Changing footCellHeight from the default 4 to 2 appears to have a slight effect (no more effect if changed from 2 to 0), but the real space hog is the clock display.

After some more tinkering, e.g., setting rFontSize =12 from the 14 default, getting rid of borders and reducing top vertical space to 20 from 40, I am now only missing the last pair line, USDJPY... Its chart button only is visible.

Athar.
You could try reducing your screen resolution.
If you hit the F11 key then the screen will maximise and will get everything visible. You can toggle the F11 when you are checking a chart.
Author:  MrLong [ Fri Jun 21, 2013 11:19 pm ]
Post subject:  Re: Display cut off Re: Multi 10:4 Trader EA

atharmian wrote:Thanks, Andy and pips400.
It would be nice if someone knew how to turn off that pesky clock display at the bottom !

Have a nice weekend guys,
Athar.

pips400 wrote:
MrLong wrote:
atharmian wrote:Andy,

Looks like you won't have to post another version of your great EA :)

My small issue: On my screen the lowest USDJPY pair gets cut off.
Any remedy (tried all stuff I could from your pdf) ?

How about getting rid of the bottom local clock display which takes up unnecessary space? (Think someone else asked the same question some pages ago.) Also can the Copyright notice be moved around for less interference ?

Changing footCellHeight from the default 4 to 2 appears to have a slight effect (no more effect if changed from 2 to 0), but the real space hog is the clock display.

After some more tinkering, e.g., setting rFontSize =12 from the 14 default, getting rid of borders and reducing top vertical space to 20 from 40, I am now only missing the last pair line, USDJPY... Its chart button only is visible.

Athar.
You could try reducing your screen resolution.
If you hit the F11 key then the screen will maximise and will get everything visible. You can toggle the F11 when you are checking a chart.
I'm afraid the clock has nothing to do with the EA, the clock is down to the DLL used within the EA and there is nothing I can do about it, but really is it a problem, I forgot about that Months ago :D
Author:  ianp [ Sat Jun 22, 2013 7:09 am ]
Post subject:  Re: Multi 10:4 Trader EA

Sorry for being a plank , I have used the auto installer exe and put the MT4GUI in the correct folders but I cant see the css_mrlong file in the indicators folder . Do I need to download it from somewhere as I cant find it doind a google site search.

Thanks
Author:  MrLong [ Sat Jun 22, 2013 8:16 am ]
Post subject:  Re: Multi 10:4 Trader EA

ianp wrote:Sorry for being a plank , I have used the auto installer exe and put the MT4GUI in the correct folders but I cant see the css_mrlong file in the indicators folder . Do I need to download it from somewhere as I cant find it doind a google site search.

Thanks
Thats not needed anymore CSS is built in.
Author:  ianp [ Sat Jun 22, 2013 8:26 am ]
Post subject:  Re: Multi 10:4 Trader EA

MrLong wrote:
ianp wrote:Sorry for being a plank , I have used the auto installer exe and put the MT4GUI in the correct folders but I cant see the css_mrlong file in the indicators folder . Do I need to download it from somewhere as I cant find it doind a google site search.

Thanks
Thats not needed anymore CSS is built in.
Thanks ,

I will try using a alpari demo , as I cant get Vantage one to work.
Author:  will80 [ Sat Jun 22, 2013 2:16 pm ]
Post subject:  Re: Multi 10:4 Trader EA

For those of you that use this as a dashboard to guide your manual trading can you advise on how you select the pairs to locate your setups?

I hope these questions have not been asked or I guess I will be burned but can someone answer the following about the dashboard - I understand the terms, but need to know what they mean in the context of the dashboard....

What is the meaning of:
CSS-1?
CSS?
Pro?
How to interpret correlated pairs correctly?

Apologies for the newbie questions!
Rgds Will
Author:  MrLong [ Sat Jun 22, 2013 2:37 pm ]
Post subject:  Re: Multi 10:4 Trader EA

will80 wrote:For those of you that use this as a dashboard to guide your manual trading can you advise on how you select the pairs to locate your setups?

I hope these questions have not been asked or I guess I will be burned but can someone answer the following about the dashboard - I understand the terms, but need to know what they mean in the context of the dashboard....

What is the meaning of:
CSS-1?
CSS?
Pro?
How to interpret correlated pairs correctly?

Apologies for the newbie questions!
Rgds Will
What are the meaning of "Dir" and "Pro"? <== Dir, means the currency strength direction(which one is strongest.

Pro, means progress if the EA took a trade and the correlated pairs agree, you would get a smiling face.

CSS=CSSD1? <== CSS is the current bar strength, CSS1 is the last bar strength.

If your just using the EA for a dash, turn the switch, extern bool useForDashOnly = true;
Author:  will80 [ Sun Jun 23, 2013 2:28 am ]
Post subject:  Re: Multi 10:4 Trader EA

Thanks Mr Long :)

Incredible EA - thank you for graciously allowing us to use it :)
Author:  toucan29 [ Sun Jun 23, 2013 11:22 pm ]
Post subject:  Re: Multi 10:4 Trader EA

hello all,
I have installed the latest version but i keep getting an error saying that the executable file is corrupted. any ideas what i did wrong
All times are UTC Page 151 of 160