Job finished

Specification
Hello developers,
I need a developer to convert a Pine indicator into MT5 EA.
It is a very simple indicator with just a few lines. the EA also would be very simple.
the Pine indicator is called "fisher" and the source is available in tradingview.
The EA will be as below:
Long
EA opens stop buy position variable number pip above trigger candle when below conditions are met:
1. Fisher line cross up trigger line AND
2. Fisher value < variable number AND
3. Fisher value < Trigger value + variable number
Note:
Cancel Stop order if :
1. Fisher cross below trigger AND
2. Fisher value< Triger- variable number
close position if:
1. TP hits OR
2. Fisher value < trigger - Variable number
Stop loss : 2 options
1. variable pips under trigger candle
2. Pre set Value in pip
TP: 2 options
1. variable x stop loss value (Risk to reward method)
2. pre set value in pip
vise versa for short
___ I need trail stop loss and trading days and times and break even included in EA
Thanks!