Jump to content

dennyyusuf

Members
  • Posts

    130
  • Joined

  • Last visited

Reputation Activity

  1. Like
    dennyyusuf got a reaction from Swordfih in (Share) algobandz indicator   
    @forexmaniac.
    Sir, this is because two or more custom bar types that you are importing are sharing the same custom PeriodType.
     
    To solve this problem u need to modify the "hpbars.cs" (its located here C:\Documents\NinjaTrader 7\bin\Custom\Type
     
    And find the line for "public hpBars() : base(PeriodType.Final4)".
    After find it ,u need to change the "PeriodType.Final4" to whtever u want as long as the slot is still available.
    Below is the list for the slots:
     
    PeriodType.Custom0
    PeriodType.Custom1
    PeriodType.Custom2
    PeriodType.Custom3
    PeriodType.Custom4
    PeriodType.Custom5
    PeriodType.Custom6
    PeriodType.Custom7
    PeriodType.Custom8
    PeriodType.Custom9
    PeriodType.Final0
    PeriodType.Final1
    PeriodType.Final2
    PeriodType.Final3
    PeriodType.Final4
     
    Remember "Each bar type has been programmed to hold one of those unique numbers"!
    Hope this clear enough.
    Regards,
  2. Like
    dennyyusuf reacted to forexmaniac84 in (Share) algobandz indicator   
    Very detailed explanation and imstruction Mr dennyyusuf.Thanks so much.I will check my bar type and modify accordingly
  3. Like
    dennyyusuf got a reaction from newbie0101 in (Share) algobandz indicator   
    Thanks to admis who generously spent time for us here..
     
    To modify .cs file you can use visualStudio , if u dont have it please download it here http://www.visualstudio.com/downloads/download-visual-studio-vs#d-2010-express
     
    Yes, after u modify it u save it and restart ur ninjatrader.
    Hope this solve ur problem..
    Regards,
  4. Like
    dennyyusuf got a reaction from tryitagainmf in (Share) algobandz indicator   
    Thanks to admis who generously spent time for us here..
     
    To modify .cs file you can use visualStudio , if u dont have it please download it here http://www.visualstudio.com/downloads/download-visual-studio-vs#d-2010-express
     
    Yes, after u modify it u save it and restart ur ninjatrader.
    Hope this solve ur problem..
    Regards,
  5. Like
    dennyyusuf reacted to khnco in (REQ)OFA Ninja Trader Full   
    I am assuming you need custome range VP ... Try this.. same thing...
     
    Range select custom Volume Profile
     
    https://www.sendspace.com/file/fvj4mc
  6. Like
    dennyyusuf reacted to admis in (Share) algobandz indicator   
    This is the main reason, why usually, I was providing the bar types in the source form.
  7. Like
    dennyyusuf got a reaction from forexmaniac84 in (Share) algobandz indicator   
    Thanks to admis who generously spent time for us here..
     
    To modify .cs file you can use visualStudio , if u dont have it please download it here http://www.visualstudio.com/downloads/download-visual-studio-vs#d-2010-express
     
    Yes, after u modify it u save it and restart ur ninjatrader.
    Hope this solve ur problem..
    Regards,
  8. Like
    dennyyusuf reacted to Bend in (Share) algobandz indicator   
    Just open it in notepad and when done save it. Keep it simple!!
  9. Like
    dennyyusuf got a reaction from admis in (Share) algobandz indicator   
    @forexmaniac.
    Sir, this is because two or more custom bar types that you are importing are sharing the same custom PeriodType.
     
    To solve this problem u need to modify the "hpbars.cs" (its located here C:\Documents\NinjaTrader 7\bin\Custom\Type
     
    And find the line for "public hpBars() : base(PeriodType.Final4)".
    After find it ,u need to change the "PeriodType.Final4" to whtever u want as long as the slot is still available.
    Below is the list for the slots:
     
    PeriodType.Custom0
    PeriodType.Custom1
    PeriodType.Custom2
    PeriodType.Custom3
    PeriodType.Custom4
    PeriodType.Custom5
    PeriodType.Custom6
    PeriodType.Custom7
    PeriodType.Custom8
    PeriodType.Custom9
    PeriodType.Final0
    PeriodType.Final1
    PeriodType.Final2
    PeriodType.Final3
    PeriodType.Final4
     
    Remember "Each bar type has been programmed to hold one of those unique numbers"!
    Hope this clear enough.
    Regards,
  10. Like
    dennyyusuf got a reaction from forexmaniac84 in (Share) algobandz indicator   
    @forexmaniac.
    Sir, this is because two or more custom bar types that you are importing are sharing the same custom PeriodType.
     
    To solve this problem u need to modify the "hpbars.cs" (its located here C:\Documents\NinjaTrader 7\bin\Custom\Type
     
    And find the line for "public hpBars() : base(PeriodType.Final4)".
    After find it ,u need to change the "PeriodType.Final4" to whtever u want as long as the slot is still available.
    Below is the list for the slots:
     
    PeriodType.Custom0
    PeriodType.Custom1
    PeriodType.Custom2
    PeriodType.Custom3
    PeriodType.Custom4
    PeriodType.Custom5
    PeriodType.Custom6
    PeriodType.Custom7
    PeriodType.Custom8
    PeriodType.Custom9
    PeriodType.Final0
    PeriodType.Final1
    PeriodType.Final2
    PeriodType.Final3
    PeriodType.Final4
     
    Remember "Each bar type has been programmed to hold one of those unique numbers"!
    Hope this clear enough.
    Regards,
  11. Like
    dennyyusuf got a reaction from Traderbeauty in (Share) algobandz indicator   
    @forexmaniac.
    Sir, this is because two or more custom bar types that you are importing are sharing the same custom PeriodType.
     
    To solve this problem u need to modify the "hpbars.cs" (its located here C:\Documents\NinjaTrader 7\bin\Custom\Type
     
    And find the line for "public hpBars() : base(PeriodType.Final4)".
    After find it ,u need to change the "PeriodType.Final4" to whtever u want as long as the slot is still available.
    Below is the list for the slots:
     
    PeriodType.Custom0
    PeriodType.Custom1
    PeriodType.Custom2
    PeriodType.Custom3
    PeriodType.Custom4
    PeriodType.Custom5
    PeriodType.Custom6
    PeriodType.Custom7
    PeriodType.Custom8
    PeriodType.Custom9
    PeriodType.Final0
    PeriodType.Final1
    PeriodType.Final2
    PeriodType.Final3
    PeriodType.Final4
     
    Remember "Each bar type has been programmed to hold one of those unique numbers"!
    Hope this clear enough.
    Regards,
  12. Like
    dennyyusuf got a reaction from tradernate in (Share) algobandz indicator   
    @forexmaniac.
    Sir, this is because two or more custom bar types that you are importing are sharing the same custom PeriodType.
     
    To solve this problem u need to modify the "hpbars.cs" (its located here C:\Documents\NinjaTrader 7\bin\Custom\Type
     
    And find the line for "public hpBars() : base(PeriodType.Final4)".
    After find it ,u need to change the "PeriodType.Final4" to whtever u want as long as the slot is still available.
    Below is the list for the slots:
     
    PeriodType.Custom0
    PeriodType.Custom1
    PeriodType.Custom2
    PeriodType.Custom3
    PeriodType.Custom4
    PeriodType.Custom5
    PeriodType.Custom6
    PeriodType.Custom7
    PeriodType.Custom8
    PeriodType.Custom9
    PeriodType.Final0
    PeriodType.Final1
    PeriodType.Final2
    PeriodType.Final3
    PeriodType.Final4
     
    Remember "Each bar type has been programmed to hold one of those unique numbers"!
    Hope this clear enough.
    Regards,
  13. Like
    dennyyusuf reacted to admis in (Share) algobandz indicator   
    I've just sent it to you.
  14. Like
    dennyyusuf reacted to tke1 in REQ: OFA NT Plugin   
    Vids here may help a little...
     
    http://www.screencast.com/users/OFANinjaLibrary/folders/OFAFREE
  15. Like
    dennyyusuf reacted to user33 in REQ: OFA NT Plugin   
    1st # is delta for the bar, 2nd # is cot
  16. Like
    dennyyusuf reacted to admis in (REQ)OFA Ninja Trader Full   
    Warning regarding previous version:
     
    Inside the code of ninjatrader.ofa.dll there is a class: OFABarsType which still can contain harmful and unsafe code for the users.
    Following procedures and all dependencies must be cleaned:
    tcallPic(), Timer smethod_0, smethod_1, smethod_2, smethod_3, smethod_4

    At least in the host file try to block the url: www.codedefinder.com
    I'm not sure but the risk described above concerns all or almost all available patched copies of ninjatrader.ofa.dll
     
    Based on the will of the supplier not to share the educated files to the public it is difficult to make an adjustments and upload them. As I suppose the problem concerns the supplier as well.
     
    Taking all the findings: IMHO It is better to get a new updates (improved replay processing) and make all needed patches again in one package. If the product is complex (as ofa is for sure) it is not good idea to work on it independently and share not compatible parts of the package.
    Cheers,
  17. Like
    dennyyusuf reacted to admis in (REQ)OFA Ninja Trader Full   
    Thanks trader1969 & ylidor for a smart and kind words.
     
    No offense, but sometimes reading some posts it reminds me an adage:
    "A noisy cow gives little milk"
    I have reviewed the code. And yes, I agree - it must be adjusted. But the problem not depends only on education. You can check a free version where market replay works (according to some users posts). The question is how it is working? - simply saying: dud, bullshit. Try move slider back and forth, change replaying date, time and you can see what it is. But if you start from the begining without touching slider it works ok. I think it is worth to make it possible in full version as well even with known inconveniences. It is almost impossible to correct a bad management of feed at all. For so overpriced product it is the shame. (but maybe it is a kind a policy of the developer to limit an education in this way?)
     
    BTW: There is a new version released (1.9) before Christmas. It is available here (only free version):
    http://hidemyass.com/files/4Ls70/
    Cheers,
     
    P.S.
    Full version updates are available as well for their customers.
    Info from OFA webpage:
    critical update
    You do not need to uninstall previous versions from NinjaTrader
    Just add the new NinjaScripts to Overwrite Existing Files
    Delete the OFA/VCA files(s) in My Documents > OFA
    Open the OFA (My Stuff) Library and Re-Download
    Import the New Zip File(s) to NinjaTrader
     
    Release Notes:
     
    Uptick/Downtick historical backfill now available
    Improved update notification process Improved replay processing :-S
    Modifications to accept Momentum, Exhaustion and Stop-Run add-ons
    Improved chart layering functions
  18. Like
    dennyyusuf reacted to admis in (REQ)OFA Ninja Trader Full   
    I do not like the policy of OFA developer as well. Based on reviewing his source codes I suppose an attention of the developer is setup on putting obstacles more then looking for efficiency and quality (see a replay market case).
     
    Minch please remember there was only one supplier of the current package. A chance to find another one willing to share a newest version is close to 0. I think we have to make a decision about sharing ourselves if the supplier will keep in silence.
     
    Pay attention on an adages: "every stick has two ends" or "each action has reaction"
  19. Like
    dennyyusuf reacted to admis in (REQ)OFA Ninja Trader Full   
    BTW: Do you know maybe how to expand the capacity of PM.
    A total 100 allowed messages!? Or I should hire a secretary. ;)
     
    I wish the Forum moderators and the owners to make some expansions in New Year.
  20. Like
    dennyyusuf reacted to admis in (REQ)OFA Ninja Trader Full   
    It is:
    ~~~~~~~~
    1 day valid link
    pass=indo-investasi
     
    This package contains a source files (I believe thanks to minch), adjusted source of OFAExhaustion by me and main library. We do not forget the participation our mate leledc who is now out of the game based on his decision.
    I'm not using this package as I can manage better with my own versions. But this one is almost the same.
    Cheers for all users and a Happy New Year!
  21. Like
    dennyyusuf reacted to admis in (Share) algobandz indicator   
    Once again, I'd like to thank you guys for all the very nice and warm words which you've addressed to me.:)
  22. Like
    dennyyusuf reacted to admis in (Share) algobandz indicator   
    http://www.youtube.com/watch?v=fHgOi1oReA0

    highp3rc3nttrading.com

    3<-e
  23. Like
    dennyyusuf reacted to admis in (Share) algobandz indicator   
    Please, don't exaggerate... I'm only trying to be helpful.
  24. Like
    dennyyusuf reacted to admis in (Share) algobandz indicator   
    I believe, everyone interested in the cyan bands, will be satisfied...
    Updated release:
    https://www.sendspace.com/file/hvl74w
     
    and additionally hpBars in the source form:
    https://www.sendspace.com/file/r6ii8o
    default bar slot: Final4
     
    public hpBars() : base(PeriodType.Final4)
    //--------------------------------^^^^
     

  25. Like
    dennyyusuf reacted to ⭐ timein in (Share) algobandz indicator   
    http://www.jetscreenshot.com/demo/20140914-3bk-29kb.jpg
     
    Admis has held this forum up all on his own for some time, truly a very generous thoughtful contributor. I appreciate all your commitment along with the rest of us-Indo junkies, thank you you’re awesome.
×
×
  • Create New...