Can't atttach file so here you go.
Scope – TOS Point of Control (POC) Scanner
Please read entire document carefully. Every word has been painstakingly written to avoid unnecessary questions, confusion, etc. I’m looking for someone that is a subject matter expert with Thinkscript, particularly the scanning function. I’m not looking to hire someone who is learning Thinkscript, learning the TOS platform, etc.
Create a criteria in the stock TOS scanner that will pull in the POC for the all tickers selected in the scan.
· Number of days to include for the POC needs to be included as a selection criteria for the scan.
· Percent difference between POC and current ticker price should also be included.
· At a minimum all Thinkscript code to be provided and detailed instructions on how to get the scan up and running.
· Need examples of the scan running and screenshot of a respective ticker showing that the POC from the scan correlates and is showing the correct data on the chart.
· Below is a graphic from a current stock scan run in TOS. All you need to do is insert the POC columns as indicated. No colors, no other functionality, nothing else. Just what is indicated in this scope.
· Scanner should run on only stocks with weekly options however this requirement could be managed by the native scanner capability.
Apparently below is the code that will work for the above scope however it will not run due to the TPO not being defined correctly.
input aggregationPeriod = AggregationPeriod.DAY;
input length = 14;
def poc = TPO().GetPOC(length);
def currentPrice = close(period = aggregationPeriod);
def difference = ((currentPrice - poc) / poc) * 100;
plot scan = difference;
비슷한 주문
Мне нужен простой торговый бот, написанный исключительно на Python. Бот должен подключаться к терминалу MetaTrader 5 через официальную библиотеку Python "MetaTrader5". Объем кода невелик (около 250 строк). КРИТИЧЕСКИ ВАЖНЫЕ ТРЕБОВАНИЯ: 1. НЕТ КОДА MQL5: Весь проект должен быть написан только на Python. 2. ВНЕШНЯЯ КОНФИГУРАЦИЯ: У бота должен быть внешний конфигурационный файл (config.ini или settings.json). Я должен
Part 1: Project setup Input settings (risk, stop loss, take profit, EMA periods) Indicator initialization Trade management framework Part 2: Trading logic EMA crossover detection Buy/Sell entry rules One-trade-per-symbol check Part 3: Risk management Automatic lot size calculation Stop-loss and take-profit placement Trade execution and error handling Part 4: Final touches On-screen information Optimization
Institutional‑Grade Multi‑Currency MT5 EA (A2SR + SMC + Smart Recovery + Smart Grid + Liquidity + Volatility + Safety Filters) Budget: AUD $1,500 – $2,000 (flexible) 1. EA Architecture EA runs one chart per symbol (NOT one EA controlling all symbols). Each chart instance manages its own: Recovery Grid Trend Volatility Liquidity Risk Logging EA must still respect global safety rules : Correlation protection Total
I am looking for an experienced MQL5 or MQL4 developer with a strong understanding of high-frequency trading (HFT) concepts who can explain how certain HFT-style strategies have historically been able to pass proprietary firm evaluations while also being profitable on demo accounts and capable of transitioning successfully to live trading. I am interested in understanding the legitimate trading logic, execution
i am looking to upgrade my trading telegram bot and add live data to it and also make it linked to a dashboard where i can trace the users who register in my bot and pay and make them go in my private channel and manages the expiry date of each user
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation