📄️ Candle Property
The candle property is a static array of Candle objects that represent candlestick data. The candles are ordered in descending order by their Time property, meaning the most recent candle is at index [0], and older candles follow sequentially.
📄️ Method: openPosition
The openPosition method is used to open a trading position with various parameters such as position side, take profit, stop loss, leverage, and maximum time to open the position. There are multiple overloads of this method to accommodate different trading scenarios.
📄️ Method: notify
The notify method is a static function designed to send messages to Telegram, notifying the user when a trading position has been found or to convey other important information.