I would like help to modify the output in the Darvas Box setup, using the ATR STOP. I got this cod from this site, but did not get the implementation.
Thank you for your help!
Size:
Color:
Size:
Color:
Hello Eugene, unfortunately I was unable to finalize the cod so that the stop is triggered when prices reach the ATR.
Size:
Color:
Since your reply isn't very helpful to understand the issue, perhaps you might want to revisit some C# references from this FAQ:
How do I start with C# ? It should pay off if you provide a more detailed problem description.
Size:
Color:
Hi Eugene, my goal is in the attached image, stop when the price touches the ART Stop. And you can't implement with the cod you sent.
Thank you very much for your attention!
Size:
Color:
My sample code above shows a generic ATR trailing stop that only moves if the price moves favorably. You can change that to SellAtStop if you like.
Size:
Color:
Eugene, sorry for the inconvenience, but I really don't have much coding skills, I'm still studying. But I would like to use the "ATR trailing stop", my stop would be: Exit through Darvas Box or ATR trailing stop. My chart is in accordance with the attached image (Exits only through the Darvas Box, Error when assembling the boxes).
Thank you for your patience!
CODE:
Please log in to see this code.
Size:
Color:
Rodrigo, it's a pretty simple change:
CODE:
Please log in to see this code.
Please from now on start using CODE tags - they exist on the forum for a reason. See how nice your code looks now after I wrapped it inside the CODE tags?
P.S. Never put PlotSeries inside a loop - it's not meant to be plotted
Bars times:
//PlotSeries(PricePane, (Close - ATR.Series(Bars, 14) * 3) >> 1, Color.Red, LineStyle.Solid, 1);
Size:
Color: