Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

All GomRecorder Indicators

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • dkelly
    replied
    Thanks for that. I'll see how it goes.

    Leave a comment:


  • Endif
    replied
    Sorry, I overlooked GOM. Here's a hint you can start with (in an indicator):

    protected override void OnBarUpdate()
    {
    GomDeltaVolume dv = GomDeltaVolume();
    Print("TotalVolume: " + dv.TotalVolume[0] + ", UpVolume: " + dv.UpVolume[0] + ", DownVolume: " + dv.DownVolume[0]);
    }

    Leave a comment:


  • dkelly
    replied
    Endif, Thanks, I understand that. That's why I wanted to reference it from the GOM Indicator.

    Leave a comment:


  • Endif
    replied
    dkelly: I'm afraid, NT doesn't up volume and down volume data. It can be calculateted from the relative positions of open, high, low, and close (look into BetterVolume indicator - http://www.ninjatrader.com/support/f...ad.php?t=34986).

    Leave a comment:


  • dkelly
    replied
    Gomi Delta Volume

    if (Volume[0] > (EMA(Volume, Period)[0] * 1.382))

    I was hoping someone could help me with this. I want to be able
    to do the above line of code, but instead of Volume, I would like
    it to be either UpVolume or DownVolume from the GomDeltaVolume
    indicator. Is it possible to reference those values? How would I
    go about it?

    Leave a comment:


  • pipal
    replied
    Thanks Gomifromparis for your great indicators.
    Last edited by pipal; 03-06-2011, 07:28 PM.

    Leave a comment:


  • paulg
    replied
    Any idea?

    Originally posted by paulg View Post
    Anyone knows how to put an alert on GomCD indicators in order to play a sound, e.g. when a certain delta value is being triggered?

    The Market Analyzer - Columns / Indicator /Gomcd / Special - Alert Conditions even with the Delta Calculation is set to CumulativeChart does not show the 'total' Cumulative value (shown on the CD panel) when added as an Alert condition but a totally different value. In other words the alert should be set on the 'Dummy' value shown on the Data Box too but instead this is not managed correctly by the new alert.

    Any idea about how to synch/set the alert according to the GomCD 'Dummy' value?
    gomifromparis, any suggestion about this issue, please?

    Leave a comment:


  • paulg
    replied
    Originally posted by gomifromparis View Post
    Hi,

    Try creating a new workspace
    Hi gomifromparis,

    You're right! I've created an additional, new workspace with the Gomcd indicators and this fixed everything also on the other workspaces: no more errors on Logs.

    Thank you!!!

    Paul

    Leave a comment:


  • gomifromparis
    replied
    Hi,

    Try creating a new workspace

    Leave a comment:


  • paulg
    replied
    6B and 6E issue with GomCD after upgrading from 1.3b to 2.3b

    Originally posted by djkiwi View Post
    Hi Gomi/Guys. Sometimes the ladder disappears and I am just left with the bar OR it plots and when I hit f5 it disappears and I cannot retrieve it. Recoding binary which was Ok turns to KO

    I'm using 1.3 b version and not the latest beta ninja release but using 7.0.1000.2. This is the error I'm getting in the log:

    Error on plotting indicator "GomiLadder". Please check the 'OnBarUpdate' or 'Plot' method;Overflow error.

    Has anyone seen this or have any idea how to fix it? It's very odd

    Thanks
    DJ
    Hi,
    I have the very same message and other message on after upgrading from 1.3b to 2.3b, too using 6B and 6E, NT 7.0.1000.2 :

    'Error on plotting indicator 'GomCD'. Please check the 'OnBarUpdate' or the 'Plot' method: Overflow error"

    "Failed to get properly 'FileFormat' for indicator 'GomCD': Exception has been thrown by target of an invocation"

    "Failed to set properly 'BackupMode' for indicator 'GomCD': Object of type 'GomBackupModeType' cannot converted to type 'System Boolean'.

    Similar Log issues are displayed for GomVolume Profile and GomDeltaVolume.

    Leave a comment:


  • djkiwi
    replied
    Error plotting ladder

    Hi Gomi/Guys. Sometimes the ladder disappears and I am just left with the bar OR it plots and when I hit f5 it disappears and I cannot retrieve it. Recoding binary which was Ok turns to KO

    I'm using 1.3 b version and not the latest beta ninja release but using 7.0.1000.2. This is the error I'm getting in the log:

    Error on plotting indicator "GomiLadder". Please check the 'OnBarUpdate' or 'Plot' method;Overflow error.

    Has anyone seen this or have any idea how to fix it? It's very odd

    Thanks
    DJ

    Leave a comment:


  • gg80108
    replied
    Newest code

    Anyone have the latest link to the newest code of this.. I found an old one I think and get import errors.
    2011-02-22 14:47:03:890 c:\Users\Gold\Documents\NinjaTrader 7\bin\Custom\Tmp\Import\Indicator\GomMP.cs CS0246 The type or namespace name 'GomDeltaIndicator' could not be found (are you missing a using directive or an assembly reference?)
    2011-02-22 14:47:03:890 c:\Users\Gold\Documents\NinjaTrader 7\bin\Custom\Tmp\Import\Indicator\GomMP.cs CS0246 The type or namespace name 'TickTypeEnum' could not be found (are you missing a using directive or an assembly reference?)

    Leave a comment:


  • unprincipiante
    replied
    Originally posted by unprincipiante View Post
    Hi everyone.
    I'm trying NinjaTrader 7 and I paid access to bigmiketrading to use all the indicators gomifromparis.
    I'm trying to use it now but I can not add to the chart indicators.
    I put the files. cs along with other indicators, but I can't see anything.
    could you help me?
    I remind you that the ninja is a trial version of
    Bye
    I solved the problem.
    Bye

    Leave a comment:


  • Serninja
    replied
    GomDeltaBarType

    Originally posted by gomifromparis View Post

    GomDeltaBarType

    This indicator will create a new Bar Type (Volume, Time , Range etc) called GomDelta that will construct bars at a constant delta.

    Of course you can't calculate the bid/ask delta in the historical bar construction since bid/ask is not available, so UpDownTickWithContinuation model is used as a proxy.

    Compatible with 6.5 and 7b5
    Hi Gomi,

    I am using the GomDeltaBarType and have different delta values on the bottom instead of equal values. It should be looking more like in the link below instead of my screenshot or am I mistaken and these are different types respectively I haven't understood your explanation correct?

    http://support.marketdelta.com/entries/229286 --- Please scroll down to "Delta"

    Thank you very much!

    Regards,
    Attached Files

    Leave a comment:


  • unprincipiante
    replied
    Some problem

    Hi everyone.
    I'm trying NinjaTrader 7 and I paid access to bigmiketrading to use all the indicators gomifromparis.
    I'm trying to use it now but I can not add to the chart indicators.
    I put the files. cs along with other indicators, but I can't see anything.
    could you help me?
    I remind you that the ninja is a trial version of
    Bye

    Leave a comment:

Latest Posts

Collapse

Topics Statistics Last Post
Started by samish18, 04-17-2024, 08:57 AM
16 responses
55 views
0 likes
Last Post samish18  
Started by arvidvanstaey, Today, 02:19 PM
3 responses
9 views
0 likes
Last Post NinjaTrader_Zachary  
Started by jordanq2, Today, 03:10 PM
2 responses
8 views
0 likes
Last Post jordanq2  
Started by traderqz, Today, 12:06 AM
10 responses
18 views
0 likes
Last Post traderqz  
Started by algospoke, 04-17-2024, 06:40 PM
5 responses
47 views
0 likes
Last Post NinjaTrader_Jesse  
Working...
X