- Search Forex Factory
- 197 Results (5 Threads, 192 Replies)
- viktor256 replied Jul 31, 2025
Started to upload to telegram channel https://t.me/sharpvinvest charts as zip file. You can now easily download it to your phone, unzip and just swipe chart one by one without manually looking in mt4 or other charting software. From August 01, 2025 ...
sharpVinvest
- viktor256 replied Apr 20, 2025
Real time data reading market data and uploading logs: url
sharpVinvest
- viktor256 replied Apr 20, 2025
created channel for signals posting: url Beginning from next open the charts will be posted. Don't forget to look at other metrics when select the chart for trading !
sharpVinvest
- viktor256 replied Mar 3, 2025
About the costs: Linux vm around 1usd per month windows vm 5usd plus 20hours x 0.1USD / month cloud run function - Free Google Apps Script - Free web google cloud shell - free 50 hours per week Anyone can build !
sharpVinvest
- viktor256 replied Mar 3, 2025
Cloud Scheduler that trigger the start of the Windows vm 8 times per day !
sharpVinvest
- viktor256 replied Mar 3, 2025
The core of the system: One linux VM and one Windows Server
sharpVinvest
- viktor256 replied Mar 3, 2025
File that contain Real time information about closed ranges and also our preffered markets pattern entry ! url Candles chart as before are pushed via API to the bot: url Some times charts repeat from continous system testings ! Many thanks to ...
sharpVinvest
- viktor256 replied Jan 12, 2025
... and ... dont forget... taking quality breaks will improve all what you are doing : url
sharpVinvest
- viktor256 replied Jan 12, 2025
url is fully functional. Revised time frames for trading. Now the system check markets every day a few hours after Asian session start and in first hour after NY session start. Also we check every Monday for weekly time frame signals. Data set ...
sharpVinvest
- viktor256 replied Dec 9, 2024
url deleted ! Functional is only : url This boot check markets 3 times per day for H8 time frame and spot only charts with long opportunities. Attention chart data set still need manual validation for taking a trade. I will comment the chart on ...
sharpVinvest
- viktor256 replied Dec 6, 2024
Bot that will receive charts from Polygon.io provider: url . All charts are for long only trades !
sharpVinvest
- viktor256 replied Dec 4, 2024
We have as a Project to build also Polygon.io and yahoo finance pipeline for processing data form this alternative sources !
sharpVinvest
- viktor256 replied Dec 4, 2024
All relevant charts will be posted by Google Cloud to this telegram boot: url We use Windows Tasks Scheduler C#Robot cTrader Pepperstone account to push data to cloud storage and analyze them using Python on virtual machine that upload resulted ...
sharpVinvest
- viktor256 replied Nov 7, 2024
alpha vantage: import requests import pandas as pd from datetime import datetime, timedelta # Alpha Vantage API key api_key = "" # Define the tickers and the function name for daily data tickers = ["EURUSD", "GBPUSD"] function = "FX_DAILY" # ...
OHLC data processing using Google Cloud