индикатор attached thumbnails форекс / Forex Trading Online | Forex Broker xChief

Индикатор Attached Thumbnails Форекс

индикатор attached thumbnails форекс

Different results on use multicurrency indicator

supersimon
30supersimon#1  

And when I say "It is not possible to correctly verify the history of the indicators" I mean any.

I tried with something simple as:

int start() {   for (int i = 0; i < MaxBars; i++) {     MA_1[i] = 0;     MA_2[i] = 0;     MA_1[i] = iMA(NULL,0,13,8,MODE_SMMA,PRICE_MEDIAN,i);     MA_2[i] = iMA("GBPUSD",0,13,8,MODE_SMMA,PRICE_MEDIAN,i);   }      return (0); }

Of course the first buffer gives correct results, but the second, on different date for the same candle gives completely different results.

Can you confirm that it is a Metatrader4 problem?

William Roeder
William Roeder#2  
  1. On MT4: Unless the current chart is that specific symbol(s)/TF(s) referenced, you must handle / errors before accessing candle/indicator values.
              Download history in MQL4 EA - Forex Calendar - MQL4 programming forum - Page 3 #

  2. Do not assume that a bar index for one pair equals that of other pairs. Always use iBarShift.

  3. You should stop using the old event handlers and IndicatorCounted() and start using new event handlers.
              Event Handling Functions - MQL4 Reference
              How to do your lookbacks correctly - MQL4 programming forum # & #16

supersimon
30supersimon#3  

Thanks for support me.

However I never found a multi pair indicator as you described. 

I mean, in a decade around the web, especially where Mladen Rakic posted, eg. here: 

Multi pair indicators - Indices - Technical Indicators - MQL5 programming forum - Page 50

I NEVER found (for multi pair indicators) a single one that was using the OnCalculate() function.

Do you have a single example of multi pair indicator made it as you suggested? It would be very helpful.

Multi pair indicators
Multi pair indicators
Something I have been working some time ago. Multi pair MACD Multi pair CoeffOfLine
supersimon
30supersimon#4  

I mean, if the most valuable coder don't code a single multicurrency indicator as you suggested is a bit strange.

  1. Why none has done yet?
  2. How is it possible that ALL multicurrency indicators are wrongly calculated?
  3. Why nobody cares about this issue? When a coder release a repaint indicator, typically he mention it

I understand that these are uncomfortable topics, since MT4 has different bugs, but I would like some moderators to enlighten me with some answers.

Thanks.

Keith Watford
ModeratorKeith Watford#5  
supersimon

I mean, if the most valuable coder don't code a single multicurrency indicator as you suggested is a bit strange.

  1. Why none has done yet?
  2. How is it possible that ALL multicurrency indicators are wrongly calculated?
  3. Why nobody cares about this issue? When a coder release a repaint indicator, typically he mention it

I understand that these are uncomfortable topics, since MT4 has different bugs, but I would like some moderators to enlighten me with some answers.

Thanks.

Where do you get the idea that nobody has coded any multicurrency indicators?

I have coded many dashboards/scanners that are multi-currency and multi-timeframe for MT4 and MT5.

William has already pointed out the checks needed to make sure that it works correctly.

supersimon
30supersimon#6  
Keith Watford:

Where do you get the idea that nobody has coded any multicurrency indicators?

I have coded many dashboards/scanners that are multi-currency and multi-timeframe for MT4 and MT5.

William has already pointed out the checks needed to make sure that it works correctly.

As I said all multicurrency indicators are wrongly calculated.

Please read the first post.

The results are distorted over time, as you can see from the images here attached. It is not possible to correctly verify the history of the indicators, so what is the multicurrency on MT4 for?
Keith Watford
ModeratorKeith Watford#7  
supersimon

As I said all multicurrency indicators are wrongly calculated.

Please read the first post.

By wrongly calculated do you mean that they are coded badly so the code calculates incorrectly ?

I don't know what you mean.

I have read your first post and looked at your attached images.

I can't see anything apart from some images of an indicator. What are they supposed to prove? How are they distorted?

Your posts are vague and I, for one, have no idea what you are talking about.

supersimon
30supersimon#8  
Keith Watford:

I have coded many dashboards/scanners that are multi-currency and multi-timeframe for MT4 and MT5.

And from this it is clear that you did not understand my speech.

Try any multicurrency indicator (line, not dashboard/scanner that are almost impossible to backtest) like this one Free download of the 'DXYvsEXY for MT4' indicator by '3rjfx' for MetaTrader 4 in the MQL5 Code Base,

And launch 2 backtests:

Eg.

  • EUR/USD M1 from  Date: -
  • Another one same symbol and timeframe but from  Date: -

Then add to both the indicator and check the result (for example one of any candle on day ).

Compliments, you finally get my point.

DXYvsEXY for MT4
DXYvsEXY for MT4
Indicator DXYvsEXY is the USDX vs EURX with Awesome Oscillator Indicator for MT4.
Keith Watford
ModeratorKeith Watford#9  
supersimon

And from this it is clear that you did not understand my speech.

Try any multicurrency indicator (line, not dashboard/scanner that are almost impossible to backtest) like this one Free download of the 'DXYvsEXY for MT4' indicator by '3rjfx' for MetaTrader 4 in the MQL5 Code Base,

And launch 2 backtests:

Eg.

  • EUR/USD M1 from  Date: -
  • Another one same symbol and timeframe but from  Date: -

