Candlestick Plugin

swagat86

Active Member
#21
Swagat, don't get too carried away with Alphomega :eek:
It uses the zigzag indicator and signals disappear!! QUOTE]



I dont use EW in any case. But iv found the major Waves to be quite correct with AO. And one more thing if u try using Adget, El wave etc they hav mentioned that the wave 5 is over :eek: .


where as AO still hast done so. Lets c. also the commentry is Gud.



Also lemme say, im a firm believer of the fact.
The simpler the things, the better they are.


I think simple Fibs, trendlines MA's etc are more than sufficient. :)



Thanks
 

swagat86

Active Member
#22
Yes...thats good.

We have so many traders in this forum. But I feel that you are the one who has got good sense of humour among all, be it in forum posts or in chat room :)

Praveen.
Thanks buddy.

My Motto
" Dont just live life, njoy it"


BTW the thread began with Candles and landed up where.
 

oxusmorouz

Well-Known Member
#23
I dont use EW in any case. But iv found the major Waves to be quite correct with AO. And one more thing if u try using Adget, El wave etc they hav mentioned that the wave 5 is over :eek: .
The wave count changes with the data loaded. This is one problem in using softwares for elliot wave count. Elwave gives 15 different possible wave counts and if you increase the data, it gives 15more :eek:
Great software for an academician but for a trader? you must be joking :D
You're right, Alphomega is much better than Elwave. I never liked adget though.


where as AO still hast done so. Lets c. also the commentry is Gud.
Agreed


Also lemme say, im a firm believer of the fact.
The simpler the things, the better they are.
Agreed again. But I'd say "simple things coded into a system backtested with historical data" is much better
 

oxusmorouz

Well-Known Member
#27
The exporer scans for securities which match you're specified condition.
Say, you want to know which system has been showing abnormally high volumes (say, more than 10times its 10day SMA), you type it in the explorer, enter a filter and allow it to scan for all the securities in the database to find out the securities with abnormal volumes.
Incase you want any help with coding metastock, please feel free to ask

Oxy
 

sunbim31

Active Member
#28
Try this expl
A:ADX(14)
B:RSI(9)
Filter:ADX(14)>20 AND
ADX(14)>Ref(ADX(14),-1) AND
Ref(ADX(14),-1)>Ref(ADX(14),-2) AND

+DI()>Ref(+DI(),-1) AND
Ref(+DI(),-1)>Ref(+DI(),-2) AND

RSI(9)>Ref(RSI(9),-1) AND
Ref(RSI(9),-1)>Ref(RSI(9),-2) AND

V>Mov(V,50,E)*3 AND
C>100.00
regards
 

oxusmorouz

Well-Known Member
#29
To create an explorer for bearish harami, follow these steps:

---> Menu bar ---> tools ---> explorer
---> new
---> name = bearish harami
---> click on coloumn A, now choose "functions" ---> In function catagory, choose candlesticks ---> in paste function, choose "bearish harami"
---> Click on "ok"
---> now go to filter, type "colA"

You have now created an explorer. Run an exploration and check it out.

Oxy
 

oxusmorouz

Well-Known Member
#30
Coding Elliot waves has 2 problem. It uses the zig zag indicator....someone which I am not a big fan of and defining the wavs is a complex task.
There are so many permutations/combinations and collecting everything togther is extremely difficult.

Oxy
 

Similar threads