OrderMan - Ordering interface for NOW + Amibroker

Dear TracerBullet !
There is a big problem while using OrderMan (latest version) with Nest Trader.

Though I am not a programmer, I tried REALLY hard to understand your code. Of course, I have not been able to understand it yet, but there are few thing about your code that I have understood.

You have used the following in your code:


static ORDER_ENTRY_INST_NAME := "ComboBox5" //Same as NOW
static ORDER_ENTRY_SYMBOL := "ComboBox6" //Same as NOW
static ORDER_ENTRY_STRIKE_PRICE := "ComboBox8" //Same as NOW


While using the same values in Nest Trader, I was able to place Call Option Trades (i.e. 'CE' in the 'Type' field) but I was not able to place Put Option Trades (because, 'CE' remain written in the 'Type' field).

In order to fix this problem, i used Window Spy tool (provided by you only).
I found there are many discrepancies between NOW and NEST.

I changed these entries in your code as following:

static ORDER_ENTRY_INST_NAME := "Edit2"
static ORDER_ENTRY_SYMBOL := "Edit3"
static ORDER_ENTRY_STRIKE_PRICE := "Edit4"


Window Spy shows these values (written above) as ClassNN in Nest Trader.
So, I thought that now OrderMan will run properly for me.

But Alas ! Now there is even bigger problems. The fields "Inst Name", "Symbol", "Type" and "Strike Price" remains empty in the Order Entry Form.


As you might have guessed, I am an Intraday Option Trader. So, I used OrderMan for Options and faced problem.

However, while trading MCX CrudeOil-Mini Futures, there are no problems at all in the code provided by you (Not the one changed by me).

Thanks for the wonderful App that you have shared with us.
But, please understand my problem and try to rectify it...
 

Snake.Head

Well-Known Member
Ok current price showing and alerts workings
In next build put name before price for eg:- C price, Avg T Price and CP.
If it can fit in current window size.Don't want to increase window size and current size fit perfect
 
Last edited:

Snake.Head

Well-Known Member
Dear TracerBullet !



static ORDER_ENTRY_INST_NAME := "Edit2"
static ORDER_ENTRY_SYMBOL := "Edit3"
static ORDER_ENTRY_STRIKE_PRICE := "Edit4"
You should not changed those above settings

I using nest my settings are has same as your's
static ORDER_ENTRY_INST_NAME := "ComboBox5" //Same as NOW
static ORDER_ENTRY_SYMBOL := "ComboBox6" //Same as NOW
static ORDER_ENTRY_STRIKE_PRICE := "ComboBox8" //Same as NOW

This tool was not test with options

Maybe your getting error bcoz their is no function for select type CE/PE
i have't check it.
ideal this should their
static ORDER_ENTRY_Type := "ComboBox7
But i don't where to put and how exercise it coz i dont trade options
 
You should not changed those above settings

I using nest my settings are has same as your's
static ORDER_ENTRY_INST_NAME := "ComboBox5" //Same as NOW
static ORDER_ENTRY_SYMBOL := "ComboBox6" //Same as NOW
static ORDER_ENTRY_STRIKE_PRICE := "ComboBox8" //Same as NOW

This tool was not test with options

Maybe your getting error bcoz their is no function for select type CE/PE
i have't check it.
ideal this should their
static ORDER_ENTRY_Type := "ComboBox7
But i don't where to put and how exercise it coz i dont trade options

BUT, plz check with Window Spy. Isn't is showing 'Edit2', 'Edit3' and 'Edit4' as ClassNN for these fields ??

Plz add a function to select 'CE/PE'. I will be highly thankful to you.

Thanks
 

TracerBullet

Well-Known Member
You have used the following in your code:


static ORDER_ENTRY_INST_NAME := "ComboBox5" //Same as NOW
static ORDER_ENTRY_SYMBOL := "ComboBox6" //Same as NOW
static ORDER_ENTRY_STRIKE_PRICE := "ComboBox8" //Same as NOW


While using the same values in Nest Trader, I was able to place Call Option Trades (i.e. 'CE' in the 'Type' field) but I was not able to place Put Option Trades (because, 'CE' remain written in the 'Type' field).

In order to fix this problem, i used Window Spy tool (provided by you only).
I found there are many discrepancies between NOW and NEST.

I changed these entries in your code as following:

static ORDER_ENTRY_INST_NAME := "Edit2"
static ORDER_ENTRY_SYMBOL := "Edit3"
static ORDER_ENTRY_STRIKE_PRICE := "Edit4"


Window Spy shows these values (written above) as ClassNN in Nest Trader.
So, I thought that now OrderMan will run properly for me.

But Alas ! Now there is even bigger problems. The fields "Inst Name", "Symbol", "Type" and "Strike Price" remains empty in the Order Entry Form.
1) Those fields are both editbox and combo box in spy. I use combobox. ( move cursor to dropdown)
2) Every broker can have different Nest. I cannot test for all. So i gave framework to customize for Nest. You can override any control in Now.ahk using Nest.ahk. Which broker do you use?
3) Copy paste Orderman.ini and your scrip inis here ( for both CE an PE)
4) Options has not been tested separately, although we set all fields so it should work. Bug is possible, if everything looks ok, i can try to debug on your pc after market using ammy admin.

Ok current price showing and alerts workings
In next build put name before price for eg:- C price, Avg T Price and CP.
If it can fit in current window size.Don't want to increase window size and current size fit perfect
Name is already in dropdown box ?
 
1) Those fields are both editbox and combo box in spy. I use combobox. ( move cursor to dropdown)
I saw that just now!. Thanks.

I use Tradersmartonile and SAS both. I checked it in both, facing same difficulty in both.

I have already placed 'Script.ini' files for all different PEs and CEs in Script folder.
 
Last edited:

Snake.Head

Well-Known Member
1) Those fields are both editbox and combo box in spy. I use combobox. ( move cursor to dropdown)
2) Every broker can have different Nest. I cannot test for all. So i gave framework to customize for Nest. You can override any control in Now.ahk using Nest.ahk. Which broker do you use?
3) Copy paste Orderman.ini and your scrip inis here ( for both CE an PE)
4) Options has not been tested separately, although we set all fields so it should work. Bug is possible, if everything looks ok, i can try to debug on your pc after market using ammy admin.
I think for this we have to give option to select CE/PE from orderman gui

Name is already in dropdown box ?
You mean scripts name in dropdown box
I was telling written name before price C price, Avg T Price and CP.
this just mockup where you get space put it their