Page 1 of 2

AllPivots for MT4

Posted: Tue Aug 09, 2022 9:26 am
by igorad
Hi,

Please check out the AllPivots indicator (version 6.6).

AllPivots_v6.6_600+.png


Regards,
Igor

Re: AllPivots for MT4

Posted: Sat Jul 29, 2023 4:11 pm
by igorad
Hi,

Please check out the updated AllPivots indicator with a new PointMultiplier parameter. This allows to calculate the rounded values of pivots more flexible in comparison with the NumberOfDigits parameter. For example, it helps to plot the Fibo Absolute(or Static) in pips on the crypto symbols. There is also an option to display a label with the Pivots name in the lower left corner of the main chart.


Image

Regards,
Igor

Re: AllPivots for MT4

Posted: Thu Jan 11, 2024 7:22 am
by sashsz
Hello team!
There is something wrong with v6.7. It takes roughly twice as much CPU than v6.6. I am testing it on 10 charts with 1 indicator instance.

Re: AllPivots for MT4

Posted: Thu Jan 11, 2024 10:57 am
by igorad
sashsz wrote: Thu Jan 11, 2024 7:22 am Hello team!
There is something wrong with v6.7. It takes roughly twice as much CPU than v6.6. I am testing it on 10 charts with 1 indicator instance.
Hi sashsz,

Could you please let me know for which pivots this occurs.

Regards,
Igor

Re: AllPivots for MT4

Posted: Fri Jan 26, 2024 6:31 pm
by sashsz
Hello Igor,

I am using 2 instances of the indicator with DOTS and Camarilla.

Re: AllPivots for MT4

Posted: Tue Feb 13, 2024 9:20 am
by igorad
sashsz wrote: Fri Jan 26, 2024 6:31 pm Hello Igor,

I am using 2 instances of the indicator with DOTS and Camarilla.
Hi sashsz,

It looks like this happens because I use a bit different function to round the pivot point values:

double RoundToPoint(double value,int idigits)
{
   return(NormalizeDouble(MathRound(value/point)*point,idigits));
}

instead of NormalizeDouble().

Regards,
Igor

Re: AllPivots for MT4

Posted: Sun Jul 21, 2024 11:01 am
by jagadish123
Hi Igor,

Weekly pivots are not plotting on M1 TF, I have 20000 bars in chart

2024.07.21 16:28:03.268 AllPivots_v6.7 pub 600+ US100.U24,M1: ERROR: Not enough bars on chart to calculate floor_p ,W1 for (Length+Maxperiod)=6!


Request to look into this. Also pls set this for MT5.

Re: AllPivots for MT4

Posted: Sun Jul 21, 2024 11:13 am
by jagadish123
It showing the values after I add 50000 to chart, but this made huge delay in loading and moving the chart price seems delaying. Please help

Re: AllPivots for MT4

Posted: Mon Jul 22, 2024 12:58 pm
by igorad
jagadish123 wrote: Sun Jul 21, 2024 11:13 am It showing the values after I add 50000 to chart, but this made huge delay in loading and moving the chart price seems delaying. Please help
Hi Jag,

To see W1 pivots on the M1 chart you need to have 10080 bars for each week. Therefore you can set Length=1 to minimize the required number of bars.
Also could you please post your .set file?

Regards,
Igor

Re: AllPivots for MT4

Posted: Wed Jul 24, 2024 3:09 pm
by jagadish123
Understood. M1 is resolved.

Getting error for D1 when selected Probability Levels option

2024.07.24 20:38:12.133 AllPivots_v6.8 600+ US100.U24,H4: ERROR: Not enough bars on chart to calculate prob ,D1 for (Length+Maxperiod)=102!