OrderMan - Ordering interface for NOW + Amibroker

Snake.Head

Well-Known Member
Bug
If amibroker window is in floating mode then orderman shortcut (Hotkey) does't work.

i thing orderman is not able to detect window if it in floating mode.

But it work if it is cascade and tile hoz and tile vert window mode.
 
Last edited:
Hi TracerBullet,

I like to pass price, B/S,stop and target from Amibroker instead of picking through GUI.

This help me to execute the trade quickly. Can you help me how to do the same ?
 

Snake.Head

Well-Known Member
Hi TracerBullet,

I like to pass price, B/S,stop and target from Amibroker instead of picking through GUI.

This help me to execute the trade quickly. Can you help me how to do the same ?
Hmm,I thinking picking price will give control of what price order is going to be.
How about like this picking price from amibroker (entry) order is place with default SL and target from settings you config for that scrip.problem with this how orderman will know is buy/sell.
 
Hi

Based on buy or sell trigger in the Amibroker the price will pass to Orderman and direction from amibroker.
Stoploss= Buy /Sell price*1% roughly.

So that i can quickly order and move forward for the next trade.
 

TracerBullet

Well-Known Member
Hi TracerBullet,

I like to pass price, B/S,stop and target from Amibroker instead of picking through GUI.

This help me to execute the trade quickly. Can you help me how to do the same ?
In theory you can do it - you can add gui-less support with input params and pass those params from AB. Just look at Trade class and pass it params. Will have to check how to pass params already running ahk for updates (or just modify Trade to work with input order ids )

But OM is not meant for auto trading, you are supposed to verify each trade/update/trigger. Bugs may be hidden too as its hard to test thoroughly. So manual monitoring is must.
 

TracerBullet

Well-Known Member
Not exactly..It will easy to execute and avoid the slippage.

I'm not able to pickup the price from AB. I'm using data service instead of RTD.
Manuall picking price from AB should not need RTDMan - that is only needed to get LTP. Just use hotkeys ( default Win-A, Win-S and Win-T )