Can some one help me ?
-
Hello Dxreemas
I have a question about "Formula" what does the variable means? and i like to make a trade with the MACD drops 20 points in value.

So my questions is: does this setting works?

and if i wants to trade if the value drops 25% of the value do I need X 0.75?

-
@william-1 I'm afraid this is not how to get it. Finding a maximum/minimum is very tricky. Visually they are easy to identify but a bot is 'blind'. We need to find an effective way to identify these local tops/bottoms first. How would you do it?
-
You can do it with pattern learning. tell the EA what to when a patttern is fromed.
I just need to know how to put the condition to buy when the MACD value drop.
-
@l-andorrà Perhapse I should put it this way. The EA need to compare the value with the previous value of MACD if ID3 - ID4 , ID2 -ID3 , ID1 -ID2. If all are negative it will trade.

I have share a project link in the variables i have put a negative does it works like this?
https://fxdreema.com/shared/j0mpIGe2b -
@william-1 To simply work out if the MACD has dropped use candle numbers, so MACD on candle 0 < MACD on candle 1, if you want a set pip distance adjust the candle 0 value to something like +2 pips.
-
@william-1 Not completele sure what you mean by 'difference'. Do you mean the distance between MACD value and signal value? I see that -20 value is repeated so why a trade os open at that moment and not when difference was decreasing again? Wouldn't it confirm a local minimum there?
-
@jstap Thx
-
@l-andorrà said in Can some one help me ?:
I mean indeed the difference between to MACD value of ID 1 en 2 -
@william-1 Technically you can store the value of MACD on several variables and then compare them in order to identify a potential change in the trend but that will always be just that, 'potential'. You can never know if that change will not be reversed on the following candle. Would it work for you?
-
@l-andorrà Thanks
-
@william-1 You're welcome.
-
@l-andorrà Is it also
possible use offset value with pending order ? I mean i only see offset price
-
@william-1 What do you eactly mean by 'offset value'?