Volume Step Indicator

If you need an Indicator or Signal developed or translated from other language, please post all Indicator development REQUESTS to this section here.

Moderator: admin

Volume Step Indicator

Postby EZB-Schmarotzer » Wed Oct 30, 2019 2:46 pm

Dear Sir,

could you please convert the following code from ProRealtime into an MT4 indicator?


Thanks a lot :)

------


p=10 //Please add as a variable


if(barindex>10) then
sRange = (high-low)

if(high<high[1] AND low<low[1]) then
VolStep = VolStep[1]-sRange*Volume
elsif(high>high[1] AND low>low[1]) then
VolStep = VolStep[1]+sRange*Volume
else
VolStep = VolStep[1]
endif
endif

avg = exponentialaverage[p](VolStep)

RETURN VolStep coloured(255,0,0) as "Volume Step", avg coloured(0,0,255) as "signal line"
EZB-Schmarotzer
 
Posts: 25
Joined: Mon Oct 28, 2019 10:00 am

Re: Volume Step Indicator

Postby Apprentice » Thu Oct 31, 2019 6:09 am

Your request is added to the development list.
Development reference 268.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia



Return to Indicator and Signal Requests

Who is online

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