Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 14:10:08 +0000



Post From: ACSIL setting the stop loss in ticks

[2016-11-14 07:28:23]
User514837 - Posts: 47
Good morning,

following the trading examples in the ACS_Source folder I have been able to make my first simple example system, which after backtesting seems to be working as I want it to. I have one question about the stop loss however: It has been set like this: StopValue.SetFloat(1.0f); I'm not sure what this 1.0 represents. FUrthermore, looking into the order documentation page I couldn't find anything related to it. What does this represent? And how could I set my stop in ticks, say I wanted the stop loss to be 50 ticks away from the entry.

Thank you for your help.