#🤝support
1 messages · Page 95 of 1
Hello there and welcome! The toolkits work best when they complement your strengths as a trader. To help you get started, please go through the following members-only resources: https://discord.com/channels/641770286638694402/1048529827243761747 You can get a good primer by watching the https://discord.com/channels/641770286638694402/997901168393068564 and https://discord.com/channels/641770286638694402/997901091389841408.
You can get some inspiration from https://discord.com/channels/641770286638694402/1128499789437354106, in particular Micky's Community Streams, which he does every 1030 AM NY time on weekdays https://discord.com/channels/641770286638694402/1199356285813006367.
Thanks I will look into this information.
Hey to all, loving LuxAlgo so far.
I have searched for some references to signal bots related to OKX here in support, unfortunately i can not find exactly what i need.
Perhaps someone can help me understand.
I am looking to create a Signal Bot on OKX using the Bulish Confirmation+ and the Bearish Confirmation+ signals from LuxAlgo.
I have gotten so far as to connect TradingView and OKX, i have the custom signal setup, right now TradingView sends the signal Bullish Confirmation + once per bar to OKX, my alert message on trading view is like this:
{
"action": "ENTER_LONG",
"instrument": "{{ticker}}",
"signalToken": "xxx",
"timestamp": "{{timenow}}",
"maxLag": "300",
"orderType": "market",
"orderPriceOffset": "",
"investmentType": "percentage_balance",
"amount": "100"
}
The next part is to make it exit when the Bearish Confirmation+ signal is received from TradingView. I believe the alert message should be:
{
"action": "EXIT_LONG",
"instrument": "{{ticker}}",
"signalToken": "xxx",
"timestamp": "{{timenow}}",
"maxLag": "300",
"orderType": "market",
"orderPriceOffset": "",
"investmentType": "percentage_position",
"amount": "100"
}
Do i add both scripts together like this in the TradingView Alert Message for OKX signal bot?
{
"action": "ENTER_LONG",
"instrument": "{{ticker}}",
"signalToken": "xxx",
"timestamp": "{{timenow}}",
"maxLag": "300",
"orderType": "market",
"orderPriceOffset": "",
"investmentType": "percentage_balance",
"amount": "100"
}
{
"action": "EXIT_LONG",
"instrument": "{{ticker}}",
"signalToken": "xxx",
"timestamp": "{{timenow}}",
"maxLag": "300",
"orderType": "market",
"orderPriceOffset": "",
"investmentType": "percentage_position",
"amount": "100"
}
Or should i create a new alert with the exit long message ?
pls help, thanks!
Can anyone help with place holders on any alert function. Paste in what the web site said but I get alerts back with what's been pasted not what triggered the alert.
Hi, I often have this message when using PAC backtesting especially when adding external LuxAlgo inidcators
I am not familiar with OKX, but let's simply use logic. What you need is: Bullish = Enter a long position, Bearish = Exit long position. If that's the case, the Enter Long message should be in the Trading View alert message with the Bullish+ Confirmation condition, while the Exit Long message should be in another Trading View alert message with the Bearish Confirmation+ signal condition.
Hi there, that message is not to be used in for the Any alert function, but for Confirmation/Contrarian alerts. If you wish to use Any alerts, you must use these ones instead: https://docs.luxalgo.com/docs/luxalgo-toolkits/signals-overlays/alerts#any-alert-function-call-message
You can see a sample message you can use from docs which I pasted here:
{
"alert": "{default}",
"ticker": "{ticker}",
"tf": "{tf}",
"ohlcv":{
"open": {open},
"high": {high},
"low": {low},
"close": {close},
"volume": {volume}
},
"bartime": {time}
}
If you can share your chart link, I can take a look to see what the issue is.
yeah, its set like that, English lang is not my strength, sorry if it came across wrong. great to know that i should use a separate alert for the exit signal.
No worries!
If you are a subscriber, don't forget to connect your Discord account following the instructions on your Welcome mail. You will get access to members-only resources.
Good morning everyone. I would like to know if it's possible to switch the tradingview account configured. I've configured the account with a secondary TV account (I don't know why lol) and I´m looking to switch to my main account. Is that possible somehow? Thanks in advance!
Hi there, best to discuss this with the accounts team at the LuxAlgo.com website using the chat widget at the bottom right corner, or email them at support@luxalgo.com. They will be able to sort this out for you.
The alert for order block creation is not accurate.
I only want to receive alerts when a new volumetric order block is created, not when a premium or discount zone is created.
I am using a 5-minute chart along with a 15-minute volumetric order block.
For price action concept
Hi there, kindly post your alert settings so that I can have a look.
GOoD day, I like to request to cancel my subscription and request for my refund for the 30 days free trial period. How do it make the request?
It's a 2 step process for the refund. First, cancel your subscription through the accounts page on the LuxAlgo.com website. Second, request for a refund by either chatting with the accounts team on the LuxAlgo.com website using the chat widget at the bottom right corner, or send them an email through support@luxalgo.com.
Thank you very much.
@serene sleet The alert that you used is correct, and the alert logs seem to be correct as well. Order blocks are confirmed on market structure, in this case, 15 minute market structure, which is basically swing structure on your chart.
Is it possible to get alert when volumetic order block is created
Not the one, currently i'm getting
That is the definition of an order block - when there is a market structure shift.
Got it, but what's about the as per my needs,
I want alert only when new volumetic order block is created
There is a misunderstanding here - the order block is confirmed on the structure shift, without the shift, there is no order block.
Ok, Is there anything for what i want
I only want to receive alerts when a new volumetric order block is created
How to achieve it ?
The order block creation or confirmation is what I have already defined to you, which you can confirm for yourself through the Replay function in Trading View. What you seem to be describing is an early detection of an order block without the structure shift. That is not correct.
See my response above.
I want alert when his highlighet volumetic block is appeared to my chart
Have you got my question ?
please confirm
Let me rephrase my answer to your question, which I understand perfectly well. You want an alert during those candles that you encircled, since the order block is positioned there. An order block is indeed situated there, however, that order block is only confirmed once there is a market structure change. Without the CHOCH or BOS, there is NO order block.
What you want is an early order block alert, because you do not want to wait for the structure shift. This is NOT possible, because without the structure change, there is no order block.
I want when this appeared to my chart
Hey there, @sand flicker is a premium subscriber, so he does not have access to the backtesters. FYI.
Yes - that is on the structure shift, which is what you received alerts for. The alerts ARE correct.
ok
Hi I am trying to connect my tv account but it’s saying” tv account is already connected to another luxalgo account, contact support “. Please guide..
Hi there, best to contact the accounts team at the LuxAlgo.com website via the chat widget at the bottom right corner, or email them through support@luxalgo.com. They should be able to resolve this for you.
Hi there, as we here in Discord do not have access to account information, we won't be able to verify that. Please contact the accounts team at the LuxAlgo.com website via the chat widget at the bottom right corner, or email them through support@luxalgo.com. They should be able to resolve this for you.
Please no self promotion @blazing pasture
Hello! Having issues with converting the luxalgo backtesting into working strategies on trading view for stocks and 3commas for crypto. I am sure this is discussed in previous posts, but unable to locate. If someone could please point me in the right location would greatly appreciate it. Here are my main questions.
hello, you can search for 3commas inside #🧬ai-chat or #🚀crypto-chat, we at luxalgo are unfortunately not able to provide assistance with this matter(automation)
Setting up the message in the strategy box to set up the auto trade. Here is what I have that isnt working. LuxAlgo® - Backtesting System™ (OSC) (Bars, 2,000, Greater Than, 42, 1, Crossing Over, 50, 1, Any Bullish, 50, 1, Any Reversal Up, 1, Bullish, 1, Any Bullish, 1, Equal, 50, 1, close, Equal, open, 1, close, Equal, open, 1, close, Equal, 0, 1, 0000-0000, 1, None, Lower Than, 50, 1, Lower Than, 50, 1, Any Bearish, 50, 1, Any Reversal Down, 1, Bearish, 1, Any Bearish, 1, Equal, 50, 1, close, Equal, open, 1, close, Equal, open, 1, close, Equal, 0, 1, 0000-0000, 1, None, %, 7, Price, 0, %, 7, Price, 0, close, Crossing, 0, close, Crossing, 0, close, Crossing, 0, close, Crossing, 0, 100, 100, 0, 0, 100, 0, 0, 100, 35, 6, 7, SMA, 5, 20, 5, 50, 100, , , , , , , , , , , , , , ): {"symbol":"NVDL","quantity":"150" ,"action":"{{strategy.order.action}}"}
Also, once the strategy is created if the settings in the tool kits change does your strategy change? How to get back to the original settings in the toolkit of the strategy.
in regards with changing the settings after the alert has been created, the alert will not update, you will need to create another alert.
If I delete this section of the message in the alert will it alter the alert itself?LuxAlgo® - Backtesting System™ (OSC) (Bars, 2,000, Greater Than, 42, 1, Crossing Over, 50, 1, Any Bullish, 50, 1, Any Reversal Up, 1, Bullish, 1, Any Bullish, 1, Equal, 50, 1, close, Equal, open, 1, close, Equal, open, 1, close, Equal, 0, 1, 0000-0000, 1, None, Lower Than, 50, 1, Lower Than, 50, 1, Any Bearish, 50, 1, Any Reversal Down, 1, Bearish, 1, Any Bearish, 1, Equal, 50, 1, close, Equal, open, 1, close, Equal, open, 1, close, Equal, 0, 1, 0000-0000, 1, None, %, 7, Price, 0, %, 7, Price, 0, close, Crossing, 0, close, Crossing, 0, close, Crossing, 0, close, Crossing, 0, 100, 100, 0, 0, 100, 0, 0, 100, 35, 6, 7, SMA, 5, 20, 5, 50, 100, , , , , , , , , , , , , , ):
please go through the documentation on how to set up alerts via the S&O Backtester: https://docs.luxalgo.com/backtesting-system/alerts
ok. thanks!
One last question. From the referrenced doc: "The message field in the Alert Messages setting section of each Backtesting System™ allows for the strategy to send a custom alert message depending on the action taken by the strategy, if no messages are set the strategy will send default messages.
In order for alerts to return custom user set messages the {{strategy.order.alert_message}} should be set on the message field of the Tradingview alert menu." So I place {{strategy.order.alert_message}}, instead of the
strategy settings?
I couldn't use the Oscillator matrix, Price Action Concept, Signal & Overlays indicator . The indicators are locked. I bought the yearly package during last year's Black friday promo . my tradingview is: flyhigher2828. Please help ...
Try to refresh and restart TV
Get answers to frequently asked questions including how to get access, product questions, and everything you need to know regarding billing.
I don't know what the error means, we are not devs. you might need to open up the source code and look into it
And change what? I dont know how to do that
ok, I added the indicator on my chart, you need to click on 2 candles on your chart to draw the supply and demand.
please refresh tradingview
Hi guys! I just suscribe to the lux algo price action Essential, but when i connect to trading view i just got 1.10
version
Can you help me to get the lastest
that is the latest version of the PAC indicator
in the youtube videos i saw 1.4.9 versions, how can i get that one?
which youtube video?
that is an old video, 1.10 is higher than 1.4
have a look here: https://www.youtube.com/watch?v=jOamxUcNYEg&list=PLbqCXsOfrM3P5mb5jY7Ye8pguhmozOKBC&ab_channel=LuxAlgo
also have a look here: #1199356285813006367
Thanksss a lot
Guys is it possible to set an alert based on change of direction on an indicator overlay but when it aligns with another?
I have this problem on smart money concepts can anyone help me?
Yes, with the Custom Alert feature
https://docs.luxalgo.com/docs/luxalgo-toolkits/signals-overlays/alerts#custom-alert-creator
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.
Most likely the timeframe or symbol you have, which I am not able to see as this is a small crop piece of a full chart, and possibly your TradingView history allotment based on your subscription plan. Not really sure as there is limited of info here, as we dont know what indicator this is
I have the pro subscription i believe and the pair that i am using is silver and its the 5 minute timeframe
can you post the entire chart? do you have the chart up now?
What indicator?
not sure, buy i have silver/usd 5m here, with Lux SMC and sessions, and I have no errors on my live chart, and no errors on bar replay
@fossil condor Which indicator is giving you this error?
Figure out which indicator
Create new chart with Lux SMC only
remove your 3rd party session indicator
change to what option?
Please provide details
when i turn on the option of FVG
just turned on FVG's and no errors
What is your tradingview plan?
can you post your chart link here?
it worked
i just turned it of and back on again
but i said memory limits
you can see the eror in the screenshot that i send
your tradingview plan I think
Cheers Micky, a little confused with the step numbering. If i choose smart trail and treand catcher so i want an alert when both align do i select 1 then 2 or both as step 1
In the doc link for the alerts section, scroll to top of page and there is a new video posted there that may help with the custom slerts
Get access to exclusive LuxAlgo tools: https://luxalgo.com
Follow us on X: https://x.com/LuxAlgo
In this video you will learn how to set up powerful alerts using the LuxAlgo Toolkits. We'll guide you through three main alert categories: Built-In Alerts, where you can set pre-defined alerts for key signals like bullish confirmations; Any Alert ...
please change the data provider, go for GBPUSD eightcap or OANDA
Hi team have a quick question - would it be possible to receive an alert when its above 95 or below 10 on the matrix ?
i mean the hwo by the way when its over 95 or below 10 as an example
you can do hyperwave crossing under 10
thank you @uneven carbon caca will try that way
Did you mean the Turning pints?
If Yes, use external source on a 2nd Osc Matrix
Create two sets of HWO and HWO Overbought greater than 95
Then create 2 sets for the buy alerts
Hi Micky the ones i circled - closer to the bottom and to the top only
overbought and oversold @still lantern
appreciated @deep dock will test
so maybe external HWO Overbought greater than 95 for the short alert
Hey, As ultimate subscriber, is there any possibility to see into those? Thanks in advance
where is this? post link?
#🚀crypto-chat message
These channels are for the Ultimate subscribers
I am
check it now, because your Discord was Premium 5 minutes ago
Cool!
@uneven carbon Hi, please help me. I want - a big green dot - a Smart Trail change and a sound signal (the color of the candle does not matter)
In S&O, I make such Smart Trail 2 settings and tried two options swich up and uptrending
The matrix makes these settings. There is no signal (I don't understand where the error is
you want this inside the S&O? smart trail turning green + big green dot?
A large green dot, and the next bullish smart trail (after the bar closes, the color of the candle does not matter)
You already know how to create the Smart Trail alert and the Hyperwave alerts separately, from your previous posts. Now put them together in step 1 and step 2
Step 2 should I put? Where in S&O or Matrix?
step 1 smart trail
steps 2 HW
Thank you. In S&O switch up or uptrending ?
Lets think this out.
Do you want every big dot to make an alert during the entire time of smart trail direction?
Or do you want the big dot alert to only happen when the Smart Trail changes direction at that point in time?
What is the best day trading setup for oscllator matrix
A large green dot until the next change of the Smart Trail to the bullish side
if signed up am I allowed to use luxalgo codes for trading bots i create?
Can we use this JULY40 code for those who are on the Legacy Status?
First the dot, then the expectation of a bullish Smart trail. I don't understand why then HW is the second step? I've made adjustments, I'm waiting now
Hey there, what did you mean Legacy status?
Yes
Hi, does the July 4th discount include upgrades???
I am a Legacy Member with LuxAlgo.
Im not understanding what you mean by Legacy status as we show you not a subscriber in Discord at the moment
We never had Legacy role
What toolkits do you have now?
I have been with LuxAlgo for a long time and I use to pay $143/Qtr.
I had all three.
I logged in and I see it’s asking me to renew and continue with that plan.
So I wanted to ask can I use that code ?
oh ok, so yes, use the code and resubscribe
OK, please send email to Support@LuxAlgo.com or message them on the website chat widget, and they can look into this for you.
Okay thank you
Hi All, I have just purchased the Luxalgo . Please tell me further steps how to use and some strategies
It might be because you are still subscribed.
But confusing for me as your Discord is not connected as a subscribing member.
Please connect your Discord here
https://www.luxalgo.com/account/connect-accounts/
Welcome aboard 👋🏼
Browse around and don't forget about these channels that will help you get started here:
#🧠core-lessons
#📈must-watch
#1199356285813006367
#1128499789437354106
My auto renewal is tomorrow, is there a way to use the code instead? Or do I to completely unsubscribe first?
I am connected with LuxAlgo
I want to go to Ultimate – have emailed support@ about this a few days ago but no reply
can you reconnect with the link I posted for you, becasue I dont show your Discord as a subscriber
Okay
Are you emailing from the email address that you provided during your initial sign-up?
Also you can send a message in the chat widget on main website.
OK – will do
If you are unable to connect, you can also ask the account support as well
Yes, I was btw
I logged onto Lux online. It shows I’m connected and my emails match. Idk I’ll email Support they reply fast
👍
Ok, they will get this switched over
Sorry Micky but can you take a look at this i feel its just giving random alerts?
hello there, could we see your alert settings please ?
Also have an uptrend setup
did you go thru the documentation ? If your using custom alert creator then the alerts would need to be made using the custom alert condition.
Hello, I just bought the package. How do I have access to Discord premium?
hey there, you can connect your account there : https://www.luxalgo.com/account/connect-accounts/
it's written downtrend here
they're both downtrending
deleted_user_710430dd7e9e this is what I have right now
I'm not sure to understand, you can go thru the link to connect your account to have access on the premium channels.
Yes I have both a down trend and a separate uptrend
I had a accout that was in the channel long ago and the user is deleted since I did not use discord for a long time
Not sure what you mean made using the custom alert confirmation?
Anyone having trouble getting discount? My auto renewal isn’t for 15 more days how do I purchase
reach out to the team at https://luxalgo.com/ (bottom right chat widget) and the billing team can advise
Thanks
In this case you should contact support@luxalgo.com so they can help you fix this issue
I mean this, if you had the custom alert condition activated on your settings
@deep dock Why is any bullish smart trail constantly triggered?
Will he give a signal on any bullish smart trail? I only need to go after the big green dot
Will it be triggered until the moment of the big white dot (bearish reversal) ?
If you're seeing the smart trail trigger frequently, it could be the sensitivity setting you've chosen, and the current market conditions.
on what plan can i get the luxalgo indicator on tradingview?
I need to have a signal after the big green dot on the first bullish smart trail (at the close of the bar, the color of the candle does not matter)
hey there, you can see the plans that we have here : https://www.luxalgo.com/#premium-packages you can watch this too to have more info about each plans and what indicator they offer : https://www.youtube.com/watch?v=jOamxUcNYEg
and the essentials?
will i get acces?
to the indicators?
Luxalgo team, do have promotion for July 4th?
If promotion is applicable to current user, it will be appropriate it.
I saw your promotion in youtube
@finite turtle you will get access to price action concepts and his screener, you can have more info with the links I gave you 🙂
No I had any alert set I guess that was wrong. I thought I read I could use any alert function
Yes, we have 40% off on all plans using the code JULY40
I tried to upgrade but it gave me normal price without promotion
Hey so I just signed up about a week ago is it possible to get the 40% off
Or it applies to new user only
I would like to upgrade to ultimate plan if that promotion apply to me
You can highlight this occurrence from the oscillator matrix custom alert creator. Select HyperWave "Oversold Bullish" as step 1, then scroll down to External 1 and selecting "Close" "Crossing Over" and select "LuxAlgo Premuim Smart Trail" in the rightmost dropdown, then use 2 as step.
Thank you. This smart trail?
Anybody from luxalgo team can answer my question?
hey there, I am waiting for a response to know if this is available to subscribing members.
Thanks
that is correct.
Thank you very much. I will test it
you're welcome !
I'd like to know if there is a combination of 2 effective indicators for trading? For example, the 1st indicator gives a signal of a long, the second must also do it (in a similar way or whatever), thank you ^^
you can do this, our indicators allow to use sources from other luxalgo indicators.
Yes, but I mean, for example: RSI and MACD, EMA and Volume (idk)
@raven copper @clever plinth so apparently for now this is just orientated for the new members, cannot be used for upgrades. If it change I will notify both of you 🙂
you can use the toolkits + EMA as well.
For the external source, this would be done with trial and error to see if any of the Backtesters would provide what you need from the 3rd party (external source) indicators.
Please note, these backtesters are focused and developed for the actual premium toolkit itself, with limited ability to access external data on other non premium indicators.
Allright okay
Hi I want to upgrade to ultimate plan making use of the discount but it seems I can not fill in the discount code
hey, I responded you there 😁 #💱forex-chat message
Oké how do i use the discount code? To upgrade my plan to ultimate
for now this is just orientated for the new members, cannot be used for upgrades. If this change i'll let you know. you can also try to contact the billing support with the little blue chat widget on the website (bottom right)
Oke
Ohh. Thanks for responding. Next time please consider us to have promotion as current subscribers.
How or where do I go to show the HH, HL etc markings like on this chart ? #📈futures-stocks-chat message
in the PAC settings, under market structures
Market Structure allows traders to know the direction of an underlying market trend based on price action. These are automatically detected within the Price Action Concepts™ toolkit.
@raven copper @limber swan @clever plinth So possibly there will be changes for existing members so that you can use the code as well. We will let you know when this will happen, stay tunned 🙂
Hi, how can i use any alert function call with a webhook that I can send different messages?
Can this not be used then copied from web page ?
A custom alert can be triggered as an any alert() function call if the setting is selected or as a regular alert when selected in the Tradingview alert creator menu.
hey there, maybe this link will help you, my colleague is gonna help you out too in a moment. here you have docs about alerts with S&O : https://docs.luxalgo.com/docs/luxalgo-toolkits/signals-overlays/alerts
With the normal alarms the messages are send, but somehow not with "any alarm function call." I'll take a look at the link, thank you very much for that. I may also have to place a placeholder in front of the message here
Thats also correct, you can get alerted for custom alert condition from an any alert function call, you just have to get the settings right. I highly recomend you to see more about creating alerts : https://docs.luxalgo.com/docs/luxalgo-toolkits/signals-overlays/alerts#any-alert-function-call
@raven copper @limber swan @clever plinth So, very sorry about this,
the promo is for new members only.
**But **New sales will be available for extending subscriptions and upgrading later on. X post information : https://x.com/luxalgo/status/1808993553181519937?s=46&t=dXikksDHAvQw_tEe0XuOLQ
hey there @ornate citrus, you can ask whatever you will need on here, we don't do one on one messaging, and us mods are more effective on the channels, If you have a red padlock appearing at the side of the indicators on TV, you can refresh trading view and the access should be immediate. 🙂
I am, this is the error I’m getting. I have tons of other Luxalgo NinjaTrader scripts this is the only one I can’t download
Thank you for the answer
what indicator is that & did you unzip both archives? inside the first archive, there's another one that needs to be unzipped
Yes I did. I always do. It’s the Swing Failure Indicator
this one?
Yes
I will report this, will update you once I hear back from the dev team
just another one, did you try to load the SFP alone without any other indicators? does it work that way?
How would I do that? Is there a different way to load a single indicator other than clicking import and selecting the zip?
as in, is there any indicators active on your NT?
Hello, I would like to understand the backtesting S&O better.
So I got some nice results in the backtesting. But I also see in the chart, that there are long and short entry arrows. For long they always appear at the bottom of a candle for entry and top of a candle for sell. For short the opposite. That are of course the best conditions to enter and exit.
But are that really the entry points from the alert? Let's say I will trade this strategy automated on an exchange, it will not always take entries and exits at the perfect moment top or bottom of the candle right?
Is there a way to solve this in the backtesting, that I get the real entry points from the alert, or at least change the entry and exits points to the baddest conditions (arrow positions).
For me it feels like the backtesting and real trading are two different results and not comparable.
Thank you 🙂
Are you an Ultimate subscriber for the backtesting systems?
Yes, I have the highest
OK great, can you connect your Discord account so that you are able to access the Ultimate Discord channels
Please use this link
https://www.luxalgo.com/account/connect-accounts/
@errant summit
Once you are connected, you can access these Ultimate channels to gain a further understanding of the BackTesting toolkits
#🔥ai-resources
#🔊ai-backtesting-news
#🧬ai-chat
#🧪share-strats-indicators
#📌pinned-strats-indicators
Ok will do, thank you 🙂 But will I get an answer to my question there?
Most answers will be within this channel #🔥ai-resources
If you need additional clarification, you can browse and chat in here #🧬ai-chat for some guidance
Ok, thank you ❤️
@errant summit For additional info, those long and short execution arrows are placed above/below the candlestick, all this tells us that the execution occurred within this candlestick, the actual precise price level of the execution will be notated here in the log as well.
Oh ok! Cool! Where does the 78 come from?
This typical shows the number or lots/contacts/shares that were used to execute the order.
So this just depends on your order size, or % etc in your settings that you use for entries
Ahh got it, thank you! And last question, the backtesting is using the exact precise price level of the execution right? Not the arrow level?
Not the arrow level, the arrow is just to tell you which candle it executed, you would need to look at the trade log
This would give some additional info as well
https://www.tradingview.com/pine-script-docs/concepts/strategies/#strategies
Thank you for the support, it helped me a lot ❤️ I was just confused about the arrow, now I understood it correctly 🙂
ALSO, if you look closer, there is a horizontal arrow that would show the price level on the candle
So there are 2 little arrows, vertical and horizontal.
I wasnt sure which one you were referring to, so I explained both
I initially meant the horizontal arrow, which is almost always at top or bottom of the candle and I'm not sure if this is the real entry.
Is the price in the alert the same price as the arrow has always?
Yes there are
Remember, the executions are always at the candle close, so that is why these horizontal arrows appear at top and bottom of candles, and not on the wicks @errant summit
But if you were trading manually with an integrated broker, then you can execute during the candle formation @errant summit
But for auto strats, they occur at candle close
Ohh I see, so on 15min chart the alert would always appear only every 15 mins and it would take the price it has to that moment. And this is also what the backtesting is using to calculate. I would like to autotrade, but first needed to make sure, the backtesting is 100% correct and except of the webhook/api delay the same result as in live trading 🙂
remove the existing indicators and only apply the swing failure and see if it works by itself
Yes, for backtesters and other auto strategies, they confirm at candle close.
But for manual trading, you can execute any time inside the formation and duration of the candle
Most times for BT and auto strats, most times
Sometimes you may have some conditions that say to execute when price reaches a percentage away from the price level of a candle open, so this would be an example. @errant summit
So just depends on what you set for your conditions.
But for the majority, most traders have conditions for executions at candle close, which your image shows.
I know it gets confusing, but this is the power of Pine Script, and what is able to be coded
Ok nice, thank you! I just wanted to make sure the backtesting results are accurate and I can really get them by trading. That I know now, thank you a lot, appreciate it ❤️
That didn’t work but I manually installed it into the folder through program files and it worked. Thanks
Hi, I just started using the S&O backtester and wanted to know what triggers when trades exit in their default settings?
The default are random settings, but you could look at the exiting, TP/SL parameter settings
@pastel pumice Not sure if you visited the Ultimate channels here
#🔥ai-resources
Hi all is there a way to to let luxalgo plot all possible support and resistant on chat ? Othere than the previous high and lows option in the money concept?
Could you clarify?
You want a chat channel here with all possible S & R levels?
OK, which indicator? Because S & R in general is subjective with many teachings on this theory.
I need all the possible support and resistant from all school and ill then chose the one I want to use my issue is I'm very weak in finding support and resistant and still learning I want to see if I can find it all and practice
OK, you can request here #🔍feature-requests , but plotting all the teachings of S & R levels will probably not be feasible as your chart will have hundreds, if not thousands of horizontal lines that depict S & R levels on every fractal, major to minor to micro fractals.
@pine wyvern You can visit the main website and browse through the Library for the free indicators, and there are a few S & R indicators that may help you
Okay, thank you. If we want to backtest 6 months to a year do we need to use deep backtest or can we not select deep backtesting and just change the window start/end in the settings for 6 months or a year of data?
@deep dock thanks alot
Up to you as this is a TradingView Strategy Tester built-in function. You can read more about it in the TV help docs here
https://www.tradingview.com/support/solutions/43000666199-what-is-deep-backtesting/
Okay, can I still accurately test a year of data in the settings (Window Start/End) without using deep backtesting then?
You will be limited to what your Trading View subscription is limited to. So say for example, you want to test 1 year of 5 minute data, but then your TV plan does not reach that far, or handle that many candles, you will not be able to do so.
Hi again from where can I activate the candlestick patterns detection ?
There is Patterns in PAC: https://docs.luxalgo.com/docs/luxalgo-toolkits/price-action-concepts/liquidity#patterns
It's not included in the premium?!
Not chart patterns
I'm asking about candlestick detection
Engulfing
Hummer
Hanging man and so on
There are quite a few open source indicators offered by LuxAlgo for such. You can browse for them here: https://www.luxalgo.com/library/
Due to limitations in Pinescript, it is not possible to have all features that users request in the Premium indicators. The features included are carefully studied and considered given what the trading community needs. As I mentioned earlier, LuxAlgo has a number of free, open source indicators that can be used for such.
NO
Listed in the Library of the website
Okay, thank you. Then I will use deep backtesting in addition to the window start/end too.
@pine wyvern
Browse around these channels that will help you get started here:
#🧠core-lessons
#📈must-watch
#1199356285813006367
#1128499789437354106
Highly recommend that you do - just be aware that the optimizer in the S&O BT will not be available during deep backtesting.
@pine wyvern
Please also go through the docs here that detail all the features of the Premium toolkits.
https://docs.luxalgo.com/docs/getting-started/introduction
Hi beautiful support team
I joined the server
Can someone please assign me the right badge
Welcome back 👋
❤️❤️❤️
I had luxpro I am not sure if I am getting that back 
We in Discord don't have access to the backend, unfortunately. Will give a nudge to the team to get to it when they can.
I mentioned to you that this has been submitted to the team for follow-up since you left again on your own.
Thanks 👍
You have messaged me several times, the team will get to this in the queue.
👍
Is the discount 1st month only or ongoing???
Good question - I am actually unsure. Please chat with the accounts team at the LuxAlgo.com website using the widget at the bottom right corner. They will have the right information.
Jumping back in either way just curious. Thank you
Okay, thank you. When doing a deep backtest (S&O) of at least 6 months/1 year of data can I leave the warmup period at default of 500 or should I change that?
Just leave as is. One thing I will point out - try to backtest your own manual strategy, say for example, if you are a Price Action trader, using the PAC BT. I did notice that most people jump into S&O BT first. However the backtesters are there to help you with your discretionary manual trading - that is their main purpose.
Okay, thank you very much!
Not sure if anyone has pointed out the videos that we recommend for new joiners, as the toolkits work best when they complement your strengths as a trader. To help you get started, please go through the following members-only resources: https://discord.com/channels/641770286638694402/1048529827243761747 You can get a good primer by watching the https://discord.com/channels/641770286638694402/997901168393068564 and https://discord.com/channels/641770286638694402/997901091389841408.
You can get some inspiration from https://discord.com/channels/641770286638694402/1128499789437354106, in particular Micky's Community Streams, which he does every 1030 AM NY time on weekdays https://discord.com/channels/641770286638694402/1199356285813006367.
Hi there, just refresh Trading View by closing all browsers and Trading View apps then logging in again. That will load the right permissions to your account.
If you use any alerts, a structure change is confirmed once the body closes above the previous high, which you cannot change. You can set it to alert earlier if you use an option like this (see first pic), but it gets tedious as you also have to do it for CHOCH. The important part here is the selected trigger, which is Once per bar. If you select that, and not On Bar Close, you can get an early reminder. You can also use custom alerts (see second and third pics) as an option to use less alerts.
Just be aware that with these early alerts, you may still get a wick @unreal bough
It means once per candlestick as soon as the condition is true.
The Only Once option means once it is triggered the alert is turned off @unreal bough
If that's what you need - that will alert for any internal structure change.
Alerts usually are - you don't want to be bombarded by too many alerts, nor do you want the alerts to be too late, either.
While you are at it, have a look at this as well too: https://docs.luxalgo.com/docs/getting-started/setup-alerts#how-to-create-an-alert sometimes we forget to go through the basics which will help, @unreal bough
hi, I joined ultimate membership and saw there was VIP room/section got invited to. where is that section?
You can have a look yourself by checking the custom alert highlight bar, like so.
Hello there and welcome! The toolkits work best when they complement your strengths as a trader. To help you get started, please go through the following members-only resources: https://discord.com/channels/641770286638694402/1048529827243761747 You can get a good primer by watching the https://discord.com/channels/641770286638694402/997901168393068564 and https://discord.com/channels/641770286638694402/997901091389841408.
You can get some inspiration from https://discord.com/channels/641770286638694402/1128499789437354106, in particular Micky's Community Streams, which he does every 1030 AM NY time on weekdays https://discord.com/channels/641770286638694402/1199356285813006367.
As you are also an Ultimate subscriber, you also have access to the Ultimate Laboratory:
https://discord.com/channels/641770286638694402/1178046672668991498
https://discord.com/channels/641770286638694402/1038363244873666571
https://discord.com/channels/641770286638694402/1044693508969218088
https://discord.com/channels/641770286638694402/1181429249744306216
Definitely agree! that is the main reason why the team has put so much thought and flexibility into alert systems built into the Premium indicators. No other indicator comes close. But with such flexibility also comes complexity. Make sure to watch this too if you haven't already: https://youtu.be/olKQq5XR5S0?si=W2htEFz0MqzaSRf5
Hello i want to disconnect my trading view and discord accounts...
hello I have a problem I just took out the subscription, I connected the account to tradingview and I can't access the indicators and the full chat on Discord. if anyone can help me thank you
Hi there, if you wish to connect a different set of accounts, please contact the accounts team at the LuxAlgo.com website using the chat widget at the bottom right corner, or email them through support@luxalgo.com. They will be able to resolve this for you.
Hi there, your Discord account is connected as I can see you already have the Premium role attached. As for indicator access on Trading View, please make sure that you connected the correct account. If you have, just refresh Trading View by closing all browsers and Trading View apps then logging in again. This will load the right permissions to your account. You will see the indicators in the Invite-only section of Trading View.
Once you get everything sorted, welcome @placid saddle ! The toolkits work best when they complement your strengths as a trader. To help you get started, please go through the following members-only resources: https://discord.com/channels/641770286638694402/1048529827243761747 You can get a good primer by watching the https://discord.com/channels/641770286638694402/997901168393068564 and https://discord.com/channels/641770286638694402/997901091389841408.
You can get some inspiration from https://discord.com/channels/641770286638694402/1128499789437354106, in particular Micky's Community Streams, which he does every 1030 AM NY time on weekdays https://discord.com/channels/641770286638694402/1199356285813006367.
@thorny moon thank you but in your message you cited several Salons and I have to add them. what should I do to add them all?
If by Salon you mean Channels, just ensure that you have selected this option in your Discord server settings.
I just disconnected and reconnected but I still have no access, I checked if it was indeed the linked account and I have the notifications on TradingView which tell me that the LuxAlgo account grants me access to a script but I'm still not allowed to use it.
As we here in Discord do not have access to accounts information, please contact the accounts team at the LuxAlgo.com website using the chat widget at the bottom right corner, or email them through support@luxalgo.com. They will be able to resolve this for you.
Okay thank you
Is it possible to add the discount code to the current members plan?
Unfortunately, no. The code is for new subscribers only.
Will there be any backtesting training in the future? As this would help newbies and beginners who subscribed recently to learn how they can optimize their backtesting indicators accurately. Just a feedback...
Best to suggest that here: https://discord.com/channels/641770286638694402/710235692730548225
I keep losing on trading need help with scalping strategy😢
In my opinion, start fresh and simple
@ornate sentinel Welcome aboard 👋🏻
Hello dear Lux team! May I somehow use hyperwave signal as on my screenshot in PAC?
you mean the turning points? yes, those are HWO up/down.
But how can I apply it in pac? I understand it’s external step.
I want smth like pac indicator + hwo up signals
go to external step (the one with numerical value) and select hwo up -> crossing over(or what suits you) -> a numerical value.
for the numerical value, the scale of the matrix is from 0 to 100 so you can do uwo up -> crossing over -> 26 for example
Thank you so much! I will try it! ❤️
i just subscribed.. need to change discord id.. how to do that
Go to your welcome email, there should be a Discord link to get you connected to the subscribed channels that are included with your subscription
Welcome aboard 👋🏼
Once connected, Browse around and don't forget about these channels that will help you get started here:
#🧠core-lessons
#📈must-watch
#1199356285813006367
#1128499789437354106
I added wrong discord id by mistake. i need to change it this id
Ok, in this case, please send email to Support@LuxAlgo.com or message them on the website chat widget, and they can look into this for you to resolve.
I bought the premium, used the code but it still charged 67.99
hello, please reach out to the billing team at https://luxalgo.com/ (bottom right chat widget) and they can help you with this
Hello there, I have just purchased the premium. However, i do not have the access to discord servers and the toolkits yet on trading view. Kindly help.
hello, it looks you're connected
Thanks a bunch! I have the access now
Hi! Its possible to change the connected tradingview account?
if you reach out to the team at https://luxalgo.com/ (bottom right chat widget) the team can assist you with this.
Is there a way to limit the number of HH/HL on my chart for PAC?
no, but you can suggest this feature in #🔍feature-requests
Yes, by adjusting the length period of the internal market structures
This will also adjust the actual internal structures
hi i was just watching micky earlier live explainig signlas and overlays. was it recorded. and he shared the link as well of library of all recordings. can i please get that ?
you will find it uploaded here: #1199356285813006367
I just bought the essential sub, but it wasent for me and i also cancelled my sub.
how do i get my money back?
you can request a refund, to do so, it is a two step process.
-
- First is to cancel your subscription here: https://www.luxalgo.com/manage-account
-
- Request for a refund by speaking with the billing support team at http://www.luxalgo.com/ using the little blue chat widget (bottom right) corner or by sending a email with your account details (IE: email used to sign up) and your request to support@luxalgo.com.
https://in.tradingview.com/chart/taUbIHYu/ .. hii, i have enabled long for bullish classifier 23 only.. still it is taking long without any signal...suggest me the settings please
is your signal sensitivity from the backtester (17) the same with the signal sensitivity inside the S&O indicator?
Try to refresh or restart TradingView
I did just i have 3 signals workig but the 3 others not working
indicators you mean? refresh tradingview
You should have access to:
Signals Overlays
Price Action Concepts
Oscillator Matrix
3 Screeners
Welcome aboard 👋🏼
Browse around and don't forget about these channels that will help you get started here:
#🧠core-lessons
#📈must-watch
#1199356285813006367
#1128499789437354106
Now they worked good thank you
difference between the essential plan and premium (whihc one is the price action indicator, signals &overlays and oscillator matric)
the premium plan has all 3 indicators
but whats the difference between the indicators, which one does what
and they all work in a bearish market?
the indicators work in any market
are there any videos of the signal overlays in a bearish market?
It seems that I lost access to the private channels kindly check, my subscription is yearly premium
you should have access to all the channels. id:browse
have a look at the videos or at the youtube shorts, everything is in here https://www.youtube.com/@LuxAlgo/shorts
guys i’m a new user and i have the essential plan can i upgrade to premium with the discount JULY40 ?
if you reach out to the billing team at https://luxalgo.com/ (bottom right chat widget) they can advise
Hi, feel like a complete idiot for asking, how do i setup so i get an alert only when the most recent bullish bar is higher % than the bearish bar above it? @uneven carbon
hello there, not a stupid question, we are here for that ! Did you get thru the documentation ? it should be helpful to look a these documents to know more about the creation of alerts 🙂 - https://docs.luxalgo.com/docs/luxalgo-toolkits/price-action-concepts/order-blocks#internal-activity-and-metrics https://docs.luxalgo.com/docs/luxalgo-toolkits/price-action-concepts/alerts https://www.youtube.com/watch?v=olKQq5XR5S0&pp=ygUNYWxlcnQgbHV4YWxnbw%3D%3D
that's okay ! if you need any help we're here, hope that you'll find what you need 😊
Hello, I do not have access to the price action concept, but I do have access to everything else.
Refresh restart TV
Get answers to frequently asked questions including how to get access, product questions, and everything you need to know regarding billing.
Sorry didn't mean to be rude, thanks, i meant i was stupid. I was doing exactly correct but the arrow was wrong in my setup. Thank you Lea for the support.
A strong low of 80% verse weak high of 20% equals better chance of going towards strong low? Is this correct? Just like there is a better chance of going towards higher percentage order block. Am I understanding this correctly?
don't worry 😆
hello there, an higher percentage means that the swing level occurred during a period of higher liquidity, and has more chance of resulting in a bounce once the price reaches it, I do recommend to watch the previous streams that micky does as he did cover this topic a few times :
#1199356285813006367
Yes that is what I originally thought before I started overthinking it. Took a few months off but I'm back now so trying to relearn. Thanks for the help and resource.
you're welcome ! if you have any more questions don't hesitate. 🙂
My sorry ass is coming crawling back and i still don't get why luxalgo is showing me this. I got 2 steps in this alert, Bullish order block on 1, and Buy Volume > Sell Volume on 1. Yet, this is showing...
can you do bar replay and see if you have an OB there that was mitigated?
I did that slowly, and it was still the same, and even later on this happen repeatedly. I turned on breakers as well to re run it and it also showed the same
the order block is created when the structure change happens, in this case you have the CHOCH there
I thought a custom alert protected a bar from being a alert if it is set together with another condition? In my case would be Buy Volume > Sell Volume?
your conditiosn are Bullish OB + buy volume > sell volume, both conditions are met -> alert will fire
Buy Volume > Sell Volume Return true if the buy volume is greater than the sell volume of the most recent order block. The most recent bearish order block is 31k, and the bullish is 13k???
Heyy i don’t understand signal overlay can i get my money back?
This indicator is too many features and I don't know which one is best
What I'm really after is pretty simple - I just want to set up an alert that pings me when a bullish order block shows more strength than the recent one above it. Does that make sense? Any tips on how I could set that up?
Get answers to frequently asked questions including how to get access, product questions, and everything you need to know regarding billing.
it's this volume
the condition is looking at the most recent orderblock
The bearish order block above has 31k volume, while the bullish one below has only 13k. Shouldn't this mean the condition isn't met? Could you help me understand why the alert is still firing? Is there something I'm missing? This timeframe is 5min, is it looking at timeframes outside of the 5min??
I want to receive an alert when AI, Neo Cloud, and Smart Trails appear in any order. The custom alert system only allows three conditions, but it must account for their appearance in sequence. is it possible
the 31k volume orderblock is old, the condition is only applying to newest orderblocks
hello, you can check these documents, they should help you to achieve this 🙂 https://docs.luxalgo.com/docs/luxalgo-toolkits/signals-overlays/alerts you can also watch this video about alerts : https://www.youtube.com/watch?v=olKQq5XR5S0&pp=ygUNYWxlcnQ
Signal values 1-4 best place to read up on what exactly they mean. Watched a video and to be honest was more confused.
have a look here and also the past recordings in #1199356285813006367. he went over the AI classifier a few times
I just realized that what i am asking for do not exit, these settings do not compare any bars against each other, only as you stated, the most recent bar.
I thought "Recent" oh great, that must mean the bar before it. what's the point of comfirming what's already obivous
sorry :/
no need to be sorry, you're all good 🤝
@deep dock Hello i recently send you an email about me subscribing to one membership then i choose upgrade to the more expensive one (premium) ..... why didnt i got the difference refunded ???? I did that in a matter of few minutes after realizing that i need the premium one not the essential.
You are not responding to me since weeks and that's not professional way to treat your customers
Help me or give my money back i dont need your service !
This is broken down before purchase.
(You mentioned you subscribed, you then upgraded, then downgraded, within minutes)
#🤝support message
Unfortunately, I do not have access to any billing support accounts, nor do I have access to your emails sent.
Please send email to Support@LuxAlgo.com or message them on the website chat widget, and they can look into this for you to resolve.
You may also manage your own account directly here: https://www.luxalgo.com/manage-account
Get answers to frequently asked questions including how to get access, product questions, and everything you need to know regarding billing.
-
there is no chat widget on the website as you are claiming
-
nobody is responding on the email
I want my money back since you offer 30 days money back guarantee
I am not satisfied with the poor support you offer and feel scammed, sorry
Bottom right, must be your browser or cookies
HI, thanks for your work I really love LuxAlgo, does anyone know if there is a tutorial on how to set up the alerts on tradingview for Oscillator Matrix?
hey there :), here in the documents you can find what you need about how to create alerts with OSM : https://docs.luxalgo.com/docs/luxalgo-toolkits/oscillator-matrix/alerts and here you have a full guide video of how to create alerts with the toolkits : https://www.youtube.com/watch?v=olKQq5XR5S0
Hello, I'm trying to use the contrarian gradient, and for some reason, the candlestick doesn't change colors.
Do you have any other indicators on your chart that has candle coloring option?
Can you create new chart with only Signals/Overlays and then enable gradient
how to get full discord if already subbed?
Welcome aboard 👋🏼
Browse around and don't forget about these channels that will help you get started here:
#🧠core-lessons
#📈must-watch
#1199356285813006367
#1128499789437354106
You have the Premum Discord access
Oh nice! 😅 I didn't notice the browse channels feature
No worries, if you have any other questions let us know...
hi all ,i have a question why some indicators like price action consept or matrix are still closed for my even when iam payed subscriber do i have to unlock them some how ?
Hi there, once you have connected your Discord and Trading View accounts using the instructions on the Welcome mail, access is granted instantly. If you encounter the red padlock on your indicators, close all browsers and Trading View apps then log in again.
thanks yngshi , i did all but i checked i didnt recive any e mail , still cant accsess it but strange like indicator x i can use 😦
Can you show me a screenshot of your Invite-only indicators in Trading View please?
According to this image, you aren't subscribed. Kindly check your account details at the LuxAlgo.com website please.
hmm ok i will check now sir
Good afternoon! I've written to you about the refund twice already (on June 24 and 27). It's been 9 business days since I wrote for the first time. Can you please tell me when the refund will be made, or is the inscription on your website about the refund made only to add additional credibility? I wrote to support@luxalgo.com. Last time I got the following response from them "caca_prost (Lux Pro) - 26.06.2024 18:17
hello, sorry about this - will give the team a nudge", but it had no effect..
I have already canceled my subscription since then and do not use your product, so I'm asking again what I should do to get my money back
And some manager, who I'm not sure is your employee, writes to me
Hi there, getting a refund requires 2 steps, first is to cancel the subscription once you have logged into your account, and second is to request a refund. As your Discord account still has the Premium role applied, I suspect the cancellation did not apply. I will have to ask you to do the steps again today. I will ask the team to be on the lookout for your mail once they are online at EST.
This is a scammer. No LuxAlgo team member will ever contact you first.
i checked my bankaccount , i made a purchase with the atention to buy lux , is possible to check that with the information here
Unfortunately no, we in Discord do not have access to accounts information. You would have to check this via the accounts page at the LuxAlgo.com website.
or if you can say me yhe name of the company ,am paying online than i can check to
i checked there ,t just conrims what you sad
but i made a online payment by my self i dont know what went wrong
ok than last question bro , the indicatoors atr x , and,cator x and trend x there are pad service or for free
Does this count as a canceled subscription? I don't see any other buttons to unsubscribe
The only thing I can recommend at this point is for you to contact the accounts team at the LuxAlgo.com website using the chat widget at the bottom right corner, or through support@luxalgo.com. Please be aware that since it's the weekend, responses will be delayed: https://docs.luxalgo.com/docs/getting-started/faq#how-long-does-customer-support-take-to-respond
Odd, normally once the sub is canceled you will no longer have access. No matter, please send a mail as well to support@luxalgo.com regarding the refund with your LuxAlgo account info.
ngashi thank you pls last question the indicatoors atr x , and,cator x and trend x there are paid service or for free ??
Are you asking about the ones on your screenshot? I am not sure, as those are not LuxAlgo indicators.
What I can tell you is that the green padlock normally means someone has to have given you access explicitly, using your Trading View account name.
yes but the author is like you maybe cann see there Easy-Algo and it was red in te start so i shared my traidingview name after it was unlocked -i gueess easy algo and lux algo are different ?
Yes they are.
oow shit did i purchase wrong omg so stuid from mee
I was just about to say please be careful on what you purchase online. There are many indicator providers out there.
Is this enough data for the letter?
Yes, thank you very much! I have followed up with the team as well. Please take note that as it is the weekend, responses may be delayed: https://docs.luxalgo.com/docs/getting-started/faq#how-long-does-customer-support-take-to-respond
Hi, I signed up using a different email and after I purchased and trying to add my TV username it says its already associated with another account, which is my old account
Hi there, as we have no access to accounts information here in Discord, please contact the accounts team at the LuxAlgo.com website using the chat widget at the bottom right corner, or through support@luxalgo.com. Please be aware that since it's the weekend, responses will be delayed: https://docs.luxalgo.com/docs/getting-started/faq#how-long-does-customer-support-take-to-respond
Thank you just emailed them
This time they wrote to me and initiated a refund, thank you very much for your help!
Hello brother. I ran into a problem. I bought Luxalgo Sign & Overlay this indicator for one month. But now asking for money again next month. But I now use the indicator I don't want Now what can I do it keeps giving me messages to deposit money on the card.
Hello, how can I create a strategy for automatic alerts and backtest it and find the most amount of win rate?Do you have certain specs available?
Now what can I do?
How can I turn it off?
you can cancel your subscription by logging in into your account
Ok
have a look at #🔥ai-resources
also, #📌pinned-strats-indicators contains strategies created by other users
Bro my term expired on 4th of this month I canceled on 5th. But still keeps messaging me.
@uneven carbon help me brother
@uneven carbon ?
email the team at support@luxalgo.com and they can help. we have no access to the backend
Lux team - I'm unable to access backtest resources section in Discord. Kindly help..
Wow. Wonderful🔥 Thanks!
you can enable them from id:browse
Fantastic. I missed it all this while. Thanks👌🔥🔥
@deep dock do you have any videos i can refer to for setting up alerts. i want to send custom message to 3commas as well. i am new and still learning so i thought a video would be a good start. thx
hello, have a look here: https://youtu.be/olKQq5XR5S0?si=FLU-jbRHC1CGx7T8
the documentation is also useful, it can be found here: https://docs.luxalgo.com/docs/luxalgo-toolkits/signals-overlays/alerts
thx
I want to subscribe, does premium indicator support testing strategies
you can test strategies with the ultimate package which includes the backtesters for each indicator https://www.youtube.com/watch?v=BxCAm-n4-5U
i want to subscribe Premium . but i nees testting strategies support on tradingview
I mean like this
it's a free script from luxalgo but I edited it to support the testing strategy
for the premium toolkits you need to have the ultimate package, the source code for the premium toolkits is unfortunately private.
so I can't use the testing strategy
so when I buy ultimate I will get the script open and I can copy and edit it . and use testing strategy
you can test strategies with the ultimate, however the script is not open so you can't edit it.
have a look at the video here: https://youtu.be/olKQq5XR5S0?si=FLU-jbRHC1CGx7T8
ok thanks you
hi i'd like to put btc chart on to every chart that i saw, like an sma overlay, how do i go about it?
Do you mean you want btc on every chart in your layout?
Just add btc manually to each chart or use the layout symbol global function
for example i want btc chart shown in this
like a comparison
so i can see which way btc going without having to look at my 2nd monitor
I’m not sure if I understand? I only see one btc on this chart?
i want to see the price on btc at SOL chart for example
is there a way to do that?
like using moving averages
that merge on the chart
There is not clean way to do this as the price axis will alter the chart for SOL
instead on the bottom of indicator
I'm still in search for an exchange where I where leverage scalping is easy. Has anybody an idea please?
binance/bybit always a favorite to me, easy UI
You can ask in the other channels for other members feedback
hmmm
You can add second symbol to main chart, just use the TV feature to add it
coz i saw on some youtube video when someone trading forex
when they trading a certain stock exchange
they using jpy/gbp as part of their confluence, if the currency going this way, the market probably going that way ( sort of thing )
but they had it on 1 chart
But not LuxAlgo video
It’s a TV charting feature
i see let me google that real quick
All the chat channels are for everyone to enegage and share ideas in
@remote nexus
Browse around and don't forget about these channels that will help you get started here:
#🧠core-lessons
#📈must-watch
#1199356285813006367
#1128499789437354106
Hey I just cancelled my membership, I started using a new strategy for trading that works better for me and have no need for luxalgos indicators. I sent an email to the support team but wanted to see if you can help also. There was a 30 day risk free guaranteed, does that mean I’ll get a refund at the end of the billing period? Or am I getting one since I just cancelled?
Unfortunately, I dont have access to billing accounts, in this case, please send email to Support@LuxAlgo.com or message them on the website chat widget, and they can look into this for you.
I figured but didn’t hurt to ask, thank you for your help! I already sent an email and it say 6-8 hours ill get a response (since it’s a weekend)
ok cool, give them time since its the weekend
Of course, working hard during the week to have a relaxing weekend. I wasn’t trying to rush a response I remembered I was in the discord so I figured to ask around here
@remote nexus Yes you can change the FVG timeframe
https://docs.luxalgo.com/docs/luxalgo-toolkits/price-action-concepts/imbalances
yea sorry my bad, i somehow missed that part,
ty solved ❤️
Dear, I’m subscribed to premium package. Overall, It’s a great indicator, but somewhat I might have some confusion to recognize what is the best for my trade . I’m into option trading on US stocks. As you know there is good move to make money from up and down condition (call/put) Can you please help me with this ?
I’m using Signals& overlays & price action concepts, and Oscillator Matrix
@deep dock Hi, Could you please advise on how I can tell where the TP and SL is on Lux Algo Backtesting System (S&O) where or how it is shown on a chart? Thank you! Also, is there any tutorials on how to use these Backtesters? Thank you!
I am curious how to use it too
@remote nexus
Browse around and don't forget about these channels that will help you get started with some ideas here:
#🧠core-lessons
#📈must-watch
#1199356285813006367
#1128499789437354106
which TP/SL you want to use for the backtesters? the TP/SL which is in your S&O indicator?
I’ll look at that.
Thanks 🙏
Good morning. I saw the video you made about the ICT unicorn indicator. I put it on but don't see it much on the chart.
I very much want to trade the unicorn setup
What is the difference between the silver bullet and unicorn set up
Do i need to have session indicator for it to work?
Thanks so much for answering my questions
I am not sure what video you saw on the Unicorn setup. We have a session indicator, please have a look in the library here: https://www.luxalgo.com/library/
With the sessions, will it disable the other sessions for finding setups if Enabled?
This is the link to the YouTube short I saw: https://youtube.com/shorts/0YsYRXGJDYU?si=ZvOd4C42nnTabo-Y
you will need to test this yourself i'm afraid.
Hello, I'm trying to set up my LuxAlgo onto trading view but don't see the invite only option for indicators. I have the basic/free account right now. Do I need a certain level of account there in order to use?
can you refresh tradingview? it might fix your issue
Tried that again. And as I double checked things I see that I provided the wrong username so I will email tech support for correction.
I see, that'll be the reason. reach out to the team at https://luxalgo.com/ (bottom right chat widget) or email support@luxalgo.com
Is there any tutorial about connecting custom luxalgo signals to bot through webhook?
there is no tutorials, we don't offer support for connecting the signals to bots through webhooks i'm afraid. there is users that did this, you might find answers in #🚀crypto-chat or #💱forex-chat (depending on what you trade)
is this valid sir?
I am not familiar with that, it is not a link from LuxAlgo
I see. Can you tell me is luxalgo signals and overlays indicator strategy script or not?
Because some bot web services only supports strategy scripts
with the ultimate package you have access to the backtesters, and you can have strategy tester enabled.
I need an alert if the order block created is more than 20%. I am getting the alert, but I want the message description to state whether the order block is bearish or bullish. How can I do this? Plesase support.
Are the results realistic from strategy tester? I want to learn to use it too.
Yes
they are based on how the markets did in the past, past results are not indicative of future results in any market.
I noticed on the chart it just shows enter Long or Short. Just trying to figure out where the TP would be and SL. Thanks!
you will need to define the SL/TP based on your analysis
So after my analysis there is no way for the RR to be inserted into the Backtester?
you can do this, this is 2:1 RR
Ok that is what I wanted.
Is there any tutorial on this backtester?
have a look at #🔥ai-resources
I appreciate your quick response and being available here. It saves me a lot of time. Thank you! I will go there to review and learn
Oh one more thing, is there a way to eliminate this? Please see attachment. The long line of settings
right click on the indicator and untick the arguments
Oh great! What a relief! So much clutter on the chart. Thank you!🙏
Has anyone used Lux to set up automation via 3 commas?
Yes this is possible with TV alerts/webhooks, unfortunately, these are processed through 3rd party services, and since this falls outside the range of support offered by LuxAlgo, LuxAlgo and myself are unfamiliar with these services that integrate these webhooks for trade execution into your brokerage of choice....But you are welcome to ask around in the other channels to see if other members can guide you on this...
Also for nano cloud would love for it to go back to like it was to have the colour fade as it's becoming exhausted. Along with adding the ability to add alert when the cloud changes colour.
Thanks for the feedback.
You can submit your request here #🔍feature-requests
🙏🏻
Hi I noticed you have a lot of ICT indicator and which one is your best one for trading the ICT. Is it ICT Concepts?
The premium toolkits of Price Action Concepts would be best in my opinion.
Here is a good playlist of some overview video's:
https://youtube.com/playlist?list=PLbqCXsOfrM3P5mb5jY7Ye8pguhmozOKBC&si=nVtssHcLkJpO_uuc
I am looking for best indicator to trade mss and fvg. Price action concepts very good. I have it enabled along with third party indicator for sweep, mss, fvg
I tried the lux algo unicorn but it didn't show on chart as often
Your videos are very helpful and thank you for your work an support
your welcome, have a good weekend
Could you please help me with the answer?
Please have a look at the included placeholders for Price Action Concepts alerts
https://docs.luxalgo.com/docs/luxalgo-toolkits/price-action-concepts/alerts
Hi Micky, I checked all the placeholders but could not find it. I am using the custom alert option and I want an alert when an order block is created that is more than 20%. I get the alert, but it doesn't specify whether the order block is Bullish or Bearish. Is there any JSON I need to write in the message section so that I get the required message? Is there a placeholder that provides information about the type of order block created?
Hello, the LuxAlgo indicators on NT8 are not working... does anyone have a solution?
Hello, for me the same error. Any solutions ???
what is the error you are having?
you can just simply write "bullish/bearish OB", you don't need json on this. you will need to create 2 alerts anyway, one for bullish one for bearish
I think this is the easiest way to achieve this i'm afraid
Hi are the premium lux algo available on NT8?
I use Trading View but NT8 has unique features
premium toolkits are just for tradingview. there is some free indicators for NT, you can find them in the library
is ther an option to show ema 200 on the indicator
you can add EMA to you chart separately which would be the easiest way
hmm.. need to upgrade my Tv plan for this. thatsy checking if possible. ta
is it the same with mtf rsi table. shoudl i add as additional indicator. any internal option for us to show pac, os matrix, signals
I am not certain I understand - if you wish to add those as indicators to your chart, that is dependent on your Trading View plan.
Telegram is asking me to lux algo this id lifetime. I got the link of this ID from Lux algo premium telegram group here???
that is a scam
this expired 2 days ago
Plz give me new discount code
No promo codes or free trial at the moment, but there are currently some great discounts here on the website.
There is also a 30 day risk free program as well.
And after how long to launch such an offer?
what do you mean?
30 days risk free mean??
you can get a full refund if the indicators are not for you. you must be within the first 30 days
If I don't like it, can I get my money back after 30 days?
It's been 6 days
likely to arrive tomorrow or tuesday then, weekends are not classed as business day.
"What did I do wrong here? I have $100, and I wanted to enter a trade with $5, but it executed at 0.16 cents above the market price."
"Despite receiving multiple alarms here, it's not entering the trade. Any ideas?"
Depends on your banking institution on how and when they process the transaction. You may want to contact them to inquire on the status.
"Have I set the indicator parameters correctly in the first chart I sent? Is this what I should understand?"
"In the strategy I sent initially, I have a $100 account balance and I want to enter each trade with $5 using 50x leverage."
you should enter 5 USD in the order size, you have 4% of the total equity right now. 4% of $100 = $4
i don't understand what issue are you having
"In the strategy I shared, I intended for it to enter trades with $4, but it executed a trade with 0.16 cents. Similarly, my other bots using the same logic haven't entered any trades at all. That's exactly where my issue lies."
"When I input the data this way, it takes a $10 trade with 50x leverage, but as the trades open and close, it doesn't consistently take $10 trades. Sometimes it takes $1 trades, sometimes $4 trades, or when closing, it doesn't fully close the trade, leaving 2-3 cents still open."
that is contracts. multiply contracts with the price of the coin when the trade is entered, and you will get $4
"Even though I input the data this way, it doesn't open a $4 trade, but instead opens a 16 cent trade or no trade at all. Am I doing something wrong? I want to trade with 4-5% of my $100 balance, so it should be $4 or $5 trades."
Hello, how can I detect s&o "bullish exit"s higher than the entry price?
it will always be higher than the entry price
Hello, I see that in backtesting there is a checkbox for deep backtest. How far can it go and is it limited by my tradingview subscription?
it will be limited to your tradingview plan
i need some support.
question 1. i need to change my trading view account linked to the indicators
question2. i operate based on alerts + ai bots, where im looking into streaming this data somehow (image)
I was able to get trend strenght in an alert, but not the others, streaming this data is important to my system to work as expected with less human interaction.
Ok, in this case, please send email to Support@LuxAlgo.com or message them on the website chat widget, and they can look into this for you to resolve. For the alerts, only the strength is available at the moment for alerts
any plans to upgrade that? or any other way to acess lux indicators data, other than thru trading view? im using the data to feed AI, like I said, i love the indicators, but the way I acess data currently is too bad.
Good to hear, you could submit some ideas here #🔍feature-requests
For accessing data, it will always be available through the TV platform
What's the process for getting upgraded here, after getting an annual sub?
Refresh or restart TV
does the paid version of propulsion blocks have an alert?
hey there, are you talking about the free indicator ICT propulsion block ? if it doesn't come with alerts the indicator is open source, you can take the code and modify it to your needs.
Hi, I just signed up for a Premium account and linked my Trading View account, and I'm still getting locked indicators. Any suggestions? Thank you, Danny
hello there, you just have to refresh trading view, typical glitch of tv 🙂
Also welcome here, you can have a look at these channels to get started here 😊 :#✨community-guide
#🧠core-lessons
#📈must-watch
#1199356285813006367
#1128499789437354106
Thank you very much, that seemed to do the trick. 🤦♂️ And thank you for the channel suggestions. 👍
you're welcome !
hi team - is there a way of receiving an alert when inside of the smart trail touched by the candle as shown?
hello there @still lantern, if you want an alert for the smart trail switches up or down, this response could help you someday, #🤝support message but the response of micky should resolve your question. Also, I recommend you to read the documents about the alerts here : https://docs.luxalgo.com/docs/luxalgo-toolkits/price-action-concepts/alerts and here you have a full guide about the alerts : https://www.youtube.com/watch?v=olKQq5XR5S0&t=2s
Few ways you can do this.
The simple way is the built in alerts in the TV Alert Panel
We need price to cross the Smart Trail, which is exactly what you wanted.
There are two lines that comprise the Smart Trail: Smart Trail and Smart Trail Extremity
The outer line is the "Smart Trail."
You can use the data window to help you locate each of these for reference.
@still lantern try this to see if it works for you
Hi can a lux team please respond to my email. I sent it out on thursday. Thanks
The Mod team do not have access to the email as they pertain to billing account concerns.
Give them some time to get through the queue as it is the weekend
Have you also tried to send a chat message on the website?
No problem thanks. Will touch base again tomorrow
You can contact the billing account team with the chat widget on the website.
Excuse me for asking a question.
To understand the meaning and usage of the red dots that can be displayed on the chart in the arrow section, should I watch and learn from the video on the instruction page below?
Hi, I am gettering this error message when I try to use Luxalgo external indicator "Trendlines with breaks"
Not sure where these red dots are coming from? which indicator?
If this is from the highlight bar, you must had changed some colors?
Then try to create new chart.
Hard to say as we dont know what you are needing for the external source
I am geting quite irritated. I paid for Premium and now I am told I must messageo use the indicators on Premium? I feel like I am being lied to. ??
Can you screenshot where this is, thanks
Bottom right corner of website
hey guys can someone explain this to me how it work and what i should i expect if its active
This document may help you: https://docs.luxalgo.com/docs/luxalgo-toolkits/price-action-concepts/pdzones
You can also scroll through past LuxAlgo LIVE streams where Micky talks about these levels too. All the recordings are here and are titled for easy searching
https://discord.com/channels/641770286638694402/1199356285813006367
please refresh tradingview, it's a common glitch
https://discord.com/channels/641770286638694402/1258871385665835079
I borrowed the image from this person.
(I will delete this link immediately if it should be deleted)
I have no idea what these red dots mean or how to use them, so is there an instruction manual somewhere?
Thank you that did work.
Hi, have you checked out our latest video on alerts? It talks about this 'highlight on chart' function - This will help you understand this feature better.
https://www.youtube.com/watch?v=olKQq5XR5S0
The dots are representations of your indicator conditions (alerts) to visually show you where they would trigger an alert before actually setting up the alert. This gives the user visuals as to where their alerts would be triggering without having to set the alert. Allowing them to check they are triggering at the correct place before going ahead of setting the alerts.
Now another issue why should I hvae to upgrade to candles is Sean going to nickle and dime me for everything now?
what do you mean?
also @hallow pine welcome to the LuxAlgo community and we hope you enjoy the ultimate subscription plan!
Heres some channels, videos and documents to get you started:
https://discord.com/channels/641770286638694402/1048529827243761747
https://discord.com/channels/641770286638694402/997901168393068564
https://discord.com/channels/641770286638694402/997901091389841408
User strategies:-
https://discord.com/channels/641770286638694402/1128499789437354106
Daily LIVE recorded streams:-
https://discord.com/channels/641770286638694402/1199356285813006367
LuxAlgo's Micky discusses the indicators, giving you an insight into..
- The settings
- How to use the indicators
- Simple strategies
- Opportunity to ask questions directly LIVE and get shown/ a response in real time
- (Streams usually around 10:30-11am NY time)
LuxAlgo Video Playlist (Tutorials):
https://www.youtube.com/playlist?list=PLbqCXsOfrM3P5mb5jY7Ye8pguhmozOKBC
LuxAlgo Video Playlist (Short Strategies):
https://youtube.com/playlist?list=PLbqCXsOfrM3N4wajKoJTL2G_sojJOl8Vg&si=K_Ty2Cm3rViMv7am
Also as you've got the Ultimate Package take a look at:
🔊https://discord.com/channels/641770286638694402/1044625911225516102
🧬https://discord.com/channels/641770286638694402/1038363244873666571
🔥https://discord.com/channels/641770286638694402/1178046672668991498
🧪https://discord.com/channels/641770286638694402/1044693508969218088
📌https://discord.com/channels/641770286638694402/1181429249744306216
Backtesting Systems tutorial:
https://www.youtube.com/watch?v=BxCAm-n4-5U&t=542s
We are confused here, you have the Ultimate package.
If you are referring to your TradingView platform subscription package, this depends on your need for charting features. Hope this helps with your understanding between LuxAlgo toolkits, and the TradingView charting platform.
Thank you.
I'll watch this video to learn how to use it.
That was helpful.
Now I am trying to load price action concepts same thing wanting me to upgrade and yes I reloaded
this has nothing to do with luxalgo, this is tradingview platform. luxalgo works on the free plan, however you will be limited by tradingview on how many indicators you can have on the chart in the same time
okay thanks for that info should should I just use this on Lux Algo only
I think you are going to say I will need to pay for trading view. If I do this will that get rid of locking the dang indicators I want to use?
correct. essential subscription (the cheapest) you can have up to 5 indicators on the chart in the same time
Will the Plus Plan at $24.95 a month work out for pretty much everything
luxalgo indicators should have no red padlock on them (if they do, just refresh tradingview). your error is tradingview related
10 indicators with plus plan
The videos I am watching on Youtube usually have only 2 indicators on them
Yes, some members including myself will need more than two indicators on our charts. Depends on you and what you need. Please have a look at the TradingView website for their plan features https://www.tradingview.com/pricing/
is someone observing issues with Tradingview alerts? Seems like something is not right on their side.
Unless it is just me.
Just need a little bit of info here to see if its on TV side or your settings.
seeing these on TV.
chart loads fine, just the alerts part is broken
I was checking their status page
they are not tracking anything though
Yeah, looks like maybe internet connection or something
Try to create new chart and start all over?
yeah still the same
even no indicators
let me check a bit more
there is a pending update in my app
Not sure, have you contacted TV support desk?
yeah
just received a response back
they have deprecated a few APIs on their end and it is intermittently affecting a few users
updating fixed it
good to know 
Okay thanks I subscribed to Trading View. How do I save this chart and how do I just show the pricing for the daily Nasdaq please?
Also how do I chane this to candlesticks
You can browse the TradingView help docs to familiarize yourelf with the platform
https://www.tradingview.com/support/solutions/43000543048-what-are-indicator-templates-for/
Save with Templates.
I am clicking on Indicator to save but it is not doing that
Thanks I did
Now how do I get to show the chart for just one day
I am unsure of what you need here, but the TradingView help docs should help you here
https://www.tradingview.com/support/
Try clearing your browser/cookie data history then checking again. A chat icon should appear at bottom right (See Picture)
That worked! Many thanks
Hi,
Can anyone guide me for SMC luxalgo indicator please or any tutorial how to read this and what settings are best for this #🤝support
You can check out our indicator library for explanation on all our free indicators here: https://www.luxalgo.com/library/
Smart Money Concepts: https://www.luxalgo.com/library/indicator/Smart-Money-Concepts/
How do I show regular candlesticks. Good grief I have paid for premium
Please familiarize yourself with the TradingView platform
https://www.tradingview.com/support/
Locate "Bar Style" for candlesticks and the different variations.
I am again I will ask why can't I use regular candlesticks without having to pay more
You would need to inquire with TradingView to discuss their features of their subscription plans
You can manage "your" account here
https://www.luxalgo.com/account/billing/
Any account billing questions you may have, please send email to Support@LuxAlgo.com or message them on the website chat widget.
Not sure, must be your computer or browser
But you can still email to support to have them process the cancellation for you
Hello, I have an ultimate plan... It's my understanding that ultimate plan comes with Community access w/ scanners, bots, & backtesting
User strategies, setups, & backtests shared weekly... How do I access them? Thanks
Go to your welcome email, there should be a Discord link to get you connected to the subscribed channels that are included with your subscription
@glossy lake
Welcome aboard 👋🏼
Once you are connected here, browse around and don't forget about these channels that will help you get started here:
#🧠core-lessons
#📈must-watch
#1199356285813006367
#1128499789437354106
@glossy lake Your connected 
got it, thanks. Trying to figure out where to find reliable Futures data from all the back testing
Here are the Backtesting channels
#🔥ai-resources
#🔊ai-backtesting-news
#🧬ai-chat
#🧪share-strats-indicators
#📌pinned-strats-indicators
@deep dock , I imported some of your back testing charts and when I open the chart, I get this error... Is it because your chart has an older version of the backtest indicator or is it my Tradingview subscription?
Hey there, these strategies are actually from our fellow members posted strategies, that I have pinned.
But with this error, it seems you do not have the TradingView subscription plan that the author/member of the strategy used, Bar Magnifier. But there should be other strats that do not have this featured enabled.
my membership is expired i want buy new one.
i have question i already custumiazed sginals overley indicator can i bactest with my custimazation?
You can backtest in several ways. With TradingViews bar replay, or with LuxAlgo BackTesting Systems https://youtu.be/BxCAm-n4-5U?si=aOO6tRJgixr4poNC
Our Backtesting System™ product is out of beta & now supports our Price Action Concepts, Signals & Overlays, and Oscillator Matrix toolkits that are fully released in the brand-new Ultimate Plan on https://LuxAlgo.com/pricing.
DISCLAIMER: Past performance is not necessarily indicative of future results. Hypothetical or Simulated performance res...
@deep dock - While check one of the documentation i see various options with TP/SL
Where as in current S&O settings i dont see the above options for TP/SL (refer below screen shot) .AM i missing something?
can you help me how to get the TP/SL options metioned in this link
You are viewing the S&O Backtesting System documentation (Ultimate Plan) and not the S&O indicator documents (Premium Plan). The S&O documentation can be found here: https://docs.luxalgo.com/docs/luxalgo-toolkits/signals-overlays/tp-sl-points
Also you are using version (6.3) and the current version is (6.8.1)
i can use price action but i cannot use signal and overlay??
why we are seeing those options only in backtesting and not in S&O indicator . how to update to current version of the indicator?
Kindly refresh your TradingView, its a common glitch with TradingView.
thx u, i can fix this
Because they are elements within the Backtesting System. Not all elements in the backtesting systems are available in the S&O indicator.
To update to latest version of our premium indicators, you simply remove them from your chart - refresh your TradingView then re-add them.
- (Please remember that you will have to re-do your settings what you had within the indicator so its worth making sure you've made a note of your settings before doing this)
@fading imp - ok thanks, i am in ultimate plan i beleive?
You're welcome. Also your current plan is: Premium
oh ok
@fading imp - With the bactesting, i will be able to only backtest the signals and not the current signals alerted?
The backtesting Systems allow you to backtest your current (S&O) strategy to see how your strategy would of performed over time historically. They are really advanced indicators what also allow you to add some additional external elements from other premium indicators.
A tutorial video on the Backtesting Systems is here: (May give you an idea on what the BT systems are like)
https://www.youtube.com/watch?v=BxCAm-n4-5U&t=543s
Morning guys been trying to find a set up that suits me best and a little confused with neo cloud filter on and off it looks like its filtering signals that it shouldn't. Also should it still plot bullish exits if there are no bullish signals?
Hi, this documentation may help you understand the features better: https://docs.luxalgo.com/docs/luxalgo-toolkits/signals-overlays/settings
If you use the presets/filters (Neo Cloud) it will only show signals what align with the Neo Cloud. If you don't want it to filter signals then you would select Neo Cloud in the indicator overlay section and not the presets/filters
Thats my point if you looked at the two images you would see it filtered out a buy signal with a bullish neo cloud
Not trying to be rude but sometimes i feel admin just fire links at rather than look at whats been sent and asked in the first place
Would you please share your chart so I can have a look?
Not the chart image but the actual chart link @molten tinsel
Not sure it the sharing option is on cant remember where to switch it on pc
It's correct, got a copy, thanks. Get back to you in a bit.
Thank you
@molten tinsel yeah, it's what I suspected. The AI classifier is causing what you are seeing as excessive filtering by the Neo filter. I will bring this up to the team and ask if that is as expected. I will get back to you once I hear from them.
Thanks, Can i also ask if you use the neo cloud filter and want neo cloud set on 2 you need to use the overlay also to change the cloud?
You can use the neo cloud setting to change the cloud length yes. What the filter does is to enable the cloud even if you have the option unchecked.
"How do I need to set the setting for 'external' if I want to say 'open when "Smart trail uptrending" is'?"
Which indicator are you doing this from
backtesting PAC,
i want to say open Long if: Bullish CHoCH, Bullsih Exit OB and Smart Trail uptrending
When I look at the Data Window, I can see that the Smart trail has 2 components:
-Smart trail
-Smart trail extremity
The extremity is the line closer to price. In a bullish smart trail, extremity > smart trail. In a bearish smart trail, smart trail > extremity.
Just make sure to refer to the Data Window and hover over the candle so you can check the data values of the indicators in there.
okay, thank you for ur support
hello, How to create alert for
1- new trend line detected
2- cross the trend line
Hi there, please refer to our documentation on creating alerts, also check out the video regarding alerts what is located within the documents too for better understanding and future reference
https://docs.luxalgo.com/docs/luxalgo-toolkits/price-action-concepts/alerts
i see it's like trend Break, and i understand my case is just crossing, or touching ...
also what about new trend line detected
If there are features within the trendline alerts what you feel are missing. Feel free to send your feature requests here: https://discord.com/channels/641770286638694402/710235692730548225
Please note that requests submitted are not guarantees of implementation, but rather assurances that the request will be reviewed and considered.
Should I wait until Tuesday?
Refunds usually take 3-5 business days from date it was processed which doesn't include weekends or public bank holidays as these are not classed as business days.
I would like to ask, when a loss occurs during the execution of a trade in a trading strategy, can I set up a replenishment of the position in this way, for example, automatically placing an order when a loss of 2, 3, or 5% is incurred, and closing the position together by the time the trade is completed, can I set it up in this way?
okay dear
I applied for refund on 1st July
As mentioned previously, its usually 3-5 business days from when the refund was processed not including weekends/bank holidays. You may of requested it on the 1st July but that doesn't necessarily mean it was processed the moment you requested the refund by our billing department. Please be patient and allow a few more days.
Not sure as I am not familiar with your banking card. Maybe wait till Friday
Ok ok sir
@fading imp Can someone answer the question I just asked?
I'm not quite understanding what you mean. But you can have multiple entries in the same direction if your conditions are met in succession? by using pyramiding in the strategy properties. More information about the strategy properties in TradingView can be found here: https://www.tradingview.com/support/solutions/43000628599-strategy-properties/
Yes I know this is a Trading View question Why is it showing the wrong price on their platform of 20391.97 and I paid
You are going to have to contact TradingView support for any platform issues you have.
We do not have any control with their features or billing account.
#🤝support message
Do you have the Trading View discord server link
Yep I knew you would answer that way
I told you that I already knew that
Anything to get an easy answer I know I used to do support
No, contact TV support for their Discord link
Sorry, we are not support for TradingView billing accounts.
Hello, how does this thing with the refund work?
you can request a refund, to do so, it is a two step process.
-
- First is to cancel your subscription by logging in at https://luxalgo.com/
-
- Request for a refund by speaking with the billing support team at http://www.luxalgo.com/ using the little blue chat widget (bottom right) corner or by sending a email with your account details (IE: email used to sign up) and your request to support@luxalgo.com.
so cancel auto-renewal?
correct
hi Danny
i just paid the subscription using the promo
but i m realizing this essential only have 1
its any chance to move to the premium with the same discount and pay the difference?
this one essential do not work for me at all
hello, best to reach out to the billing team at https://luxalgo.com/ (bottom right chat widget) or email support@luxalgo.com - they can advise on this
I have a question about Support and Resistance Signals MTF [LuxAlgo] , https://www.tradingview.com/script/iOrhpIqc-Support-and-Resistance-Signals-MTF-LuxAlgo/
I modified the indicator to strategy.
The problem is that when a position is opened when Breakouts or Retests or Tests conditions are met, it is found that in most cases, the position opening and the plot identification are consistent, but in a few cases, the position is opened without a plot.
The above situations exist for Breakouts and Retests and Tests conditions.
In addition, compared with line 399 and line 487 in the original code, the former obviously has one more judgment condition.
Please cancel my renew thanks
Email there is no one respond
Your web application cant cancel renewal
Please do it now
it looks like your discord is no longer connected to LuxAlgo, I would assume it has been cancelled but wait for an email confirmation
I am not sure what the issue is, make sure you have "on bar close", we are not developers here.
reach out to the billing team at https://luxalgo.com/ (bottom right chat widget) or email support@luxalgo.com - they can advise on this
Yes, "on bar close", sure.
Please tell me how to submit the problem to developers, thanks.
Our developers primary focus is on the premium indicators/toolkits. We do not offer a service, whereby we offer specific coding queries/problem solving to LuxAlgo's free indicators what have been modified by an individual user. That is very user specific and as they are already open source meaning that the code is available and can be edited to suit your needs as you see fit.
Hi I don't see the Highs and Lows on my chart
I think most of premium indicators are base on free open source indicators.
Studying the bugs submitted by users will also help to improve premium indicators.
they show fine on my charts, what chart is this?
Thank you for your suggestions, feel free to submit any ideas on this form
https://docs.google.com/forms/d/e/1FAIpQLSczyBn-8QbV7izkluquUa7ukHZkMLxPEChK59I4afNM1hlEBA/viewform
Access Google Forms with a personal Google account or Google Workspace account (for business use).
i understand it's your chart, but what instrument is it?
Please activate the indicator
please refresh tradingview
yes those are the settings and they show on my chart, so which instrument are you having and you can't see them?
I did refresh it still not showing (highs and lows MTF)
I have the checked off is that activated?
Please post an image of you entire cart, as mentioned above few times, without this, we do not know what is missing on your chart
Complete entire chart please, not a cropped piece
Like this @grizzled plinth
what time frame?
This is your chart, please post ypur own chart, with your symbol, with your timeframe, and show us what is missing from your chart
what ticker also
You tell me what symbol you are looking at, on your chart, for these missing levels
I posted my chart, and it functions properly, showing me all the high/low levels
No issue on my end
30m spy
can we add more than what we have with the S&O screener?
atm it only hold around 10 ish
i want to add more than 20+ is that possible?
limited to 10 but you can add multiple screeners
just duplicate the indicator?
Mine shows properly
@grizzled plinth You have many indicators on your chart, did you enable these levels on the correct PAC that is enabled on the chart?
Create a new chart with only one PAC, and test out
is it possible with lux algo indicator set up sound notification when I get a long/short signal in trading view?
Yes, have a look at the docs for the alerts
https://docs.luxalgo.com/docs/luxalgo-toolkits/signals-overlays/alerts
Learn the basics of how to set up alerts on TradingView for any indicator or price moment step by step.
@deep dock thank you. I just woke up so I am still exploring.
i do have them checked off
share your chart link so we can have a look what is going on here
Cool, I also posted a few links for you to get started
#💬hangout message
I did it, please check it, thanks.
Hi where can I see today video
The development team does read and considers all submissions, with no promises or estimated implementation timeframe
I have not posted that yet, but will be posted here in a few
#1199356285813006367
Sounds good. Thx a lot
The Google form only requires the discord username to be filled in. I did not leave an email address. If there is a reply, will it be through a private message on discord?
Not through discord.
You can fill out again with email.
But for expectations, they will review, but please dont expect a response anytime soon or later, as we dont know, but rest assured, once submitted, it will be reviewed for consideration.
ok what adress
@grizzled plinth Your chart link is on a 1m TF, you will not be able to see these levels easily on a 1m
You mentioned 30m, your chart link is on 1 minutes
This is not directed to you, it was for another member here, This support channel is in support of entire community.
nothing on the 30 also
Can you Show me? share chart link for 30m
You have 18 indicators all enabled on a 1m chart.
Please create new chart with only PAC
ok back in a min
And this chart is not on SPY
yes they come up now on a new blank chart with just price action kit
Also, you have older version of PAC, please update and create new chart
Thats it, you have 18 indicators, all enabled on 1m HA chart.
There must be some conflict or TV cache glitch on your chart
ok
this Discord section is for LuxAlgo's toolkits support gents, please communicate in a different channel 🤝 @untold kindle @thorny sapphire
Have a look at our toolkits here https://youtube.com/playlist?list=PLbqCXsOfrM3P5mb5jY7Ye8pguhmozOKBC&si=KdgZ9-8exjvWSegK
hey micky @deep dock
hey there, how can we help ?
"The bot opened a short position as its first trade, but it appears this way even though my backtest and indicator settings are exactly the same. Do you think this is normal? Could it be because of the area I marked?"
Also just noticed while the signal may be filtered out and not show on screen the alert still fires but doesnt print a signal
As my colleague said this morning, its been brought to the attention of the team for clarification and soon as we get a response, we will be sure to let you know 🙂 apologies for the wait.
Yes I read that this morning, just adding another piece of information that i wasn't aware of this morning
it looks to me that you started your bot while the backtester was in a long position. the backtester closed that long position by sending a short signal.
your broker did not have a long position active, that'd be my guess.
Thanks, ill let the team know that too also then we'll notify you once we get any updates
Cheers Danny 👍
"Did this happen because I checked this box? Yes, when I started the test, a long position was open."
@deep dock "In this case, my 10% TP level wasn't triggered as there wasn't such a drop. However, despite not selecting these boxes, it closed my losing position and opened a short position. What is the logic behind this?"
I've updated the team with the addition info about alert still firing even though the signal was filtered out. Me or Ynag will @ you once we get a response from the team with clarification. Have a good evening 🤝
Was PAC updated to alert double fvgs?
Danny another question if you could shed some light, If I change signal sensitivity up and down should I see signals appear or disappear depending on the value as nothing seems to change if I go from 12 to 1 or from 12 to 30?
Yes the signals should change if you alter the 'optimal sensitivity' value within the S&O indicator. But if you have the auto pilot 'long/mid/short-term' selected then the signals won't change no matter what you change the optimal sensitivity too. The auto pilot element has to be turned off for that to happen.
As if you have the 'autopilot sensitivity' element selected: 'long/mid/short-term' selected, that overrides the optimal sensitivity.
hello there, in this document you can see all the information about FVG, this should resolve your question 🙂 https://docs.luxalgo.com/docs/luxalgo-toolkits/price-action-concepts/imbalances
is a position was open and your broker had no position open, then nothing went wrong in terms of LuxAlgo toolkit.
Perfect makes sense thanks for that.
also if you have questions about entries, ideally we have a photograph of the entire chart, not a cropped image. I can't read what's going on there, also ideally a link to the chart and the time the trade was executed.
You're welcome 🙂
okey
hello there, your timezone should be based on the exchange time of your ticker.
ı lıve ın turkey ıstanbul
oh no not you don't worry, I was responding to another user. 🙂
your short conditions were met. also make sure you disable AI signal classifier from the S&O indicator if your backtester is using bullish/bearish confirmations(screenshot 1)
if you don't want that to happen, tick this box (screenshot 2)
"In the first image, what will change if I disable the AI classifier? Will I not be able to use the AI classifier in the backtest indicator?"
to use AI classifier in the backtester you need to ask the backtester to use it.
"I think I'm starting to understand. With my current settings, I am using both regular signals and AI signals. If I select the bullish classifier, will I only be receiving AI signals? Did I understand correctly?"
with your current settings you're using just the regular signals.
"Thank you for the information, you are amazing. I have one more question. I searched a lot here but couldn't find a solution. Could you help me?"
"I am using the Binance exchange and trying to use a bot by creating alerts through the backtest indicator with a webhook. However, these signals do not work when the hedge mode is active on Binance. I can only take one-way trades. Is it that I am not able to set it up correctly, or is there no such option?"
I am not familiar with this, maybe ask in #🚀crypto-chat or #🧬ai-chat, see if someone is able to help you. we at LuxAlgo are not able to assist with this i'm afraid.
Hi, how can I know if my account is connected to my TradingView?
hey there, It should be immediate, if you have red padlocks appearing on the indicator section of tradingview you just have to resfresh TV, this should resolve it. 🙂
also, make sure that your email is the same as the one you used in the subscription process.
I did. Thanks Lea.
you're welcome !
How do I canecel Plus so I can ge tPremium I need to see the candels
candles
You guys nickel and dime for everything I guess you will tax my toilet paper next
Sorry to hear this, unfortunately we do not have any control with TradingView subscription pricing and features. I mentioned several times to you earlier regarding this.
