molanis.com/forum - Tools for MetaTrader : The place to ask about the best expert advisor builder, expert advisor downloads, and expert advisor programming
http://www.molanis.com/forum/

TIB does not work
http://www.molanis.com/forum/viewtopic.php?f=8&t=6016
Page 1 of 1

Author:  DocAl [ Sat Feb 01, 2014 11:11 pm ]
Post subject:  TIB does not work

Hi, any reason why this indicator does not work? TIB says condition is ok, but it does not show the arrows in the chart....

Attachments:
File comment: Indicator should mark the bars based on the calculation, but it does not
Umkehrstab_1.moi [1.51 KiB]
Downloaded 767 times

Author:  molanisfx [ Mon Feb 03, 2014 8:19 am ]
Post subject:  Re: TIB does not work

Do not put it in the chart but below the chart (change the setting in the Start Icon)
I think you calculation does not show in the chart due to scale. The chart auto adjust to show the prices but your calculations are not similar to the chart prices so you do not see them

Author:  DocAl [ Tue Feb 04, 2014 6:11 am ]
Post subject:  Re: TIB does not work

does not work either and it would make absolutely no sense to not show it in the chart window. I want to mark the bars fulfilling the criteria

rgds
ax

Author:  molanisfx [ Tue Feb 04, 2014 8:06 am ]
Post subject:  Re: TIB does not work

It does make sense to plot it below because your calculation might be out of the chart prices range
Let's say you are around the 1.3 prices, a calculation can be like:
=(1.34-1.33)/(1.32-1.31)=1
1 will be plotted out of the chart because the chart centers around the 1.3 range

Your problem is related to issues when you divide by zero, to fix your formula needs to add a small constant like this: (1.34-1.33)/(1.32-1.31+0.0000001)

Do not use > 0. The indicator builder plots continuous signals. You cannot use conditions. In the Strategy Builder you use the indicator and add the condition.

Author:  DocAl [ Tue Feb 04, 2014 9:41 am ]
Post subject:  Re: TIB does not work

the thing should just draw an arrow if the condition is true - the indicator shows so called "turn-around-bars". I want an arrow pointing to the bar if high1>high2 and close1<open1

if the indicator is <0 then this condition is true. sad that it does not work

Author:  molanisfx [ Wed Feb 05, 2014 9:08 am ]
Post subject:  Re: TIB does not work

Unfortunately conditions are not supported in the indicator builder. It will be supported in coming versions (maybe in the fall)

Page 1 of 1 All times are UTC - 5 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/