Discussion - page 26

 
baggermatsch:
i want discuss this one

the terminator, goblin, 10points3 are martingale EAs

i think about another form of Moneymanagment:

with an indicator we open a position p.e. at

1.3150 eur/usd buy TP 1.3160 with 0.1 lots; when it reached +10pips

if eur/usd goes in wrong direction we sell at 1.3140 2 times with 0.1 lots, TP 1.3130. when it reached +10pips. => 2x10pips - 20pips = +-0

if e/u goes again to 1.3150 we buy 2 times 0.1 lots, TP 1.3160..... and so on.

is there anything like this?

*edit*

or is it nonsense?

it is not possible because u lost 20 pips and win 20 pips u r +-0

this way it is possible:

with an indicator we open a position p.e. at

1.3150 - eur/usd - buy - TP 1.3160 - 0.1 lots;

hit the target point we have +10 pips.

if eur/usd goes in wrong direction we

sell - at 1.3140 - TP 1.3130 - 3 times 0.10 lots;

hit the target point => 3x10pips - 20pips = +10pips

if e/u goes again to 1.3150 we buy 6 times 0.1 lots, TP 1.3160, hit target

6x10pips - 6x10pips + 1x10pips = +10pips..... and so on.

how long it will ranging befor a 20 pip move is coming? when we now trade only

in the two main sessions...

is there anybody who can code this?

greetz

steps: 0.01 0.03 0.06 0.12 0.24 0.48 or

0.1 0.3 0.6 1.2 2.4 4.8

 

Question : How to dectect a fast movement with mql4 ?

I would to know how i could detect via mql4 a fast movement up or down.

eg :

1:00:00am E/U price 1.3000

1:00:05am E/U price 1.3005

1:00:10am E/U price 1.3015

1:00:15am E/U price 1.3025

Following this, i could dectect a fast movement, here is a fast UP.

Or perhaps any kind of indicators exist ?

Thanks for answer and sorry for my bad english....

 
dswk:
I would to know how i could detect via mql4 a fast movement up or down.

eg :

1:00:00am E/U price 1.3000

1:00:05am E/U price 1.3005

1:00:10am E/U price 1.3015

1:00:15am E/U price 1.3025

Following this, i could dectect a fast movement, here is a fast UP.

Or perhaps any kind of indicators exist ?

Thanks for answer and sorry for my bad english....

You can detect the movement which was. Last movement. Which was some time ago.

It is possible to detect the fast movement. But on historical data only. It means that we are detecting the fast movement which was 1 min ago, or 5 min ago and we may foresee that the same fast movement will be in the future (next 1 min, next 5 min and so on).

There are many indicators which can do that.

But if we need to foresee the fast movement, or to see/evaluate it in real time so we need some indicator operating on the open bar.

I asked Igorad withing asctrend thread to code some kind of Speedometer (attached) but seems this indicator should be modified.

Files:
 

Thanks.

Another question please.

I have 2 indicators.

DECEMA from CoderGuru and a simple MA from metaquote + ADX.

How i could do to say in mql4 :

When ADX cross, prepare to sell or buy, when DECEMA/MA cross do the trade ?

Thanks

 
dswk:
Thanks.

Another question please.

I have 2 indicators.

DECEMA from CoderGuru and a simple MA from metaquote + ADX.

How i could do to say in mql4 :

When ADX cross, prepare to sell or buy, when DECEMA/MA cross do the trade ?

Thanks

No.

It is not like two lines crossed 5 minutes ago and after that the other two lines crossed we open the order.

It should be programmed by concrete bar.

It should be main condition first:

1. DECEMA/MA cross on close bar.

2. And in this close "crossing" bar ADX above/belove ...

Just take one bar on the chart and describe about everything:

crossing, and where the other indicators' lines and so on. Better with images.

Open the chart, select main condition (crossing), select the bar where the crossing was, and describe all additional condition/confirmation related to bar you selected.

Besides the system should be developed.

Why?

We have many trading systems in the forum. I called it "forum development points". It means that systems/threads should have some programmer for improvement, to create EA, to re-code everything to be easy to use and so on.

It is about 12 systems and 5 my systems.

Just my examples:

- BrainTrading system (should be created ine indicator/EA instead of many of them according to many rules);

- Digital filters system (digital software should be finished with many indicators and final EAs for maket condition evaluation and trading);

- Ichimoku threads (public Portfolio Manager EA for market condition evaluation);

- Portfolio manager EAs in this elite section;

- asctrend systems in public thread and in this elite section.

It is just my cases. And the other trading systems which other people developed need programmers. About 12 others.

So if you want to be visible by coders it is better to describe all the rules in very clear way (understandable for coders). And it is better if trading system was already tested (with some posts in the forum) and described.

Because no one programmer wants to code bad system with bad performance. And nobody will code anything seriously just because some indicators are very good dotted on the chart. It should be tested or evaluated first.

I have one example. About 8 months ago one person did a request. He traded his system posting results on the forum. He described everything. He did it one month. Mainly for himself not expecting anything. And everybody saw that his system was really good. And he did not ask for coder to help him with EA: 2 or 3 coders started to code EA for him and finally we got 2 or 3 different EAs. Just an example.

 

Thanks it's Clear

 

Isakas method

Hii to all. Can anyone put alert (sound) to Isakas when it changing colors. That will help alot.

 

Author may do that.

BTW you post in his public thread already.

 

Not Much Improvement

It seems that elite section is based more on expert rather than developing new manual technic or indicator. I think non elite section is much better responses. What do you think???

 

for the moment it seems that way.