This document provides a concise reference for Pine Script, a programming language specifically designed for trading strategies and indicators within TradingView.
| Operator | Description |
|---|
| // ======================================================================================================== | |
| // SISTEMA DE PROCESSAMENTO DE PEDIDOS COM AKKA.NET - PIPELINE DE ATORES ENCADEADOS | |
| // ======================================================================================================== | |
| // | |
| // Este projeto demonstra o uso de ATORES ENCADEADOS (Actor Pipeline) usando o framework Akka.NET. | |
| // O objetivo é processar pedidos através de múltiplas etapas, onde cada ator é responsável por | |
| // uma única responsabilidade (Single Responsibility Principle). | |
| // | |
| // -------------------------------------------------------------------------------------------------------- | |
| // O QUE É AKKA.NET? |
| // ======================================================================================================== | |
| // SISTEMA DE PROCESSAMENTO DE PEDIDOS COM AKKA.NET - PIPELINE DE ATORES ENCADEADOS | |
| // ======================================================================================================== | |
| // | |
| // Este projeto demonstra o uso de ATORES ENCADEADOS (Actor Pipeline) usando o framework Akka.NET. | |
| // O objetivo é processar pedidos através de múltiplas etapas, onde cada ator é responsável por | |
| // uma única responsabilidade (Single Responsibility Principle). | |
| // | |
| // -------------------------------------------------------------------------------------------------------- | |
| // O QUE É AKKA.NET? |
| import datetime, os | |
| from telethon import TelegramClient, events | |
| from telethon.sync import TelegramClient | |
| # Substitua esses valores pelos seus próprios | |
| api_id = 'API_ID' | |
| api_hash = 'API_HASH' | |
| phone_number = 'PHONE_NUMBER' | |
| client = TelegramClient('session_name', api_id, api_hash) |
| from telethon import TelegramClient, events | |
| from telethon.sync import TelegramClient | |
| # Substitua esses valores pelos seus próprios | |
| api_id = 'APIID' | |
| api_hash = 'API_HASH' | |
| phone_number = 'PHONE NUMBER' | |
| client = TelegramClient('session_name', api_id, api_hash) |
| using Telegram.Bot; | |
| using Telegram.Bot.Exceptions; | |
| using Telegram.Bot.Polling; | |
| using Telegram.Bot.Types; | |
| using Telegram.Bot.Types.Enums; | |
| namespace ConsoleApp1; | |
| class Program | |
| { |
| { | |
| "symbol": "ETHUSDC.P", | |
| "side": "BUY", | |
| "qty": "30", | |
| "price": "market", | |
| "signalId": "0a7f4106-b14b-4ae3-a0b1-45ad7f77d1b2", | |
| "uid": "07ef275a-f4df-4071-b6d0-77986d5402f7" | |
| } |
| { | |
| "symbol": "ETHUSDC.P", | |
| "side": "SELL", | |
| "qty": "30", | |
| "price": "market", | |
| "signalId": "33a9e79a-090e-42e4-9548-e46f17da8d9a", | |
| "uid": "0b1f307d-3ca7-431c-8060-301fd58144e8" | |
| } |
| //SPDX-License-Identifier: MIT | |
| pragma solidity 0.8.14; | |
| contract MyContract { | |
| string public ourString = "Hello World"; | |
| } |
| =VF(B3;B4;B2;B1;)*-1 |