#š¬hangout
1 messages Ā· Page 177 of 1
our toolkits are good for both learners and experienced traders, so you don't need to use everything that we have. browse the #āØcommunity-guide and also this is a must watch channel: #1199356285813006367
so once I generate a strategy I like with the AI Backtesting assistant, how do I import it into TV to use it live?
are you a subscriber?
your discord is not connected
Yes I am a subscriber
I followed the link from the site
Also, I was able to get the assistant to provide a strategy combining S&O, PAC and Oscillator a few hours ago. I tried again just now and its telling me it is not possible
make sure you are using the Discord account that you provided suring the signup
https://www.luxalgo.com/account/connect-accounts/
Try to prompt generalized conditions to work your way up to a strategy, as opposed to the AI trying to find a strategy that fits into a smaller box. I provided live examples in my recent live streams here
#1199356285813006367 message
@old crow @void sluice Let's say you generate a strategy using AI Assistant and it gives you instructions to copy a script to say S&O backtester, is it possible to transfer the settings of the S&O backtester to the actual S&O indicator?
Thanks in advance
That is not possible at the moment
Because the AI strategy would most likely consist of other elements from other toolkits as well, not just Signals and Overlays
Hypothetically if it included settings from one toolkit, I can replicate?.......
Still not possible as it was not designed like this. This would be a request though. Not sure if this is feasible, because the Backtester Strategy Scripting has different placeholders from the actual stand alone toolkit placeholders. Not the same.
Ahhh I see, but I can still get trading view alerts from any the backtesters to execute trades on my brokerage or prop account right? ( or manually watch the charts š„“).....Sorry for the many questions, newbie trying to maximize the lux experience
Absolutely you can integrate the Backtesters alert notifications with your brokerage account. But this just depends on what your broker would require as well as a 3rd party integration service if needed. You can ask around the Backtesting community as there are a handful of members that have successfully accomplished this with their brokerage account
And no worries on your questionsā¦.
@old crow Thanks for taking time to answer, will seek more clarification as I go along...
Micky, in these AI scripts, does the timestamp facility allow to to restrict to possible trades only at the specified times. Lets say on during London hours for example.
Not using timestamps, you will use the session placeholder. Explanation here: https://docs.luxalgo.com/docs/backtesters/strategy-scripting/placeholders#session-placeholder and an example of a script that uses it:
@long() = {bullish_contrarian} and {bearish_catcher} and {weak_bearish_confluence} and {unix_ts} >= 1748847900000 and {0830-1500}
@short() = {bearish_contrarian} and {bullish_catcher} and {weak_bullish_confluence} and {unix_ts} >= 1748847900000 and {0830-1500}
@exit_all() = {contrarian_exits} or {1500-1515}```
ty
Hi Guys there was a way in the LuxAlgo backtester to flip a strategy from negative to positive.
Does that option exist in every backtester? And if so, where exactly can I enable or adjust it?
Thanks in advance!
There is no option to toggle the strategy. We would just need to manually adjust
yeah, removed some time ago during an update to optimize the backtester for additional features, as it was virtually never utilized
Scammers arent even realistic anymore
@old crow tHAT WAS QUICK
They don't give up
Can someone tell me if lucid have actually helped in your trading skills
Hello All, Happy Saturday. Is there a way to only display the last step in a sequence using alert scripting?
Meaning.. one time flag like the highlighter does?
If I just want the last step to be displayed in a sequence and only once?
actually scratch that I'll just do a cross condition
You can use Alert Scripting to use the action @label
check out the examples #1325920853682159667
Create the @label for the completed condition, just like the highlight bar
ohh. I need to check that out that would be dope
https://docs.luxalgo.com/docs/algos/alert-scripting/actions#%40label Actions | Alert Scripting Feature | LuxAlgo
It's the last in this code I need to understand.. Instead of external crossover or = I need it to say, last step complete and highlight
TY
I also collected a few Alert Scripting resources here https://discord.com/channels/641770286638694402/1325926580308021288
I need to read into it more it seems.
I stole some script, but I can't really figure out how to only get the highlight š I just want these signals, that's all
Yeah, look into it a bit more, LOL
I'm trying to just create my setup and don't look at charts anymore lol
Almost there with backtesters and these scripting
I'll figure it out. this is way better than looking though and if it fires a bad signal not a big deal
You will get it soon
I can smell it
Thanks for your help
Guys I got a question what do u do over the weekend if not trading idk what to do im going to the gym doing cardio and eating healthy but I feel like that isnāt good enough or something is there anything I can do to improve my trading?
Hi
I have confusion about optimal sensitivity in signal and overlays
When I put optimal sensitivity value showing in dashboard to the indicator the signal is generated but after few candles the sensitivity is changed and when I put the new optimal sensitivity in signal and overlays the previous signal is disappeared
So what happen my opening trade I take and itās often happen with me
Plz guide me to use correct way of optimal sensitivity
Hey there, I assume you are a subscribing member, because your Discord has not been connected to the LuxAlgo exclusive channels yet.
To connect: https://www.luxalgo.com/account/connect-accounts/
Once connected, you can view our resources to help you get a better understanding of our toolkits #āØcommunity-guide #šmust-watch
I have ultimate plan but I paused for a month
Also, the existing signals that were on the chart will change because you manually changed the sensitivity. @smoky hound
Because I canāt understand how to use properly
Then please connect back in, and you can access the Ultimate channels here #š„ai-resources
Ok I will
Thanks
Yes thatās right
But what about my current position i opened when the signal is changed
This is up to you if you want to close it out or keep it running.
Personally, I do not constantly change my settings throughout the day, let alone during a current position.
Hmmm
Thanks sir Micky
Dont click, scammer removed
in a month, how many prompts/usage (usually) can I put/ask in AI Backtesting Assistant?
The team has plans to include a usage meter in our Ai dashboard sometime in the future.
Also, your Discord has not been connected to the LuxAlgo exclusive channels yet.
To connect: https://www.luxalgo.com/account/connect-accounts/
@rapid verge I assume you are a subscriber?
I will actually subscribe later or tomorrow. I just finished studying all the docs and some youtube videos. been a week doing that HAHA
what I actually love is that AI and those alerts scripting is so so awesome since I don't want to spend much time in front of charts
yea i didnāt get the AI plan however does it enter trades for you?
or is the AI just to give you the best settings for the indicators
Hi there, no it would not. Have a look at what is available in the latest release, Micky did a few streams about it, start from here: #1199356285813006367 message
yes i for sure want to learn more maybe even get it next month
so iāll check it out thanks
Hey can't I do this kind of comparison {low}<{external1} in the backtester as one of the condition? I want to get the wick of a single candle for my backtesting; I have set the Reversal Support Zone 1 as External 1 but it is not working! I even tried {low} < {rz_s1} as this placeholder exists in the Alert scripting placeholders; it also does not work. I am using PAC Backtester with both S&O and OSC indicators connected to the backtester using LUCID. Any help will be appreciated!!!
LUCID does not have this as a placeholder so that won't work. Double check that you have reversal zones turned on in the external S&O that you are using.
Yep I have it turned on. I double checked everything to make sure it works. I think I can't perform mathematical comparison or operations in Scripted Strategy? OK I am posting this in Support, but wanted to be sure before posting there!
Did you get permission or just decide to post
That was a little smarter than the usual scammer, lol
Confused here?
btw what if I dont get to used to the luxalgo premium indicators & other tools and I sub with the discounted price right now. is there an issue just in case I requested refund given I didnt pay the full amount?
you will get refund on what price you paid for the toolkits
thank you for confirming š I'll sub in a whileee yey
want to try those backtesters so hard
Dang, look at the amount that could be made if held compared to trading 
200K vs 40K š„
Crazy, right?
more I am playing, more going crazy haha
@old crow please send my compliments to who ever thought up the candle breakout oscillator. Really well done because itās clear. I use it on 30 and 1H charts and I wanted to show this image as a compare contrast to the brilliant OSC Matrix. Itās an amazing companion to the matrix.
yep, the best among the 3; but you need the combinations of 3 for right confirmation to get into trade!
Wow, this is great stuff!!!!
thanks for the feedback, appreciate this 
Fam this means on medium to higher timeframes I am getting a sniper entryā¦looking to build a dragnet of micros around these kinds of regards and play chutes and ladders. Wild.

you use it in default settings? I've been studying that for like an hour already since it pop up in my youtube recommendations
even the luxalgo expanded cloud + lux free SMC is so nice. but it will take time to discover correct settings + correct timeframe on a specific asset for the cloud indicator.
More Lux Volume tools analysis. The 3am London 1H candle dry snitched on the market makers. The regular candle? Bullishā¦but the bulls are at the base of the candle and the PoC is at the top followed by several descending POCs on those candles. The buyers never knew what hit them. They got massacred.
hi
So far itās on default settings and I spent a few minutes reading the indicators instructionsā¦the center is chop zone cityā¦but there are crossovers and whatever color is on the above threshold has the edge in regards to strength. The follow up question is if they are strongā¦are they being rewarded for their effort? Or are they being absorbed?
there's so much good indicators from luxalgo that sometimes I wanna study all of them haha
I wanna try that premium though. I just need to come back home to sub
My gratitude is eternal to LuxAlgo. Come on home where you belong, lol.
The reason I must do this for NQ is that when those markets open I look at the 30m and 1H extremes for ideal areas of entry. This helps tremendously.
Again look at the 11pm to 8am consolidation; the oscillator matrix is letting us know that there is buyer participation above a certain thresholdā¦.but the seller strength is outclassing the buyers and that means they are getting absorbed. Also observe the lower Highs and Lower lows of each candles save 8amā¦.where we had news at 830am. Iām glad I sat this one out
An order block (OB) is a specific price range where a large buying or selling activity is expected to occur.
- Bullish OB Exited: Triggers when the price exits a bullish order block.
- Bearish OB Exited: Triggers when the price exits a bearish order block.
- Bullish OB Entered: Triggers when the price enters a bullish order block.
- Bearish OB Entered: Triggers when the price enters a bearish order block.
So for example orderblock is detected with rectangle shape, so when price first time touches that rectangle we consider bullish order block, then price goes above that rectangle of OB we consider price exited order block?
When price mitigates an orderblock, then it is exiting the orderblock
yo guys
anyone of u know a good propfirm with swing , allowings to hold thrue news and over weekend?
wow alot of scammers here huh š
Gotten 50 friends req š
sry iam no newbie to discord scammers
@old crow
thanks, removed, also you can change your Discord privacy settings as well
Then this is your choice to invite them into your personal DM's to enage with them.
Not much we can do then.
its okay im just telling u..
im not accepting either talking to them.
You got some secret sauce cooking 
Buyers donāt want the smoke on nq they still traumatized
HAHAHAHAHA
They gotta bring it
I just scalped 75 tick short on mnq
done until ny open
On Sunday? Of course you did
Iām going to be a responsible plebe degen and wait for an IB to form
I had an itch, waited for the spread to get back down to 1 tick
OHHH
You play the IB?
the 1 hour IB?
Yes I want the market to show me the conversation on Asian hours
Happy Sunday everyone. How is your preparation going? I believe we can do it all over again this week. I wish us all happy trading week. Let's goooooooo. 
That line on the big green candle ā¦that is a powerful POC based on Volume and general confluenceā¦so if I was short I would have left the trade a long time ago
Yup, lets do this!
Hey, brother. How was your weekend? Yes, we shall.
Okay. Take a nap.
Yeah I also think session VWAP responds better after an hour or two.
Single Candle Entry on the 30min is a high probability setup for NQā-120-150 tick move for the quickie
30 min on MNQ is like Zen and Wushu Candle Kung Fu. Lower timeframes can be so jittery and disruptive
(I also slipped a Mickey on the charts and put the LuxAlgo predictive ranges indicator down)
The other thing I learned from PAC and S&O is when using Periodic Volume Profilesā¦I layer one a 70% and the other at 25% Value Area so I can have a wider Point of Control. This also provides dual VA H/L
Asia looking bullish on 30 min SCE setups on MNQ
This tells me buyers are defending and there are key levels from the 1st 30 min candle that have not been tested Pullbacks on LtF EMAs always seem to go Judas on me so thatās why Iām taking a minute and making some observations
Donāt click that 
Scammer removed
hi hello š is there a way to set alarm when the internal OB is getting drawed on the chart? sorry if this is the wrong caterogy to ask
^ with the luxalgo smart money concept indicator..
Hey there, are you a subscribing member? if so, you could connect your Discord so that yu can have access to other channels here that has posted alert example strategies
ok this is the free LuxAlgo indicator, which is open sourced, so you could code your own alert features within the source code on your own.
not sure how to code that myself.. but can i use one of these for the alert?
You would need to test these on your own
Sunday thesis correct. Idea : use 30 min candle structure to bridle perception of noise(erratic motion triggers fear and disrupts confidence). Locate the buyers and where they are ready to drive the price up due to their demand. Use that area to build positions and use the previous day RTH for POC confluence w/ volume candle in order to increase the likelihood of a defense perimeter that will not break the bank as a stop loss. Impetus: after a strong distribution down, in a previously up trending marketā¦it is natural and fair for buyers to participate because this enough of a discount and sellers are actually eager to sell at higher prices. The volume weighted candles play an important role: if market makers can push past the bullish RTH poc found around 22840ā¦.and 22815ā¦.then itās likely the thesis has been invalidated. This risk to reward is favorable for an asset like MNQ/NQ. Price Action Cancepts is also showing a bearish FVG that acts as a magnet on this timeframe.
So go short? 
With a Bewish ChoCh? Be my guest!
The other wild thing is itās all higher lows on the 30 min
Why do it this way? Why so complicated? Because by the time this OB has formed the move is gone and the next setup is to retest that OB on PAC.
Thatās why.
And thatās also ok. We need to know the next possible opportunity in order not to chase this price discovery. It would suck to jump in now and get cooked as part of the liquidity on that next move in PAC Bullish OB.
The candle breakout oscillator is telling me that for the last 30 minutes the buyers were weakā¦even though the price is still climbingā¦momentum and enthusiasm is fading for now.
We can scalp short for 40 ticks off that
Itās almost better to place the SL first in the DOM and then place the orderā¦.versus putting a limit order with a set stop loss.
Yeah I bought a meme coin called $STFU and I need to write an algo for it to spam everyoneās group on discord and x.
I have no issues as well
I bought that same coin!

It all starts with appreciating higher timeframes but choosing up on the 30min tf as a happy medium so we can have signals without watching paint dry.
But I really wish we could combine these candle action tools into an elite indicator like the other premiums. I want a tool to tell me if and when a 30 min candle has a long wick and the POC is half way down or at the bottom of that wick. I want trading view to yell at me to check x y and z to enter a trade once additional criteria has been met. Face itā¦there is more would to do on the premium toolkits. You duffers(jk) needs to give us more than you already have.(jk)
@old crow Nearly that time, the clock is ticking
Almost, few more hours
Okay, brother
š
@old crow I'm starting the week with this GJ.
looks clean and sharp
šŖ
Yup. Keep it clean and sharp it is
seems like 2 of my cards rejecting payment to luxalgo website... should I use VPN?

you could try or contact your bank to see why the transaction is not being authenticated?
noted noted.
alright! I'm subscribed to Ultimate Plan
Perfect - glad you managed to sort the issue with payment out. A great starting point for ultimate subscribers is: https://discord.com/channels/641770286638694402/1178046672668991498
I have been using this set but Iām not 100% sure how I should be using it and what I should be looking for. Some of the trades have been good. Would anyone be able to guide me on how to use it correctly. Thank you
There is no right or wrong way to utilise our toolkits, we optimise them to fit our own trading style. For ideas on how other members are using them in their own trading strategy, you can take a look in: https://discord.com/channels/641770286638694402/1128499789437354106
Thank you
This video shows how to trade the Signals & Overlays which may also help you understand further: https://www.youtube.com/watch?v=j-o4jJcQfF4
Get access to exclusive LuxAlgo tools: https://luxalgo.com
Follow us on X: https://x.com/LuxAlgo
In this video, we break down exactly how to use the LuxAlgo Signals & Overlays indicator to its full potential ā whether youāre a beginner or a seasoned trader. Youāll learn how to interpret confirmation vs. contrarian signals, use candle col...
I used paypal instead of card. but was charged additional 10usd for the fees z.z.z.z paypal is brrr
Thank you. I just thought there may be instructions on how the indicator is supposed to be used.
Much appreciated
That video shows you how you could potentially use the toolkit but its down to the individual to experiment and find the best way to use it to fit your own trading style. Every trader is different so everyone will trade differently. There isnt one setting that suits all traders as some are scalpers, some are swing traders. A lot of variables in trading so its just experimenting and finding what works for you and what doesn't
Ok perfect. Thank you so much. Really appreciate your help š
No worries at all, thats why we are here! any other questions just ask away š Have a good day
Thanks again. Wishing you a great day too.
Important things to not on todayās price action(donāt mind me needing to nerd out itās just I love the process)
Eth session: NQ is in price discovery. Price Discovery is when price is oscillating on an upward trajectory between 1st and 2nd deviation. Optimal entries are long at vwap(just above blue line) ā¦while bullish price acceptance is fair value being found between 1st deviation and Vwap. This is why I use Volume delta candles; I want to know whether there is more fuel in certain candles in a range.
@thin trail pls bring back PAC essential
I have responded to you several times already regarding this request.
There are only the Premium and Ultimate subscription plans.
I know but these are expansive
I understand, the team will review your request....thanks again
Thanks
Youāre welcome, but remember, we have all your requests, we hear you. Not necessary to tag everyone again. Appetit being with us š
Just to let you know. I have taken 3 trades after talking to you and I have secured 150 pips so far today. Thatās amazing. Iām so great full š„š„š„š„
Whoa!!!!!!
Spill the beans!!!!
What strategy???
Before talking to Danny my entries werenāt quite right. Now itās spot on. š„š„š„
Cool, whatās the setup? Signals, Smart Trail with Matrix?
Current trade just took 170 pips
Iām not sure what itās called. The chart is above. š
where can I get the full list of syntax for PAC? can I ask for a link
everything is available on the documentation's website here https://docs.luxalgo.com/docs/algos/price-action-concepts/introduction
saw it thanksss
hmmm just want to check maybe you know. is there possibility of syntax or code with having the sense of sticking to 1:2 RR on either long exit TP/SL or short exit TP/SL?
you can have TP and SL for 1:2RR using S&O (you can adjust the settings to reflect 1:2)
ohh not using S&O. sorry I didnt specify. should I share the long and short conditions somewhere else or it's ok here?
oh you mean sharing your set-ups? sure, you can share in the respective channels if you want (or here)
Thatās great to hear! šš½š
Hi
@void sluice can I get guidance on how to use AI( scripting strategies) with the various backtesters
a few livestream recordings can be found here https://discord.com/channels/641770286638694402/1398053540559327414
Could use some help too @void sluice š
Had a quick look over the weekend, will relook again keenly, hopefully it helps....
@void sluice @little flint also where can I get strats on S&O, PAC& OSM?
How long have you been trading for
hi how is your day going?
hehe
jk
Am good, and you?
its ok, have 2 loss
you can browse #1128499789437354106
Lol, today?
Crypto prices are falling drastically bro, it's better you buy than to sell
i try again
What coin's do you trade?
ltc and btc, sometime eth
I just added you mate, let's keep in touch
You seem like a dog guy
Hello, question on setting alerts. I setup the conditions but I am not getting any alerts. Not sure what I am doing wrong?
did you set up the alerts in tradingview?
What site do you use mate
how can we help?
once you input the conditions you also need to set up an alert in tradingview dialog box
This is where I setup the alerts.
OK alert scripting, please check https://docs.luxalgo.com/docs/algos/alert-scripting/usage#setting-scripted-alerts
okay got it. Let me review the video and get back to you if I have any questions. Thank you
ok
be careful here, scammer removed
Test
test successful
Good live stream we just had.
I went over how I utilize all three toolkits to help me scalp everyday, hopefully this will provide some ideas for you.....
Recording will be posted soon.
š
Recording is now posted
#1199356285813006367 message
Hi -
Where I can set these up ?
and how to know which features it's recommending me to enable ?
and is it necessary to enable this ?
thanks for help in advance
Hey there
@gritty badge What we need to do is the replicate the provided AI Strategy Script, into our Backtesters.
I actually did a few live stream recently to help everyone by walking through the workflow process, have a look at the streams here:
#1398053540559327414 message
#1398053540559327414 message
Hope these help
not needed as your AI script will suffice.
@gritty badge Also, not sure if you are aware, you have access to #š„ai-resources #š§¬ai-chat #š§Ŗshare-strats-indicators #špinned-strats-indicators as well
I l check out the resources you shared first, and reach out.
Btw stupid question - does backtester strategy used for manual trading or auto trading.
You can use for both
Possible for automation, just depends on what your broker would require for the messages
got it. its going to be a learning curve. I hope it's covered in resources you shared
I am already Ultimate user as I got lifetime plan few years ago. I hope I don't have to do anything with ongoing sale
You should be good to go, nothing required on your part if your life, you have access to everything we have to offer
I see the 'ultimate' tag in my profile. So I should be all set
Yup
Good to go 
@old crow š¤
How is your day/scalping going?
5 for 5
although the last oe was choppy during NY lunch, closed sooner
Very nice. Chicken Dinner
yup, gotta go hunting to put food on the table, we get what is needed...
Yes, brother, we got it. I got 3 of 3 on GJ.
BOOO YAY!
Yup.
hi y'all i'm new here but using lux algo's indicators from a few months. wishing to learn something from this community
Welcome aboard 
Hello š
hehe thanks
idk who this guy is
lol
scammers
scam
Removed
Good morning
@old crow @void sluice What does the lux volatility and squeeze metrics represent? ( on the S&O screener)
You can find that info here: https://docs.luxalgo.com/docs/algos/signals-overlays/dashboard
Want to know how you can stop losing money trading with smc, learn how to code algos
Honest question, if you dont trade, why do you use LuxAlgo?
Or are you trying to evaluate the professional traders you use currently?
ah ok
Trading is not for everyone no doubt, best of luck!
Good advice, does the stuff you invest in beat indexs?
Honestly though im half doing this to learn stats and ml
lot of good applications to learn that in trading, especially options/leveraged products imo. My finance professor uses ml in option pricing. Lot of interesting research/academic papers coming out
I love learning new stuff, ive been doing this for for about 6 months now and have already learned a ton
same, about a year ago I started swinging leveraged etfs and learning the theory behind optimizing portfolio leverage, super interesting
Hi
Is it possible to suspend the plan and continue the duration later in case I get liquidated?
You can manage your account in your web portal here
https://www.luxalgo.com/account/billing/
You may contact billing support for any questions by email, Support@LuxAlgo.com, or website chat
Iām new here
welcome
Thanks
Please where you from
how can we help?
I am make
Where you from
US
In 1HR.
good time, let the markets settle in
Yup
I think Im done, Ill probably stream, you coming in if I do?
š
I know its your evening, just messing wit ya
Yes, I'm coming.
It is afternoon. Loooool
oh thats right.....big ben
Yeah. Let me get a glass of orange juice and join the stream.
Any scalp today?
yeh, i need to let the dogs out and come back and mark the charts up, it was a mess today, but all wins
hold and pray?
HAHAHAHA
I didn't take any today. I missed the entry point and don't like chasing shadows.
Great management!
Oh yes, brother
ok marked it up, wasnt so bad looking back
give me few min
1-3m
Absolutely
Yes sir
ok lets stream
Let's go
welcome! please browse #āØcommunity-guide to get used to our toolkits
LuxAlgoĀ® - Signals & Overlays Can you tell me how it can be set up perfectly through a personal experience?
Great Live Stream again today 
I went over how I combined all 3 toolkits to fit my trading style
Chatted about psychology a little bit
Fear and Greed
Recording will be posted soon 
I replied to you in the support message a while ago, in case you missed it #š¤support message
Recording posted
#š¬hangout message
Can someone tell me some good lux indicators ? There's so many I get so confused .
I have rn signals and overlays
The Signals and Overlays is a good start.
My suggestion is to learn this inside and out.
JUST enable certain features that would visually help you, you dont need to turn on all or alot of the features, maybe enable 2-3, and keep it simple.
Then add the Oscillator Matrix to help you time your entries/exits.
These resources may also help #āØcommunity-guide #šmust-watch
Let us know if you have any other questions when you start to create your own template...
Alright brother thankyou so much
your welcome, did you get a chance to join my live stream earlier?
if you didnt get a chance, I post the recordings here #1199356285813006367
Nope sir
check them out when you get a chance, I try to show everyone to keep it simple on the charts.....
Yes sir
@finite bear Notice anything different?
only thing I notice on @finite bear is him turning late every day 
Smart Trail help if available:
Does anyone know of a way to extend the number of days that the Smart Trail is displayed? For example - today is Aug 5, but I can only see the Smart Trail on the 1-Min chart going back to July 26 and no days prior. Is there a workaround or fix for this??
it will be related to your tradingview subscription I believe
also try adjust this, but as mentioned above, it could be a combination of this and your TV plan history bar alotment
Do the order blocks in PAC always appear delayed or is it possibly my settings?
they're not delayed, they appear when a CHOCH or BOS is formed on your chart
Thanks a million!! @old crow @little flint it was the calculated bars. I'm good to go now.
yw 
One more quick question - is there a way to get a price for the Smart Trail inside price or the start of the Trail? I know that the price displayed is the Smar Trail Extremity, but is there a way to get a price for the other side of the Smart Trail?
Ahh makes sense now, thank you for the clarification.
Check out the data window, not sure if this is what you are refrring to
I know that the price in in the Price Line is the Smart Trail Extremity. Is there a way to get the price for the other side of the Trail?
Yes, I've been getting late to the party.
Data Window, try that
Correct, . I will not be late tomorrow š
That worked - thanks again!
Just wanted to say thanks for taking your time to make these detailed videos, and go in depth at such lengths. Itās helped me understand the meaning of my favorite toolkits, ultimately utilizing them to pass my first eval today.
Thats awesome, now your playing for the real payouts soon.

Now time to be more conservative and consistent with the process!
can anyone help me understand what the strong high, weak high, strong low and weak low mean
I actually did a few live stream on this concept. Are you a subscribing member?
If so, connect your Discord for other members access here.
You can log into your account on the LuxAlgo website to connect your Discord
Is there a free indicator showing current trend of the market, like ranging or having a strong trend?
Feel free to take a look at our free indicator library here: https://www.luxalgo.com/library/
hey
Hey and welcome to LuxAlgo šš» any questions, just ask
the manual strategy section can be located here: https://discord.com/channels/641770286638694402/1128499789437354106
If you are missing any channels, you can always use id:browse to select/de-select as you please
whats the best indicator to get alerts for retest setups? and what other confluence/confirmation could I use for my entries
It depends, are you a subscribing member?
You could always use market structure as a confluence in your trade direction and also trading in the direction of the higher timeframe trend
thanks, and to get alerts are there any indicators?
You can take a look at our free indicator library here: https://www.luxalgo.com/library/
New to the chat whatās up everyone.
hello and welcome
Hi with the indicator Support and Resistance Signals MTF, is there a way to get alerts only for Retests? It looks like is not giving me the option? I only can select "Any Alert"
it's a free indicator, which means it can be adjusted to your needs. check with chatgpt or a pinescript community
Welcome to DAY 3 of 5 everyone. Remember to keep that chart simple, also only use what meet your strategy guide in all the toolkit, don't enable everything. Happy Trading. 
could you recommend me a good pinescript group please
I don't know any
Hey guys, what do you use for entry signals? Trend Catcher or ML signals. Of course, with other confluences.
subject to each trader's preference really, I use ML signals for my entries in confluence with other stuff
xauusd pumping to 3390 pdh after reacting off london highs
you in?
on my funded yeah, I have been in from sweep of London Lows, there was a divergence on the 15 min on the OSM
I saw a video with Mickey it was a Live, when can we know when he will do another one
midday EST I think
Any way to set screener to look at cryotos only?
it will be announced here
you can enable up to 10 tickers on each screener
How does one create more than one screener. Sorry noob here
add another screener on your chart, you can add how many you want (subject to tradingview limitations on how many indicators you can have on your chart)
ah. So im stuck with 2 indicators as im on free then
Yes you would need to upgrade your TradingView plan if you would like more charting features
Xauusd breaking out of descending broadening wedge formed on the 15 min....
Interesting
Also a few OBās above as well
Letās see
Very š¤£š
what firm you doing?
Quant Tekel
I assume good for FX? hard for me to find a FX prop for USA unfortunately, LOLLLLL
Yes they are, only limitation is you can't use mt5 if you are in the States. you have to use c trader or tradelocker
Hello Team using the following alert script {bearish_confirmation_any} and {ml_classifier} < 3 and {bullish_smart_trail} so how can i received the alert message display exactly what has been wrriten in the script example alert message that i am looking for bearish_confirmation ml_classifier 3
Hey hey buddy, I start these Live Streams about an hour after NY opening bell, just depends if I am currently in a position or not, but typically this is when they begin, and they last about 1-1.5 hours each. I hold these about 2-4 times during weekdays, and if you didn't get a chance to attend, they are also recorded and posted here #1199356285813006367
Today I did not plan on a stream, as I streamed these past 2 days already, and probably do another 1-2 streams to close out the week.....
does your script work on your chart? does it trigger properly based on the highlight bar?
If so, we can now look at creating @label to have a "label" print on your chart for visual. I thik this is what you would like?
Yes it is displayed on the chart
How we can include it in the tradingview alert message?
ok, did you want a label printed on your chart, just like the highlight bar?
or you want a personal alert message, so that it shows up in your Tradingview Alert notifications log?
in fact i want both please label and alert message
let's work on one example {bearish_confirmation_any} and {ml_classifier} < 3 and {bullish_smart_trail}
Ok
- for the print label on your chart, you would need to use @label, many examples posted here #1325920853682159667
- for the custom alert messages for the TV Alert Notifications, you would need to use @alert, here is an example of this
#1356778333089693736 message - Here are the docs (example use-cases) for using these "actions" @label, and @alert
https://docs.luxalgo.com/docs/algos/alert-scripting/actions
I would suggest to try one of these to make sure it works and you understand, dont try to write the script for both at same time.
Write one, and make sure it works, then include the other...
Ok alright I really liked the one I watched very informative and considering that I am new to the community and with the ultimate plan I am trying to learn the tools even if in trading I have experience still the tools are complex.
It can be alot to take in, just like I always mentioned in my streams, dont make it complicated for yourself, having a simple and clean chart does help with the familiarization of our toolkits, and slowly you can start to included other toolkit elements if needed.......
@old bronze Try to watch a few more recordings....
I don't want to overload my chart but each toolbox complements the other so I take the minimum from each box) ... Thx and see you in next live )
@old crow this might be the stupidest question here š¤¦āāļø
What does -4 or +4 mean in the image below? Does it mean entry at 4th candle?
4 contracts
the entry is where the arrow is
So entry at the arrow +4 or -4 contracts?
that is correct.
Thank you!
I wanted to use RSI divergences..is there a way to get alerts bullish and bearish and only using 1 indicator?
Not sure about the TradingView RSI if it provides alert features.....
I was today years old when I realized that the market structure timeframe setting played a role in how the order blocks were formed.
@old crow why is muh beast name in transLib coloration?
4 positions/contracts?
now you know what you know and todays years old
š¤
I think itās actually super important . Gonna focus on it a bit more
Question, anyone have a PA with Apex? Iāve a question about the 30% rule regarding to profit until buffer amount is met.
I think there's alot of members that have Apex here
Never tried myself
250k account for reference.
Perhaps I posted this in the wrong channel, should have went to the futures channel. My apologies.
no worries, yeah, I think the Apex folks are in there #šfutures-stocks-chat
For me, I'm not familiar with them, sorry
Would it be okay for me to copy that message over there and delete it here?
sure
save you time and energy
Hello yāall
hey hey, welcome aboard š
Thank you so much
hi
hey there again
What is this clown ass shit?
Do you think we are about going bullish?
š¤
Please anyone should share what they think about the look of the market currently
Hello Micky
hi there
Hi Micky do you have a video where you apply the sweep stategy just for better understanding
I dont particularly trade a sweep strategy, but you can browse around the LuxAlgo YouTube channel to see if there is anything that would fit your style
https://youtube.com/playlist?list=PLbqCXsOfrM3P5mb5jY7Ye8pguhmozOKBC&si=DVHJTIRQC7tTU5WQ
@bold sigil I also posted this earlier, not sure if you saw this:
#š¤support message
Thank Micky
š
š welcome
Hello
Why new on chain signals indicator not working in Xauusd 1 minutes and 1 hour chart
Hi there - it is meant for cryptocurrencies, you can read the description of that indicator here: https://www.luxalgo.com/library/indicator/on-chain-signals/
Try to create it for Xauusd too
feel free to browse our free indicator library though -> https://www.luxalgo.com/library/
BoE cut rate.....
what is boe?
Bank of England
Woke up to the bull run. Sheesh
Welcome to DAY 4 of 5. I believe some of us stayed away from that spike on the 5mins GU during the release. Happy Trading. 
@old crow 
Welcome to the show

Oh Yesssssss
Okay, I'm in. šš»
Good live stream today, I will post the recording soon.
We briefly chatted about a few different hybrid bars, and the pros/cons thatcome along with them
š
Thanks @old crow , good live stream š
hey, glad you like it, it was a little slow in the stream for today, maybe because I was talking about the renko, heikin ashi, and range bars - maybe boring for some? LOLLLLLLLLL
No, it was very interesting, and not boring. I can understand a little of what you're saying without translation, but it's not easy for me, I'm French.
Who needs public broadcasting when we have LuxAlgo? I canāt wait to check out the episode!
Jk about public broadcasting
Can anyone tell me how I can link my Tradingview to discord?
not sure if you can link your tradingview with discord?
Posted
#1199356285813006367 message
I took French language in high shool, that was like 90 years ago
I can only say my name
"Hi my name is Micky"

The French language is difficult to learn. Even we in France have trouble too š
lollll
"je m'appelle Micky"
but my teachers taught me to say "micky" as "Michael" in French pronunciation
thats all I remember
back when there were no cell phones
no computers
for real
Back in the 20's ?
just about
Pretty soon I'm going to be the only old dinosaur using "manual strategies" š
Old is gold, still using them while trying to figure out this AI thing and backtested strats and all that š„“š¤£
ill always be right there with manual
Hi, I am new here. Just one question: Are we able to backtest more than 1 month?
you can backtest for as much as your tradingview subscription allows you to
I see, thank you.
@old crow Knock Knock Knock. Anybody home?
How is it going, brother?
Resting and lurking
Good. Same here
Just about to.
todays news
Hi - how can we help?
Thank you brother I bought Lux Algo and that boy influencers package but I can't get it better yet I can't seem to find it
or maybe you can tell me whats the best indictors for trading xrp
im so lost
Not sure who boy influencers package refers too? But if you bought LuxAlgo from our website, you should of got a welcome email to connect your TradingView and Discord. As currently your Discord is not connected. This can be done here: Connect Discord
it says its connected
Oscar Ramos is the Influencer
that was trying to get his Indicators
Ah if you've purchased a package from one of our affiliates, you would have to refer back to them in regards to setting up the indicator/guides on how to use their indicators. They are separate from LuxAlgo's toolkits as our subscription plans are here: https://www.luxalgo.com/pricing/
Hey guys
Hello šš»
I Question Danny before I sign up if you donāt mind please?
I use strategies to auto trade through tradovate futures
When we sign up, is there strategies that come with luxalgo packages?
Thank you
Not at all, any question is welcome. We do not provide specific strategies as such because every trader is different and we encourage members to optimise our toolkits to suit their trading style as no two traders are the same.
But, we do have channels where members post their manual strategies (premium), Backtester/AI strategies (ultimate) for new members to view. You can check out https://discord.com/channels/641770286638694402/1128499789437354106 to have a gander if you'd like
Xauusd swept both London and Asia lows, expecting bullish movement....
Pump begins....
Extreme Noob here. What the blue and red lines mean?
Welcome to DAY 5 of 5, ladies and gentlemen. It's Friday, don't push it too much so you take the profit for the week home. Happy Trading. 
that is the smart trail https://docs.luxalgo.com/docs/algos/signals-overlays/indicator-overlay#smart-trail
So if smart trail spikes like it does here. That thinks its about to trend down?
it's a possibility, this is discretionary to other things as well so don't take that blindly
Understood
Hay
can't say DM's are open for mature minds only when your profile picture is an anime...
https://youtu.be/8hPUKlnY9Jc?si=f4QH68ZaP0ZpyyXn
I canāt say I dislike the new ish but I still want fibs and extensions on FVG/IFVG within Price Action Concepts.
Get it FREE: https://www.luxalgo.com/library/indicator/fair-value-gaps-mitigation-oscillator/
Get access to exclusive LuxAlgo tools: https://luxalgo.com
Follow us on X: https://x.com/LuxAlgo
In this video, we introduce the Fair Value Gap Mitigation Oscillator ā a groundbreaking tool that transforms traditional FVG analysis into a dynamic...
monthly ultimate plan is $96.. yearly one is $39.. how its 35% off? its more than 35
likely a typo, the prices presented on the website are accurate
how ai backtesting works?
from ultimate plan
you got a video on it?
Here are docs and overview video
https://docs.luxalgo.com/docs/ai-backtesting/introduction
what is the most used indicator from luxalgo
i want to use it
https://www.luxalgo.com/pricing/
The Premium plan I believe is the go-to
Hey guys I have been automated trading for a while now with webhooks from TradingView and now recently with Lux signals. Is there anyone on here that also uses Lux like this? Or is there a best spot to chat about this? I know how to make it all work- I am more looking for any results found with signal and overlays
hey hey, alot of members actually chatted in the #šfutures-stocks-chat about automation earlier NY session today.
Also, a group of Ultimate members also do automation in the #š§Ŗshare-strats-indicators #š§¬ai-chat channels as well....
Quick question: is there some sort of parameter or function where the state of the Smart Trail (buy or sell) can be identified by another custom indicator.
In short if I wanted to build a custom strategy based on the status of the Smart Trail, is that possible?
It's really sick what we can do with these tools!!! I'm stunned
I'm really lost with the incredible amount of scripts available!!! Can you give me a selection of the top 5 according to you??
@old crow Busy all week with my Tick Chart SWING. Here is the update.
Sure you can use the Smart Train, within the other exclusive toolkits we have.
You can use as external sources, and/or as Lucid connetors within the Backtesters
Great to hear this 
Looking fancy and clean
š
Yup.
Hello, Any idea why scanner alerts stopped since 31st July?
How do you enter a number? I don't have this option for money flow. Only in the Matrix tool box i can choose number
We are looking into this integration for a fix soon
Awesome to hear. Is there a reference post or something that shows how you can get the status of the Smart Trail in an outside indicator or how to reference it for an indicator?
I have used it in the Lux Backtester, but I'm trying to get the condition for a separate custom indicator. Any reference material would be appreciated. Thanks!
All details for all the options are listed in the docs under its respective section
Any alert
Custom Alert
Strategy Scripting
Is this an AI strategy? If so you would need to use Lucid Connector
No, for this one
Then you need to use external sources
The Custom Alert posts walks you through the steps
That's what I did
Notes from yesterdays trading session along with the whole āfvgā thing and how these structures/micro structures relate to the initial balance. Fvg are problematic if traded blindly because there isnāt a lot of immediate information placed on them as they are displayed on the timeline in trading view. When large figās are formed during IB(15m-1H), this means more than that there was an impulse move in a direction. It means that the move happened with a great deal of participationā¦ie volume.
It finally repaired itself EOWā¦but this told me mentally that prior to considering using a fvg in PAC, itās important to see if it was created during RTH and which phase of RTH.
Price action in asia session has been used to maneuver priceā¦.but because it lack participant/volume
retail can get cooked using indicators that do not incorporate Time of Day and Volume.
The problem with a fair value gap is that it is related to volume without having anything necessarily to do with volume.
Itās just the void that is left by an impulse move on the market.
Hello all. Could someone help me....on the price action concepts when a red or green FVG shows on chart how do i set an alert on this as under the imbalance alert there is bullish/bearish imbalance, mitigated, entered, within & exit. Which option do i select to be alerted when a FVG line shows on chart?
You have a plethora of options . The most important one is the alert to let you know it exists ā ānew imbalanceā be careful when building strats around FVGs make sure you understand the implications of when they were created.
thank you so much
No worries at all and welcome to LuxAlgo. Make sure to go thru @old crow streams because they are easy to understand, informative and innovative with just enough snark to keep you on your toes.
FVG is an "imbalance"
So you can select "new imbalance," for any new fvg's
Itās a blessing and a curse as an indicator because itās relative to time created and the imbalance is of value. Itās based on volume without being technically connected to volume. The perils of ICT madness, lol.
Hello guys, anyone in XAUUSD, I would like to ask how you setup ur single sensitivity
Something that is often underlooked and extremely valuable with the PAC alerts is the session filter. For me and my sanityā¦I only care about a gap in fair value if it is created during Regular Trading Hours because that way I know that the FVG(which represents a low volume node) has enough of a participatory imprint on it to react to price enough to place a trade. So itās not hard to get free FVG chicken from custom trading view indicatorsā¦.but if we do not know when the FVG was created (and even the phase) then it becomes a gamble because its presence is a blind assumption.
The tools work on a mathematic senseā¦but without anchoring it to the reality of relative volume itās easy to get cooked.
scammer removed
Sure
How can we help? are you a subscribing member as well?
Hey there - there is no best level as itās really subjective on the trader. Each trader will mark up charts different and have different key levels they think the price will react from.
If you aināt a subscribing member then you can take a look at our free indicator library to see if any of our free indicators can give you an edge over the market here: https://www.luxalgo.com/library/
not sure, maybe the good folks here can provide their own analysis? #šcrypto-chat
How is everyone doing, getting ready for next week?
Hey everyone,
Iām pretty new here, so Iād love to hear your tips on how not to miss any bullish moves in ETH or the next altcoin season.
Welcome aboard 
Maybe the folks at #šcrypto-chat can provide some ideas for you
Where can I see the strategies or certain settings of the members?
You can check out the links in this channel here #āØcommunity-guide
Also, you can enable all the channels here id:browse
That was the problem, I couldn't see all the channels).
that big selling volume delta from a few minutes ago indicates that lots of limit buy orders absorbed and stopped the price? that 1 minute chart Syscoin Usdt
Short squeeze inbound š«¶š½š
Sunday Mawning Sermon.
The Legend Al Brooks from 2017(time flies). Trading the ORB and Reversals.
futures.io webinar: Tuesday 17 October 2017
Trading Opening Breakouts and Reversals
Al Brooks gave a presentation with futures.io using a broad selection of slides from the #48 Trading the Open video series in the How to trade price action trading course. Here is the full webinar replay, including an extensive Q&A session at end from 45mins.
...
s
how can we help?
@old crow Hi Micky, you have some training material with PA strategies. I lost the link to your videos. Could you please reshare?
hey sure, my live stream recordings here #1199356285813006367
Official LuxAlgo overview videos here #šmust-watch
Also, you can enable the channels here id:browse
welcome aboard š please let us know if you have any questions
Hi everyone
hey there š
Im new to swing trading
Just trying to lesrn how to spot entries
Snd what to invest in
sure, depending on the asset you like to trade, you can ask around in these channels #šcrypto-chat #šfutures-stocks-chat #š±forex-chat for any suggestions and feedback
Hello gang, what are your impressions of the Nadaraya Watson envelope? I find that it gives good results in confluence chart 5M. On the other hand, in repaint, do the signals adjust live or is it reliable? Can we use it?
There is a setting to enable or disable the repainting, but please read the description on the indicator page on use cases
Too Fast Mickey )
I saw one of your live shows on the matrix oscillator and its HL, LH etc....really interesting. When will we see you this week?
I start these Live Streams about an hour after NY opening bell, just depends if I am currently in a position or not, but typically this is when they begin, and they last about 1-1.5 hours each. I hold these about 2-4 times during weekdays, and if you didn't get a chance to attend, they are also recorded and posted here #1199356285813006367
I am looking for connections in China šØš³
I want to make friends in the asian countries I am interested in visiting
There are some very cool š places I know of.
For any pine-editor dev here, what would you charge to code an indicator which scans for divergences between highs and lows between two assets. I am interested, please DM me with your price
Hey there and welcome aboard. Pay-for-services are not really promoted here in this community. You may want to search the TradingView community for that
ok sorry
No worries, you may want to search our Library of free indicators here https://www.luxalgo.com/library/
Very excited
guys any idea how to keep my purple candles in signals and overlays ? when i have signals and overlays on and then turn on price action concepts it gets rid of the purple candles?
Hey, when you have multiple indicators (not just LuxAlgo) that have gradient colouring in the code, there will be glitches.
Try this to fix the candle colouring problem:
Remove indicators
First add Price Action Concepts
Second add SIgnals & Overlays
This should solve the issue of the S&O toolkits candle colouring not showing when you add Price Action Concepts
Please, teach me some of your ways. You've been posting on this discord since December 2024 and improved a lot. I've been on longer and not improved like this
Hey guys. can someone please tell me where I can get assistance with setting up advanced custom alerts. I have a setup I want a signal for but cant seem to get it working properly. I need a someone with some experience to answer a couple questions for me. Thanks š š»
Hey - are you a subscribing member? if so, your Discord isn't connected. This can be done here: Connect Discord
Hi, Iām interested in subscribing to the paid membership. Are there any discounts or promotions available right now?
all our promotions can be found on the website: https://www.luxalgo.com/pricing/
I noticed that having wick enabled in the chart alters lux indicators/backtesting which I thought was pretty odd. Not unique to luxalgo indicators/strats but I was curious as to if you guys recommend leaving wick disabled
I have no idea why TV would read it differently though, pretty odd
How big is your portfolio?
Buy $sbet $riot $bmnr stocks
Crypto $hbar $algo
If you don't buy idc
ok that makes sense and i will keep that in mind , thanks
Welcome, Welcome, Welcome to DAY 1 of 5 . Don't let any YouTuber talk you out of your trading style, just stay on your lane, let them stay on their lane. Have you noticed that their strategy never lose. To the new comers, try and attend Micky's live stream to give you a Luxy taste of the toolkit. Happy Trading. 
new week

no they are completely different
oh just same name
different companies
ok ok tysm
Hi
Do you place any trade today?
Yes, it is
Can you recommend some beginner-level indicators, free or paid? I need an indicator that gives signals, telling me when to trade and in which direction.
nope
There will always be indicators what give you signals but its always best to have knowledge of trading and not rely on indicators solely but use them as an aid in your own technical analysis/bias. Feel free to check out our library here: https://www.luxalgo.com/library/
NY session already started
Yh
I like the Trend Tracer and Trend Catcher for starting out, easier to read on the charts.........
@clear kiln What do you like to trade?
Cypto: about 20K (all in Sui ecosystem cryptos). I don't have stock portfolio.
Me. GJ SWING
Ohhhhhhhhhhhh
Yup. And you?
7 wins 2 losses
NQ
Good for DAY 1 of the week. šš»
yes good for me today
5 x 5 =25 by DAY 5 of 5?
Hi Danny, Yes I am a member. I have watched the video on how to set alerts but it doesn't go into enough detail about the specific setup I need help with. can you pleas tell me where I go to get more advanced support for setting up custom signals. Thank you. š
we have some channels in this discord where we have numerous examples of alerts:
#1280142574509621392
#1325920853682159667
also full documentation on the alerts can be found here:
https://docs.luxalgo.com/docs/luxalgo-toolkits/signals-overlays/alerts
https://docs.luxalgo.com/docs/luxalgo-toolkits/price-action-concepts/alerts#custom-alert-creator
https://docs.luxalgo.com/docs/algos/alert-scripting/introduction

Next time be ready
Thank you. I will check it out š
I have gotten my desired setup to print a signal as you can see by the blue dot at the bottom of the screen shot but the alerts are not firing at the correct time. Im getting random notifications not corresponding to any of my settings. They are triggering no where near the candle where a blue dot prints. I'm using the custom alert setting in the alerts creator as you can see in the screen shot. Im obviously over looking something. Can anyone spot what Im doing wrong. Thanks. š»
You probably changed the chart settings after you saved them and the visuals are not matching the saved settings
Try to start all over, save and then donāt adjust anything else
Hey all! New to the Lux Family. What a fantastic piece of Software. However i need some advice. I have a strat that has constantly been bringing me profits on Gold. I only trade gold. It works on timings/High and Low and custom fib levels. Im wanting to take the next step where i am doing this full time and can quit my job rather than part time. I was looking to back test it using AI, however this wont allow timings and custom Fib Levels. Does anyone have any suggestions on how i can do this? TIA. š
Not sure, if it your fibs, in my opinion, best to manually trade this strategy
thanks! š
Not all manual strategies can be replicated on the chart, or with alerts @dull bluff just have to experiment with this
Thanks Micky. I do manually just trade the fib level, i did manage to find an AI after a SS of trading view and it came back with +80% win ratio when hitting this fib level after Asia low. I just don't know how accurate it is :).
Only way to tell, is to run this in real time for yourself.....
I knew you would say that haha!
HAHAHAHAHA
Annoying scammer in the discord @void anchor @old crow
Oh, what did this one do?
DM?
Send me screen shot of she DM you
I deleted it and her
Next time it happens Iāll remember to screen shot for ya!
Wasnāt sure if you took dms
yeah the coinbase bit
shoutout luxalgo for being the best indicator suite
Also these guys trying to be you guys SO bad lmfaoooo
Look at THE LOGO
tips are needed by me, hehe
when I want to trade a coin, sometime I need to move usdt to that broker, and I am scared because I made mistake a few time before and lost my money trying to transfer
careful, scammer removed
really? ok
yup, copy cats
why dont you connect your Discord here for the members channels, I assume you are a subscribing member?
Guys my luxalgo he doesn't worck
Hi there - how can we help?
I bought prop firm account..
I want to trade gold
Can any one help me with Accuracy indicator? Or channel?
Will share profits
Hi there - you can check out our free indicator library here: https://www.luxalgo.com/library/
Members do chat about trading in the other chat channels but this is a signal calling Discord if that is what you are looking for. We encourage members to do their own technical analysis and use our indicators as an aid in the trading
It was connected and yeah I have annual
Donāt know why lol
Ensure it is connected to your current Discord you are talking off: prey8532 as its still not connected
It was definitely this one donāt know why it stopped this is my only discord
You can check which one is connected here: Connect Discord
when create the new account and it for free indicator ?
you need account to get the free indicators, that is correct
All the signals he gave me is wrong
you shouldn't be following the signals blindly, have a look at #āØcommunity-guide
right, when i try volume indicator form luxalgo and have some trouble maybe i should create and start form luxalgo
not sure what fluxchart is but this is luxalgo
??
the signals should not be followed blindly, did you go over #āØcommunity-guide?
Yes but i dedint understand
what don't you understand? we have educational channels in that post
wow it free for 30 days i will try it soon
yup, 30 days money back no questions asked. can't beat that
Yeah...im tired already woke up 3 am my time, ny opens 630am my time
I know that feeling of being tired with 4am starts š
you moved in the UK?
Is there any indicator that would alert me of any hammer and shooting star candlestick pattern?
No, I made a day-trip today for lunch, will fly back to USA in 3 hours
check out our our library of free indicators
https://www.luxalgo.com/library/
there are some candle pattern indicators in there
is there a way to change colour backgroud for
for example
very hard to read it with black background
Thanks for attending today's Live Stream.
- Today was a different Live Stream
- Today, I showed everyone my FIRST Prop Firm account on FundedNext/Tradovate
- PASSED with LuxAlgo, on first try

- For past 4 years, I said I would never do Prop
- Well, never say never, I did it with my Lux chart, the way I trade with my sticks

Recording will be posted soon š
missed it !! congrats Micky !
Thanks a lot for today live stream knowledge
Do you use a second PC/notebook to manage crypto (on HW), or how do you solve this?
@old crow please post recording
thx
your welcome, thanks for attending
yes, will be posted soon
Hey there, not sure if this was for me? could you clarify? not sure here, sorry
Thanks a lot for today live stream knowledge @old crow
Recording posted
#1199356285813006367 message
your welcome š
@old crow nice , you are on propfirm account on fundednext ?
yeah, first firm I have ever tried
It's good to have a Proofirm account. We can take more risks compared to a real account.
Thanks for recording your live stream. I'll watch it tomorow
I was more stressed with prop firm, compared to my cash account, no joke....
It's because it's new to you. But with your experience, you'll quickly make a profit
This ask is for everyone
DAMMMMM
i missed this @old crow
is there a replay
found it !
hahaah nothing weak about using all the tools that you can to make money š
I bet that video is going to be very popular I am watching it now
great YT click bait title btw Micky š
hahah
naw, im not a youtuber
it stays with us in Discord
LOL
still great title you can get LA some extra subs with that title š
oh you went fundednext
nice
main reason was, they didnt have DLL
that was key for me to try

oh I know š
nice stream btw finished watching it
Now I know what everyone knew
Haha
Thanks
I debated to either keep it to myself or tell the community

All good š
where can I find more information on how to create cutom alerts and coding your own longs/shorts/exits. I like this feature but are there any samples or tutorials?
A few ways to create alerts, with: Any-Alerts, Custom-Alerts, and Alert-Scripting.
Please have a look at the docs pertaining to these alert features:
https://docs.luxalgo.com/docs/getting-started/tradingview-alerts
https://docs.luxalgo.com/docs/toolkits/price-action-concepts/alerts
https://docs.luxalgo.com/docs/toolkits/signals-overlays/alerts
https://docs.luxalgo.com/docs/toolkits/oscillator-matrix/alerts
https://docs.luxalgo.com/docs/toolkits/alert-scripting/introduction
We also have a collection of:
- "CUSTOM ALERT" examples https://discord.com/channels/641770286638694402/1280142574509621392
- "ALERT-SCRIPTING" examples https://discord.com/channels/641770286638694402/1325920853682159667
Also see #š„ai-resources for your Backtesters
Yes you were right! Sorry about that rookie mistake. lol
Hey no worries, I have done this many times and still do, lol
Sorry I have another sutpid qestion. Im adding additional confluences to my custom alert in the PAC indicator settings. I wanted to add a signal condition (Any Bullish Confirmation) and a trend condition (Trend Catcher Up) from the Signals & Overlays indicator as a first step condition. I assume I use the external step fields in the PAC indicator settings... but I'm not sure what to select in the second two boxes. The external condition fields options in the PAC indicator are very different than when using the internal condition settings. Internal settings all seem very simple and self explanatory where as the external fields have me confused..
For custom alerts, check out our posted examples here #1280142574509621392
These should help
Awesome thanks again š» š
@old crow Knock Knock. 
Zzzzzzup 
Sister was in hospital all day, so I missed the party.
Ahhh so sorry
Hope she is doing better
Yes and back home now,
@old crow I read something about Prop firm. Did I read correctly?
Not sure what you talking about
š
Hahahahaha. Your first prop firm account. Lol
I know, riiiiight?
Never in my wildest dreams I would do this
I guess I was bored
All good. šš»
@old crow Looking at anything?
Nothing yet
Maybe Iāll look in a few hours
Donāt click on that link
Scammer removed
Ah. just had a look at the links. Actually I have watched the video and read through the links before. The examples are good but kind of specific to those setups and unfortunately nothing in there really addresses my specific setup. When using the PAC custom alerts and using S&O in the external steps if you want your setup to only be triggered when there has been a "Any Bullish Confirmation" first I select S&O - Any Bullish Confirmation in the first droop down box but then there are two more drop down menus I don't know what to do with. In the video example it used price closes on the MACD over zero. That would be an easy obvious one. but for my external step its not so clear. These greater than, less than, equal too, options are not logically suitable for the situation. If you look at using "Any Bullish Confirmation" in the S&O settings it is so simple and clear. Just select "Any Bullish Confirmation" and the step #. I just need to know how to set it up in the PAC alerts as a external step or maybe its not possible.. I haven't see any of the youtube videos or articles covering this.
Maybe should I put ("Any Bullish Confirmation" - "Equal to" - "Any Bullish Confirmation") ?
use external3, signals equal to 1 (meaning, in scripting/code, greater than 0 is true, so we can use equal to 1. Should work)
Great ! That's exactly what I needed to know. That should work hopefully. And if I wanted to add a second S&O confluence " Trend Tracer bullish" am I out of luck because externa3 is already used or is there a way of adding it?
Hmmm not sure as Iām not in front of computer, I would have to take a look on a bit. But not sure if you tried, but Alert Scripting is much Morse flexible.
kk thanks. Yes I bet it is possible with Alert Scripting but I honestly have now idea how to do it. Guess that's a whole new thing I have to learn. It would be nice if we could describe out setup to the AI and it would script it for us. I write pine script code with chatGPT and have had some success with that. Some days its great and other days I think its just messing with me because it doesn't do anything right! š
Unfortunately our AI does not function like this. The AI will fetch an existing strategy in our vast database that closely matches the strategy performance metrics. Not able to take our requests on specific toolkit elements to create our unique strategy conditions.
Yes I noticed. already tried and I could tell it was only drawing on its preset database... I'm sure this it just the beginning of its capabilities so maybe a future upgrade it will do it for us š
correct, this is only scratching the surface for us...but as far as adding the Tracer, yes we are only limited to the current amount of externals. Hence the more flexible Alert-Scripting....
is there a way to add alerts to the - Pure price Action Liquidity Sweeps free indicator?
Hi there, as with all of LuxAlgo's open source indicators, you can use whatever code is in there according to your needs. Most of the time these do not include alerts - I would recommend browsing through a Pinescript forum or server (unfortunately I do not know of any, you can always go to the TradingView discord).
is there a way to change colour backgroud for
https://www.luxalgo.com/library/indicator/candlestick-channels/
for example
very hard to read it with black background
have you tried the colour style options within the indicator? these change the cloud colours
I mean to read the pages on your blog
is easier to read on whitebackground and black font
Unfortunately that is not possible
Our blog can be read both in black and white backgrounds
I do not find that moon icon in that specific page https://www.luxalgo.com/library/indicator/candlestick-channels/
pre gym trade around 4-5 hours ago
there is no info on how to use alerts for the Candlestick Structure indicator..not sure what option to choose..
this is something you will need to experiment with, not all the free indicators have alerts enabled. if that's the case, they're open source which means you can code them to your needs
not sure, but shows on desktop as well
added 1 contract
trailing Sl
target nearly hit
took profit 5k... off to the beach with my book š
see you all tomorrow
nice job here
Es was consistent bullish today so far, the better choice
NQ? crazy !
i traded NQ on my broker 
but it is in profit as entry was about 6 hours ago haha
ohh good call on taking profit lol
called that one
have a good one Micky!
@old crow š¤
but not in the url I mentioned
You initially mentioned the "blog."
#š¬hangout message
Not the indicator library page
So this is our current website set-up at the moment.
OKAYYYYY
Let's do a Live Stream again today, a little update on my live funded prop account, first day trading, after my eval passing, when it counts 
See you soon if you have time to join....
@old crow please tell Neo Cloud setting and how many i use or any recording previous i can see please tell i am new too this community ?
you can check the previous recordings in #1199356285813006367
the double neo is posted a few times in #1128499789437354106
i am unable too find can send me link if possible please or let me know which date uploaded please ?
you will need to browse through, there are so many videos there. can't remember exactly which one will be
is there a way to get in touch with someone so I can give feedback on the site etc
you can post here like you are currently
Is there anything else besides background color?
Thanks for attending today's Live Stream
- Update on my first day with a Live FUNDED Prop Firm Account š
Recording posted here:
#1199356285813006367 message

How is your day going?
Hey guys. quick question. Any idea why I would gite a long signal here when the market structure is going down (after a bearish CHoCH) when I have market structure set to "Uptrending" ?
share your chart link, and ill see if I can find out why
Away from the screen the whole day.
your 2nd step was exit bullish OB
thats it just whitebacground, otherwise is hard to read the content
@tiny jewel
yes. 1 . up trending market and 2 should be exiting a bullish order block. Like to catch the retest of the OB in a up trending market.
is that not correct
Ok that is what our website is at the moment, our companies color theme.
But thank you for your suggestion, will take note.
so where would you want your step2? if not on my chart I marked up?
If im uderstanding this then. The bullish condition has been satisfied and the sequence does not consider the fact that the market has switched to down trending . it just waits for the second condition anyway. Is that the issue?
because you have these in two separate steps, doesn't matter what happens in between.
What you need is to invalidate this set-up, if something occurs, in between these 2 steps.
Here are the docs pertaining to "invalidation."
https://docs.luxalgo.com/docs/algos/price-action-concepts/alerts#invalidate-step
Yes I was playing around with the one field that says invalidation but no luck. I will have another look at the doc and give it a try. š
I just made my life simpler and made them both step 1 lol š
thats right, your 1st step is "uptrending"

hope your sis is doing better
š Thanks for all your help. I means a lot when trying to figure all this stuff out on my own.
Thanks for reading!
In todayās livestream, MOD Micky mentioned trading with 36 ticks TP. Does that mean youād need over $3,000 capital to get the same profit as him?
My English isnāt great, so just making sure I understood correctly.
Hey there.
For cash accounts in a brokerage, you would need to have sufficient funds to cover the brokerageās intraday or overnight margins to trade the number of contracts you would like to trade. The margin amounts vary from broker to broker. Each brokerās website would have ālearning/infoā pages regarding this.
For a prop firm, this is not relevant, just need to adhere the prop firms rules. For the recent two live streams, I was talking about and displaying my prop firm account and experiences, as this was the first time I have tried it.
Hope this helps 
Do Lux Algo have an indicator that automatically draws trend lines?
There are a handful of Trendline indicators in the Library
There is also the Liquidity Trendlines that you have access in Price Action Concepts
I may be making my life too complicated, it's true that with my 3 toolboxes it's still complete
Depends on you.
For me, I keep it simple.
I still have an issue with entry signals.
I need a practical, proven way to verify them and avoid false signals.
Is there an expert with a correct, actionable solution?
The signals are a confluence with other indicators and your analysis and not a buy signal.
I suggest to never take signals blindly. But make your decision based on the bigger picture, full analysis
Personally, I find that the 3 kits work well together, but with light settings in each one
two 4:1 RRR take profits in a row 
Yes, she is, Thank you, brother
Finally š Ty @old crow & @hidden moss
I was completely new to trading, but thanks to LuxAlgoās premium indicators, Mickeyās videos, and Piterās videos, my concepts became clear. With their guidance, I was able to clear my first FundedNext account. Thanks a lot! ā„ļø
Congratulations š
@hidden moss hello sir where I can see your videos to learn more
bout time people realize luxalgo is gas
so many people will say it's not but then they will add like 9 indicators that luxalgo gives you in 2 lmaoooooooo
do you guys have any major updates coming soon?
All updates posted here #šannouncements
We had some recent major ones
my winning trade is less than my losing trade so how can my profit factor be positive
Also is this a good or bad thing
I found a good strategy but not sure how to use it correctly
If im trading prop accounts
Is there a way to get an alert when there multiple divergences that touch
For example if I wanted to get an alert if there are 2 more instances like what is in the screenshot.
I suppose you can use Alert Scripting with historical referencing...haven't tried this myself though.
I knew you were going to say that I have not gotten used to alert scripting yet.
I will go for it.. thx
because your win rate is 82% So 4/5 times you will win = 4000 / 2000 = ~2 profit factor
micky I know lux pro rank is awarded by staff and mods but what are the qualifications for that




