Registered User Joined: 4/12/2010 Posts: 14
|
Does anyone have PCFs for candlestick charts? I am looking to program a few of them, harami, morningstar,etc. Any advice to point me in the right direction would be greatly appreciated. I hope to be at the telechart convention in Ft. Lauderdale, Dec. 4. Will I be able to find some direction at this workshop?
Thanks
Lee
|
Registered User Joined: 3/8/2011 Posts: 3
|
Sir! I used this codes to create pcf fo engulfing candles.
I receiving error massage "Argument missing near *".
Please help me to idetify this error.
Thanks
ABS(C1-O1)>(H1-L1)*0.50 AND
C1<O1 AND
C>O1 AND
O<C1
*Sort in ascending order*
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
This works on my system:
ABS(C1-O1)>(H1-L1)*0.50ANDC1<O1ANDC>O1ANDO<C1
Thanks
diceman
|