Welcome to NexusFi: the best trading community on the planet, with over 200,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 -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
My name is Ilyas. I am looking for the strategy code
It is a three bar strategy where second bar is Inside Bar of previous bar.
Lets called it as A,B,C... Where B is Inside Bar ( Please look the image).. C bar is trigger bar ... I want to buy next bar on Close if C bar closes above A bar and Mom > 0... Please help in making a strategy and Painting C bar... I know the code which can be used in Genesis Trade Navigator..
High< High[1] and Low> Low[1] and Next Bar Close > High[2] and Mom > 0 ;
I'm finding difficulty in coding "Next Bar Close" Which function can I use so that it can reflect Next Bar Close...
Your Instataneous reply will be highly appreciated.
Can you help answer these questions from other members on NexusFi?
Thank you Solotrader... & One more favour.... If I want the PT and SL to be the first bar which is referenced here as H[2].. then what will be the possible code.. is it Range[2]... & whether it is to be declared as Variables...