Binance Square

tradingJe

bonjour, je débute en trading. Mon intérêt se porte sur l'algorythme et les maths pour prédire les futurs mouvements financiers, avec notament le VIX.
92 Following
1.8K+ Followers
1.7K+ Liked
380 Shared
All Content
--
See original
cryptos will rise. It is June 2026. This is the ultimate manipulation after long months of accumulation, the market will distribute to those who believed in crypto
cryptos will rise. It is June 2026. This is the ultimate manipulation after long months of accumulation, the market will distribute to those who believed in crypto
See original
Getting started with ZERO in cryptos.Are you looking for cryptos? Read this 1) Invest with PRO tools, not blindly. I spent months programming this for you: one of the best buying indicators. [My indicator that shows where to invest and where to sell] (https://app.binance.com/uni-qr/cart/22959591320122?r=966946894&l=en&uco=dHACM-0UfRatupHB2GCk-g&uc=app_square_share_link&us=copylink) 2) Mine BTC with trading: https://app.youhodler.com/sign-up?ref=8IXCQ2A4 other sources to find $ for free (I will test everything for you)

Getting started with ZERO in cryptos.

Are you looking for cryptos? Read this
1) Invest with PRO tools, not blindly. I spent months programming this for you: one of the best buying indicators.
[My indicator that shows where to invest and where to sell]
(https://app.binance.com/uni-qr/cart/22959591320122?r=966946894&l=en&uco=dHACM-0UfRatupHB2GCk-g&uc=app_square_share_link&us=copylink)

2) Mine BTC with trading:

https://app.youhodler.com/sign-up?ref=8IXCQ2A4

other sources to find $ for free (I will test everything for you)
See original
even gain by starting from the top. FUTURE 100×leverage in a BEAR market ! they have been LYING to you from the beginning... the bear market does not exist.
even gain by starting from the top. FUTURE 100×leverage
in a BEAR market !

