指定
Hi guys,
i need a simple EA with 2 indicators from Pipfinite. (Trend laser: https://www.mql5.com/en/market/product/5461, Energy Beam: https://www.mql5.com/en/market/product/8348)
Further Diamond Wave indicator should be used (https://www.mql5.com/en/market/product/6065)
Pipfinite sent me an code sample for Icustom but i have absolutely no experience with coding.
EA should work like this:
EA should check what signal appears from trend laser (blue or yellow dot for bullishtrend/bearishtrend).
EA should check if both Energy Beam Indicators have the same color at the moment (1 means blue, 0 flat (grey) and -1 red)
(For long order: bullishtrend and both energy beam must be blue, bearishtrend and both energy beam must be red for sell order).
Diamond Wave must be blue (>0) for long trade or red (<0) for short trade.
If only one conditions not given (one or both energy beam don't have the same color and/or Diamond hasn't the same color) the EA should wait until the conditions are given or a new trend laser signal appears.
If all conditions are given EA should open a market position with SL and TP. SL and TP should be „Average Profit“ or „Minimum Move“. I should choose in the EA so that i can switch.
No complicated money management needed. I only should set a fixed lot size.
EA should work on any pair and timeframe.
Hoping you understand what i want. English is not my first language.
Distilled i can say, all indicators must be blue for a long trade or red for a short trade.
It would be good if you can implement the possibility that i can choose if Energy Beam 1, Energy Beam 2 or Diamond Indicator are active. (with true and false, one of them, all or combination).
So i have 9 possibilities to use the EA (2x Energy and Diamond (3x3)).
Attached i have a few images because i think then it would be clearer i you see it.