Login Page - Create Account

Support Board


Date/Time: Fri, 20 Sep 2024 00:04:59 +0000



Post From: ACSIL retrieving Renko/FlexRenko ticksize values instead of setting them?

[2013-07-22 03:53:19]
Al SC Developer - Posts: 434
You just read the values:

if(sc.Index == 0)
{
  SCString Msg;
  Msg.Format("RenkoTicks %i RenkoTrend %i RenkoRev %i", sc.RenkoTicksPerBar, sc.RenkoTrendOpenOffsetInTicks, sc.RenkoReversalOpenOffsetInTicks);
  sc.AddMessageToLog(Msg, 1);
}
If you want the actual price values, just multiply them by the tick size.
Date Time Of Last Edit: 2013-07-22 03:54:11