Telegram
Trading Idea - #Volkswagen #VWMy trading idea for #Volkswagen #VW - LONG
Entry: 122.80 EUR
Target: 197.00 EUR (profit +58%)
- So far, there are few affordable small electric cars on the market. Volkswagen wants to change that and presents the ID.2all for less than 25,000 EUR. According to VW, the fully electric compact car will have a range of up to 450 km and will be launched on the market in 2025. The quick charge is supposed to take only 20 minutes.
- Volkswagen is pushing ahead with the electrification of its vehicles and plans to invest a total of 180 billion euros by 2027. With net liquidity of 43 billion euros, including 16 billion from the IPO of the Porsche sports car division, the Wolfsburg-based company considers itself in a solid position to handle the investments.
- Record profit at Audi! They sell fewer cars but earn more money.
Sell CHFJPY SW 230223 13.15📌📌iDea Share Sell CHFJPY 📌📌
Link :
📍📍Open order 145.000
Sell lim 1 145.600
Sell lim 2 146.200
Sell lim 3 146.800
Sell lim 4 147.300
Sell lim 5 148.200
Tp 141.700
Sl 149.000
Warning !!! (Swing trade must be use pending orders)
!!!Pending orders should be set up lot size step by step
Example
(15,000$)
Open order 0.1 lot
Sell lim 1 0.15 lot
Sell lim 2 0.20 lot
Sell lim 3 0.25 lot
Sell lim 4 0.30 lot
Sell lim 5 0. 40 lot
Sell lim 6 (last order) = 0.1+0.15+0.2+0.25+0.3 = 1.1 lot
Example
(3,000$)
Open order 0.04 lot
Sell lim 1 0.05 lot
Sell lim 2 0.06 lot
Sell lim 3 0.07 lot
Sell lim 4 0.08 lot
Sell lim 5 0.10 lot
Sell lim 6 (last order) = 0.04+0.05+0.06+0.07+0.08 +0.1 = 0.4 lot
!!When any pending orders are open and the profits are covered by loss it is up to your decision.!!
EUR/USD:1.05 will be the bottom of the first quarter range - INGEUR/USD got a lift yesterday. Economists at ING believe that the 1.05 level will be the bottom of the first quarter range.
“The continued re-pricing of the ECB curve is providing EUR/USD with some support against higher US rates and suggesting 1.05 will be the bottom of the EUR/USD's first quarter range after all. Certainly, the disinflation story is taking a back seat this month.”
“Today, we have a few ECB speakers and we should expect a relatively quiet 1.0565-1.0645 range for EUR/USD.”
– ING
How to create simple web-hook to send alerts to TelegramHello Traders,
In this video, I have demonstrated how to create a simple web-hook which can send your Tradingview alerts to Telegram channel or group for zero cost.
⬜ Tools Used
▶ Telegram Messenger
▶ Replit - Cloud platform for hosting small programs
▶ Postman - To test web-hooks before going live (Optional)
▶ Cronjob - To set health-check and keep bot alive
⬜ Steps
▶ Create Telegram Bot
Find BotFather and issue command /newbot
Provide bot name
Provide bot username - which should be unique and end with _bot
Once bot is created, you will get a message with token access key in it. Store the token access key.
▶ Prepare Telegram Channel
Create new telegram channel
Add the bot @username_to_id_bot to it as admin and issue /start to find chat id
Store the chat id and dismiss @username_to_id_bot from channel
Find the bot created in previous step using bot username and add it to channel as admin
▶ Setup replit
Create a free Replit account if you do not have it already.
Fork the repl - Tradingview-Telegram-Bot to your space and give a name of your choice.
Set environment variables - TOKEN and CHANNEL which are acquired from previous steps.
Run the REPL
▶ Test with postman
Use the URL on repl and create web-hook post request URL by adding /webhook to it.
Create post request on postman and send it.
You can see that messages sent via postman appearing in your telegram channel.
append ?jsonRequest=true if you are using json output from alerts.
Json request example:
▶ Set alerts from tradingview to web-hook
Use web-hook option and enter the webhook tested from postman in the web-hook URL
And that's all, the webhook for Telegram Alerts is ready!!
Thanks for watching. Hope you enjoyed the video and learned from it :)
PS: I have made use of extracts from the open github repo: github.com
j.Hejazi | Gold's Bearish ShiftThe XAUUSD failed to make a new higher high and instead made a new lower low after touching the upper line of the yearly channel and being rejected strongly for two days.
This indicates that the bullish trend has ended and a bearish trend has taken over.
The gold has returned to retest the key level of 1870, which is a challenging area to break through due to multiple trend lines, including a monthly trend line, two weekly trend lines, and the 38.20 Fib level.
It is probable that the price will temporarily rise to retest 1915.50 before ultimately heading down towards 1805
Follow My Telegram Channel for Up-to-Date Buy/Sell Signals Based on This Analysis “frx_experts”
-------------------------------------------------------------------------
Let me know your thoughts in the comments, and show your support by liking the idea.
Please follow if you're interested in more ideas like this.
Your support is greatly appreciated!
Tradingview Telegram Webhook Bot with Chart Snapshot (Revised)Hello Everyone,
In this video, we will try to go through revised implementation of Tradingview-Telegram-Bot which can be used to send alert messages from tradingview to telegram along with current chart snapshot.
🎲 Base
Initial version of the same idea are as below:
How-to-create-simple-web-hook-to-send-alerts-to-Telegram
How-to-capture-chart-snapshot-in-tradingview-telegram-alert-bot
🎲 Prerequisite
Before proceeding with the current video, please watch the first video - How-to-create-simple-web-hook-to-send-alerts-to-Telegram which covers lots of basic things such as
Creating Telegram Bot using botfather and capturing required information such as TOKEN and CHANNEL
Basic usage of replit - a cloud based hosting service which lets us define our webhooks with little to no cost.
Postman - tool which is required to test the webhooks created
Other information such as keeping the bot alive via cronjob, using the webhooks in tradingview alert widget etc.
🎲 Setup
Clone/fork replit repo
Set mandatory environment variables CHANNEL and TOKEN
Set optional environment variables username/password or sessionid
Run the bot and start using webhooks
🎲 Usage
Webhook URL will be of the format.
https://Tradingview-Telegram-Bot. .repl.co/webhook?
🎲 Important Query parameters
jsonRequest - can be set as true/false. Default is false. If set to true, the payload should be a standard json. Output to telegram will be sent in tabular format. If not set or if set to false, output to telegram will be clear text.
tblfmt - table format to be used when jsonRequest is set to true. Default is plain. The values are exactly same as the ones required for tabulate package.
chart - Send the chart id if required to send chart snapshot along with alert message. For this to work - chart needs to be either a shared chart or environment variables for tvusername and tvpassword should be set to the user who has access to given chart.
ticker - Chart ticker. You no longer need to use different chart for different tickers. You can have a common chart and pass ticker to it so that chart will automatically switch to given ticker before taking screenshot
delivery - Taking chart snapshot takes time. This also delays the delivery of alert message. To avoid this, we can use this option - delivery=asap so that alert message will be sent as soon as possible and chart is sent later. If this parameter is not set, then both the messages will be delivered together.
🎲 Repository URLs
Tradingview-Telegram-Bot-Github
Tradingview-Telegram-Bot-Replit
GBP/USD:Possible Double Top on Daily ChartThe price is now testing the previous higher high with a possible double top and the pair may move to the 61.8% Fibonacci retracement level meeting old support. A break here opens the risk of a strong drop as we progress through the week. However, there is important data on the calendar from the US economy and investors may be sitting on their hands until then.
Looking forward, the UK Producer Price Index (PPI) details for January may entertain GBP/USD traders ahead of Thursday’s key US Q4 GDP and the next week’s Fed meeting.
GBP/USD drops toward 1.2300 on disappointing UK Services PMIGBP/USD drops toward 1.2300 on disappointing UK Services PMI
After December’s impressive services PMI print, markets hoped for another encouraging print for January given a slightly improved outlook now that inflation appears to be headed in the right direction. This wasn’t to be the case as the new year brought with it a sustained downturn in the UK private sector business activity. Survey respondents pointed to higher interest rates and lower consumer confidence as key determinants of the lower activity as Britain grapples with the ongoing cost of living crisis. The services sector experienced the worst decline in business activity over the last two years up to this point.
The report adds to the recent, disappointing UK retail sales data which plummeted over the holiday period as consumers tightened their belts. One small piece of good news came in the form of the manufacturing data, which beat expectations coming in at 46.7 vs 45.5 expected. However, this wasn’t enough to appease the FX market as the sterling traded around 50 pips lower after the release.
The Bank of England will meet next week to discuss another 50 basis point hike to stem demand and help inflation move down further. Fresh in their minds will be the fastest pace of average earnings since 2001 which raises alarm bells of a wage-price spiral – something central bankers look to avoid at all costs
USD/JPY: Technical Analysis - Price may have a Bearish impulse.USD/JPY is Still inside a downtrend momentum where in the last sessions the price makes a bottom around 127.500 Level. Now the price seems to reject the dynamic trendline we have drawn and a possible new push down in the direction of the primary trend could be likely. If the price will broke the dynamic trendline a possible new bullish impulse may change the direction taken from the beginning of January.
GOLD:Pullback On Previous Support For A LONG Setup! Possible New Bullish impulse for the Gold today that in the last session reached our target and today the price is making a pullback on the previous support area for a new bullish impulse. We are looking for both the metals, Silver, and Gold an increase in value.