I am not naming Orders in Set..... My intention is only to link Set.... to Orders that were already named in Enter... methods.
Syntax
SetTrailStop(double currency)
SetTrailStop(double currency, bool simulated)
SetTrailStop(CalculationMode mode, double value)
SetTrailStop(string fromEntrySignal, CalculationMode mode, double value, bool simulated)
Idea is to use Managed Approach but targets and stop loss are fixed amounts calculated once at start of trade and then forgotten.
And, some Linkage is definitely being done because I do see different exit prices being associated with different "Entry Names". However, linkages seem to be incorrect in Exit names as all exits are showing up as "profit target"....
Also, what exactly does the simulated flag control? Whether I give false or true, output is same. Documentation says "If true, will simulate the stop order and submit as market once triggered"
which I interpret to mean that if I set it to true, it will convert SL orders into regular market orders before execution.


I can't attach this as unedited back test report to convince even a school kid to buy my strategy.
(Just because the post reads snarky, and that it not my intention).
Comment