Then add to both the indicator and check the result (for example one of any candle on day ).

Compliments, you finally get my point.

Well, this is the first time that you have mentioned about backtests.

Don't you think that is a very important detail to leave out?

MT4 tester does not support multiple currencies. 

It is not a failing due to any indicator, it is just that the MT4 tester is only set up to working with the selected symbol.

Any testing of multi-currency indicators can only be done on live charts.

supersimon
30supersimon#10  
Keith Watford:

Well, this is the first time that you have mentioned about backtests.

Don't you think that is a very important detail to leave out?

The backtest itself doesn't mean anything, I told you that to make you understand the problem faster.

The calculation problem it also affects real time charts, that's the reason for me to say in the 1st post "The results are distorted over time".

If you try to close and reopen MT4 after sometime, past results are different.

MT4 tester does not support multiple currencies. It is not a failing due to any indicator, it is just that the MT4 tester is only set up to working with the selected symbol. Any testing of multi-currency indicators can only be done on live charts.

OK, so since MT4 shows us some data of a different symbol during a backtest, what does it refer to? Does this make sense to you?

And again, multiple currencies indicators fail also on live charts.

No offense but what amazes me is that a moderator of this site did not know the existence of this problem, even more that this bug has not already been ascertained in the past (since it has always existed).
Old , AM  

Pixel Pusher

 
White Tie's Avatar
 

Join Date: Mar

Location: Blighty

Posts: 4,

DefaultDefault Theme Adjuster v

Be running Reaper vrc

Installing & Running the script


DOWNLOAD

- Choose Options > Show REAPER resource path in explorer/finder. Extract content of the zip (the 'Default__theme_eunic-brussels.eu' file AND the 'Default__theme_adjuster resources' folder) into the 'scripts' folder there.

- Choose Actions > Show action list. In the bottom right choose New action > Load ReaScript. Choose Default__theme_eunic-brussels.eu and click Open.

- In the actions list you'll now see Script: Default__theme_eunic-brussels.eu Choose it and click Run, or (while using the theme) go to Options > Themes > Theme Adjuster / Color Controls.

Changelog
  • TCP element re-ordering using the theme adjuster (hey Sexan, have a look!)
  • Track names colour red on record arm
  • Fix opacity adjustment of empty TCP sections
  • Defaults for mixer input hiding height tweaked
  • Solved TCP not always looking ideal at 0 pixel margin by raising the minimum to 2 pixels, smh.

__________________
The House of White Tie

White Tie is offline  
Old , AM  

Moderator

 
Mercado_Negro's Avatar
 

Join Date: Aug

Location: Caracas, Venezuela

Posts: 8,

Default

Sorry for repeating myself again but please add an option to make the background fill for sends visible.

__________________
Pressure is what turns coal into diamonds - Michael a.k.a. Runaway

Mercado_Negro is offline  
Old , AM  

Human being with feelings

 

Join Date: Nov

Posts:

Default

Hi WT, reordering works perfect, btw maybe it is my config but the track name is too close to the volume.

Vagalume is offline  
Old , AM  

Human being with feelings

 

Join Date: Nov

Posts:

Default

Enlarging is not the issue, because you can write something longer and the issue persits, the track name shouldn't go just as far as the volume knob. Imagine the first letter of the trackname just close to the monitor indicator, there is some space between then. Sorry English is not my languague, I don't know how to explain it.

Vagalume is offline  
Old , AM  

Human being with feelings

 
Pink Wool's Avatar
 

Join Date: Apr

Posts: 1,

Default

Reordering tcp buttons?! What sorcery is this!? Amazing!


Edit: It seems the script still blacks out when the window size is too small. Not sure if it is actually fixable?



Edit edit: Hope this doesn't feel like a design choice but would love to be able to hide the input fx button separately from the input.


Edit edit edit: And if it's possible at some point, now that we can change the buttons order, it might be more visually helpful if some of them are hidden, then they would be hidden on the reordering view? Just a thought?

__________________
Live simply so that others can simply live


Last edited by Pink Wool; at AM.

Pink Wool is offline  
Old , AM  

Human being with feelings

 
bolgwrad's Avatar
 

Join Date: Mar

Location: On my arse in Glasgow, Scotland

Posts: 1,

Default

Quote:

Originally Posted by Pink WoolView Post
Reordering tcp buttons?! What sorcery is this!? Amazing!


Edit: It seems the script still blacks out when the window size is too small. Not sure if it is actually fixable?

Was just about to post this myself.

The revised track folder icon is much better, thx.

__________________
eunic-brussels.eu

bolgwrad is online now  
Old , AM  

Human being with feelings

 

Join Date: Jan

Posts: 1,

Default

"Env inherit tracks indent" disabled

The controls are cropped a bit.
Daodan is offline  
Old , AM  

Human being with feelings

 

Join Date: Feb

Posts:

Default

v7 theme is going from strength to strength.
Thanks WT, I'm super happy with how this is turning out!

dom64 is offline  
Old , AM  

Pixel Pusher

 
White Tie's Avatar
 

Join Date: Mar

Location: Blighty

Posts: 4,

Default

Quote:

Originally Posted by SexanView Post

I was trying (at least there was an attempt) to do it like this but failed when I got into WALTER to set it up. Sorry for OT

