Showing Visitor Messages 1 to 1 of 1
-
Max-td,
I was looking at your code and it looks as if it would be easy (for someone who knew programming NT) to add a few lines to make this thing work really well with Market Analyzer.
Is it possible to add a new Signal.Set command to the following alert coding like:
if(Signal.Get(CurrentBar - 1) == 1 && Signal.Get(CurrentBar) == -1) ?
If the statement is true, set to "2"?
If you could do this, Then Signal value "2" in the Market Analyzer could be called as the condition for an alert. You can't use -1 because that is the normal value most of the time.
Also, I have noticed that the really great signals seem to come only when momentum is very close to zero and the squeeze has been on for at least 4 bars. If the momentum is too high (or low) whe the signal fires, then the move is too far in progress.
Could a few lines be added where these momentum values (both high and low) were tied together with the firing of "value 2" above for the last "x" bars and set as a user inputs?
Like....if Signal.Set =2 and if mom is positive, then momhigh is less than "X" OR if mom is negative, is greater than "Y".
What do you think?
This is a serious indicator if we can get it firing only in the best situations.
Thanks!