i have a simple sma crossover system (15/180, so very longterm on a daily basis) which i would like to change in the following way:
all trades should be done with barrier options eg very simple derivatives. for the sake of ease i could compute the price of these as max(0,spot-strike) for longs (shorts vice versa; barrier is assumed to be same as strike) so i dont need additional market data like vol surfaces etc.
what is the suggested way to accomplish this? is there a possibility to override fill prices so i could enter computed prices manually?
or is it even possible to create real custom instruments for derivatives like options, discount certificates etc?
additionally i would like to test how the performance changes if i also add orders in the current direction on a monthly basis. is there a suggested way to do this pyramiding or do i just create additional orders with unique names?

Comment