they have been LYING to you from the beginning...
the bear market does not exist.
See original
bitcoin exits its Buy zone. the drop is alarming Longs and Short traders are starting to lose faith and take positions. Such volatility at the end of patterns is quite suspicious: who sells at 106k when they could have sold at 110k 🐕‍🦺🤔? apart from short sales? 😂 who is going to get liquidated as usual? those who bought at 106k? or those who sold? 🧐🛸
bitcoin exits its Buy zone. the drop is alarming Longs and Short traders are starting to lose faith and take positions. Such volatility at the end of patterns is quite suspicious: who sells at 106k when they could have sold at 110k 🐕‍🦺🤔? apart from short sales? 😂 who is going to get liquidated as usual? those who bought at 106k? or those who sold? 🧐🛸
BTC/USDC
Buy
Price
106,838
--
Bullish
See original
trading dca How to avoid buying when everyone is buying? This indicator, combined with the classic RSI27 (35-70) / hhll on 33 minutes, will allow you to see the real FOMO (fear of missing out) zones where everyone will buy. Rebroadcast of my intervention on DCA trading [https://app.binance.com/uni-qr/cspa/25518645362834?r=966946894&l=fr&uc=app_square_share_link&us=copylink](https://app.binance.com/uni-qr/cspa/25518645362834?r=966946894&l=fr&uc=app_square_share_link&us=copylink) // This Pine Script® code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jeromehorus //@version=6 //@version=5 indicator("FOMO/FUD Detector", overlay=true) // Parameters smaLength = input(200, "SMA Period") deviationFomo = input(8.0, "FOMO Deviation (%)") / 100 deviationFud = input(8.0, "FUD Deviation (%)") / 100 volumeSpikeMultiplier = input(5.0, "Volume Multiplier (FOMO)") volumePanicMultiplier = input(3.0, "Volume Multiplier (FUD)") // Calculations sma = ta.sma(close, smaLength) rsi = ta.rsi(close, 14) volumeMa = ta.sma(volume, 20) // FOMO Conditions priceAboveSma = close > sma * (1 + deviationFomo) volumeSpike = volume > volumeMa * volumeSpikeMultiplier rsiOverbought = rsi > 70 and rsi < rsi[1] and close > close[1] fomoSignal = priceAboveSma or volumeSpike or rsiOverbought // FUD Conditions priceBelowSma = close < sma * (1 - deviationFud) volumePanic = volume > volumeMa * volumePanicMultiplier and rsi < 30 fudSignal = priceBelowSma or volumePanic // Display plotshape(fomoSignal, title="FOMO", location=location.abovebar, color=color.red, style=shape.labeldown, text="FOMO") plotshape(fudSignal, title="FUD", location=location.belowbar, color=color.green, style=shape.labelup, text="FUD") // Reference Lines plot(sma, "SMA 50", color=color.blue) hline(70, "RSI 70", color=color.red, linestyle=hline.style_dotted) hline(30, "RSI 30", color=color.green, linestyle=hline.style_dotted)
trading dca

How to avoid buying when everyone is buying? This indicator, combined with the classic RSI27 (35-70) / hhll on 33 minutes, will allow you to see the real FOMO (fear of missing out) zones where everyone will buy.

Rebroadcast of my intervention on DCA trading
https://app.binance.com/uni-qr/cspa/25518645362834?r=966946894&l=fr&uc=app_square_share_link&us=copylink

// This Pine Script® code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © jeromehorus

//@version=6
//@version=5
indicator("FOMO/FUD Detector", overlay=true)

// Parameters
smaLength = input(200, "SMA Period")
deviationFomo = input(8.0, "FOMO Deviation (%)") / 100
deviationFud = input(8.0, "FUD Deviation (%)") / 100
volumeSpikeMultiplier = input(5.0, "Volume Multiplier (FOMO)")
volumePanicMultiplier = input(3.0, "Volume Multiplier (FUD)")

// Calculations
sma = ta.sma(close, smaLength)
rsi = ta.rsi(close, 14)
volumeMa = ta.sma(volume, 20)

// FOMO Conditions
priceAboveSma = close > sma * (1 + deviationFomo)
volumeSpike = volume > volumeMa * volumeSpikeMultiplier
rsiOverbought = rsi > 70 and rsi < rsi[1] and close > close[1]
fomoSignal = priceAboveSma or volumeSpike or rsiOverbought

// FUD Conditions
priceBelowSma = close < sma * (1 - deviationFud)
volumePanic = volume > volumeMa * volumePanicMultiplier and rsi < 30
fudSignal = priceBelowSma or volumePanic

// Display
plotshape(fomoSignal, title="FOMO", location=location.abovebar, color=color.red, style=shape.labeldown, text="FOMO")
plotshape(fudSignal, title="FUD", location=location.belowbar, color=color.green, style=shape.labelup, text="FUD")

// Reference Lines
plot(sma, "SMA 50", color=color.blue)
hline(70, "RSI 70", color=color.red, linestyle=hline.style_dotted)
hline(30, "RSI 30", color=color.green, linestyle=hline.style_dotted)
See original
Hmstr 😳☺😄😞😂🤔🤣🤭😅🤮😬🤪🤫🧐 The moment to buy if you still believe it ✈😘🤣😳🥶⛽☝🧐🤔🤔🤔🤔🤔🤔🤔🤔🤔
Hmstr 😳☺😄😞😂🤔🤣🤭😅🤮😬🤪🤫🧐
The moment to buy if you still believe it ✈😘🤣😳🥶⛽☝🧐🤔🤔🤔🤔🤔🤔🤔🤔🤔
See original
FRANCE, THE COW OF THE WHOLE WORLD 🐄🌍TO THE CRYPTOS CITIZENS!! Has France become the international piggy bank? For decades, the French have worked, paid taxes... while their money evaporates abroad 🌍💸. The result? An increasing feeling of injustice 😡. 🔁🇺🇸 When the USA turned off the tap The United States has long funded the world... then stopped 🛑. Aid to third countries has fallen, forcing some to seek new benefactors. 🇫🇷. An endless source for projects that are not always clear 🧾

FRANCE, THE COW OF THE WHOLE WORLD 🐄🌍

TO THE CRYPTOS CITIZENS!! Has France become the international piggy bank? For decades, the French have worked, paid taxes... while their money evaporates abroad 🌍💸. The result? An increasing feeling of injustice 😡.

🔁🇺🇸 When the USA turned off the tap

The United States has long funded the world... then stopped 🛑. Aid to third countries has fallen, forcing some to seek new benefactors.

🇫🇷. An endless source for projects that are not always clear 🧾
--
Bullish
See original
hello friends don't forget to take risks at your measure : ● do DCA on strong support in SPOT ● SPOT Grid with 10 grids between 100 and 110k ● make sure to put 100 usdc in earn ● bitcoin will correct on Wednesday, be cautious sacrifice 10% in future-DCA on another platform. just use an RSI of 60 and a low on 1 second to scalp LONG. ● bonus: 0.1 or 0.2 % in SHORT leverage 10 (margin or other), on btc, you never know it could cover some losses. 😅😅😅 $BTC
hello friends don't forget to take risks at your measure :

● do DCA on strong support in SPOT
● SPOT Grid with 10 grids between 100 and 110k
● make sure to put 100 usdc in earn
● bitcoin will correct on Wednesday, be cautious

sacrifice 10% in future-DCA on another platform. just use an RSI of 60 and a low on 1 second to scalp LONG.

● bonus: 0.1 or 0.2 % in SHORT leverage 10 (margin or other), on btc, you never know it could cover some losses. 😅😅😅

$BTC
BTC/USDC
Buy
Price
108,985.7
See original
Use my indicators instead of making charts!The charts do not include the RSI, the ascent calculations, 🙄😎 Last time I'm telling you, spot market and accumulation strategy always pay off.. good luck Live action indicator (no repaint), by the way, you can see that The source code is on my profile. Look for it instead of liking a monkey that takes you for fools.

Use my indicators instead of making charts!

The charts do not include the RSI, the ascent calculations, 🙄😎
Last time I'm telling you, spot market and accumulation strategy always pay off.. good luck
Live action indicator (no repaint), by the way, you can see that
The source code is on my profile. Look for it instead of liking a monkey that takes you for fools.
See original
you are rich now. alladin// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jeromehorus //@version=6 indicator("Alladin" ,overlay=true) range= input.int(33,"peaks") clos = ta.sma(close,13) float dm =0 float dd =0 for i = 0 to range m= clos-clos[1]>0?true:false diff= math.abs(clos-clos[1]) dm := m? dm+diff:dm dd := m==false? dd+diff:dd low = ta.lowest(close,13) high = ta.highest(close,13) rsip = input.int(27,"rsi range") rsivb = input.int(35,"oversold value")

you are rich now. alladin

// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © jeromehorus
//@version=6
indicator("Alladin" ,overlay=true)
range= input.int(33,"peaks")
clos = ta.sma(close,13)
float dm =0
float dd =0
for i = 0 to range
m= clos-clos[1]>0?true:false
diff= math.abs(clos-clos[1])
dm := m? dm+diff:dm
dd := m==false? dd+diff:dd
low = ta.lowest(close,13)
high = ta.highest(close,13)
rsip = input.int(27,"rsi range")
rsivb = input.int(35,"oversold value")
See original
the only solution to trading without risk-takingBefore I liked taking risks and like 100% of traders, it resulted in losses. Risk = loss. Then I calmed down and waited for recoveries, if the asset passes 2 peaks in accumulation, it's likely that a pump is coming. I always got caught at the end of patterns too, you know when it drops and you can't see the bottom, I've given that up too. From now on, it's zero risk-taking Here is my setup: Leverage 100: it allows for gains and room for maneuver. Because the gains must compensate for the losses.

the only solution to trading without risk-taking

Before I liked taking risks and like 100% of traders, it resulted in losses.
Risk = loss.
Then I calmed down and waited for recoveries, if the asset passes 2 peaks in accumulation, it's likely that a pump is coming.
I always got caught at the end of patterns too, you know when it drops and you can't see the bottom, I've given that up too.
From now on, it's zero risk-taking
Here is my setup:
Leverage 100: it allows for gains and room for maneuver. Because the gains must compensate for the losses.
See original
I have a problem, I can no longer believe my indicators...Help me guys, I have an indicator that has quite a few results but I can't seem to believe it, every time it says "we're crashing" it’s been a month and a half and I think it's wrong... Crypto always crashes, whether it's bitcoin or Auction (you'll laugh) Laugh because in reality this indicator has never shown that Auction would go up and it has not been wrong, it rarely makes mistakes, see for yourself: This means there is no chance of a recovery for auction, only SHORTS at the top with 75 leverage for those crazy enough to try...

I have a problem, I can no longer believe my indicators...

Help me guys, I have an indicator that has quite a few results but I can't seem to believe it, every time it says "we're crashing" it’s been a month and a half and I think it's wrong... Crypto always crashes, whether it's bitcoin or Auction (you'll laugh)

Laugh because in reality this indicator has never shown that Auction would go up and it has not been wrong, it rarely makes mistakes, see for yourself:

This means there is no chance of a recovery for auction, only SHORTS at the top with 75 leverage for those crazy enough to try...
See original
Auction ☺For those who are despairing. $15 is 1/4 of the highest price of the asset... it's like buying a Christmas garland after Christmas on sale. What to do? This is where you need to understand that trading is purely strategic. You can't buy low to sell high or sell high short, because that doesn't exist. Everything is strategy; if your strategy is accumulation, you must set the rule that there is a probability that your shitcoin will go to hell. Auction is at 1/4 of its highest value.

Auction ☺

For those who are despairing. $15 is 1/4 of the highest price of the asset... it's like buying a Christmas garland after Christmas on sale.
What to do? This is where you need to understand that trading is purely strategic. You can't buy low to sell high or sell high short, because that doesn't exist.
Everything is strategy; if your strategy is accumulation, you must set the rule that there is a probability that your shitcoin will go to hell.
Auction is at 1/4 of its highest value.
--
Bearish
See original
🚨🚨🚨 I AM LAUNCHING AN OPERATION ON AUCTION WITH YOU🚨🚨🚨 guys $AUCTION is going down little by little, however the whale continues to sell, she buys low and waits for you to put in your $$ and sells all her tokens and it crashes. Stop buying, she will be forced to buy her token herself. No more mercy for the whale, we can crush her with patience.
🚨🚨🚨 I AM LAUNCHING AN OPERATION ON AUCTION WITH YOU🚨🚨🚨
guys $AUCTION is going down little by little, however the whale continues to sell, she buys low and waits for you to put in your $$ and sells all her tokens and it crashes. Stop buying, she will be forced to buy her token herself. No more mercy for the whale, we can crush her with patience.
--
Bullish
See original
MINDSET AUCTION Panic strikes every holder of AUCTION, it descends, falls, crashes, and collapses without showing any signs of recovery. Traders open short positions thinking they will make a FORTUNE. However, the problem is that there is a whale, and it is not stupid. Selling its tokens at 10$ when it sold at 60... who would want that? So, it can only ACCUMULATE. Do the same, accumulate while the price is low. Or regret it forever. My message only concerns the 0.1% of Binance that makes money, the rest loses.
MINDSET AUCTION

Panic strikes every holder of AUCTION, it descends, falls, crashes, and collapses without showing any signs of recovery. Traders open short positions thinking they will make a FORTUNE.

However, the problem is that there is a whale, and it is not stupid. Selling its tokens at 10$ when it sold at 60... who would want that? So, it can only ACCUMULATE.

Do the same, accumulate while the price is low. Or regret it forever.

My message only concerns the 0.1% of Binance that makes money, the rest loses.
--
Bullish
See original
I'm sorry for those who bought Auction at $60. In my entire life in crypto, I've never seen anything rally in a continuous straight line. It's called FOMO. Anyway, when I saw 50$ l auction, well, I didn't buy it. Now I'm picking it up with a teaspoon 😉. Auction stands out for its high APR, which sets it apart from other cryptos. It will continue to decline, but that doesn't matter. The main thing is to keep it for the long term with a smoothed price. This is something beginners don't understand. They put in 10,000 when it's worth 60$ and then cry. Look at the charts, it can't go up without manipulation 😓😩☺ which are the norm in crypto. Finally, I'm starting to believe in crypto again; Bitcoin had worn me out. Don't trade futures; the rollover fees aren't worth it. As for the rest, some cryptos can be opportunities provided they've been slowly rising for the past two hours following a big drop (accumulation). It's your MINDSET that needs to be worked on.
I'm sorry for those who bought Auction at $60. In my entire life in crypto, I've never seen anything rally in a continuous straight line. It's called FOMO.

Anyway, when I saw 50$ l auction, well, I didn't buy it. Now I'm picking it up with a teaspoon 😉. Auction stands out for its high APR, which sets it apart from other cryptos.

It will continue to decline, but that doesn't matter. The main thing is to keep it for the long term with a smoothed price. This is something beginners don't understand. They put in 10,000 when it's worth 60$ and then cry. Look at the charts, it can't go up without manipulation 😓😩☺ which are the norm in crypto.

Finally, I'm starting to believe in crypto again; Bitcoin had worn me out.

Don't trade futures; the rollover fees aren't worth it.

As for the rest, some cryptos can be opportunities provided they've been slowly rising for the past two hours following a big drop (accumulation).

It's your MINDSET that needs to be worked on.
See original
USDT IN France, 🇫🇷😢 edt prohibited but with this trick you will be able to buy AUCTION/ USDT *5 ➡️convert USDC in BTC in spot. ➡️convert BTC to USDT. ➡️convert USDT to Auction ✈APR 95%... they really think we are idiots 😊
USDT IN France, 🇫🇷😢 edt prohibited but with this trick you will be able to buy AUCTION/ USDT *5

➡️convert USDC in BTC in spot.

➡️convert BTC to USDT.

➡️convert USDT to Auction

✈APR 95%...

they really think we are idiots 😊
Cryptos As Software engineerI am a french SE and i have developped tons of indicators, based on smart money manipulation. This indicator are very succesfull, they see where the market go, and when buy or sell. But i need to make you a confidence. Even you have the smart indicator ever, you can even loose your money, because in my hard trading cursus success, i have understand that it is the Coin that make the difference, not the strategy and not your ability to buy at the right time. Remember, you cannit buy the deep, because greath institution have big order at, and probably you never buy at time, because when the deep is hit, the coin stand up immediatly, and start to make manipulations and finally you loose. One of my indicator. based on standar dev, t83 and t33 and t13, here, probably the bitcoin will go up, because the red square is a money manipulation. So... Now i need to give you a big secret : BITCOIN is a shitcoin. Bitcoin 120k , bitcoin 180k , ho noooo sorry, bitcoin 80k during mouth and mouth... European have understand that is litteraly a rug-pulled shitcoin, like EUR... There is no way to make money without loosing a lot with bitcoin. You buy at 80k , he stay at 85k... ok you have win 7$ / mouth... ok 🤔🤣😂 ... Usual team is soecialised in rug-pulled shitcoin, they looking for a dev-slave to make more manipulation on peoples. So , in conclusion it seems that, for Evil Team like Usual, the future is not trading... just programming shitcoin to stole people's money... What a dirty world.

Cryptos As Software engineer

I am a french SE and i have developped tons of indicators, based on smart money manipulation.
This indicator are very succesfull, they see where the market go, and when buy or sell. But i need to make you a confidence. Even you have the smart indicator ever, you can even loose your money, because in my hard trading cursus success, i have understand that it is the Coin that make the difference, not the strategy and not your ability to buy at the right time.
Remember, you cannit buy the deep, because greath institution have big order at, and probably you never buy at time, because when the deep is hit, the coin stand up immediatly, and start to make manipulations and finally you loose.

One of my indicator. based on standar dev, t83 and t33 and t13, here, probably the bitcoin will go up, because the red square is a money manipulation.
So...

Now i need to give you a big secret : BITCOIN is a shitcoin. Bitcoin 120k , bitcoin 180k , ho noooo sorry, bitcoin 80k during mouth and mouth... European have understand that is litteraly a rug-pulled shitcoin, like EUR...
There is no way to make money without loosing a lot with bitcoin. You buy at 80k , he stay at 85k... ok you have win 7$ / mouth... ok 🤔🤣😂 ...
Usual team is soecialised in rug-pulled shitcoin, they looking for a dev-slave to make more manipulation on peoples.
So , in conclusion it seems that, for Evil Team like Usual, the future is not trading... just programming shitcoin to stole people's money...

What a dirty world.
See original
France🇫🇷: obligation to declare your income from tradingFutures trading can yield big profits. It is therefore normal to declare your profits in order to pay the flat tax on them. ➡️ download the form and send it to the tax office. Some clever little ones still hope that their losses are enough not to declare their gains. 1) ERROR If a company suffers losses, is it the fault of the State or the Company? ➡️ It's the company's fault So all gains must be declared in order to then be converted into taxes.

