Renko bars signal

Questions about MultiCharts and user contributed studies.
elitetrader
Posts: 18
Joined: 06 Jun 2016

Renko bars signal

Postby elitetrader » 03 Mar 2017

for some reason when i run this signal on Renko bars (box size 0.0005 , Resolution 50 ticks) it doesn't work :
does anyone know whats actually going on here ive attached a picture showing the signal working on HA bars but not on Renko

Code: Select all

inputs:

Series( Close ),
FastMA( 7 ),
SlowMA( 3 ) ;


variables:
var0( 0 ),
var1( 0 ) ;


var0 = Average( series, FastMA ) ;
var1 = Average( series, SlowMA ) ;

if var0 crosses above var1 then buy next bar at market;
if var0 crosses under var1 then sellshort next bar at market;

elitetrader
Posts: 18
Joined: 06 Jun 2016

Re: Renko bars signal

Postby elitetrader » 03 Mar 2017

i had loaded different bars on the chart that didnt match the signal so i fixed that

elitetrader
Posts: 18
Joined: 06 Jun 2016

Re: Renko bars signal

Postby elitetrader » 03 Mar 2017

I notice that Strategy Properties it says Maximum number of bars study will reference meanwhile in Format instrument "data Range" has Days back could this be the reason why running a robot on multiple data series isn't working correctly ?

User avatar
Angelina MultiСharts
Posts: 260
Joined: 28 Dec 2016
Has thanked: 28 times
Been thanked: 66 times

Re: Renko bars signal

Postby Angelina MultiСharts » 15 Mar 2017

Hello elitetrader,

If the issue still remains, please attach a picture demonstrating it.


Return to “MultiCharts”