Yeah, last time we discussed this I was still trying to flow elements by name, but that was never going to work because the names aren't strings, they're the thing itself. So I went back to flowing the elements as proxies and assigning the real elements afterwards (like I do with my new extmixer sections) which worked great. But that was no good because the proxies are, since they're identical proxies, all the same width, which the real things are most definitely not. So stuck.

Anyway, cut a long story short I used my cheat code (I asked Justin) and the trick is to resize the proxies first, by index, then flow them, then assign the elements to the now correctly sized and correctly positioned proxies by the same index. I'm trying not to dwell on the fact that I could have done it that way years ago

Quote:

Originally Posted by VagalumeView Post

the track name is too close to the volume.

Its 0px margin, I'll make it 2px so its a bit more comfortable, I agree. 2px stolen though, there will be complaints!

Quote:

Originally Posted by DaodanView Post

"Env inherit tracks indent" disabled The controls are cropped a bit.

Great catch, thanks!

__________________
The House of White Tie

White Tie is offline  
Old , AM  

Pixel Pusher

 
White Tie's Avatar
 

Join Date: Mar

Location: Blighty

Posts: 4,

Default

Quote:

Originally Posted by FView Post

Black out does not happen to me even when the window is downsized to just show Global,
Track control panel, etc.

Sorry, perhaps I need to put this in the first post every time : The theme is release candidate, but the script is entirely temporary, ignore it being weird if it doesn't get in the way of you testing the theme.

__________________
The House of White Tie

White Tie is offline  
Old , PM  

Human being with feelings

 

Join Date: Mar

Posts: 31

Default

Hey guys can we get this style of knobs when changing the plugins interface into UI
i think sliders are bit confusing since they are too long and inconvenient for certain plugins it might be a good idea to have this option to change sliders into knobs
so that the UI can be more organized and easy to control the plugins
i attached picture below showing the whole concept before and after

sjebrane is offline  
Old , PM  

Human being with feelings

 
Pink Wool's Avatar
 

Join Date: Apr

Posts: 1,

Default

Not really part of the script though, is it?

__________________
Live simply so that others can simply live

Pink Wool is offline  
Old , PM  

Human being with feelings

 
Vagelis's Avatar
 

Join Date: Oct

Location: Larisa, Greece

Posts: 3,

Default

Great stuff with re-ordering, thanks

Also I wanted to ask regarding custom TCP buttons since I have no idea, will this feature be included in V7 and if so, will there be any option to create them with theme adjuster?
Vagelis is offline  
Old , PM  

Human being with feelings

 

Join Date: Mar

Posts: 31

Default

Quote:

Originally Posted by VagelisView Post
Great stuff with re-ordering, thanks

Also I wanted to ask regarding custom TCP buttons since I have no idea, will this feature be included in V7 and if so, will there be any option to create them with theme adjuster?
THAT WOULD HELP THEM INDEED ,IF THEY AIM IN THE FUTURE TO FOCUS ON LIVE STUFF ALSO IF THEY WANT TO FOCUS ON IMPLEMENTING A MODULATION SYSTEM TO MODULATE ANY PARAMETRE AND MORE FEATURE IN THE FUTURE BUT THE BEGNING I GUESS WITH ADDING KNOBS AS THEY ARE SMALL AND COMPACT AND REPRESNTATIVE MORE AND IMPROVE AFTERWARDS
sjebrane is offline  
Old , PM  

Human being with feelings

 
Pink Wool's Avatar
 

Join Date: Apr

Posts: 1,

Default

Quote:

Originally Posted by sjebraneView Post

THAT WOULD HELP THEM INDEED ,IF THEY AIM IN THE FUTURE TO FOCUS ON LIVE STUFF ALSO IF THEY WANT TO FOCUS ON IMPLEMENTING A MODULATION SYSTEM TO MODULATE ANY PARAMETRE AND MORE FEATURE IN THE FUTURE BUT THE BEGNING I GUESS WITH ADDING KNOBS AS THEY ARE SMALL AND COMPACT AND REPRESNTATIVE MORE AND IMPROVE AFTERWARDS

Why are you screaming?

__________________
Live simply so that others can simply live

Pink Wool is offline  
Old , PM  

Pixel Pusher

 
White Tie's Avatar
 

Join Date: Mar

Location: Blighty

Posts: 4,

Default

If you're not actively testing and bug finding, then please don't pollute this thread. There is no other place this stuff gets tested; those half a dozen people you see doing all the bug finding, version after version, are also helping you and everyone else out by testing this and finding its bugs. But if you're not helping then you are Not Helping.

__________________
The House of White Tie

White Tie is offline  
Old , PM  

Pixel Pusher

 
White Tie's Avatar
 

Join Date: Mar

Location: Blighty

Posts: 4,

Default

Quote:

Originally Posted by FView Post

I know, I love it and I am just trying to help, as other people were reporting an issue I had not met.

I get it, and thanks, but almost all the script is going to get rebuilt so its not worth worrying about.

__________________
The House of White Tie

White Tie is offline  
Old , PM  

Human being with feelings

 
Pink Wool's Avatar
 

Join Date: Apr

Posts: 1,

Default

Some small overlap of elements in % and %. Also, a pink line (but I think this was reported already?).



Otherwise the script and theme seem solid! I did manage to cause it to break when selecting color for the background in MCP. But these are of course issues with the script - not how it works and how the elements work, which is what I think you meant by us ignoring the "script side" of things.

__________________
Live simply so that others can simply live

