I am new to wealth-lab pro, but know basic programming. I want to get started with some simple-ish ideas that I have found useful ... and was wondering if there are tutorials that will help? Can I implement them with the drop and drag features?
For example: I would like to use 30 minute bars. I would like to create my own indicator, which is like:
INDICATOR = 8 period SMA minus 17 period EMA
Then at the end of each bar (each 30 minute period) I check to see
IF INDICATOR > INDICATOR of 2 bars previous + CONSTANT (like 2.5)
AND
INDICATOR(of previous period) > INDICATOR of 3 bars previous + CONSTANT (like 2.5)
THEN new buy signal
Easy to do?
thanks so much,
Rick
Size:
Color:
Welcome to the forums Rick. Here are some tutorials you might find useful:
Education @ YoutubeTutorial VideosWiki FAQ > How do I get started learning Wealth-Lab?
Rule-based strategies are not meant for combining indicators into one although you can easily do this in code. For what it's worth:
CODE:
Please log in to see this code.
Size:
Color: