tomele » 54 minutes ago wrote:Ehrenmat » 01 May 2019, 18:40 wrote:
Hey Peter!
Me again... I tried my best to fix that current TF thingy but I seem to be more of a script kiddy with rudimental skills. In other words: I can't find a solution for this problem at the moment.
I'm sorry for that!
Cheers,
Mat
:hi:
Hi Matthias.
Make TDI_TimeFrame an extern an add this in OnInit():
Code: Select all
if(TDI_TimeFrame==PERIOD_CURRENT)
TDI_TimeFrame=(ENUM_TIMEFRAMES)Period();
Cheers
Thomas
Hey Thomas,
thank you very much for your time! Another precious lesson for me in coding! Will come back with a new version of the TDI.
By the way: Did anyone try to compare Pivots of different timeframes with each other? Seems as if there could be some edge for us retail traders.
I have modded one of Steves Pivot TD indis for a draft version:
LowerTf is above HigherTF --> LONG Signal gets published
LowerTF is below HigherTF --> SHORT Signal gets published
Pivots Comparison TD .mq4
To understand and see what I mean, you can use two instances of this Pivot Voty TD V2 mod with TFs of your choice.
Pivot_Voty TD V2 mod.mq4
Cheers,
Mat
:hi:
You do not have the required permissions to view the files attached to this post.