need code snippet to extract value from label
-
dextroze
- Trader
- Posts: 19
- Joined: Fri May 25, 2012 4:07 am
need code snippet to extract value from label
Can u help me out here please, i'm out on a limb .. i'd like to extract the value from an indicator. Any code snippet for that ? Thank you in advance..
-
dietcoke
- Trader
- Posts: 162
- Joined: Tue Nov 15, 2011 9:59 pm
Re: need code snippet to extract value from label
what indicator? is it a built in indi or a custom one?dextroze wrote:Can u help me out here please, i'm out on a limb .. i'd like to extract the value from an indicator. Any code snippet for that ? Thank you in advance..
if its built in there will be an Empty4 function to get the value, if it's a custom indi you can do the equivalent using the iCustom function. look up the syntax in metaeditor
-
dextroze
- Trader
- Posts: 19
- Joined: Fri May 25, 2012 4:07 am
Re: need code snippet to extract value from label
Just say that i just have the ex4 and jusit want to compare the output on the charts periodically ..
- NeoTrader
- Trader
- Posts: 436
- Joined: Wed Apr 04, 2012 2:52 pm
- Location: small Village at Lake Chiemsee, Bavaria, Germany
Re: need code snippet to extract value from label
hi dextroze
put you indicator on your chart... open the data window and check for yourself what buffer the indicator is using for the value you want to get... then use the iCustom Function like dietcoke told you.
There is not much someone can do here, with that grade of input...
happy trading,
NeoTrader
-
dextroze wrote:Can u help me out here please, i'm out on a limb .. i'd like to extract the value from an indicator. Any code snippet for that ? Thank you in advance..
Imagine that someone is asking you this question the same way you do...how should anybody help you...you give no information about what indicator or attach it to your post...or give any information at all ....dextroze wrote:Just say that i just have the ex4 and jusit want to compare the output on the charts periodically ..
put you indicator on your chart... open the data window and check for yourself what buffer the indicator is using for the value you want to get... then use the iCustom Function like dietcoke told you.
There is not much someone can do here, with that grade of input...
happy trading,
NeoTrader
-
-
dextroze
- Trader
- Posts: 19
- Joined: Fri May 25, 2012 4:07 am
Re: need code snippet to extract value from label
Thx ... settled
