Lavoro terminato
Specifiche
Hello,
i need for my EA only a filter function.
Who can make it?
I need:
MACD (the original from Metatrader4)
Use_MACD_Filter: TRUE/FALSE
Minimun_Value_Histogramm: (for example: -1240 or 895
: It means: If (-) make only short / If + make only long orders
MACD_ Timeframe: M30/H1/H4/D1…...
ADX: (Original from Metatrader4)
Use_ADX_Filter: TRUE/FALSE
ADX_Timeframe:
ADX_minimum_Value: 25 (for example)
Parabolic SAR: (Original from Metarader4)
Use_Parabolic_Filter: TRUE/FALSE
Parabolic_Timeframe:
And the last but very important filter:
This filter measures the different between two Pivot_points which the EA needs for open a order. (Look the EA )
Minimum_Different_PP: (for example 45pip)
Understand what i mean?
My EA should be working with all combinations of filters. (MACD / ADX / Parabolic / Pivot_points_different)
Example:
MACD_Value is -1240
Parabolic is short
ADX is 28
Different_PP is 65
Than the EA open a Short order.