DataFrame vs Signal Logic
Quick comparison to help you distinguish these two crypto terms.
DataFrame
advanced
fundamentals
A DataFrame is pandas' core two-dimensional data structure — a labelled table of rows and columns used to store, process, and analyse OHLCV price series throughout a trading bot's pipeline.
Read full definitionSignal Logic
advanced
strategy
Signal logic is the conditional code in a trading bot that evaluates indicator values and price conditions to determine when entry and exit signals are generated during each execution cycle.
Read full definition