Range bars (RB)

Here you can post and download custom indicators. PLEASE: Do not start topics unless you are posting your own indicator, they will be moved to appropriate section even if you do.

Moderator: admin

Re: Range bars (RB)

Postby Gilles » Tue Apr 07, 2020 3:15 pm

Hi, Apprentice,

The link to the youtube video explains well how the range bars graph works, hoping that's enough for you because I don't have any other documents to provide you with.

Thank you :) !
Gilles
FXCodeBase: Initiate
 
Posts: 158
Joined: Tue Jul 31, 2018 8:28 am
Location: France

Re: Range bars (RB)

Postby Apprentice » Wed Apr 08, 2020 4:15 am

Can you write down the rule s from the video?
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36476
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Range bars (RB)

Postby Gilles » Tue Apr 21, 2020 5:30 am

Thank you very much Apprentice.

Following your response, I deepened my research and what I needed works like Renko2.lua. So my request is no longer valid, I managed with the tools already made.

See you soon :)
Gilles
FXCodeBase: Initiate
 
Posts: 158
Joined: Tue Jul 31, 2018 8:28 am
Location: France

Re: Range bars (RB)

Postby Gilles » Wed Nov 09, 2022 2:17 pm

Hi Apprentice,
Please a RB_VIEW.lua based "Live strategy", not end of turn :) !

--[[ Parameters are : ]]

RB_VIEW(GER30,m1/25)
TICK_EXTREME_TMA_LINE(candle.Close, 5, 100, 1, 0)
MVA(candle.Close,1)

* Stop loss = 25 points

--[[ the rules are : ]]
if
MVA[period] >= Upper[period]
then
SELL();
elseif
MVA[period] <= Lower[period]
then
BUY();
end

Thank you very much !
Enjoy it !
Gilles
FXCodeBase: Initiate
 
Posts: 158
Joined: Tue Jul 31, 2018 8:28 am
Location: France

Re: Range bars (RB)

Postby Gilles » Fri Nov 11, 2022 7:05 am

Hi Apprentice,

Would it be possible to convert RB_View.lua to a single RB_indicator.lua.

Thank you very much :) !
Gilles
FXCodeBase: Initiate
 
Posts: 158
Joined: Tue Jul 31, 2018 8:28 am
Location: France

Re: Range bars (RB)

Postby Apprentice » Sun Nov 13, 2022 3:35 am

We have added your request to the development list.
Development reference 728.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36476
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Previous

Return to Custom Indicators

Who is online

Users browsing this forum: Bing [Bot] and 66 guests