Page 2 of 3

Re: Inside/Outside bar indicator

PostPosted: Tue Sep 11, 2012 3:55 am
by Apprentice
Your request is added to the development list.

Re: Inside/Outside bar indicator

PostPosted: Tue Sep 11, 2012 4:37 pm
by Alexander.Gettinger
crusader1 wrote:Hi guys nice one but it is little confusing.
It is not possible to do it more easy with only letter above or below the candle.
for outside it will be O for inside it will be I and for same open it will be T?
Because I was trading several years on MT4 and now I have change it ti TS2 and Green and red candle is very important for me ;)

thx


Please, see this version of indicator:
InsideOutsideBar3.lua
(2.68 KiB) Downloaded 1136 times

Re: Inside/Outside bar indicator

PostPosted: Fri Oct 25, 2013 5:51 am
by fxdirekt
This is a great indicator, however with the new version of 01.13.092613 of the FXCM Trading Station there is a small but annoying problem. When a chart is opened with the indicator it looks messed up
InsideOutsideBar2.png


By pressing 'Bid' or 'Ask' the effect disappears.
It worked fine with the previous version of TS. Can this be fixed?

Thanks in advance.

Re: Inside/Outside bar indicator

PostPosted: Sat Oct 26, 2013 1:19 am
by Apprentice
Which version you use.
1, 2 or 3rd
Try to show this with only Inside / Outside added to chart.

Re: Inside/Outside bar indicator

PostPosted: Sun Oct 27, 2013 1:35 pm
by fxdirekt
Apprentice, thanks for your answer,

I use Insideoutsidebar2. After some research I found the following:
- the problem does not happen with new layouts, created after the new Trading Station release.
- if I eliminate all indicators except Insideoutsidebar2 in a layout created with the previous release of Trading Station the effect happens.

Is there any way to get rid of the problem besides creating all layouts from scratch?

Re: Inside/Outside bar indicator

PostPosted: Mon Oct 28, 2013 2:15 am
by Apprentice
Unfortunately not. As far as I know.

Re: Inside/Outside bar indicator

PostPosted: Tue Dec 08, 2015 5:30 pm
by maikel.top
Can You please make a few changes to this indicator?

if source.high[period]>source.high[period-1] and source.low[period]<source.low[period-1]
(close of candle doesnt metter)
color candle green

if source.high[period]<source.high[period-1] and source.low[period]>source.low[period-1]
(close of candle doesnt metter)
color candle red

if source.high[period]<source.high[period-1] and source.low[period]<source.low[period-1]
(close of candle doesnt metter)
color candle previous candle color

if source.high[period]>source.high[period-1] and source.low[period]>source.low[period-1]
then: if source.close[period]>source.open[period] color candle green
else color candle red

Please, asap, thank you.

Re: Inside/Outside bar indicator

PostPosted: Thu Dec 10, 2015 6:37 am
by Apprentice
Try this version.
InsideOutsideBar Mod 4.lua
(3.44 KiB) Downloaded 917 times

Re: Inside/Outside bar indicator

PostPosted: Mon Jun 27, 2016 2:31 am
by pakoromeu
Is it possible to add a sound and a dialog box alert to InsideOutsideBar2.lua. It would be a great help. Blessing

Re: Inside/Outside bar indicator

PostPosted: Mon Sep 04, 2017 9:46 am
by Apprentice
The indicator was revised and updated.