TWaveStrategy Settings
SwingLength (int)
Number of bars to define swing points. Lower values make it more responsive.
IsInBackTestMode (boolean)
Enable this in backtest mode to fine tune configurations. DO NOT use this for realtime charts
StopLossUSD (double)
Fixed dollar risk per trade when StopLossOption is set to FixedDollar.
StopLossOption (enum (FixedDollar | RecentPivot))
Choose between fixed dollar stop or dynamic swing-based stop.
StopLossThresholdTicks (double)
Buffer in ticks added to swing-based stops.
EntryThresholdTicks (double)
Max distance from swing to allow entry. Prevents chasing.
TrailStopThresholdTicks (double)
Tick buffer from the latest SBar to trail stops.
TakeProfitUSD (double)
Target profit per trade in USD if using fixed profit mode.
TakeProfitOption (enum (FixedProfit | SBarTrailingStop))
Choose between a fixed profit or trailing stop using SBars.
AtrPeriod (int)
ATR period for calculating volatility-based significant bars.
SBarMultiplier (double)
Multiplier for ATR to determine significance of SBars.
TelegramChatId (string)
Sends log messages to this Telegram chat ID via TBChart logging server.