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)
FOREX offers several breakout opportunities per day. Depending on the currency pair, it is possible to trade the opening range breakouts: The Asian open, the London open and the New York open. The indicator uses the New York open, as usually the volatility is highest after that open. But for EURUSD you can also trade breakouts from the European Open or for the Aussie a breakout from the Sydney Open would make sense as well.
There is no overlap between New York and Sydney/Tokio. So the FOREX market opens in Asia and closes at 5:00 PM Eastern Time in New York. These are the times used by the indicator.
Also see indicator under #20. That was the main work, as it automatically plots the opening ranges for a number of futures contracts.
I will add another one, which allows you to plot the European session range. This will be simple, just based on start and end time and plot until the end of the session.
Fat Tails - Again thanks much for your assistance.
Open RangeV23 as you modified it works great.
I changed the code so I have 3 separate indicators for the 3 time periods I want to plot the High/Low/Mid-point for. Also plots Open with the First Hour Indicator. Globex (3:30PM - 8:30AM CST), London-special (2AM - 5 AM CST), and the First Hour[OR] (8:30AM - 9:30AM CST). I set the correct parameters and unique line attributes for each indicator. The modified Indicators all compiled correctly and plotted/function properly.
However, when I tried to Export the Indicators so I could upload them for anyone else that might be interested in them on NexusFi (formerly BMT) forum, I received the Error on the attached.
Couldn't find a solution in the Ninja Help. Any solutions?
@rfiske, the fix is simple most likely: check the Control Center - Log tab, it will tell you which indicator was missing -- then you just need to manually add that to your Export list because NT couldn't figure it out on its own.
(1) The problem is likely created by the enums. You need to rename the enums to something else and replace them in the whole file.
(2) Also may I ask you not to publish these indicators with the prefix "ana" to avoid confusion. Otherwise we may come to the point, where there are 2 similar indicators with identical names and prefixes. So if you load them up, just select any other prefix, for example name your indicators rfiopeningrange... and then make sure that the three indicators do not use the same names for the enumerations.
I will certainly rename them as you suggested. That assumes I can figure out / learn what the enums are. I will read more about the code as I have never even open a file previously. I'm learning a lot - maybe more than I wanted. - LOL