Topics
Replies
iRobot
19 Jul 2013, 23:56
Thanks adaled.
Could you please help me with another thing? It's a super stupd question, but I don't understand how to implement indicator in the robot. There is "robot" class and there is "indicator" class and I don't know how to make them work together. I hope my issue sounds clear.
@iRobot
iRobot
18 Jul 2013, 16:21
What I need is to have a signal when MACD value (not signal) is higher than some appointed value. For example: let's say MACD value is <0.0005 for some time, but if it's value is greater than 0.0005 the signal is created.The easy way would be a function of crossover (like MACD crossover on signal line). The messy way would be indexing MACD values, but the problem is I don't know how to index MACD (at least it seem not as easy as indexing EMAs).
It would be a great breakthrough if anyone could suggest the solution.
@iRobot
iRobot
25 Jul 2013, 08:38
Great! Thanks for the help. For starting that will be ok.
@iRobot