Pink Wool is offline  
Old , AM  

Human being with feelings

 
smandrap's Avatar
 

Join Date: Feb

Location: Right here

Posts: 1,

Default

ouch when TCP Folder balance = stretch name and label block reaches width of tcp:


Related to elements reordering: when folder balancing is on and label block is NOT the first element, it gets hidden when it touches Tcp width leaving all tracks without name. Maybe it could be solved by never hiding the label?

smandrap is online now  
Old , AM  

Human being with feelings

 
RobU's Avatar
 

Join Date: Sep

Posts:

Default

Hi - I'm not sure if this is the type of feedback that you're after in this thread, but my OCD compels me to report it : )

The v6 theme horizontally aligns the elements when it 'flows', but the v7 theme is misaligned by 2 px (at % on p).



Cheers.

__________________
Return of the Dub Cadet - eunic-brussels.eu&dl_branch=1

RobU is offline  
Old , AM  

Human being with feelings

 
smandrap's Avatar
 

Join Date: Feb

Location: Right here

Posts: 1,

Default

Quote:

Originally Posted by RobUView Post

e v7 theme is misaligned by 2 px .

Theme Adjuster -> Track Control panel -> Folder Balance Type
smandrap is online now  
Old , AM  

Human being with feelings

 
RobU's Avatar
 

Join Date: Sep

Posts:

Default

Quote:

Originally Posted by smandrapView Post

Theme Adjuster -> Track Control panel -> Folder Balance Type


None of which align the elements on the same track horizontally.

'None' - subsequent rows are 2px to the left
'Stretch Name' - indents 2nd row on non-folder (parent) tracks
'All' - aligns parent with child, but the 1st and 2nd row of elements are still 2px off.

And none of those options do anything if there are no child tracks. i.e. elements are still 2px off horizontally

__________________
Return of the Dub Cadet - eunic-brussels.eu&dl_branch=1

RobU is offline  
Old , AM  

Human being with feelings

 
smandrap's Avatar
 

Join Date: Feb

Location: Right here

Posts: 1,

Default

Quote:

Originally Posted by RobUView Post

on the same track

Oof sorry i misunderstood Now i can't unsee it
smandrap is online now  
Old , AM  

Human being with feelings

 
smandrap's Avatar
 

Join Date: Feb

Location: Right here

Posts: 1,

Default

Don't know how, don't know where but i feel the mixer would benefit from some alignment on the labels when folder balance is on:

smandrap is online now  
Old , AM  

Human being with feelings

 
RobU's Avatar
 

Join Date: Sep

Posts:

Default

Quote:

Originally Posted by smandrapView Post
Oof sorry i misunderstood Now i can't unsee it

__________________
Return of the Dub Cadet - eunic-brussels.eu&dl_branch=1

RobU is offline  
Old , AM  

Human being with feelings

 
FeedTheCat's Avatar
 

Join Date: May

Location: Berlin

Posts: 2,

Default

Awesome work WT! This is turning out great

Could we maybe get an option in the theme adjuster to "Group sends with FX inserts"? I'm not a fan of the separate send list (too much space), so it would be nice if there was an option that combined sends and fx into a single column.
(My preference would be : fx params -> bottom section, sends/fx -> right section, but in a single column)

I'm thinking of something like a TCP equivalent for the "group" settings in the mixer:



If that's out of scope for the v7 theme adjuster, no worries.. I get it If we'd want to mod that ourselves, it shouldn't be too difficult, no?

__________________
Featured scripts:&#;REAPER Update Utility&#;Lil Chordbox&#;Gridbox/Adaptive grid&#;MX Tuner&#;RS5K Link&#;MIDI Editor Magic&#;Donate

FeedTheCat is offline  
Old , AM  

Pixel Pusher

 
White Tie's Avatar
 

Join Date: Mar

Location: Blighty

Posts: 4,

Default

Quote:

Originally Posted by smandrapView Post

ouch when TCP Folder balance = stretch name and label block reaches width of tcp:

I can't duplicate that, and its also doing a weird vertical allignment wrongness. Could you reset the theme adjuster, and then see what minimum steps you need to replicate the behaviour please?

Quote:

Originally Posted by smandrapView Post

Related to elements reordering: when folder balancing is on and label block is NOT the first element, it gets hidden when it touches Tcp width leaving all tracks without name. Maybe it could be solved by never hiding the label?

Its not hiding, you just can't see it because its on the second row. I agree that's not helpful, but I also think its the only logical approach. On a philosophical level I'm happy to provide the abilityto not have the name group first in the order while still being pretty sure its not a good idea to actually do it

Quote:

Originally Posted by RobUView Post

Hi - I'm not sure if this is the type of feedback that you're after in this thread, but my OCD compels me to report it : )

The v6 theme horizontally aligns the elements when it 'flows', but the v7 theme is misaligned by 2 px (at % on p).

Yeah, exactly the kind of thing I'm after, thanks. Fix incoming.

Quote:

Originally Posted by smandrapView Post

Don't know how, don't know where but i feel the mixer would benefit from some alignment on the labels when folder balance is on:

Yes / no / don't know. I don't want to do another option, the next step on from there is to not have Mixer indenting on at all, always an option!

Quote:

Originally Posted by FeedTheCatView Post
Could we maybe get an option in the theme adjuster to "Group sends with FX inserts"? I'm not a fan of the separate send list (too much space), so it would be nice if there was an option that combined sends and fx into a single column.
(My preference would be : fx params -> bottom section, sends/fx -> right section, but in a single column)

