OrderMan - Ordering interface for NOW + Amibroker

TracerBullet

Well-Known Member
@TB
Tested New build
if Target qty is left 0 it does't place Target order have give qty too in it
If possible if we can give option like this if qty 0 then place full target qty has entry
Sending target order when qty is 0 will be confusing. We can instead have option for default target qty if you want.
 

Snake.Head

Well-Known Member
Sending target order when qty is 0 will be confusing. We can instead have option for default target qty if you want.
That will great for default
Plus notice one more thing in new build
Each time it keep asking order is pending do want.... for entry and stop and target -
Even thru entry is placed it ask then after placing stop and then target
Did notice this issue

Edit
Plus Avg price does't show at top
If i find more issue will update here
 
Last edited:

TracerBullet

Well-Known Member
That will great for default
Plus notice one more thing in new build
Each time it keep asking order is pending do want.... for entry and stop and target -
Even thru entry is placed it ask then after placing stop and then target
Did notice this issue

Edit
Plus Avg price does't show at top
If i find more issue will update here
Attach screenshot. give some steps on what you did.
Average price / Diff will be shown after Entry executes.
 

Snake.Head

Well-Known Member
Attach screenshot. give some steps on what you did.
Average price / Diff will be shown after Entry executes.
It order is pending/open it ask order is pending Do want to continue Yes/No
Pressed Yes then order is filled it place Stop order for that also order is pending Do want to continue Yes/No
Pressed Yes then place target order is placed same order is pending Do want to continue Yes/No
 

TracerBullet

Well-Known Member
It order is pending/open it ask order is pending Do want to continue Yes/No
Pressed Yes then order is filled it place Stop order for that also order is pending Do want to continue Yes/No
Pressed Yes then place target order is placed same order is pending Do want to continue Yes/No
Probably means order is taking too long to go to open status. We wait upto 5 seconds for order status to become open, if it doesn't change in that time, this error is shown. You can configure wait period in Settings.ahk

Code:
OPEN_ORDER_WAIT_TIME := 5
// How many maximum seconds to wait for Order to be Open ( ie for validation etc to be over)
// Warning message shown after wait period
 
Thanks for sharing the nice tool.

Can you share nest orderman tool ? , The dropbox link you have shared not working.

Is there any plan to develop orderman for zerodha pi ?
 

TracerBullet

Well-Known Member
I have not updated dropbox link, please take it from git, just download and take Orderman. You can directly replace orderman folder, and use bat file to start as before - alternately install ahk setup and then run orderman.ahk. Then edit ini for Nest.

Pi - Assuming ahk works on pi, in theory it can be made to work by changing control ids as pi is similar to Nest/Now. But no plan to do it as i dont use it. Someone will have to use window spy and change all control ids in Now.ahk to check if its working.