For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Entry at a particular price and multiple exits
-
I am always facing issues when I try to enter at a particular price and have 3 sort of exits on a single day(target,stoploss,day end exit).I am providing all the conditions properly but lot of discrepancies in the result set.
As i want to enter at a particular price,my buy order will always be a stop or stoplimit order.Then i have to place a target order and stoploss order and it doesn't seem to work when manually backtested with the dataset.
Can anyone send a template where in you place buy orders at a particular price with proper stops,targets and time based exits.