hi All,
Is there a way to create an indicator from the entry price of a trade, for example if you wanted an indicator to draw a line 10 points above the entry price of an automated trade ?
There is no way to link an indicator to a strategy but you could just simulate the same strategy in an indicator and then have your indicator return a value 10 pips above your simulated entry price.
It’s possible in backtests only, by using GRAPH instruction. The line will not be applied on the price chart itself, but in a separated window only.