Back to Forum

Strategy Building

Ask questions and share tips about building trading strategies using the visual node-based builder.

2026-07-19 4 discussions

Add Discussion

2026-07-19
i set up a simple ma crossover but the backtest shows terrible results. any tips? using sma 50/200 on daily bars
Marcus Williams 2026-07-19
try adding a volatility filter - had same issue until I added ATR confirmation before entry. ma crossover alone gives too many false signals in ranging markets
2026-07-19
how do i chain multiple conditions with AND/OR logic? i need price above sma(20) AND rsi below 30 as entry
Sarah Mitchell 2026-07-19
Use the Logic node - it's in the Conditions category. Feed both conditions into an AND node, output goes to entry condition. pretty simple
Support 2026-07-19
You can combine multiple indicators and conditions together in the strategy builder. Indicators can also be used as a source for other indicators to create chains of calculations.
2026-07-20
just downloaded the software. trying to build my first strat but i dont get how to add a trailing stop. anyone know where that setting is?
Alex Chen 2026-07-20
trailing stop is under the action category. drag one in and wire price data to it. double click to set the distance in ticks or percent
Tom Suzuki 2026-07-20
wait theres a stop in the action category? totally missed that. been looking in conditions this whole time lol
2026-07-20
can i make my strat only trade between 9:30 and 15:00? dont want late day entries
Sarah Mitchell 2026-07-20
make a condition that checks current time. wire it into your entry logic - if outside hours it blocks the signal
Support 2026-07-20
You can add a time-based condition to your entry logic using the conditions available in the strategy builder. The platform gives you the tools to build custom rules — you decide how to structure them.