mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-18 23:08:07 +00:00
refactor(indicators): Velocity_Pro
This commit is contained in:
+5
-6
@@ -930,7 +930,7 @@ objects=0
|
|||||||
|
|
||||||
<indicator>
|
<indicator>
|
||||||
name=Custom Indicator
|
name=Custom Indicator
|
||||||
path=Indicators\MyIndicators\Quant\Velocity_MTF_Pro.ex5
|
path=Indicators\MyIndicators\Quant\Velocity_Pro.ex5
|
||||||
apply=0
|
apply=0
|
||||||
show_data=1
|
show_data=1
|
||||||
scale_inherit=0
|
scale_inherit=0
|
||||||
@@ -945,7 +945,7 @@ expertmode=4
|
|||||||
fixed_height=-1
|
fixed_height=-1
|
||||||
|
|
||||||
<graph>
|
<graph>
|
||||||
name=Velocity MTF
|
name=Velocity
|
||||||
draw=11
|
draw=11
|
||||||
style=0
|
style=0
|
||||||
width=2
|
width=2
|
||||||
@@ -953,7 +953,7 @@ color=8421504,65280,255
|
|||||||
</graph>
|
</graph>
|
||||||
|
|
||||||
<graph>
|
<graph>
|
||||||
name=Speed (+) MTF
|
name=Speed (+)
|
||||||
draw=1
|
draw=1
|
||||||
style=0
|
style=0
|
||||||
width=1
|
width=1
|
||||||
@@ -961,7 +961,7 @@ color=36095
|
|||||||
</graph>
|
</graph>
|
||||||
|
|
||||||
<graph>
|
<graph>
|
||||||
name=Speed (-) MTF
|
name=Speed (-)
|
||||||
draw=1
|
draw=1
|
||||||
style=0
|
style=0
|
||||||
width=1
|
width=1
|
||||||
@@ -984,8 +984,7 @@ width=1
|
|||||||
descr=
|
descr=
|
||||||
</level>
|
</level>
|
||||||
<inputs>
|
<inputs>
|
||||||
InpTimeframe=5
|
InpVelPeriod=5
|
||||||
InpVelPeriod=3
|
|
||||||
InpATRPeriod=13
|
InpATRPeriod=13
|
||||||
InpThreshold=1.0
|
InpThreshold=1.0
|
||||||
InpShowSpeed=true
|
InpShowSpeed=true
|
||||||
|
|||||||
Reference in New Issue
Block a user