You're welcome Hannele
MADDY
- 919gilead
- Trader
- Posts: 307
- Joined: Thu Aug 23, 2012 2:29 pm
- Location: Canada
Multi Currency MTF MA Dashboard
Low Risk Low Stress High Reward High Probability Trades
- 919gilead
- Trader
- Posts: 307
- Joined: Thu Aug 23, 2012 2:29 pm
- Location: Canada
Multi Currency MTF MA Dashboard
optionhk » Mon Jan 11, 2016 6:04 am wrote:
Looks quite good. Arrows are visible but I can't see the kind of color blocks your indicator shows here.
Am I doing something wrong?
Should be the same but post a screenshot and we can see what you're talking about
Low Risk Low Stress High Reward High Probability Trades
- 919gilead
- Trader
- Posts: 307
- Joined: Thu Aug 23, 2012 2:29 pm
- Location: Canada
Multi Currency MTF MA Dashboard
You're welcome, and we thank God for giving us Rene to helping with the coding. :hi:
Low Risk Low Stress High Reward High Probability Trades
- 919gilead
- Trader
- Posts: 307
- Joined: Thu Aug 23, 2012 2:29 pm
- Location: Canada
Multi Currency MTF MA Dashboard
harry2355 » Mon Jan 11, 2016 6:46 am wrote:I did.....but still big when running in a chart and not separate.
Could you also elaborate on the filtering?
Thanks, I hope I don't get on your nerves![]()
No you won't get on my nerves at all. I'll wait for Rene for more explanation on how the filter works.
Low Risk Low Stress High Reward High Probability Trades
- 919gilead
- Trader
- Posts: 307
- Joined: Thu Aug 23, 2012 2:29 pm
- Location: Canada
Multi Currency MTF MA Dashboard
Bippo » Mon Jan 11, 2016 7:07 am wrote:Just to let you know that your new version is workin' like a charm
just banked 50 pips trading Jap weakness Vs. CAD , AUD strenght , closed a few minutes ago
account growth + 0.5 % in ten mins
Done for the day , I've been trading since FrankFurt Opening
need a break
let's see tomorrow...
P.S.
I'd like to use your dashboard on indexes and oil,is it possible??
I use to follow on a separate screen Oil,S&P,US$ Index
old habits die hard
Good to know Bippo and congrats
Low Risk Low Stress High Reward High Probability Trades
- 919gilead
- Trader
- Posts: 307
- Joined: Thu Aug 23, 2012 2:29 pm
- Location: Canada
Multi Currency MTF MA Dashboard
mosiskv » Mon Jan 11, 2016 10:03 am wrote:Hi George
I am still on holiday till nxt week but took a quick peek just now
Congratulations to you and Renee with your excellent work
Just found something strange - when clicking to call up the chart/template it seems any trademanager ea that you use does not get loaded with the chart/template
I use icefx mostly but quickly tried it with some others too - same result(build 950).
Perhaps Renee can check when he nxt do any changes?
I will look in again nxt week when I can start trading
Again - excellent work and lateral thinking
Cheers
You're welcome Mosiskv. I'm sure Rene will read your mail and respond accordingly.
Low Risk Low Stress High Reward High Probability Trades
- Tebis
- Trader
- Posts: 111
- Joined: Wed Nov 16, 2011 9:50 am
- Location: Switzerland
Multi Currency MTF MA Dashboard
Thanks George,
thanks Rene,
Great Dashboard !
how can I delete the EURUSD.mini from the Indicator ?
how can I add Indices to the Indicator ?
Cheers
Tebis
thanks Rene,
Great Dashboard !
how can I delete the EURUSD.mini from the Indicator ?
how can I add Indices to the Indicator ?
Cheers
Tebis
You do not have the required permissions to view the files attached to this post.
-
xrismak
- Trader
- Posts: 710
- Joined: Tue Apr 24, 2012 9:43 pm
Multi Currency MTF MA Dashboard
919gilead » Mon Jan 11, 2016 9:01 am wrote:Hello Xrismak,
I trust so, as that makes 2 of us. Thank you for your kind words and your patience too.
Shalom :hi:
George
Hello George,
Well I took a look at the thread briefly this Afternoon and the Moment I saw the Update on this Indicator Posted, I walked Straight to my Desk at work and Typed my Letter of Resignation , Printed it out, Strolled over casually to HR and Handed it in, I quit my day Job, my Last Day at Work is Officially the 24th of this Month, 13 days from Now and I can't even wait to Leave.....anyway that decision has been under consideration for quite a while so it didn't take me long to make up my MIND.....
The Fun and Games Begin from Mid February because I am on Holiday first for 3 weeks.... I need to Enjoy my Freedom first.. before I start to Trade.....
Happy Trading Folks
xrismak
- renexxxx
- Trader
- Posts: 860
- Joined: Sat Dec 31, 2011 3:48 am
Multi Currency MTF MA Dashboard
I have been quiet on this thread until now, in order for George to run it, but I think that a little explanation on how these signals are generated is required.
Important parameters to consider are:
For the "Ma Single Line" calculation method, it only ever uses the Slow MA, with its specified Slow MA settings. It looks back nBars, and checks the direction of the Slow MA, nBars ago, (basically by comparing SlowMA[nBars] with SlowMA[nBars-1]). Subsequentlty, it iterates over the more recent bars, to see if there was a change of direction. If so, the arrow/signal generated will be the last (most recent) direction of the Slow MA. If there was no change of direction since bar=nBars, (in other words, the Slow MA has either been going up or going down for the last nBars), the signal is considered stale and no arrow will be generated.
For the "Ma Cross" calculation method, it uses both the Slow MA and Fast MA, with their specified settings. The calculation of the arrows follows the same pattern as for the "MA Single Line" method, except it now compares the relative position of the Slow MA with the Fast MA. So, it first looks back nBars, and checks the relative position of SlowMA[nBars] with FastMA[nBars]. Then, it iterates over the the more recent bars, to see if there was a cross of the SlowMA and the FastMA. If so, the last of such crosses, determines the arrow generated: i.e. if in the last (more recent) cross FastMA > SlowMA: arrow is UP, and if FastMA < SlowMA: arrow is DOWN. If there was no cross in the last nBars, the signal is stale.
Filters
There are two filters that can be optionally switched on: the CSSDiff-filter and the MA-Filter.
Parameters for the CSSDiff-filter:
Parameters for the MA-Filter:
Hopefully, this answers some of the questions.
Important parameters to consider are:
- MaCalcMethod: MA Single Line / MA Cross Over
- LookBackMinutes: 240 (default)
For the "Ma Single Line" calculation method, it only ever uses the Slow MA, with its specified Slow MA settings. It looks back nBars, and checks the direction of the Slow MA, nBars ago, (basically by comparing SlowMA[nBars] with SlowMA[nBars-1]). Subsequentlty, it iterates over the more recent bars, to see if there was a change of direction. If so, the arrow/signal generated will be the last (most recent) direction of the Slow MA. If there was no change of direction since bar=nBars, (in other words, the Slow MA has either been going up or going down for the last nBars), the signal is considered stale and no arrow will be generated.
For the "Ma Cross" calculation method, it uses both the Slow MA and Fast MA, with their specified settings. The calculation of the arrows follows the same pattern as for the "MA Single Line" method, except it now compares the relative position of the Slow MA with the Fast MA. So, it first looks back nBars, and checks the relative position of SlowMA[nBars] with FastMA[nBars]. Then, it iterates over the the more recent bars, to see if there was a cross of the SlowMA and the FastMA. If so, the last of such crosses, determines the arrow generated: i.e. if in the last (more recent) cross FastMA > SlowMA: arrow is UP, and if FastMA < SlowMA: arrow is DOWN. If there was no cross in the last nBars, the signal is stale.
Filters
There are two filters that can be optionally switched on: the CSSDiff-filter and the MA-Filter.
Parameters for the CSSDiff-filter:
- UseCSSDiffFilter: true / false
- CSSDiffLimit: 0.2
Parameters for the MA-Filter:
- UseMAFilter: true / false
- FilterMAPeriod: 50
- FilterMAMethod: Simple
- FilterMAAppliedPrice: Close price
Hopefully, this answers some of the questions.
-
harry2355
Multi Currency MTF MA Dashboard
Renee thanks for a superb job and thanks for the explaination of the filters. This is what I needed.
If there is a chance to do a smaller footprint by decreasing the font would help a lot. Also choosing the groups like in the former dash would be nice.
Thanks again for your effort!!
If there is a chance to do a smaller footprint by decreasing the font would help a lot. Also choosing the groups like in the former dash would be nice.
Thanks again for your effort!!