| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #9 | ||
![]() | Re: ARW_new (MultiCharts) Quote:
a picture is worth a thousand words... ;-) the logic should be: if avg.st crosses above avg.lt then OK = avg.lt; for targets, it is better to use trendlines. (ie horizontal line) | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
momentom (05-17-2009) | ||
| | #10 | ||
![]() | Re: ARW_new (MultiCharts) Please, Show me the way to the next (whisky bar) step ![]() Code: input: st.length( 20 ), lt.length( 50 ), arw.size( 18 ); var: avg.st( 0 ), avg.lt( 0 ), id.arw( -1 ), OK( 0 ), Sell.1( 0 ), id.arw2( 0 ); avg.st = averagefc(close, st.length); avg.lt = averagefc(close, lt.length); plot1( avg.st, "avg.st"); plot2( avg.lt, "avg.lt"); if avg.st crosses above avg.lt then OK = avg.lt ; if Sell.1 = (OK + 3 points) then id.arw2 = ARW_new(date, time, highest( high, 1 ), true ); ARW_setsize( id.arw2 , arw.size ); | ||
| |
|
| | #11 | ||
![]() | Re: ARW_new (MultiCharts) write them out: -- one action at a time, -- one action per sentence, -- one sentence per line... you can give this code a try... I have drawn the trendlines for you, you can decide on how/where to position the arrow. Last edited by Tams; 05-17-2009 at 12:07 PM. | ||
| |
|
| | #12 | ||
![]() | Re: ARW_new (MultiCharts) you can use the same ID and do not have to create id.arw2. | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
TIKITRADER (08-21-2010) | ||
| | #13 | ||
![]() | Re: ARW_new (MultiCharts) (at my modest level)I should have not be able to do it but I understand 100 % of the progression It reminds me the lighted maths school hours. I'm so happy !!! | ||
| |
|
| The Following User Says Thank You to aaa For This Useful Post: | ||
Tams (05-17-2009) | ||
| | #14 | ||
![]() | Re: ARW_new (MultiCharts) Quote:
I tell you, I tell you, I tell you we must (die) find (JM) Tam Tam Tam Tam Tam Tam Tam Tam Tam Tam Tam Tam | ||
| |
|
| The Following User Says Thank You to aaa For This Useful Post: | ||
Tams (08-20-2010) | ||
| | #15 | ||
![]() | Re: ARW_new (MultiCharts) Quote:
__________________ Only an idiot would reply to a stupid post Last edited by Tams; 02-10-2011 at 03:54 PM. | ||
| |
|
![]() |
| Tags |
| arrow, easylanguage, moving average, trendline |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Connecting OEC to MultiCharts | spyro | Open E Cry | 13 | 12-08-2009 03:58 AM |
| MultiCharts Going GOLD Soon ! | Tams | Brokers and Data Feeds | 16 | 05-27-2009 07:56 AM |
| Help Converting EFS to MultiCharts | rdkyote | Coding Forum | 3 | 11-03-2008 09:41 AM |
| Multicharts | ptop | Beginners Forum | 8 | 11-04-2007 05:38 AM |
| MultiCharts and OpenECry data | brownsfan019 | Brokers and Data Feeds | 0 | 05-07-2007 07:04 PM |