I want to start a discussion on avoiding Ranging - Consolidated and Flat markets and how these strategies can be implemented into an Expert Advisor
//-----I want to start a discussion on avoiding Ranging - Consolidated and Flat markets and how these strategies can be implemented into an Expert Advisor
Would be possible to share the indicator that draws the vertical lines?//-----
if trading on a intraday basis, you can calculate the average atr for each hour of the day for each pair.....
this will give you the most active hours per pair...... but it sounds like you have your preferred hours already......
a trend or momentum trader might lean towards the more active hours...... while an support and resistance scalper might prefer the less active asian session......
//------
when multiple moving averages on multiple time frames agree, usually the market is trending...... they intertwine during hesitation..... the guppy moving average is a perfect example of this.....
using that principle, you could place vertical lines every hour where the color was set buy the higher trends direction..... then dropping down to the lower time frames, you could clearly see seemingly preferred trades......
this would in effect be a higher time frame filter....... the first chart below has the vertical line colors set by the 240 tsr(10)....... dropping down to the 15 minute chart, that 240 filter are seen......
just create a function in your ea that limits trades to those times.......
you could also use something like rate of change, commonly called roc..... enivid explains roc here.......h
//-------
//----
I think you will find all hayseed did was open H4 then draw vertical lines every 4 hours then go back to M15 to view themWould be possible to share the indicator that draws the vertical lines?
//----Would be possible to share the indicator that draws the vertical lines?
Thanks
//-----Would be possible to share the indicator that draws the vertical lines?
Thanks
//------Where I look to confirm market direction https://uk.investing.com/indices/us-spx-500-technical
The only problem for me is that it only works during stock market opening times ... Have to wait until 14:30 GMT for the SnP results to be Live
you can code those very things in metatrader....... then display the results in a dashboard for every symbol and timeframe.....