#💬hangout
1 messages · Page 159 of 1
hahaha
Hmmmmm. This looks good and very loud. @old crow @little flint 👍🏻
yeah, and angry pissed off bell, warning everyone the time of reckoning is coming now
Absolutely, that time is coming
Hahahaha
Hi, Micky sir
Can you please write this condition here for us....Thanks in advance sir
Hey there.
Write which condition?
Barcolor?
Im thinking I am going to try scripting the set-up we use
not sure if I can get it right, we shall see
🤷♂️
Okay. We shall see.
Okay
Does anyone know what happened to the SMT on the Price Action Concepts indi? I don't see it anymore
the documentation on the overlays can be found here https://docs.luxalgo.com/docs/toolkits/signals-overlays/indicator-overlay
Indicator overlays are available from within the settings menu of the Signals & Overlays™ toolkit. These features display various indicators on your charts to be used in confluence with Confirmation or Contrarian signals, or as standalone features.
thx 🙏
Can anyone help?
New Alert-Script posted
- Using TradingView's standard Volume indicator to confirm a structure change
https://discord.com/channels/641770286638694402/1328764760950313031
strong confirmation candle, inside the discount zone, with a bullish divergence, this needs to be below the vwap and will need to trigger only during the NY session only.
Hi micky i actuallt asked before, but could you take a look at if its possible to close positions on opposite signals confluence (3 conditions are needed to long or short, and the trade needs to end when all 3 are reverse. I notice it is only possible to set exits but not like this?
Hmmm
I’ll take a look in a bit
🤔
thanks man, in case you need an example, it is this strategy i'd like to automate:
https://discordapp.com/channels/641770286638694402/1262884041611542578
ill send you tree fiddy
Scammer removed
Hahahahaha
350
Hi @old crow / team,
- is it possible to customize the alert message when we use a script ?
- Also, does each line the text box will considered a single alert ? Meaning, how to configure multiple scripting in same box ?
Yes you can use the scripted alerts as TV Alerts with enabling this under Any-Alerts, and try using the alert message field. Also try experimenting with the “operators” for separate conditions…..the docs are a good source as well as example scripts #1325920853682159667
https://docs.luxalgo.com/docs/toolkits/alert-scripting/introduction
Learn more about how to create extremely advanced alerts through our custom scripting language all within your toolkit.
@old crow Thank you. The thing i dont see in the doc is the message configuration for the conditions.
Here’s the call message page. See if this helps https://docs.luxalgo.com/docs/toolkits/signals-overlays/alerts
Signals & Overlays® indicator has various alert conditions based on each signal mode included in the indicator, see examples of how you can set these up on TradingView on this page.
@old crow I got that part and also using that to my custom webhook.
The thing I am trying to figure is show in the screenshot here.
not sure I understand what you're trying to do here, but have a look at the placeholders you can use in the alert scripting https://docs.luxalgo.com/docs/toolkits/alert-scripting/introduction
Learn more about how to create extremely advanced alerts through our custom scripting language all within your toolkit.
@old crow Ok, Thanks Mick. I think I understand now. In case of combinations, I think it will send a concatenated string as alert message.
Can you please explain how you will show alerts for both?
Ok, I got a chance to think here.
You are entering positions when 3 conditions are aligned.
Then you want close of position at opposite signal.
But, you also said you wanted the positions to end when all 3 conditions are reversed.
We have 2 conflicting statements here.
- So maybe you want to enter when all 3 are aligned
- Then close at opposite signal.
- Then wait until all 3 conditions are aligned again for another entry
Correct?
the opposite signals will be both the close and the open of a new position
are you referring to my script I posted? or another members revised script?
But you are conflicting here
If the opposite signal causes another entry, then you dont need all 3 conditions to be aligned for entry
Im not sure if I am understanding your screen images here
if you go to the top of that strategy it has screens that show it; it says:
- LONG POSITION - 3 conditions must be met. Bullish buy signal, Bullish smart trail, Bullish trend catcher. (ONLY ENTER WHEN ALL 3 CONDITIONS ARE MET)
EXIT ONLY WHEN ALL 3 CONDITIONS CHANGE
- SHORT POSITION - 3 conditions must be met. BEARISH sell signal, BEARISH smart trail, Bearish trend catcher. (ONLY ENTER WHEN ALL 3 CONDITIONS ARE MET)
EXIT ONLY WHEN ALL 3 CONDITIONS CHANGE
DO NOT EXIT POSITION WHEN ONLY 1 OR 2 CONDITIONS CHANGE. IF ONLY 1 OR 2 CONDITIONS CHANGE, IT IS INVALIDATED
Ok this is another member's strategy.
So I am not familiar with this strategy and creating a script for this.
have you started to write the alert script?
yes the alerts work out
but i don't know how to exit the trades so i can test it with the backtester
Ok, so you want this in backster? because I did not know this from your original post.
Ok, you would need to try this on your own, as I am not familiar with this strat.
You need to try different exit settings.
Remember, not all strategies can be completly replicated into the backtesters.
Have you tried to ask for other Ultimate members inputs/idea on this, in the Ultimate channels?
yes i did, but it's getting mostly ignored
yes i thought so, but maybe a feature request then? i think that exiting conditions for multiple condition changes is something that is quiete interesting to be able to do
Its not just being ignored, its more about if other members using a similar strategy. Maybe other members are not familar with the strategy? Have you looked at other example BT strats for exiting ideas? #📌pinned-strats-indicators #🔥ai-resources
it's ok, i know people are busy with their own things 🙂 i just thought to ask again since you asked for some ideas for the alert scruipting
yes i went through a lot
but i think i'm just gonna forward test it
with auto algo trading via signals
on a paper account
Ok so what you are needing is a BT strat that has multiple exiting conditions.
How about creating a separate strategy for each existing condition.
So now you have 3 strategies.
This is why I originally thought you meant using the Alert-Scripting, as this is more versatile and maybe a possibility to have multiple exiting criteria.
exit, not existing; i mean confluence on 3 indicators in luxalgo S&O
that when 3 conditions are met it starts a trade; but then dont work with SL or TP but instead have it ended when the 3 indicators show all opposite
so from signal + trail + catcher to the opposite
You need reversing the position.
when all 3 match, you enter.
then when all 3 match the opposite direction, you close out, and renter in the new direction.
thats it
yes that's true
is this something that can be done via the backtester after all? maybe i missed it
Then thats it, no need for exits or TP's
Use "exit on entry" maybe
yes i tried, didnt really do it, ill try again, and if not, ill try it on tradingview alerts + webhook
thanks for your time!
Maybe your steps are out of order
foucs on your step for signals, you have that as step1, but the other trending overlays are steps after step1
Because once you get a signal trigger as step1, it will disregard that original signal and wait for step2 and step3, but this time, a new opposite signal, or multiple additional signals may occur
Maybe use invalidate or move the signal step, withing the trending overlays steps
yes that's true, but when they do they are invalid since the other conditions havent changed
Experiment
yeah it's easy to do it on a chart, not that easy to get it automated 😉 but we'll take a closer look shortly
hmmmm
what did you mean "easy to do on chart"?
meaning your alerts working?
yes from the 10 that got in, but i need some additional testing
Ok, so the alerts work on the primary Signals & Overlays custom-alerts, correct?
So now you would like to automate for auto trade with the help of backtester?
correct
ok and the missing piece are the closing and exits, for the backtester?
yes as far as I know
I got to go now, need some sleep but thanks for taking the time; i'll check tomorrow to try some settings in the tool
Ok ok, so the alerts for the SO's custom alerts are based on entry triggers, and you are managing the trade from there for exiting. Now you need to see if you can replicate any "exiting" scenarios on the backters. Not all scenarios in our head can be replicated for the backtesters. This is the key for automation, trying to find that balance that is in our heads (manual exiting analyzation) versus what we can set for the backtesting settings. This is the work and experiment that we know need to do...
Have a good night 
@old crow Looking at anything?
I like 4H EU short, not sure where I would limit the short though
OB at equil
tough
there is a FVG there, unless im looking at a different point to u
EU? Let m look at my set up.
@old crow EU: I don't really know what that OB is doing there. Cat and mouse game here.
I will be on my best position, you know what that is.
Yup, we wait, thats not deep enough for me
Correct
- In addition to our Discord Live Stream recordings #1199356285813006367 ✅
- Samples of "CUSTOM ALERT" setting set-ups that you can refer back to for ideas #1280142574509621392 ✅
- Samples of "ALERT-SCRIPTING "scripts as well https://discord.com/channels/641770286638694402/1325920853682159667 ✅

👋🏻 Welcome to all the new members.
We hope this community provides value that complements your LuxAlgo subscription package.
There are additional resources provided in a few exclusive channels that will be accessible when you connect your Discord account to your subscription package Discord “Role.”

todays news
Indeed, sitting out and watching from the side lines!
Exactly, no trading for me today
Its just gambling trading these
literally, ive tried it in past and never ends well. Rather keep my profits now and not give it back to the market for the sake of trying to make a quick $
True that
Let’s watch everyone get wrecked 😭💀💀
Mickys streaming LIVE! https://discord.com/channels/641770286638694402/1178430832151638077

Alerts not working in this strategy
did you create the alerts on this?
why are you saying they're not working
Recording of today's Live Stream will be posted soon
- Went of simple Alert-Scripting using standard Volume indicator
🙏
Government Required Risk Disclaimer and Disclosure Statement
CFTC RULE 4.41 – HYPOTHETICAL OR SIMULATED PERFORMANCE RESULTS HAVE CERTAIN LIMITATIONS. UNLIKE AN ACTUAL PERFORMANCE RECORD, SIMULATED RESULTS DO NOT REPRESENT ACTUAL TRADING. ALSO, SINCE THE TRADES HAVE NOT BEEN EXECUTED, THE RESULTS MAY HAVE UNDER-OR-OVER COMPENSATED FOR THE IMPACT...
☝️
Let us know if you have any questions regarding ALERT-SCRIPTING 
Hey, Are there anyone that has tested a bit of correlation table between fib levels and trend strength? Just a though, as it could provide some guidance on pullbacks in a strong / weak trend etc.
In other words, like this and rules around that
@old crow hey, on pac, if liquidity sweep on upper side like above eq level means more chances to price goes down?
No hate please 😆
Just keeping my 👀 on things 🤔
there is a chance the price will go down, however nothing is guaranteed
Always 2 paths that price can take.
I will always try to prepare for either path
hi i am new here and i do not know where to begin, is there any tips and tricks to get going? especially on AI backtesting
Hey there
👋
Welcome aboard
Tips and Tricks you say?

@keen zinc Not sure if you have these links below, but Please browse around...
Here are some channels to help you get started #🧠core-lessons #📈must-watch https://discord.com/channels/641770286638694402/1048529827243761747
- I also hold daily Discord Community Live Streams, and the recordings are posted here #1199356285813006367 where I go through settings and tips/tricks for a simple template to start.
- Members have been posting their personal strategies, and "Alert-Scripting" strategies here as well
#1128499789437354106
https://discord.com/channels/641770286638694402/1325920853682159667
Browse around here to see if you find something that may fit your style with some settings and timeframe adjustments. Remember, any of these strategies can be traded with any symbol, you would just need to optimize them.
Welcome aboard again
Dont forget about the Ultimate channels as well:
#🔥ai-resources
#🔊ai-backtesting-news
#🧪share-strats-indicators
#📌pinned-strats-indicators
#🧬ai-chat
thanks @old crow will have a look at these channels 🙂
Cool, let us know if you have any questions 
@keen zinc What do you trade mostly?
cryptos
nice 
I think we should get something better @little flint
Okay
not loud enough? bringing a megaphone for you only 😂
@old crow I'm still not comfortable with that EU. Are you in?

Not in, I had the limits set-up, didnt tag me in
missed it
oh well
we wait again
missed it by 5 pips i think
Yeah
Alert-Scripting for NeoCloud Switches
- Just another way to script this set-up
- Neo Lead and Lag not needed in this script
#1329146134127444029 message
Posted here ☝️
Thanks. 🌹
did micky stream today?
yup, you can find it here #1199356285813006367
Did you overslept?
😴
Gonna have to mark you absent today
sorry
📋
LOL
how are the dogs @old crow ^^
Good, just gave them carrots
how old are your kids btw?
🥕
wait, micky does your dog actually eat carrots?
but you just asked me if mine liked them, like you never knew dogs liked them?
LOLLL
what the heck
LOLLL
never heard of dogs liking carrots...
maybe its a michigan thing 😂
so you just gave one to yours now?
ahhhhh
needs to cut back
yeah mine turns into evil when they see 🥕
good for them
thats so cool.
why?
i got messaged from an guy who also subscriped to Luxalgo and we chated nothuing speicial he showed me his wallet with his amount till i told him i woundlt be trading much becuase i didnt have enough capital and im uner 18 so its hard for me to make an trading account. He said that he had an idea and he wanted me to install phantom and buy solana than meme coins which i did today with an friend and i shared him by stupidity the private sphare thing which u can acces an account and i screenshotet it to him askign him what that is till i saw my account on 0
OMG man
his username is gon9016
this person is not a subscribing member, even so, you never trust anyone in DM's thinking you are given a holy grail product
no it was just a guy cahting but never asking but fuck man
that sucks
the thing was i saw the luxalgo logo on the profil
😭
f-kkkk nab
man
doesnt mean anything
i thought he was only giving tipps
tips on how to make his wallet big 😂
in phantom it says never share your key phrase
Yes but I’m 17 and my friend made that account for me so I can trade which he sendet me that phrase and I didn’t know what that is, I only thought that it was something to select so I sendet it to him and asked what to select
But ur right which I didn’t know
yikes, im sorry for u
Ye
I even encreased my budget just to end like this
Guys
Guess what
Just got another request from a scammer
🤬🤬🤬🤬🤬
But guys is it good to hold on phantom crypto?
Man in so Frustrated
Im 17 as well
Yeah you should watch out with these scams never trust anyone in here lol
🤝🏻
Yeah ur right but it was just one simple mistake
Yeah i see you’re very unlucky
I feel bad for you tbh
Thanks
I see u have an dude as well which is an scammer🤣🤣🤣
Jim cramer
U know this guy
you can report scammers in #🦠report-spammers, with proof we'll get them removed from this discord (if they're part of it)
Ima do that
I hope it doesn’t happend to u
Yeah he added me as well😂
Idk if he is a scammer tho i blocked him
No i block all these people if they want me to do something ill block them
⚠️ Spammers, and fake accounts are prevalent in all social media platforms, and Discord is not immune to this as well. Be safe, and never send any form of crypto or money to anyone that contacts you via direct messages. All LuxAlgo official content, products and services are offered direct on the main website of www.LuxAlgo.com
We encourage ALL members here to go to your Privacy Settings for this community & disable direct messages & direct message requests so you can avoid any possible spam at all costs.
Please refer to the Discord support documentation regarding your personal privacy settings: https://support.discord.com/hc/en-us/articles/217916488-Blocking-Privacy-Settings ⚠️
☝️

I received a message from this crazy guy too lol
where the messages scams?
tbh every friend request is (almost always) a scammer
I blocked and reported the profile.
@old crow Knock Knock. 
canceled my EU limit orders
we wait again
Till after the 20th of January.
Hello All, just starting with this Discord... been folowing the team on X for about 1 Yr and now wanting to up my game....
My "bread and butter" last few Months has been using CBC on SPY to scalp SPX. Never used TradingView only Ninja and looking to move away from it...
Hi guys!
Any idea where I can see what sensitivity to use on different time frames? Or is it good enough to use the auto pilot ”mid term” I mostly check weekly, daily and 4h chart.
Welcome 👋
Where is best place to get crash corse on TradeingView? I am not sure how (or best ) way to set up the chart/ screen... Really just starting with it today...
@old crow Still around?
Guess people sleep haha
Sound like a scammer. @old crow
I am not just looking for help
You can go direct to TradingView
We've learned that the best traders do research, plan accordingly, and analyze markets in detail. It doesn't matter who you are or what you trade, preparing then committing is the best way of maximizing life's returns. Our channel is dedicated to all financial markets, showing new and pro traders the ins and outs of markets, including how our pl...
Yea been watching for a few hrs. thank you lots of info to digest...
TradingView is the great charting platform & social network where we host our Lux Algo Premium indicator suite. You can create a free account on TradingView and then receive instant access to our indicators by signing up on our website.
So if I have "Paid Data" thru my Interactive brokers account and have it connected to TradingView will I need to buy "live data" in TradingView? Or would yall konw?
Most likely no need to, but to be certain, ask IBKR support.
I will follow up with IB. the data flowed thru to Ninja ok before so I was assuming it would to Tradingview also.
Yo
Yo Yo
Can I ask you a question
Will you still ask if I say no? haha sure please ask away
What is ur fav trading strategy
I just use CBC method. tried other but that what works for me...
Oh the Blue Orgin about to launch.... gotta watch that.
Ok thxs
todays news
Would yall konw why my all my Options in International Borkers have this error? doesn't recognize symbol...
Hey is there any discount codes on the monthly plans ?
There isn't currently. We've finished our New Year promotion. We still have discounts on the annual though, all our pricing can be found here: https://www.luxalgo.com/pricing/
Not too sure, I've never traded options before
Hello guys, im new here. im trying to figure out how to use the MTF on my trading view . can anyone assist or direct me to the right channel
Hi, that feature was removed awhile back and replaced with the (PAC) screener indicator what is much more customisable. You can actually customise it to look identical to the MTF.
Here is documentation on. the PAC screener: https://docs.luxalgo.com/screeners/pac/introduction
Here's a past LIVE stream where Micky talks about how to replicate that MTF on the screener: #1199356285813006367 message
Welcome to the LuxAlgo community! 👋🏻
Browse around and get started here:
https://discord.com/channels/641770286638694402/1048529827243761747
https://discord.com/channels/641770286638694402/997901168393068564
https://discord.com/channels/641770286638694402/997901091389841408
https://discord.com/channels/641770286638694402/1128499789437354106
Daily LIVE recorded streams:
https://discord.com/channels/641770286638694402/1199356285813006367
- (Streams usually around 10:30-11am NY time) - Opportunity to ask questions directly LIVE and get shown / a response in real time
The PAC screener is a useful tool returning information for various core features of the PAC toolkit for multiple tickers and timeframes.
i will like to view same instrument on different timeframes as displayed on the AUDJPY screenshot above.
Thats just an example, you have the option to select 10 different tickers/timeframes. You can view documentation here: https://docs.luxalgo.com/docs/screeners/pac/introduction
The PAC screener is a useful tool returning information for various core features of the PAC toolkit for multiple tickers and timeframes.
Great, thanks alot. im happy to be here.
We're happy to have you on board, any questions don't hesitate to ask 🙂
How do i join or get invited to a specific group or channel . for example. i want be with Gold traders or btc traders. how do i search for them and join?
You have all the channels as part of your subscription
https://discord.com/channels/641770286638694402/820503399232700436
https://discord.com/channels/641770286638694402/1079878993546858496
https://discord.com/channels/641770286638694402/820503524210507786
Got it , thanks
Have you contacted IB yet?
Not yet I was going to wait until the market opened and see if it resets. I have been still setting things up the way I want for the chart views. Today I will use old setup and have my new one not live connected to view and get comfortable with... Then hope tomorrow I can go live... If market gets slow I will do one or 2 small test or spend the time contacting IB to get any bugs solved. Thanks for asking.
I am old so chnage is not as easy haha
Todays Live Stream recording will be posted soon 
KEEP it SIMPLE
- Signals & Overlays
- Price Action Concepts
https://youtu.be/FUurwyexE-k
#1199356285813006367 message
Government Required Risk Disclaimer and Disclosure Statement
CFTC RULE 4.41 – HYPOTHETICAL OR SIMULATED PERFORMANCE RESULTS HAVE CERTAIN LIMITATIONS. UNLIKE AN ACTUAL PERFORMANCE RECORD, SIMULATED RESULTS DO NOT REPRESENT ACTUAL TRADING. ALSO, SINCE THE TRADES HAVE NOT BEEN EXECUTED, THE RESULTS MAY HAVE UNDER-OR-OVER COMPENSATED FOR THE IMPACT...
Everyone ready to cook?
Hi
hey there and welcome!!
let us know if you have any questions
you have most of the resource links here?
I watched some yt videos to find out forex swings trading strategies, and check out other strategies on discord but still I am confused.
Can you guide me with that?
Browse around and get started here:
https://discord.com/channels/641770286638694402/1048529827243761747
https://discord.com/channels/641770286638694402/997901168393068564
https://discord.com/channels/641770286638694402/997901091389841408
https://discord.com/channels/641770286638694402/1128499789437354106
Daily LIVE recorded streams:
https://discord.com/channels/641770286638694402/1199356285813006367
- (Streams usually around 10:30-11am NY time) - Opportunity to ask questions directly LIVE and get shown / a response in real time
Recorded LIVE streams channel: https://discord.com/channels/641770286638694402/1199356285813006367
It takes time and a lot of trail and error to find a strategy what suits you and your trading style as not all strategies will fit how you trade. I'd definitely take a look at the previous live streams as there a good way to familiarise yourself with our indicators and their uses. We also show simple concepts that can be used within our toolkits and be built upon (optimised further)
2 seconds late
Suggest one such community place. Thank You
not sure i'm afraid
Inside your TradingView platform has these communities
Hi , Did scripted alert support custom alert message in alert setting ?
i try using it by any alert buy some of the placeholder cant be use (eg timenow,maxlag)
Not sure what you are describing here. You mentioned all the ways to create alerts
Alert Scripting
Custom Alert
Any Alerts
3 different ways.
I'm trying to send alerts to the OKX signal bot using a scripted alert, but it seems like the only way to do that is I need to use the 'anyalert' function. but some of the placeholders that OKX needs aren't supported by 'anyalert' function
when i try to create an alert in tradingview i cant see scripted alert to select , but only anyalert (which OKX placeholder is not supported)
Correct, this all depends on what your broker needs and if it’s available to provide them
Not all web hooks or json messages are compatible with some brokers
no i mean , it works fine if i can just put msg into tradingview alert.
but luxalgo anyalert is not support those placeholder
custom alert works just fine
if i can put msg in tradingview alert like custom alert.
but anyalert doesn't let me do that , i try put msg in the box provided in the indicator but the placeholder is not supported
try to fill in this box and test if it fits your needs
Signals & Overlays® indicator has various alert conditions based on each signal mode included in the indicator, see examples of how you can set these up on TradingView on this page.
Any alert call messages
i know
my alert to OKX is not working if i put msg like this because some of placeholder is not support by luxalgo
this works just fine
you can find the placeholders for any alert here : https://docs.luxalgo.com/docs/toolkits/signals-overlays/alerts
and, they're single curly brackets
Signals & Overlays® indicator has various alert conditions based on each signal mode included in the indicator, see examples of how you can set these up on TradingView on this page.
you can use {time} instead, as referenced in the documentation https://docs.luxalgo.com/docs/toolkits/signals-overlays/alerts
Signals & Overlays® indicator has various alert conditions based on each signal mode included in the indicator, see examples of how you can set these up on TradingView on this page.
yes, it will not working with some bot
please let us use something like custom alert. that we can put msg in that alert msg box in tradingview
for scripted alert
If this doesn’t work with your current broker, trying using a broker?
Different brokers require different data message
Hi... When we use scripted alert in settimgs. What option should we use while placing the TV alert. (On the Screen below).
Any Alert
Also make sure you enable alert script for any-alert in the settings
sorry did not got it. 1. In TV alert we need to fo Any Alert(). Like in the prev screenshot. 2. Not clear what needs to be done in settings, Currently I have it like this.
That is what I'm talking about. @old crow He promised megaphone yesterday and delivered. Thumb up @little flint 👍🏻
But I love that.
LOLLL
But where's the bell?
100% no bell
clock?
moon phase?
anything
LOLLLL
did you try selecting "scripted alert" for any-alerts?
shall try that also..

Just posted an "ALERT-SCRIPT"
- This script will utilize the Oscillator Matrix "Major Reversals" alerts, as potential "exits" during NeoCloud trend.
#1329526699888476302 message
🎉
@old crow can you please share your chart for any strategies you would use for trading Futures
Sure I share my chart settings on how I personally trade in most of our community Live Streams, here are the previous recordings #1199356285813006367
I also share settings in posted strategies here as well #1128499789437354106
Thanks for the idea Micky 😂
!!!!
so why are you here then
Haha shitty weather indeed
Brilliant
That hack should be added to the ultimate resources hehe
HA, Tessie requirement
Enter condition into a Tesla press browser, turn on auto pilot, start trading
I have no tried FSD yet, not sure about that
I have trust issues
ha
hey micky i was wondering where do i find the custom alerts and how do i use them?
@old crow
for example // NeoCloud Lead = {external1}
// NeoCloud Lag = {external2}
// Bearish NeoCloud = {external1} < {external2
{reversal_up+} and {external1} < {external2}
are you a subscriber?
yes i have yearly membership
connect your discord account please https://docs.luxalgo.com/docs/getting-started/setup-toolkits
Learn how to setup exclusive LuxAlgo tools on your TradingView charts. Remember to check your email and find the "Connect Accounts" button to connect your TradingView account into our platform first.
how can we help
It’s not bad actually. Lot better versions came out. The summon is pretty cool though.
i believe im already connected to discord
it is not connected
weird i disconnected a reconnected and it says in luxalgo account that its is connected
https://docs.luxalgo.com/docs/toolkits/alert-scripting/introduction
These should help!
Learn more about how to create extremely advanced alerts through our custom scripting language all within your toolkit.
@old crow Hey
☕
Coffee?
I had one few hours ago.
im gonna get one now
Good
hi I'm new here, my question is can this tool be helpful for me and is the new ai worth it for someone new with no strategy? ( i just now basic price actions some patterns but don't have any strategy)
Sure, it can be helpful.
There are 3 subscription plans.
You can select the ones that best fits you in what you need.
https://www.luxalgo.com/pricing/
https://www.luxalgo.com/features/toolkits/
Get our plans for all styles of trading – whether it is price action, hardcore technical analysis, or data-driven insights for backtesting, we have it all here for you. Sign up today with a LuxAlgo subscription.
Thanks for answering other questions is does the ultimate plan work with free tradingview account, for ai backtesting and other indicators?
@old crow AJ?
Any LuxAlgo plan would function on the free TradingView plan, but this depends on what additional features you need on the TradingView platform
4H? waiting for a pullback before the short?
so the ai bactester doesn't require tradinview premium is that right ?
that is correct
you will have to use the results inside tradingview
so what's the difference if i had premium Tradingview
check what each package from tradingview offers. luxalgo works on any tradingview plan
so i had few other indicators which require tradingview premium to do the backtesting
thats why i asked if luxalgo is diferent
there is no such thing, you will be limited by tradingview on what you can do with the backtesters (for example, number of historical bars to look back)
gotcha
thanks
do the signals also provide SL AND TP`S , if yes can the RR be changed for them
Here are the Docs for the SIgnals & Overlays toolkits, and the feature for TP/SL
https://docs.luxalgo.com/docs/toolkits/signals-overlays/tp-sl-points
The TP/SL Points feature displays 4 take profits/stop losses levels and aims to help the user set stop losses and take profits by estimating points of potential support/resistance. You can enable it from within the settings of Signals & Overlays.
Guys I'm considering buying NZDUSD. What do you guys also think?
Correct
It’s overall in a downtrend and is going to take a lot to turn and it usually does not happen before consolidation.. That being said. It sure looks good for a reversal play. In the short term. You could take it with a tight stop at swing low and I think it may play out until it continues down.
Yeah. I noticed it is retracing back into an order block on a daily timeframe.
Guys, does the PAC screener update its values in realtime or do I have to keep refreshing it?
It updates based on the user defined timeframes of each element within the settings
- In addition to our Discord Live Stream recordings #1199356285813006367 ✅
- "CUSTOM ALERT" samples #1280142574509621392 ✅
- "ALERT-SCRIPTING" samples https://discord.com/channels/641770286638694402/1325920853682159667 ✅
@old crow the ai is stuck at thinking what do i do
I usually wait for a bit, then if it doesn't, then I open another browser and start over: https://docs.luxalgo.com/docs/backtesting-assistant/troubleshooting#the-ai-is-stuck-at-thinking
Learn what to do when facing issue with the AI Backtesting Assistant
so its not a glitch it seriously thinking 👀
Qestion : after 1st long signal when short signal appears is it just to say exit here or was it a real short signal (BECAUSE ON VERY NEXT CANDLE THERE'S A LONG). Question 2 : what are those numbers below/above signals
Every trade has an open and close, otherwise the trade is still open. So a long will definitely close with a corresponding short. You can browse the List of Trades in the Strategy Tester panel to know more about what's happening. The number that you are referring to is the number of contracts/units that are in the trade.
todays news
What a phenomenal indicator luxalgo have just lunch 😵😂
4 tab in one
Good morning/evening/afternoon everyone
I was wondering do you guys and gals know how I can log into multiple brokers using tradingview?
Which one?
You would need to log into the TV integrated brokers that you have.
I use four of these brokers myself.
Hi everyone, hope everyone's having a great day. 😊
GM LFG
Hello
Good morning from the states 👋
For those that are trying to find your way....
Take a look at this Blog post, might help a bit:
https://www.luxalgo.com/blog/who-are-you-as-a-trader-your-profile-affects-how-you-manage-your-portfolio/
I got a question Mickey,
How can I determine whether a price movement is a liquidity sweep or a trend reversal?
for instance, if the price is in a downtrend, it forms a Change of Character (ChoCh), but then quickly resumes the original downtrend and drops to a lower price.
How can I identify in advance whether this is a liquidity sweep or a genuine change in market structure? 🤔
still no bell @finite bear
2 days in a row
fail
THIS automatically renews contract for 2026 now @little flint
I think this is preparing us for 20th of January. Not a bad one though @little flint
Monday, what a day it's gonna be


That will give me extra day to study.
You think BTC will PUMP when he speaks?
Most likely, but you never know. 👀
Really?
🤫
Mickys streaming LIVE! https://discord.com/channels/641770286638694402/1178430832151638077

Any lux algo tool to find previous weeks value area ? Poc ?
have a look in the library for profile indicators https://www.luxalgo.com/library/
Explore The LuxAlgo Library & get access to trading indicators on various charting platforms like TradingView, MetaTrader 4/5, NinjaTrader, ThinkorSwim, and more. Upgrade to get access to LuxAlgo Premium indicators.
NICE & SIMPLE
- That is what today's Live Stream was about

- Recording will be posted sooooon

Nice & Simple
Government Required Risk Disclaimer and Disclosure Statement
CFTC RULE 4.41 – HYPOTHETICAL OR SIMULATED PERFORMANCE RESULTS HAVE CERTAIN LIMITATIONS. UNLIKE AN ACTUAL PERFORMANCE RECORD, SIMULATED RESULTS DO NOT REPRESENT ACTUAL TRADING. ALSO, SINCE THE TRADES HAVE NOT BEEN EXECUTED, THE RESULTS MAY HAVE UNDER-OR-OVER COMPENSATED FOR THE IMPACT...
Posted ☝️ ☝️
In TODAY's Live Stream, I went over a SIMPLE strategy concept here for entries and exits 
@finite bear Friday doing ok for you?
Study day, right?
burger en route to me
@old crow SEI/USDT prediction please
hello! i have a strategy and i made my indicators, but need to get the strategy coded in pinescript. anyone here who can help me, for a price ofc?
try to ask this in a coding community
can you direct me there, i cant find it?
I can't, i know none but the internet is really good
i thought there is one here, ok
My ass is blind w/o oscillator matrix, siggies n overlays and pac. Is there any chance y’all will port to ninja trader? I would love to see how these work on NT
the toolkits are for TV only for now, not sure about the future
Next Monday USA Holiday Market Schedules
🔥Have a great weekend 
Yes, study day.
How are you doing?
It won't be wise to trade on Monday.
Hhmmmmmmmmm. I will just be watching and dancing to the tune. 👀
From time to time is see notification about sample alert scripts. Where can I find them
I’m able to get to it but I don’t see the channel. Strange
Within your settings for this server, under "Channels/Roles," please enable the channels you would like visible.
For myself, I selected all of them…
Thanks I’m jonesing at the idea of using them w/ tick data
hi can you please explain, so i get 3 buy signals and a bearish exit but after that there are more bullish exits which i don't understand as there was no signal. thanks
Yes, there can be zero to multiple exits, just depends on price action
You also have presets enabled.
Presets will hide the signals, but still show the exits
Understood thanks
So would you recommend taking a percentage of profit make it breakeven and let it run or close at opposite signal, just like tp1 tp2
This is totally up to you and your trading style.
For me, I am all-in and all-out.
I dont take partials, I close out entire position.
You can ask to chatgpt. I can also help with this. I code in pinescript.
Waiting for confirmation on this scalp trade
Has the recording been posted?
Yes, posted over 13 hours ago.
It was the post directly above the post you replied to
Still there?
#1199356285813006367
@native jolt
Have a nice one, brother.
Almost time
Weekend scammer
What is the best free indicator?
you can check the library here https://www.luxalgo.com/library/
Explore The LuxAlgo Library & get access to trading indicators on various charting platforms like TradingView, MetaTrader 4/5, NinjaTrader, ThinkorSwim, and more. Upgrade to get access to LuxAlgo Premium indicators.
Hey, just a quick piece of advice risk management is crucial when you're trading. If you find that your psychology struggles with going all in or all out on a trade, consider taking partial profits at key breakout points. This can help reduce stress and lock in gains while still allowing you to ride the trade.
I just purchased the Premium plan. Is there a detailed guide to using the Signals and Overlays Premium indicator ???
Welcome aboard 👋🏻
Not sure if you have these links below, but Please browse around...
Here are some channels to help you get started #🧠core-lessons #📈must-watch https://discord.com/channels/641770286638694402/1048529827243761747
- Micky also holds daily Discord Community Live Streams, and the recordings are posted here #1199356285813006367 where he goes through settings and tips/tricks for a simple template to start.
- Members have been posting their personal strategies, and "Alert-Scripting" strategies here as well
#1128499789437354106
https://discord.com/channels/641770286638694402/1325920853682159667
Browse around here to see if you find something that may fit your style with some settings and timeframe adjustments. Remember, any of these strategies can be traded with any symbol, you would just need to optimize them.
Welcome aboard again
Any indian trader here?
Yup
Only two of us?
What is the best free indicator?
I'm also from India
Ohhhh, there’s many more
They are just not on Discord now 
I would like to subscribe to the ULTIMATE plan with LUXALGO. Is it useful to subscribe to the tradingview PREMIUM package to take advantage of extended BACKtesting? THANK YOU
Yes, to take advantage of your full use of the Backtesters, in my opinion, yes, the higher TradingView plans would be best
Thank you
Your welcome, let us know if you have any questions once you signed-up 
OK
Hi Micky unrelated but I watched one of your live streams and you remind me of matsuka from Dexter. Just though I’d let you know
Hahahaha
What about the bad guy from Karate Kid?

Haha I’d laugh at tht even more but I just nearly blew my funded by trading purely on emotions 😦
Is it over for me or can I somehow redeem myself
You know what you did wrong.
So 
How is the weekend going, everyone?
Well yeah but if you had to be honest do you think I have enough room to make back my losses?
Not sure
Only you know yourself.

@old crow I hope this Monday will be fun.
This only happens twice in our lifetimes
This is the 2nd time
Hhmmmmmm
@old crow hey question for you, do you have a preference over trading using extended hours or regular hours?
For me, I will ONLY use extended hours, always, no question about it
Can you elaborate a little on why you only use extended? I have seen some say never use extended and vice a versa. I find regular session shows huge gaps or windows and many times price never goes to it at all or does weeks or months later.
Just personal preference.
If it trades, then that price action still good info.
For me, it’s like saying disable all action between NY 10am to 1pm
Why do that? If it trades, then it will be on my chart
Doesn’t Asian or London session mean something? Why discount them?
@old crow yep I gotcha
Also depends on what your strategy is
Just depends
Someone likes blue.
Maybe I don’t like blue
As long as you have your own reasons, then good.
Just don’t blindly do what others do
Trading has been bad for me lately, I was on a win streak and more than doubled my account but gave it all back and than some... fell back into bad habits, averaging down losers instead of cutting my losses and reckless trading against the trend. Finally had a win yesterday, greatest lesson is I've got to stop trading off extreme short term charts.
Guess I really need to stop trading 0dte and start trying to swing out a few days and catch a trend
Yeah, lower timeframes really keeps you tunneled visioned, and not focusing on the bigger picture.
Lower TF's distracts you from what really is going on
Can I bounce some thoughts on spy off of you too see if I'm thinking correctly using PAC?
hello everyone, I have a question, signal & overlays indicator also work on the forex market?
it works on any market
Ok thanks
Sure
What you got?
Two red arrows I know I need to see what happens Tuesday to determine whether it's a double top but being spy entered into the bearish order block again should I be looking for rejection or mitigation into a breaker block and wait for retest? Right now I'm leaning bearish but the daily just gave a buy signal on macd and rsi is oversold and also about to cross but both are in bear territory. One person I follow on Twitter said the last drop we had was a capitular bottom and big banks have bought in, what are your thoughts and or guidance using the indicator?
Also has support of all moving averages currently on the 4hr so that's why I'm not sure I should be bearish
I would like to see it reject down to 592 FVG than break through the bearish order block
hey @old crow I'm trying out different strategy from ai and pinned but when i try to deep backtest on trading view (1y, 2y) trades all of them go down to less than 1% profit factor what you suggest i do ?
I would suggest to keep optimizing. If the performance metrics are not great for you, we just have to keep at it
I’ll take a look in a bit
Lots going with this chart
Can you send a screen image from desktop please
thanks i just thothought i might be doing something wrong as shared strategies have more than 2 profit factor mostly but 2 month of data
Take a look at the previous post I made, this may help you: #🧬ai-chat message
Yeah getting my laptop going now, have to download discord on it so it'll be a minute
No rush
When I get back to a computer, I’ll see this on my template and let you know my thoughts, if any
that was helpfull thanks
here it is with no noise
ok right now, in one of my strategies, based on this 4H chart, I would be looking for a bearish structure on a lower timeframe, to take a shot at going short
sorry if its a dumb question but i assume youd change stance if there was a strong bullish candle through the order block?
what time frames would you be looking at for an entry?
For longs, I would be looking for longs, if the shorts fail.
For me, there are two paths.
First path is short, then next path is long.
I have a few stream where I go over this strategy I use
would you consider the first large FVG block lower at 590 touched or is that where youd be looking for a short exit?
hey guys hows things
Just depends on what and where your bearish trigger for entry would be
welcome to our home 👋
@rough hemlock going good, youve come to the right place to learn!
Welcome to the LUX family
fomc on the 29th should be interesting
@old crow Hey. Time is ticking.
Just have a quick look at that EU, it is worth watching more after the 20th. It will be juicy
Can I set up alert for two consecutive IMBs?
you will get alert for any imbalance that appears
I mean I need two consecutive IMBs alerts to be triggered within the current time frame. That's one of my strategies. Is it theoretically possible to create with PAC?
by using alert scripting function, is that possible?
so you want to be alerted only if there's 2 consecutive Imbalances? I don't think this is possible
welcome, are you a subscriber?
I buy ultimate package
I want to see other strategy and advance myself
check your welcome email and follow the instructions in order to connect your discord please
where can ı connect ı donw understand
are you a subscriber?
yes from left side luxalgo panel can see
ok, if you subscribed then check the welcome email sent to you and follow the instructions
I thought about it, and you can achieve this with the alert scripting, did you explore it yet?
Hi! 😀 Is there any way to scan and filter the stocks on which a buy signal was generated by Signals & Overlays or another indicator? THX! 🙌
Hey there and Welcome aboard 👋🏻
Not sure if you have these links below, but Please browse around...
Here are some channels to help you get started #🧠core-lessons #📈must-watch https://discord.com/channels/641770286638694402/1048529827243761747
- I also hold daily Discord Community Live Streams, and the recordings are posted here #1199356285813006367 where I go through settings and tips/tricks for a simple template to start.
- Members have been posting their personal strategies, and "Alert-Scripting" strategies here as well
#1128499789437354106
https://discord.com/channels/641770286638694402/1325920853682159667
Browse around here to see if you find something that may fit your style with some settings and timeframe adjustments. Remember, any of these strategies can be traded with any symbol, you would just need to optimize them.
Welcome aboard again
Dont forget about the Ultimate channels as well:
#🔥ai-resources
#🔊ai-backtesting-news
#🧪share-strats-indicators
#📌pinned-strats-indicators
#🧬ai-chat
nope. how should I do?
https://docs.luxalgo.com/docs/toolkits/alert-scripting/introduction
#🔊announcements message
have a look at the above, and also #1325920853682159667 #1326237831177437235 for inspiration
Learn more about how to create extremely advanced alerts through our custom scripting language all within your toolkit.
yes, you can do this using the Screeners!
The scanner works in such a way that you have to select the shares and then if a signal appears it will show, and what I mean is that the scanner scanned all the shares, for example on the German stock exchange, and if a signal appears it will show
TradingView has a new feature called Pine Screener. I have not tried this yet but this could be what your looking for: https://www.tradingview.com/support/solutions/43000742435-what-is-pine-screener-quick-overview-of-the-screener-s-functionality/
You still need to create your watch lists. Same as our LuxAlgo Screeners in that you need to select the symbols for the Screener
nice guys @old crow
didnt know yall repaint signals
one second its here
and the next it isnt
Signals are confirmed at candle close
yall should put that somewhere lol
my friend js dmed me giving these ss's
Also, your Discord has not been connected to the LuxAlgo exclusive channels yet.
To connect: https://www.luxalgo.com/account/connect-accounts/
This is a trading function on the charts. And also notated in out docs for our exclusive toolkits
All indicators on any charting platform, including LuxAlgo and TradingView, the features and elements are confirmed at candle close @violet crow
Not sure, if this is your friend’s chart, what does he or she think?
nah this is mine actually
im selling
cuz this is a rug pull 100%
the devs have 80% of the coin
So you have Smart Trail?
nah i have all paid ones
whos the devs?
idk
Please connect your Discord
hi where i can find the exclusive chanels?
Hey there and Welcome aboard 👋🏻
Not sure if you have these links below, but Please browse around...
Here are some channels to help you get started #🧠core-lessons #📈must-watch https://discord.com/channels/641770286638694402/1048529827243761747
- I also hold daily Discord Community Live Streams, and the recordings are posted here #1199356285813006367 where I go through settings and tips/tricks for a simple template to start.
- Members have been posting their personal strategies, and "Alert-Scripting" strategies here as well
#1128499789437354106
https://discord.com/channels/641770286638694402/1325920853682159667
Browse around here to see if you find something that may fit your style with some settings and timeframe adjustments. Remember, any of these strategies can be traded with any symbol, you would just need to optimize them.
Welcome aboard again
my old acc got mass reported
@hidden moss
so ill need to relink again
Ok but you are missing the Ultimate channels if your Discord is not connected
Get answers to frequently asked questions including how to get access, product questions, and everything you need to know about billing.
can i take this divergence trade ? but price is just near bearish FVG , how should i intrpret this , https://www.tradingview.com/x/OQXeVSZi/ but also from , there is also positive on osc
Are there more premium indicators available or is it those main 3 ones?
Hey there 👋
Have a look at our exclusive tools on our website here: https://www.luxalgo.com/pricing/
Tomorrow 
- Monday USA Holiday Market Schedules
https://www.cmegroup.com/trading-hours.html
It's like everyone is waiting for the market to open.
😆
Anyone here trades Nifty using Lux?
Calm before the normalcy?


HAPPY SUNDAY EVERYONE
@old crow 🤝
zup
Just setting myself for the extra study day after watching TRUMP's speech.
Should be entertaining, but they said it will be indoors due to cold weather
would it be possible to add conditions like these in the script and make an alert. (Im Working on it this is just an example trying to build a strategy for my style)
I believe you can, as I have never tried to script this yet.
But there are scripts already posted for parts of what you need, so try to combine them into one script.
- Here are the scripts for examples of Premium/Discount entries, as well as the script for the Volume greater than the Volume MA:
#1327681944779096168 message
#1328764760950313031 message - Here is the script for the Double NeoCloud alert:
#1325923172662640660 message
Hi everyone! I’d like to ask if I may recommend a book I just finished reading. I’ve read several books on emotional control and trading psychology, but this one really stood out to me. It finally made everything click—it’s simple, practical, and, in my opinion, a fantastic compendium of the best insights on emotional control in trading. Let me know if it’s okay to share it with you
Master Legacy
Can you post the direct link instead of tinyurl link, looks like a referral link? Not sure, sorry
Thanks
it is because it is too long
if that it is ok , not referral link at all
Yeah, because it was a referral link
Members would be hesitant on clicking on links, so let’s just post an image of the book and everyone can search on their own for this. Thanks for the reading suggestion @ornate dome
Yeah
@old crow It is that time.
Ready for the week?
almost
todays news
I watched the 6 tutorial videos but still! I didn’t get it
Who could help me plz, feel free to chat in private. Thanks
What are you struggling with? are you a subscribing member? You can connect your discord
- This can be done here: Connect Discord
Hi how Can i edit this script in to both bearish and bullish.
// NeoCloud Lead = {external1}
// NeoCloud Lag = {external2}
// Bearish NeoCloud = {external1} < {external2
{reversal_up+} and {external1} < {external2}
Hi there - have you checked out our alert scripting channel for various different alert scripts to see how they have been scripted to give you an idea on how to achieve your desired alert? They can be found here: https://discord.com/channels/641770286638694402/1325920853682159667
- there is an alert script in there specifically for double neo cloud which may help give you an idea how to do your alerts
Thanks
Hello everyone especially Muslims, is trading halal?
I believe there are Islamic FX brokers and halal trading accounts, you'd have to do your own research on this though
Leverage Sood long short juwa total Haram, spot in sharia compliance coin only, u can't trade cfd trading in forex gold but ftmo prop firm is sharia compliance for forex. Bcz u don't buy sell in forex for real
Hi guys would it be possible to script the following , if so I would really appreciate if you could give me a couple clues on how to go about it :
Choch on m5 tf
Fvg on 15m tf
5m chart retraces 15m fvg
Sorry it’s just that I have never scripted befor
Hey! - have you taken a look at our sample alert scripting channel? It has various different examples in there for members to view and get a feel on how they are achieved to give you an idea on how to achieve your alerts. This channel can be viewed here: https://discord.com/channels/641770286638694402/1325920853682159667
There is also alert documentation here: https://docs.luxalgo.com/docs/toolkits/alert-scripting/introduction
- you could look at the placeholders associated with market structure CHoCH and FVG and then start to build the alert script that you have described.
(Example:
a bearish CHoCH or CHoCH+ would be - {bear_ichoch} or {bear_ichoch+}
FVG is known as a imbalance, therefore looking at the documentation a placeholder for an imbalance aka FVG = {bear_imbalance}
- You can then view other placeholders such as entered/mitigated imbalances.
If your wanting 15m FVG on the 5 minute timeframe, you would need to ensure you have FVG's set to timeframe: 15 minute on the PAC toolkit whilst being on the 5 minute timeframe. This would display FVGs for the timeframe you've selected whilst being on a lower timeframe chart (5 min)
We also have done some previous LIVE streams regarding alert scripting which you may find useful too, this channel can be accessed here: https://discord.com/channels/641770286638694402/1326237831177437235
Learn more about how to create extremely advanced alerts through our custom scripting language all within your toolkit.
@void sluice Need help please i want to use this external on s&o in the script i tried putting following command {external1} but didn't work.
Hi there - there is an custom alert sample on how you would use the premium/discount zones within S&O. If you look at how this alert was used then you could start to understand how to build that specific alert condition in the alert scripting.
The sample alert is here: #1280142574509621392 message
No success im already using few scripts which are running perfectly but can't seem to add this one
If you see the picture attached, that is using {close} > {external1} - with external 1 being premium bottom. As you can see on the highlight bar, there is a blue dot on the candle that crossed the premium bottom as an example on how this can be achieved.
- This is telling the script to alert you when price (close) is greater than Premium Bottom.
If you would like it in a Premium area as opposed to being at the Premium extremity then you could use Equilibrium Top as your external 1. This will alert you when price is above the EQ
Still not working i selected equilibrium top in external 3 and then check script. The bearish signal is still shown below equilibrium
If you share your chart link, ill take a look at your chart
I have 3 s&o 1 for buy 1 for sell 1for externals
I want buy and sell ones to work according premium/discount zones
Thanks
I have just checked your chart and bar replayed to the point your highlight alert was triggered. If you look at the chart (see picture) at the point when the alert was generated price was infact above the EQ.
Please remember that the premium/discount zones are always moving as price develops. So it may appear it alerted you when price was below the EQ but at the point on the chart where alert was created, price was infact above the EQ as per your alerting script code
I mentioned that here: #💬hangout message
If you use EQ top, that is telling the alert code you want price above the EQ and in a premium zone. If you use say premium bottom, that won't alert you will price touches the bottom of the premium zone. So its up to you to decide which one you would like to use in your alert scripting and strategy. There is no right or wrong way to use it, its down to your strategy and how you wish to receive the alerts
And for long all my signals disappeared when i put in this command 🤔 it can't be true that price for long was never under EQ
hey is there any prover strategy by your indicators
Oh just found them but way back 😅 i gues less signals for long
I will try optimising this settings thanks for the help 👍 appreciated
Yes please remember that the more complex you strategy is the less alerts that will be generated. You're welcome 🤝
We have a user strategy section where other members post the strategies they are using and the settings associated with that given strategy. It is up to the individual to use our platform and toolkits combined with your own technical analysis when trading. Every trader is different and we all have our own unique way of trading. A strategy what may work for one person, may not be suited to another. That's why we backtest to see how a given strategy preformed over time before deciding to use that strategy on a live account risking money. Always recommend using a demo account first when first trying out trading
Absolute life saver thank you so much will give it a go soon and then if you don’t mind pls can you check it for errors for me
You're welcome, the alert scripting channel is very good to get a feel on how to achieve some scripting alerts. I'd recommend always start with simple alerts to get a feel of how to do it before trying to immediately do complex alerts as it can be overwhelming at first, if you ain't used to placeholders/alerts
Great. Reason why I wanted this alert specifically is because there was a luxalgo YouTube video on this specific strategy and I replay tested it and I really like how simple it is yet how effective
Right now I have alerts for choch but not all of them retrace properly so just thought that if I could alert it like this I can just use it as signals if that makes sense
Yeah thats one of the reasons people use the alerts, to be notified when a series of conditions are met so then they can use that as say an entry or to atleast then look at the charts to assess price action. Alerts help if people don't have the time to be on the charts a lot due to other commitments like a job. Glad your finding our videos helpful 🙂
thats really great i am beliver that you shouldnot need to reinvent the wheel just have to find a strategy which has a edge and implement it propperly , so nice to connect with the entusiastic traders here .
We're happy to have you here in the Lux community! You can chat to other trades here:
https://discord.com/channels/641770286638694402/1079878993546858496
https://discord.com/channels/641770286638694402/820503399232700436
https://discord.com/channels/641770286638694402/820503524210507786
// Detect CHoCH
{bullish_choch} = {bull_ichoch} or {bull_ichoch+} // Bullish CHoCH (Normal or Strong)
{bearish_choch} = {bear_ichoch} or {bear_ichoch+} // Bearish CHoCH (Normal or Strong)
// Detect FVG (Imbalance)
{bullish_fvg} = {bull_imbalance} // Bullish FVG
{bearish_fvg} = {bear_imbalance} // Bearish FVG
// Detect Candle Retrace into FVG
{retraced_bullish_fvg} = {bullish_fvg} and {bull_imbalance_entered} // Bullish FVG entered
{retraced_bearish_fvg} = {bearish_fvg} and {bear_imbalance_entered} // Bearish FVG entered
// Combine Bullish and Bearish Signals
{bullish_signal} = {bullish_choch} or {bullish_fvg} or {retraced_bullish_fvg}
{bearish_signal} = {bearish_choch} or {bearish_fvg} or {retraced_bearish_fvg}
// Final Alert Condition
{bullish_signal} or {bearish_signal}
Would it be somehting like this? I kind of cheated and asked my coding friend for help lol
Have you tried adding this is the alert script of Price Action Concepts? It will show a highlight bar on the top of the chart to show where an alert would of been generated. Learning how to write the alert scripting yourself will help you in the long term as you could then create other alert scripts for yourself
are you there?
Im actually with him now, we are at church, then we are hesded to the White House to meet Joe for tea, then off to the Capital Hill for the HUGE event
Watch on TV and I will wave to you at 1pm NY
deal
I don't get what you meant.
Thanks for attending today's Live Stream, which has been posted 
- Now time to get my popcorn read for the SHOW


Everyone grabbing their seats now
@old crow What do you think? More louder.
Does it really matter since we have 2026 contract ratified?
@old crow I set this the other day and it is in now (just checked it).
Nice 8HR SWING
Looking good

Yup. 1/6.58RR
Slow and steady
Oh yes.

Hi all, can someone help me, how to match the quantity in order to trigger alert and webhook? thanks'
the webhook will trigger when the alert triggers
yes they triggers, but at status in web hook is failed (Quantity les than 0)
you can ask in #🚀crypto-chat , i'm sure there will be someone there to help
Anyone good with codes,
I need help in when smart trail and trend catcher both turn bullish only alert that time.
mbull} = {bullish_smart_trail} and {bullish_catcher} and {bullish_confirmation_any}
{mbull}
Numerous of examples with two overlays in confluence, posted in #1325920853682159667
You just need:
{bullish_smart_trail} and {bullish_catcher}
Hello
Hello. How may we help you?
Bye
bye then.
Is anyone experience with the SMT Divergence Indicator and how the Pivot Lookback works? It's missing a lot of alerts from HTF
any other pairs?
Yeah. After 20th is 21st = back to work.
Enjoy the peacefulness before the 21st
LOLLLLL

Yeah. Still waiting for that EU
Absolutely
Watching the events
i have been waiting all day,should have held all this outside they would have beendone hours ago
Yeah. It is what it is
Anyone trading index futures in here? Like NQ or GC? If so what are your go to indicators
I was thinking about testing the unicorn and three bar reversal
Tons of members trade the NQ here

I was trying to look around and i suppose i did not make it down far enough yet lol, i see futures now
great!
Not sure, did you get an alert?
did you test on regukar candlesticks? instead of HA candles
and what are your alert settings in the main toolkit?
Create a new chart with your alert settings.
Most likely, you adjusted your chart settings after you saved the alert
Ok I will try. Thank you
and your cropped images, are these 30m bars?
would like to see a whole chart, with no crop, so that we have all the info to help you.
todays news
please where do i get the signals
Hi there, that would be the Signals & Overlays toolkit, all our pricing can be found on our website here: https://www.luxalgo.com/pricing/
?? im lost
im lost
I'm not quite sure what you mean by your lost? You can check out this playlist to take a look at our toolkits and what we have to offer. LuxAlgo is the worlds largest provider of technical indicators.
- here is the playlist -> https://www.youtube.com/playlist?list=PLbqCXsOfrM3P5mb5jY7Ye8pguhmozOKBC
Can also take a look here: https://docs.luxalgo.com/docs/getting-started/what-is-luxalgo
Looks like the short entry notification did occur on your chart.
So as a reminder, once you save your alerts, do not adjust any settings, so that your chart and notifications will match.
hi guys. I really need some help with setting up an alert. I already tried it with ChatGPT and on my own reading through the alert scripting page, but I am obviously missing something...
Here's the ChatGPT version:
// Condition 1: Detect any bullish signal
condition1 = {bullish_confirmation_any}
// Condition 2: EMA 9 must be above EMA 21 (I have external source selected the EMA 9 and {external1} and 21 as {external2} - So next to bullish signal I want a short-term trend to be bullish
condition2 = {external1} > {external2}
// Condition 3: Pullback crosses EMA 9 but does not close below EMA 21 --> I want to be alerted when there's a pullback that crosses the 9 EMA (bearish candle close), but it doesn't close below the 21 EMA.
condition3 = {low} < {external1} and {close} >= {external2} and {close} < {open}
// Check if all conditions occurred within the last 15 bars
recent_condition1 = barssince(condition1) <= 15
recent_condition2 = barssince(condition2) <= 15
recent_condition3 = barssince(condition3) <= 15
// Trigger the alert when all conditions are met within 15 bars
trigger_condition = recent_condition1 and recent_condition2 and recent_condition3
// Set the alert
alert_condition(trigger_condition, "Bullish Signal + Pullback Detected")
I had several versions of it, and was able to get an alert when there's a signal and EMA is bullish. But so far never was able to get the correct signal when there's a bearish candle that crossed 9 ema but didn't close below 21 EMA...
would be very thankful for any help
so to visualize it. would like to have an alert after number 3:
- is the signal
- EMA cloud is green (9 over 21)
- pullback candle crosses the 9 EMA and it doesn't close below 21 EMA
And all 3 should happen in sequence step 1 first then step 2 (if not already there), then step 3, within 15 bars
Have you tried writing the script on your own, referencing the docs, without using chatgpt, as chatgpt does not have access to LuxAlgos internal scripting placeholder, operators etc. ?
The LuxAlgo docs does not mention utilizing a third party software (such as chatgpt) for writing the Alert-Scripts.
(also, please note, the team is looking into the "barsince" for potential code conflicts)
yes, did try it on my own as well. mom, will post my version
so my version was something like this:
// Condition 1: Detect any bullish signal
{bullish_confirmation_any}
// Condition 2: EMA 9 must be above EMA 21
external1} > {external2}
// Condition 3: Pullback crosses EMA 9 but does not close below EMA 21
{low} < {external1} and {close} >= {external2} and {close} < {open}
Instead of condition I am using them as steps.
I also didn't really include any bar limitation here as I just wanted to see if it's working. But for some reason, even then it didn't trigger
Im thinking we need to look at your last script line with using two "and's"
I think there is something here we need to look at
maybe we need to separate these, into 2 steps.
Also, the use of "close" twice, I dont think the script knows what candle we are referring to.
I will need to think on this in a bit
But experiment with this last script line
@glass badger
Hey @old crow are we live in X?
I stream here in Discord, not in X
No no, i mean official account on X is on live so i asked you
gm
dont dm me
what DM was that?
i didnt open
but got a frend req and message
Thanks for your reply. I was able to sort of do it with custom alert. But the only thing that's missing is the doesn't close below the 21 EMA condition. 😦
@little flint hey supposing ur the moderator
i actually bought the premium acc using gmail
how can i cancel this plan and buy on some other account?
i cant see an option to set password so i can login via that method
you can move it to another email, you nee to email support@luxalgo.com and they can do this for you
thanks a lot!
got a question about the 30 day money back guarantee, do i just submit a ticket to support or are there more steps to it?
by just sending them an email?
as if id fall for that
are you a subscriber?
yes, just testing out if the indicators will help my strat or not
ok, for a refund you will need to cancel your subscription and then email support@luxalgo.com and they can look into this
great, thank you
2nd stream of the day https://discord.com/channels/641770286638694402/1178430832151638077
2 bells together. @old crow
yup, this is a bell
some of the past ones, were not bells
👀
Hi all,
Can we predict whether the next candle will be bullish or bearish based on the current candle? If so, how can this be achieved? Could you please explain?
Thanks in advance!
There is no way we can predict, but we can use our exclusive toolkits for a probability of where the next candle could go
thanks for the response ,i will see this.
but before this , based on the candle formations or any kind of technical patterns cant we predict atleast ?
In my opnion, nothing can predict 100%
That is why we have charting tools, such as our exclusive toolkits in LuxAlgo
EAST and WEST
LuxAlgo is the best!
Awesome to hear, you thinking about joining us on the inside?
Hey @old crow I'm new to LuxAlgo and I caught the last of your live stream earlier. I see there are a couple of links with a lock symbol for the second stream. How do I get access?
Those Live links are active during the stream only.
The previous recordings are posted here #1199356285813006367
Ok, thanks.
How do I get access to 2nd stream of the day?
it's posted in #1199356285813006367
👉 In today's Live Stream, there were a good amount of members that have not tried out the new "Alert-Scripting" feature of our exclusive tools.
- To get started, you could go through this LuxAlgo X post, for an overview
https://x.com/LuxAlgo/status/1868664568328921233 - I have also collected a few resources here as well
#1325926580308021288 message - This channel is also a library of sample ready-made "Alert Scripts"
#1325920853682159667
👉 Let us know if you have any questions regarding the "Alert-Scripting" feature
- Try it out, you could be "hooked..."

Hey there
What did you need to happen?
hey micky im trying to write a script going through docs, may need help will ask u here if cant figure out thanks
Ok cool, let us know if you need help
🌹
Does anybody here ever trades binary options? if so, which platform is trustworthy?
this is a similar scenario to what you are trying to achieve, replace the trend catcher with smart trail #1327077266441638071 message
i think of that but wanted to learn it. just testing it now if it dont work then will use that one
Not sure, as binary options have been made illegal for some regions during the past 1-15 years
But I think some do...
well i copy pasted this code
({bullish_smart_trail} and not {bullish_smart_trail}[1]) and
({neo_lead} > {neo_lag} and {neo_lead}[1] <= {neo_lag}[1])
but no alert on chart
({neo_lead} > {neo_lag} and {neo_lead}[1] <= {neo_lag}[1]) and
({bullish_smart_trail} and not {bullish_smart_trail}[1])
({bullish_smart_trail} and not {bullish_smart_trail}[1]) and ({neo_lead} > {neo_lag}) is generating an alert
let me try
very few alerts
that's the condition you want to set up
@finite prawn
Hey there and Welcome aboard 👋🏻
Not sure if you have these links below, but Please browse around...
Here are some channels to help you get started #🧠core-lessons #📈must-watch https://discord.com/channels/641770286638694402/1048529827243761747
- I also hold daily Discord Community Live Streams, and the recordings are posted here #1199356285813006367 where I go through settings and tips/tricks for a simple template to start.
- Members have been posting their personal strategies, and "Alert-Scripting" strategies here as well
#1128499789437354106
https://discord.com/channels/641770286638694402/1325920853682159667
Browse around here to see if you find something that may fit your style with some settings and timeframe adjustments. Remember, any of these strategies can be traded with any symbol, you would just need to optimize them.
Welcome aboard again
Dont forget about the Ultimate channels as well:
#🔥ai-resources
#🔊ai-backtesting-news
#🧪share-strats-indicators
#📌pinned-strats-indicators
#🧬ai-chat
AI SuperTrend Clustering Oscillator
hey mickey
need help in this script
{bullentry} = {neo_lead} crossover {neo_lag} {bullentry}
Bullish : {{plot("Bullish")}} | Bullish+: {{plot("Bullish+")}}
not getting the prompt on chart
what are you trying to achieve?
This does not look like the format for Alert-Scripting
@Micky (Head Mod) thank u sir
Your welcome.
Also, I received your DM, but I can help you here in the community.
About the double NeoCloud Alert-Scripting, what you can do is follow this forum thread, it is exactly what you are truing to script with two NeoClouds:
#1325923172662640660 message
- hope this helps
i take adive from chatgpt search of docs
actually what i brain storm that,
when smart trail turns bullish after that neo leads cross overs neo lags
Have you tried writing the script on your own, referencing the docs, without using chatgpt, as chatgpt does not have access to LuxAlgos internal scripting placeholder, operators etc. ?
The LuxAlgo docs does not mention utilizing a third party software (such as chatgpt) for writing the Alert-Scripts.
Have you tried this?
#💬hangout message
Also, here is an example for NeoCLoud and SmarTrail Alert-Scripting:
#1326854835844415570 message
You mentioned you already created/replicated this script
#💬hangout message
yes tried that one but it gives alert for smart trail only. was looking for double confirmation for safe entry like smart trail turn bullish if neo lead lag cross over happens alrts
It is exactly what you needed.
SmarTrail switch alert, in direction of NeoCloud
thanks loading it
Yes
Look who showed up? 
Knock Knock. 
How are you doing?
whatsup
Yes it's good, I removed osc as external but ... Something is missing still
Whats missing?
It will alert with smart trail Turn bullish in direction of neo cloud, but I was trying neo lead lag
{smart_trail_extremity} crossover {smart_trail}
{neo_lead} crossover {neo_lag}
both neo cloud and smart trail turn bullish, the script is correct
no idea what that is
Question: How important is internet speeds in relation to the getting the data faster in trading view?
Also in getting in and out of trades on brokerage accounts. Webull, Robinhood, Coinbase, ...ect
I'm at 1000Mbps now and I'm thinking of upgrading to 2000Mbps.
needs to be a solid internet for trades. not sure about tradingview
- In addition to our Discord Live Stream recordings #1199356285813006367 ✅
We also have a collection of: - "CUSTOM ALERT" samples #1280142574509621392 ✅
- "ALERT-SCRIPTING" samples https://discord.com/channels/641770286638694402/1325920853682159667 ✅
1G is fast already, more than enough for 49 wifi devices to be hooked up, LOL
But 2G? watch out

@little flint
Man nflx ripped! I wanted to buy calls but I'm a poor.. I swung a 610 call on spy 3 days out, hopefully that nflix jump and $jnj/$p&g earnings go well to help push up
Get them next time!
I almost bought a 1060 call because it was in the 100 dollar range.... man that would have been a hell of a trade
@old crow Looking at anything?
Looking at what to eat for dinner

😂
That was almost 2hrs ago.
that was lunch
now its dinner time soon
LOLLLLLL
I see.
@old crow Getting ready for this?
here you go!!!!
Yup
You gonna load up on this?
Back up the truck?
Im so tempted

Because its my main pair I look to first




😅
