Thanks Cone,,I still have some questions, comments and a wish list.
QUOTE:
You must have moved it because that snippet does not appear in the block of code in which the Trailing stop is executed. It's not required at all with the use of PlotStops() anyway.
Here is the block of code copied directly from the Rules builder, I have edited in my slider values and your comment and my question:
CODE:
Please log in to see this code.
Here are the definitions of my sliders lined up with the explanation that appears in the definition box under the Rules selection box in a New Strategy From Rules window.
QUOTE:
(slider.7) Profit Pct: Percentage profit target from entry price.
(slider.8) Stop Pct: Percentage stop loss, e.g., 2 = 2% loss.
(slider.9) Trail Stop Trigger Pct: Percent profit on a MFE basis required to trigger the trailing stop.
(slider.10) Trail Stop Pct: Percentage of profit below most-favorable closing price; e.g., 40 protects 60% of the profit.
I am struggleing with your comment regarding double TStopTrigger block not being required. Would the Bracketed Stop routine still run the same?? I have puzzeled over this for the past hour and still don't get it, am I misunderstanding something? I'll grant you the definition for slider10 takes a little thought to wrap your mind around. What I get from it is that it creates a trailing stop value based on the range of potential max profit experianced since the entry of the trade. Is this correct?
QUOTE:
Those are "calls", not declarations. ;) Right.
Right,, got it,, I'll try and get the jargon as precise as I can:) I'll try,, but can't promise that I wont get my Namespace, Classes, Members, Methods, Blocks, Statements, Declarations, Calls etc. confused again;)
CODE:
Please log in to see this code.
Now for the wish list, how do I keep the straegy from chirpping at me every 3 minutes and only signal me when something has changed?
Thanks!!
Note added:
Sorry for the funky spacing in the code inserts, every time I copy and paste from the code inserts above it strings the code together and blows out the margins.