Welcome to NexusFi: the best trading community on the planet, with over 150,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- see if you qualify for a discount below.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
Hi all.
I make strategy and I can't implement "Sell stop limit order" place in strategy code
I need put stop limit order only when current price go down and cross blue line - it s price counted from red line.
I know red line price it is PriceActionSwingPro1.entryLevels[0]
and can count all other points from this line
My variant dosnt work - Price go up above blue line but order placed and filled immidiatly when price jut go up. Fille dwithout my rules. And I dont see my mistake.
I am attempting to use the PAS indicator to code my own strategy but I am running into some issues/questions.
1) I'm working on the buy side now and I have successfully got the strat to enter a BuyStopMarket order after the HL prints but my issue is since the indi repaints, I am getting a lot of stop outs even with a offset Buy Stop order due to the nature of the repaint. Is there a way around this, or is there an exposed variable I can call on for my strat that will only look at the "final" paint value?
2) Also, around those same lines I want my strat to read in the volume values for each swing and based on a criteria...it will either take the buy or pass on the buy based on some simple if/then logic. Essentially a filter if you will, to filter out not so great trades. I have yet to find a variable in his PAS code that will expose the volume info that I can use in my code. Is this possible? And if so, how can I also use it to avoid repainted volume data?
3) Thirdly, has anyone tried using this PAS indicator on Blackbird and done these more advanced strategies successfully? I'm toying the idea of giving Blackbird a free trial/demo to code this strategy for me and instead of me doing it by code alone but don't want to waste time if its not going to work.
In case you were curious...here is my SUPER BASIC buy logic I am working with right now......
I tried this code in the NT8 Strategy Builder and it won't compile.
Is there any way to code this? Usually PriceActionSwing1.HigherLow[0] != 0 or PriceActionSwing1.HigherLow[0] > 0 or PriceActionSwing1.HigherLow[0] == true works.
I can't get a signal from the PriceActionSwingOscillator either.
I love the PriceActionSwing(Pro) indicator, which is really useful.
My objective is to use this indicator in my automated trading strategies.
There is a lot information on this forum, but I could not find a clear sample of a NT8 strategy which uses …
I just finished testing the PriceActionSwingPro indicator.
Nicely done. I'm trading Supply / Demand and Volume Profile.
Adding this indicator helps track market structure. The trick is in defining strength.
Thank you for sharing your code.
Alex
aomtrading.com