仕事が完了した
指定
Hi there,
I would like to request to make an EA that basically uses one indicator, (to be provided by me) but not call it through iCustom function but through an internal code. I have the decompiled text, if it's of any use.
As a base, the EA should get the signals from the mentioned indicator but the signal's entering price should be shifted, above the price when a buy signal is shown and below the price if a sell signal is shown. This way, the EA will sort out some bad trades. See the attached pics for more details.
The EA should have a user adjustable value setting for the shifting level; either an "x" amount of pips or "n" percentage of the height of the bar where the condition to enter the market was true. The EA will then use whatever of those values is greater to shift the new entering price.
Just like the indicator, allow one signal (and only one trade) per side either up or down.
I would like to see more graphics of what's going on in the chart, like the graphic lines when projecting the price above or below the price, also, the projecting lines of the Stoploss level and the profit target, just like in the attached sample images. Also, I want to see some statistics (verbose mode) on the chart (e.g. trade direction, open price, accumulated profit, number of trades won and lost, maximum drawdown, currently open trade in pips, etc.).
I want to get the source code.The EA should have the usual functions like Stoploss, a trailing stoploss, Take profit, trading hours, lot size (fixed) and lot size based on equity/risk management, a money management function, (e.g. lot size = 0.1, risk = 0) his option will enable to set % per each trade, risk, e.g. 1% per trade. if 0 is set, money management option is turned off and standard lots are used.
If it is of any help, for those who are familiar with Easy Language, I have an EA that was programmed for me that does exactly this but with different indicators . . I can provide the EA that runs on VT Trader trading platform and the source code to the selected developer.