If that's out of scope for the v7 theme adjuster, no worries.. I get it If we'd want to mod that ourselves, it shouldn't be too difficult, no?
No I can't, and I'm afraid you won't be able to either. Reaper either puts things a) in with the params, or b) in their own section.

__________________
The House of White Tie

White Tie is offline  
Old , AM  

Human being with feelings

 
FeedTheCat's Avatar
 

Join Date: May

Location: Berlin

Posts: 2,

Default

Quote:

Originally Posted by White TieView Post

No I can't, and I'm afraid you won't be able to either. Reaper either puts things a) in with the params, or b) in their own section.

Is what it is then, thanks for the info

__________________
Featured scripts:&#;REAPER Update Utility&#;Lil Chordbox&#;Gridbox/Adaptive grid&#;MX Tuner&#;RS5K Link&#;MIDI Editor Magic&#;Donate

FeedTheCat is offline  
Old , AM  

Human being with feelings

 
FeedTheCat's Avatar
 

Join Date: May

Location: Berlin

Posts: 2,

Default

X-Axis spacing adds space to the left of the first element (record button in the GIF):



I'd have expected it to only add space betweenadjacent elements. Or it could affect the second row as well (it currently only affects the first row).

__________________
Featured scripts:&#;REAPER Update Utility&#;Lil Chordbox&#;Gridbox/Adaptive grid&#;MX Tuner&#;RS5K Link&#;MIDI Editor Magic&#;Donate

FeedTheCat is offline  
Old , PM  

Pixel Pusher

 
White Tie's Avatar
 

Join Date: Mar

Location: Blighty

Posts: 4,

Default

Quote:

Originally Posted by FeedTheCatView Post

X-Axis spacing adds space to the left of the first element (record button in the GIF)

I think that's the same thing that RobU reported, lots of margin fixes incoming.

Quote:

Originally Posted by FeedTheCatView Post

When you increase "Section Margins" it cuts off fx/sends at min height:

Ah yes, thanks.

__________________
The House of White Tie

White Tie is offline  
Old , AM  

Human being with feelings

 
FeedTheCat's Avatar
 

Join Date: May

Location: Berlin

Posts: 2,

Default

Quote:

Originally Posted by White TieView Post

I think that's the same thing that RobU reported, lots of margin fixes incoming.

Ah yes, that's the same. Since you're looking at margins, could we maybe get an additional folder balance type that works like "Stretch Name" but doesn't indent the second row?

