The support forum is built with (1) General and FAQ forums for common trading queries received from aspiring and experienced traders, and (2) forums for course video topics. How to Trade Price Action and How to Trade Forex Price Action videos are consolidated into common forums.
Brooks Trading Course community Discord real-time chat server for Brooks Price Action (BPA) trading discussions, BPA trading room support, along with general market chat and international lounge channels.
- 20 exponential moving average from 5, 15 and 60min charts - high, low, close of yesterday - open of the week - open, high, low, close of last week - session average daily range - body gaps (version 1) - breakout mode patterns, ioi, ii, oo - bar count - easy switching from spy/es/us500 charts (different closing times) and some others that would require changing session input like dax, eurusd, ftse - some stats about scalp, swing, stop loss in the info table, based on the books
With regards to GYH9's bar counter indicator, I've been wondering for a while if it's possible to optimise its performance. Currently at the close of every bar it's redrawing all the past labels all over again. How do we keep the already drawn labels, and only add the label for the last closed bar? Normally you'd use the
var
keyword for a variable that doesn't need re-calculation, but not sure how I'd use that here, because it's not a set of named variables.
Currently at the close of every bar it's redrawing all the past labels all over again.
Don't believe that is the case. There are only conditionals that if are true, label gets printed. Now on the other hand boxes that I've used for body gaps are being redrawn on every bar, mentioning those for comparison in differences in logic.
- 20 exponential moving average from 5, 15 and 60min charts - high, low, close of yesterday - open of the week - open, high, low, close of last week - session average daily range - body gaps (version 1) - breakout mode patterns, ioi, ii, oo - bar count - easy switching from spy/es/us500 charts (different closing times) and some others that would require changing session input like dax, eurusd, ftse - some stats about scalp, swing, stop loss in the info table, based on the books
Im using your indicator. Its great! Would you consider adding 50, 100, 150, 200 Simple Moving Averages that are visible on timeframes daily and higher?
Im using your indicator. Its great! Would you consider adding 50, 100, 150, 200 Simple Moving Averages that are visible on timeframes daily and higher?
I'm glad that the indicator is helpful. Thanks for the suggestion, I'm going to add it once I find the time.