Search results

  1. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    You are not supposed to edit code if you do not know what you are doing.
  2. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    @strongbuddy Open rtdman.ini and give snapshot of scrip1 to scrip5
  3. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    right click on top of market watch and configure
  4. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    This was covered long back. Are you sure using latest version?
  5. josh1

    Another Bhavcopy Downloader (ABCD)

    I don't know. it download s indexes
  6. josh1

    Another Bhavcopy Downloader (ABCD)

    Divide by lot size and see.
  7. josh1

    Another Bhavcopy Downloader (ABCD)

    You have not understood. ABCD does download data for all expiries from exchange. It is single file. There after it processes the data for making it fit to import into Amibroker/Metastock. During processing, it deletes scrips in which volume is zero(that is not trade took place) and creates new...
  8. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    That should not happen for 1 scrip. It runs well for 4 scrips for me. See whether you did all the settings correctly. Snake.head has given all the settings somewhere in this thread. You can see historical data in Ninja. Just open that and see the quotation data that is being stored. Time of...
  9. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    Ninja starts lagging behind if you monitor more than 4 scrips(That was my PC. You will have to adjust according to yours ). Check time of quotation in Ninja
  10. josh1

    OrderMan - Ordering interface for NOW + Amibroker

    I did put a breakpoint but it wouldn't stop. Na, we have to enter position. How will stop order be entered otherwise? I am testing with 1 share of Axisbank. I like this app. Order entries and updates happen in a jiffy.
  11. josh1

    OrderMan - Ordering interface for NOW + Amibroker

    Stop Order type is SL-M in the beginning. That is confirmed. (In my case it is SL and Price is 0. Trigger is as set properly. Order Book shows it as SL-M.). It did not stop at _submitOrderCommon() in Order.ahk. It did not even open Order.ahk. I guess this is happening when initial entry is...
  12. josh1

    OrderMan - Ordering interface for NOW + Amibroker

    There it is. Original Stop was at 524.9. Entry made at 525.15 with 'Limit' Order. Stop Order created immediately. It was SL-M (Trigger at 524.9 and Price 0). I changed stop to 525.5 immediately and clicked 'Update'. NOW complained. See, the order is 'Limit' instead of 'SL'. We have to figure...
  13. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    None of these apps should be installed in program files folder. Run withour admin priveledges.
  14. josh1

    OrderMan - Ordering interface for NOW + Amibroker

    Yes. I have to submit price and submit
  15. josh1

    OrderMan - Ordering interface for NOW + Amibroker

    Double check this first - does NOW accept SL Limit order update with price 0? Yes it does, I placed it directly lot of times. May be next time it happens I will figure out. Order window pops up immediately so it is not dangerous.
  16. josh1

    OrderMan - Ordering interface for NOW + Amibroker

    Well, some times NOW complains "Enter Proper Price" when Stop is to be updated. Original Stop order is accepted
  17. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    I developed this because I was disappointed with paid data feeds
  18. josh1

    OrderMan - Ordering interface for NOW + Amibroker

    Done. This time I did changes directly in Github. So you have pull requests. I didn't enter any 0. Your original code had 0 hard coded for price.
  19. josh1

    Real Time Data Now / Nest Trader to Amibroker, Fcharts

    It happens some times. Quit RTD_1.4 and restart.