Hello,
I would like to automatise the signals from a specific indicator that does not repaint.
Some features shall be added to that indicator:
--------| Opening or closing a position
New positions is opened / closed on the open or the close of the chosen candle
New position is opened on the candle bar where the signal occured
or at the next bar (+1) or 2 bars after (+2)
Minimal Distance to activate a Take Profit
--------| Indicator Exit Settings:
-- Pre-determined TP
-- on opposite signal
--------| Stop Loss & Take Profit Options:
hard TP
hard SL
&
TP & SL defined with ATR defined with custom value for period, multiplier, timeframe
ATR TP
ATR SL
Slippage max value:
--------| SL Options:
Breakeven After (pips price move):
ex: a value of 10, would mean that the Sl will move to BE after a price of 10 pips
Breakeven pips:
ex: a value of 4, would mean the Sl will be moved to BE + 4 pips
Trailing Stop: start immediatly (activated immediatly from where SL has been set)
or
start only when secured: the SL will only be activated when the SL has been moved beyond Breakeven entry level. Very important option to be chosen at any moment.
--------| Trailing stop options:
trailing by step: every time the price move (x) pips, then move the SL of (x) pips too.
trailing relative to any Moving Average: SMA, EMA, HMA, VWAP, HMMA, Hull, ecc.
trailing from ATR (period, multiplier and timeframe)
One could chose the H1 ATR on a 5mn chart with custom ATR period and multiplier values.
These options shall be proposed with the possiblity to choose when the trailing stop will occur:
from where SL has been defined initially or only after SL is moved at BE or Be + X pips.
--------| News
News filter: On/Off
Minutes Before News:
Minutes After News:
Include: low, medium, high, speeches, holidays
Allow updates:
Drawy Low, medium, high colors (vertical lines)
Low color, Medium Color, High Color (values for Red Greeen Blue and color picker on a map)
Font type
Font size
------------------------------------
I can provide source code for 5 trailing stop options as this will help for coding faster.
Awaiting for your reply before going to next step.
Thanks for your consideration.