I personally only care about alignment in the first row (it's what you see when tracks are minimized, and it keeps mute/solo aligned)

__________________
Featured scripts:&#;REAPER Update Utility&#;Lil Chordbox&#;Gridbox/Adaptive grid&#;MX Tuner&#;RS5K Link&#;MIDI Editor Magic&#;Donate

FeedTheCat is offline  
Old , AM  

Human being with feelings

 
FeedTheCat's Avatar
 

Join Date: May

Location: Berlin

Posts: 2,

Default

Could showing the monitor button maybe take space from the name instead of messing up alignment?

At least when the user has selected folder balance type "Stretch name" this would make a lot of sense imo.

__________________
Featured scripts:&#;REAPER Update Utility&#;Lil Chordbox&#;Gridbox/Adaptive grid&#;MX Tuner&#;RS5K Link&#;MIDI Editor Magic&#;Donate

FeedTheCat is offline  
Old , AM  

Human being with feelings

 
Martonovics's Avatar
 

Join Date: Feb

Posts: 87

Default

Just a small alignment thing about tcp trackidx:

If track is a folder it's more noticeable that the number is a bit off to left. I guess that it's not an easy general choice because of the selection dot or the number of digits(?).

If it's just one digit it looks better with a 2px offset to right (would be even better if the font size set to 9 instead of 10).

__________________
Themes: MyTaste IIDark/Default/Light , MyTaste_PlainDark/Default/Light

Martonovics is offline  
Old , AM  

Pixel Pusher

 
White Tie's Avatar
 

Join Date: Mar

Location: Blighty

Posts: 4,

Default

Quote:

Originally Posted by FeedTheCatView Post

Ah yes, that's the same. Since you're looking at margins, could we maybe get an additional folder balance type that works like "Stretch Name" but doesn't indent the second row?

But that's the way it was in v6. People complained about that constantly. Constantly.

Quote:

Originally Posted by FeedTheCatView Post

Could showing the monitor button maybe take space from the name instead of messing up alignment?

There is already a 'make things look neat' solution : disable the hiding of the monitor button. That does it, yeah?

Quote:

Originally Posted by MartonovicsView Post

Just a small alignment thing about tcp trackidx:

If track is a folder it's more noticeable that the number is a bit off to left. I guess that it's not an easy general choice because of the selection dot or the number of digits(?).

If it's just one digit it looks better with a 2px offset to right (would be even better if the font size set to 9 instead of 10).

With a single digit you could see it either way - is the space the rectangle, or is it the space between the edge and the dot? On balance I would also see it the way you do. However, with bigger numbers, the way it is is clearly the way that makes sense, and I would say that all forms aligning the same way is also correct. See what I mean?

__________________
The House of White Tie

White Tie is offline  
Old , AM  

Human being with feelings

 
Martonovics's Avatar
 

Join Date: Feb

Posts: 87

Default

Quote:

Originally Posted by White TieView Post
() See what I mean?

Yes, the reason why I brought up is mostly the number below the fcomp image, which set a new and more definite visual position (the folder arrow and the rounded top).

__________________
Themes: MyTaste IIDark/Default/Light , MyTaste_PlainDark/Default/Light

Martonovics is offline  
Old , AM  

Human being with feelings

 
FeedTheCat's Avatar
 

Join Date: May

Location: Berlin

Posts: 2,

Default

Quote:

Originally Posted by White TieView Post

But that's the way it was in v6. People complained about that constantly. Constantly.

Heh, I understand their complaint as I'm also not a fan of misaligned controls. But in this specific case I'd prefer to not waste TCP space (and the gap looks a bit weird imo).

Maybe an additional v6-style folder balance type for the people that didn't complain wouldn't hurt?

Btw, I appreciate your effort to keep the adjuster lean and simple. If you think more options for folder balance are confusing, I'm fine with that.

Quote:

Originally Posted by White TieView Post

There is already a 'make things look neat' solution : disable the hiding of the monitor button. That does it, yeah?

It does. I just wish I wouldn't have to choose between decluttering (hiding unnecessary controls) and alignment.

There already was a WALTER mod circling around for v6 that addressed that issue. I'm sure I'd have no problem adapting it for v7 (looked rather simple IIRC). Just asking here as I think that it's a simple adjustment which a lot of "Stretch name" users would appreciate

__________________
Featured scripts:&#;REAPER Update Utility&#;Lil Chordbox&#;Gridbox/Adaptive grid&#;MX Tuner&#;RS5K Link&#;MIDI Editor Magic&#;Donate

FeedTheCat is offline  

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


Forum Rules



All times are GMT The time now is PM.


( PM)xerxes Wrote:  Interesting results. I'm using Eneloops in my FXG SD without any complications even at MHz.

I'm using 3rd generation Sanyo eneloops myself; I guard them like a dragon guard's their treasure horde.

( PM)xerxes Wrote:  Apropos optimized: Trying to find the optimual solution for each language, I've noticed that the 8-bit CASIOs are faster with
unstructured code using a list or an array, but the SH-3/4 models are faster with structured code using a matrix. eunic-brussels.eu however
is faster with unstructured code using an array. So it can be said, that all versions are optimized.

Could you please test the eunic-brussels.eu code from post #25 on the CG50 at normal and maximum speed? Thank you.
Which OS version is installed on your CG50?

Sure; the OS version is v

fx-CG50 default clock (Ptune3 "NORMAL"):

Xerxes code / eunic-brussels.eu CG vbeta:
seconds / DBL Mode
seconds / INT Mode

Original code / eunic-brussels.eu CG vbeta:
seconds / DBL Mode
seconds / INT Mode

fx-CG50 MHz clock (Ptune3 "F5"):
[Image: eunic-brussels.eu]
[Image: eunic-brussels.eu]

Xerxes code / eunic-brussels.eu CG vbeta:
seconds / DBL Mode
seconds / INT Mode

Original code / eunic-brussels.eu CG vbeta:
seconds / DBL Mode
seconds / INT Mode

( AM)Steve Simpkin Wrote:  Mjim,
That is great information about power consumption of the fx-CG For reference the battery indicator turned red on my CG50 today one year almost to the day after I received it. That was using the original Sanyo alkaline AAA batteries that came with it. Granted I used it very lightly so this likely represents the maximum life expectancy for a set of batteries.

The included AAA batteries probably have about mAh capacity at normal drain rates so at maximum load it's around 25 hours of non-stop number crunching, or hours of just idle screen time (at brightness level 2).

I've settled on brightness level 2 as a default as that seems to be a good standby current drain/readability balance for me. At mA idle; mAh eneloops should be good for about hours of screen time; I normally leave screen off time at 60 minutes (less flash writes as well). 35uA when off is nearly years on the eneloops.

I guess this is the first colour screen device I've owned that has over a hundred hours of screen time on batteryor it would be if I wasn't so keen on overclocking everything all the time Smile

EDIT:I did some measurements for the fxG2 which is probably a bit more useful to the OP as it is more similar in hardware. Power consumption figures weren't all that much different, but I attached an Excel document in formatwhich I think is compatible with open office. There are likely mistakes however, so I'll look at it again tomorrow.

Ftune3 'Normal' and Ftune3 'F5' settings were recorded over a 5 minute period; my multi-meter would record the minimum & maximum peak as well as average over that time period. Ftune3 'F2', 'F3', 'F4' were only sampled for a minute. Scrolling current consumption was just recording the maximum by scrolling up and down the calculation history screen several times until I felt that the peak recording wasn't changing all that much, so is likely inaccurate.

The Summation benchmark is the k version of this:
eunic-brussels.eu#pid

In mode 1 the idle current at stock clocks on the fxG2 averages mA ( -> mA). Looks like hours of screen time isn't out of the question


Profitunity (Chaos) Trading System by Bill Williams Hello traders, I recently found out chaos system and read the books about it (by Bill Williams). I was convinced by the reading I tried the system for a while I seems worthable for me and I didn't find discussions here about this trading system and here it is: Profitunity System On the chart apply following tools Alligator - Three SMAs (13/8/5) with a future offset of 8/5/3 respactively. we stay out of the market when and while lines are intertwining. Adding: After the first fractal is taken, we take any and every signal in that direction. Adding Entry Signals: AO: 1. we go long when AO cross zero line from negative to positive values and short on the opposite scenario. 2. we go long we have 3 consecutive AO bars above zero line last two having higher highs (i.e. AO pulls back for a while) - opposite for sell AC: 1. Go long after two consecutive bars above zero line 2. Go long after three consecutive bars below zero line - for short - reverse scenario Here under I'll try to summarize them in brief There are 5 tools issuing signals: One enter the market when 1st fractal (#1) out of the lines is hit again. Once on the market one opens a new order is same direction when any of the other signals is triggered. These are: AO(#2), AC(#3), Zone(#4) and Balance Line(#5). Some of them issue more than one signal. If more than one signal is triggered simultaneously - corresponding number of orders are opened. I personaly am taking each of the signal until my money management rules allow this. I've tried to comment the charts attached in previous posts, pointing where signals are and where stops are. If you have any questions please let me know - I'll do my best to answer them. !i! BTW - this method is described in "New Trading Dimensions" book by Bill Williams. There is slight alterations of the system in his next book "Trading Chaos" 2nd edition Hello I've re-read the last book about Chaos by BW and decided to add the rule about "Reverse bar". It is quite simple one and if succed could final with a good profit, if not, the loss will be reduced (I hope) So here are the rules: Bearish Reversal Bar - sell orders 1. Bar with higher high that closes in the botom half - that should mean that bulls have been stronger at the beginning but next bears have superiority at bar closing. 2. Prices must be far away from the lines and must have obvious angle increase (opening) between MA lines and line drawn on the lows. Entry: Sell stop close below the low of the reverse bar Stop loss little above the high of the same bar That's it. Reverse for buy (use highs not lows!) Why this is added? - If succeed it will allow an earlier entry. Attached Images ___________________________________ _____________________________ Here is a good incoming setup for EURUSD H4 from today Let's see what it will become. Which me good luck . Attached Thumbnails This is continuation…. EURUSD on H4 USD Core CPI m/m data caused fractal to be taken on so I'm long 1 contract Attached Thumbnails There is another tool that could be useful Gator: in MT use menu Insert -> Indicators -> Bill Williams –> Gator It measues the distance between MA (Alligator) lines. It is useful because it shows you at a glance whether MAs are opening, closing or intertwining. Trade after it becomes green. Here is a sample& when Gator is green - it is time to look around, but while there is not a fractal taken in this direction we do not enter the market when Gator is red - it is time to take profit and/or wait for the next chance Hope it will be useful to your trading !i! Attached Images Here is current stage of the other trade before the week-end - EURUSD H4 (you could follow this trade in post #7, post #11 and post #12) Situation is the same as above (USDJPY) Must exit if last compleated bar closes below red line - somewhere about The good news is that there is no loss Expected profit is about 29 0 00 The bad news is that this is a Demo account We'll see wish you fascinating week-end $i! Attached Images unfortunate trade Here is a sample of an unfortunate trade I've made a mistake with stop loss place. After the 6th consecutive red AO bar I should place the stopLoss above the last-1 bar's high and move it accordingly. Here is final result Code: DateSignalPriceSLP/L F AC Z Total: -1 Attached Images Here is a nice looking setup for USDJPY 1 hours chart. I've missed first three entry points Hope this will be for good (profit) Attached Images Here's how develops USDJPY H1 trade described in post # All Stop orders triggered. StopLoss moved below the new down fractal. Attached Thumbnails Here is the state of USDJPY H1 at the end of work-days. (You could see begining of the trade in post #16 and post #17) The picture does not seems quite promising. If the last compleated bar closes below Red Line (alligator teeth) - trade must be closed and I'll be kicked out. Worst is that this will case losses Attached Thumbnails Hi again For pictures describe faster than words I'll attache some of the charts I'm using Attached is USDCHF Daily setup on Apr 15 Attached Thumbnails Here is how USDCHF Daily trade (from post #2) develops. Because of the strong decline - stopLoss is tighten. 69 points profit for the moment. Attached Images USDCHF Daily trade (start is in post #2; there are some explanations in post #14 ) closed by stopLoss with 52 point profit not bad, eh? Attached Images THIS IS A GOOD EXAMPLE OK after the theory - let's try it Here is EURUSD H1 setup 1. AO is read (down move); 2. bar is away below ma lines. 3. Slopes of ma and price are in an opening angle - price much steeper. Good candidate for retrace end So a Buy stop order -1 lot - placed above the Divergent (reverse) Bar at a stop loss place on the other side of the bar at whish me good luck Attached Images HI This is how yesterday setup (post #28) goes currently 1. We have another divergent (reverse) bar; 2. acceleration has changed direction from down to up; 3. Momentum also changed direction from down to up; 4. AC 3 green bars signal has been triggered; So 1 lot buy stop order placed above the eunic-brussels.eu at another 1 lot buy stop order placed above AC signal bar stopLoss moved below the new DB at let's see what will be the future Attached Images Yesterday setup is developing pretty well BL and 2nd DBar has been taken. I expect a fractal to apear soon and AO cross signal to fire Mean line 2 previous set BL orders has been fired Dramatic This seems to be wave 5 candidate Attached Images EURUSD H1 DB trade - day 3 Setup from before yesterday (post #28) seems to turn to profit Here is current state - early morning 1. The most recent up fractal has been taken in the night so 1 lot buy stop order has been fired. 2. New fractal and AO cross signal apeared simultaniously in the night - new 4 lot buy stop order is placed at - above signals I'm wondering about stop loss - whether I should move it up or leave it where it is The distance from the market is widening Above all we are in the zone so on each close that is above previous one I'll add more orders - but this is the future yet At present I have 12 open orders (last 2 lots) total: 13 lots showing a profit of 3 at current price let see what will be today Good luck to all traders! PS: I'll appreciate if anybody takes the plunge and comments the situation. I'll appreciate any opitions and will consider them. The more the heads, the better the result Attached Images DAY3 Some explanations about reverse bar (DBar) We have on previous H4 session a bearish reverse bar but we do not take it because the angle is not correct. Prices must go steeper than MSs. There was steep movement but it was before bearish DB formation. When this bar appeared prices were in parallel with MAs Well at the begining of US market session EURUSD trade is in a good state No more orders have been placed because we have already 5 green AO bars and this up move will soon end So the only action is to move stop loss below the low of the last bar Attached Images EURUSD H1 DB trade - day 4 on the next day today's 1st chart is very doodle At the end of US session yesterday I was 99% sure that I'll be blown away. I hesitated whether to close at least partially. This is the most painful part of the trade - when there are many signals and each one is in the opposite direction Finally I left anything to the market for even if stop loss was hit, trade will be profitable - much less, but profitable. In any case I placed a sell stop order below to the down Dbar in any case. In contrary of last US session close at the begining of EU session there are many up signals So I'll keep stops tight and let's see what the maket wants (each trade day is described from post# 27 through post #31) Attached Images EURUSD H1 DB trade - End So here is the end of the story Stoploss has been triggered at the result is: 13 open positions one of them 2 lots and one 4 lots 9 profitable 4 loss 2 profit from this trade because I didn't close when rules say I have to, almost 50% of the profit has gone Let's see whether this is the top of the wave and how will be with down Dbar signal as seen in the picture the angle between price and MAs could be analysed also another way (gray is old; white is new) There is another Up fractal. I didn't place order above it because for now it seems that momentum is rather down than up and could turn a false entry point. On D1 base the momentum is 4 days down and on W1 acceleration is down, so it seems to me that a very strong impuls must appear to push prices up. Attached Images

HI i want to build an indicator to signal buy and sell with an arrow and a text with system alerts and SL\TP lines that i can upload to mql market i want it to take the signal based on 2 indicators : zigzag pivot points zigzag parameters : depth 50 deviation 25 back step 3 pivot points: traditional time frame (current ' 1 min to 1 month) conditions for sell signal : reaching a zigzag's high closing (number) candles

I need an experienced developer who can fix the following errors in a Candlesticks patterns/ VIDYA EA: * Fix Hidden SL & TP (Show trade level at) Number of points to show SL/TP (Auto Hide SL and TP levels: EA should auto hide SL and TP targets immediately trades are taken; SL and TP should only be displayed when price is 20 points (2 pips) away from the hidden level. An input already exist. When Break even has been

Hello, I have a project that might be handled by you My project is I want to create a TradingView indicator that can predict the movement of the next candle, whether it is negative, positive, green or red. The prediction rate should be 60% - 70% as a minimum. I know that it is not possible to predict %, but I need an indicator that has a higher winning percentage. I do not have any suggestions to offer you. You

I need someone to help me with converting from MT4/5 to TradingView? I have a my code for Metatrader and I want to make it available for TradingView. And I want this to be available in the next days

Welcome, I would like to give an order to create same drawing object ( StdDev MT4 ) to TradingView. The drawing object should be same as in MT4 and I need to use it on TradingView, Pine Script Best Regards

I have an existing indicator, I just need someone to modify for me The indicator is called overlay there's a few modifications that I need on it The indicator has a set timeframe it overlays , I need it to give an option where I can click on the chart the timeframe I want to be overlayed . There's also a specific addition which deals with my trading plan so I can't mention it here . Only two additions or

Convert PineScript to MQL5 indicator . It is about lines of pinescript Requirements Specification: - Convert the Smart-Money-Concepts- PineScript indicator in the text file to MQL5 - Ensure that the indicator can be used fully by an expert advisor (usable buffer values etc)

I need someone who can you reprogram a mt4 ea if I send you the file that it works on ctrader. Let me know if you can do this so we can discuss properly, I already attached the file, So check the file out

or example I have opened different charts of symbols (Eur/Usd D1, Gbp/Usd M15, Tesla M15, SPY M1 etc.). When I click on chart symbol square immediately opens multi charts with the same chart. Let say I click on SPY M1 , immediately opens all SPY chart timeframes (only timeframes what's were chosen to show from Timeframes View>Toolbars>Timeframes) charts. So now on all screen I have only Spy M1-W1 charts. Multi

I have MT5 EA which open and close trade based on the indicators & rules, previous developer created too many files for the EA which make it too much slow in back test and i got complains from broker because it put too much load, i want someone to make it simpler and quicker, with little bit changes, i will provide all source code files

nest...

аналитика форекс gbp кaртa мирa форекс вспомогательные индикаторы форекс как платят налоги трейдеры валютного рынка форекс лучшие индикаторы для входа индикаторы измерения температуры щитовые дмитрий котенко форекс клипaрт для форекс имхо на форексе дц форекс брокер отзывы безрисковая комбинация форекс индикаторы рынка ферросплавов