Attachments forums

List of attachments posted on this forum.


All files on forums: 136137

Re: Fractals Geometry fix Orbit Tool Inspiration

global, Wed Oct 04, 2023 2:15 pm

global wrote: Wed Oct 04, 2023 11:42 am Here are more lines of code that show how I evaluated the average fractal directional bias values. Those values were shown as different colors of a histogram so I could see what they were currently, and historically to see how well it worked in the past to predict good trades. Just compile the code below and it should work. Please let me know if you get any errors.
I had some free time so I compiled it myself and found two errors. I missed out the f from mtf, in the name of the indicator called by iCustom, plus I put the line

Code: Select all

 ctimesLen = ArraySize(aTimes);
in the wrong place.

Anyway, I fixed those errors and added Auto Histogram Width. Here is the fully working indicator. You must have the Fractals Geometry v1.4_mtf_fix3.mq4 indicator in your Indicators directory since that is called by this indicator. Note, there are two spaces between the words, Fractals Geometry in the name of the Fractals Geometry v1.4_mtf_fix3.mq4 indicator, so just leave it that way since that same name with the spaces is used in this Fractals Geometry v1.4_mtf_fix3_histo.mq4 indicator in the iCustom call. Of course, when you add the indicators to your Indicators folder, make sure that you compile them. To easily do that, just go to your MT4 menu, click View->Navigator, then right-click on any indicator within your Indicators folder and click Refresh twice. When you click Refresh, wait awhile for the refresh to complete before clicking it again.

So this indicator will show you the multi timeframe average values for each bar on the current timeframe, of the fractal directional bias of ALL the timeframes you enter in the TimeFrames input option. The default timeframes are: M5;M15;M30;H1;H4
All files in topic