Information
Username: | Timmi |
Member since: | 04 Nov 2013 |
Last login: | 04 Nov 2013 |
Status: | Active |
Activity
Where | Created | Comments |
---|---|---|
Algorithms | 0 | 7 |
Forum Topics | 2 | 22 |
Jobs | 0 | 0 |
Last Algorithm Comments
ditto for HLC/3 and HLCC/4
this is so basic that I don't know how you guys miss these things :(
thank you for this, but it is incomplete.
on MT you can specify if you want it based on Median price ((H+L)/2), but I do not see that option in this one.
I only see H, L, O, C... and based on all the other things I have loaded, but no HL/2
Not sure if I am interpreting correctly, but I see 3 good predictions and at least 3 wrong signals.
This is a very nice indicator! I have it on all my charts now.
Unfortunately, some instruments are not offered by my broker, and I need to open MT4 from another broker at the same time.
Do you also have this indicator for MT4 by chance?
Is it possible to offer the text labels in the right margin?
lots of empty space there. ;)
_usdxIndex = new Index
{
Name = "USDX",
Multiplier = 50.14348112,
Constituents = new List<Constituent>
{
//wieght is negative when USD is not the base currency (EURUSD and GBPUSD)
new Constituent("EURUSD", -0.576),
new Constituent("USDJPY", 0.136),
new Constituent("GBPUSD", -0.119),
new Constituent("USDCAD", 0.091),
new Constituent("USDSEK", 0.042),
new Constituent("USDCHF", 0.036)
}
};
_eurxIndex = new Index
{
Name = "EURX",
Multiplier = 34.38805726,
Constituents = new List<Constituent>
{
new Constituent("EURUSD", 0.3155),
new Constituent("EURJPY", 0.1891),
new Constituent("EURGBP", 0.3056),
new Constituent("EURSEK", 0.0785),
new Constituent("EURCHF", 0.1113)
}
I would like to create my own, more extensive version, but am new at this.
Could you please tell me how you determined these amounts?
ie: the multipliers and the weighted amounts for each pair
thank you
Is it possible, to set both, a move to break even (+pips), and thereafter have a trailing stop after specified number of minutes? the parameters would not be the same for the two. in cTrader you can only set one or the other, but most of the time I have to go back and set a trailing (with different parameters) once break-even has been locked in.
Because of high volatility, I would not want a trailing stop in the first few minutes, so I am not thrown out prematurely. Once things settle down, than let it trail. For example, after 3 minutes, or 5 minutes, commence a trailing stop.
For example: Move to break-even plus 10 after a 50 pip gain, then trail for 10 after the 5 minutes mark. (that would allow for the fast fluctuations while protecting against a loss, and later capture an additional move)