SonicR PVA Volumes

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: SonicR PVA Volumes

Postby Alexander.Gettinger » Wed Apr 08, 2015 11:25 am

MQL4 version of indicator: viewtopic.php?f=38&t=62087.
Alexander.Gettinger
FXCodeBase: Confirmed User
 
Posts: 3785
Joined: Wed Mar 31, 2010 9:40 pm
Location: Russia, Omsk

SonicR PVA Volume bar request

Postby transformer » Wed Apr 15, 2015 1:30 pm

hi apprendice,

can you create SonicR PVA Volume bar like mfi bar

http://www.fxcodebase.com/code/viewtopi ... =17&t=1968
User avatar
transformer
 
Posts: 84
Joined: Thu Nov 10, 2011 9:18 am


Re: SonicR PVA Volumes

Postby nookie » Mon Apr 20, 2015 3:23 pm

Hello, is it possible to have an alert on a set exact value of the tick volum,e for example > if volume more than 1000 > trigger an alarm ?
nookie
FXCodeBase: Graduate
 
Posts: 203
Joined: Tue May 24, 2011 12:50 pm

Re: SonicR PVA Volumes

Postby Apprentice » Mon Dec 14, 2015 5:11 am

Dec 14, 2015: Compatibility issue Fixed. _Alert helper is not longer needed.

If you want to use updated version of this indicator,
please make sure to use TS Version 01.14.101415. or higher.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Re: SonicR PVA Volumes

Postby fxlion » Fri Dec 02, 2016 5:29 am

hi apprendice ,

can you create strategy based on this indicator:

buying conditions:

if(source.volume[period] >= ma_volume.DATA[period] * PVA_Rising_Factor)
and (source.close[period] > source.open[period]) then buy



elseif {(source.high[period]-source.low[period])*source.volume[period]}
>= {mathex.max( Range, period -PVA_Climax_Period, period-1 )}
or (source.volume[period] >= ma_volume.DATA[period] * PVA_Extreme_Factor)
and (source.close[period] > source.open[period]) then buy


selling conditions:


if(source.volume[period] >= ma_volume.DATA[period] * PVA_Rising_Factor)
(source.close[period] < source.open[period]) then sell


elseif {(source.high[period]-source.low[period])*source.volume[period]}
>= {mathex.max( Range, period -PVA_Climax_Period, period-1 )}
or (source.volume[period] >= ma_volume.DATA[period] * PVA_Extreme_Factor)
and (source.close[period] < source.open[period]) then sell
fxlion
 
Posts: 32
Joined: Mon Aug 04, 2014 10:04 pm


Previous

Return to Custom Indicators

Who is online

Users browsing this forum: Google [Bot] and 39 guests