Go Back   Traders Laboratory > View Profile

max-td max-td is offline

Registered Trader

Last Activity: Today 03:50 AM

Visitor Messages

Showing Visitor Messages 1 to 1 of 1
  1. hotdog
    04-18-2008 12:54 AM
    hotdog
    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!

About Me

  • About max-td
    Location
    darmstadt / germany
    Gender
    Male
    Occupation
    trader
    Trading Years
    4 - 9
    Favorite Markets
    eurex - ER - s+p
    Trading Platform
    strategy runner

Statistics

Total Posts
Visitor Messages
General Information
  • Last Activity: Today 03:50 AM
  • Join Date: 10-29-2007
  • Referrals: 0

Post Thanks

Total Thanks

All times are GMT -4. The time now is 06:10 PM.

 


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59