France🇫🇷: obligation to declare your income from trading

Futures trading can yield big profits. It is therefore normal to declare your profits in order to pay the flat tax on them.
➡️ download the form and send it to the tax office.
Some clever little ones still hope that their losses are enough not to declare their gains.
1) ERROR
If a company suffers losses, is it the fault of the State or the Company?
➡️ It's the company's fault
So all gains must be declared in order to then be converted into taxes.
See original
expensive? cheap?What time reference do you base your purchases on? For daily purchases, a 5-minute scale is sufficient. The sma333 helps to determine if we are paying for bitcoin at an expensive or cheap price, thus avoiding FOMO where everything becomes expensive and then collapses since those who bought it cheaply sell. It may seem silly, but it's the economy. An approach to a support, an increase in volume, and a cheap price, one should consider a purchase. On the contrary, an expensive price, a declining market, a historical peak, a sale.

expensive? cheap?

What time reference do you base your purchases on? For daily purchases, a 5-minute scale is sufficient.

The sma333 helps to determine if we are paying for bitcoin at an expensive or cheap price, thus avoiding FOMO where everything becomes expensive and then collapses since those who bought it cheaply sell.
It may seem silly, but it's the economy.
An approach to a support, an increase in volume, and a cheap price, one should consider a purchase.
On the contrary, an expensive price, a declining market, a historical peak, a sale.
Login to explore more contents
Explore the latest crypto news
⚡️ Be a part of the latests discussions in crypto
💬 Interact with your favorite creators
👍 Enjoy content that interests you
Email / Phone number

Latest News

--
View More

Trending Articles

Crypto Nate
View More
Sitemap
Cookie Preferences
Platform T&Cs