longytravel
Board Regular
- Joined
- Aug 2, 2011
- Messages
- 68
Evening.
I trade currencies on the foreign exchange and want to create an automated way of creating 'scripts' that i can use to place orders.
I will have a different number of orders over a different range size and i would like to create something that will show me where the orders should be placed across the range. I want the orders to become narrower as it we become closer to the end of the range.
It would be really helpful if i had something that recalculated every time i add a new number of orders or range. I can create something when i just visually do it but cant think how to do it in an automated way for when i want to change the variables.
The below crude example is 10 orders spread over a 20 pip range.
Any help would be REALLY appreciated.....thanks in advance.
[TABLE="width: 161"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]0[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]18[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]19[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]20[/TD]
[TD]Order[/TD]
[/TR]
</tbody>[/TABLE]
I trade currencies on the foreign exchange and want to create an automated way of creating 'scripts' that i can use to place orders.
I will have a different number of orders over a different range size and i would like to create something that will show me where the orders should be placed across the range. I want the orders to become narrower as it we become closer to the end of the range.
It would be really helpful if i had something that recalculated every time i add a new number of orders or range. I can create something when i just visually do it but cant think how to do it in an automated way for when i want to change the variables.
The below crude example is 10 orders spread over a 20 pip range.
Any help would be REALLY appreciated.....thanks in advance.
[TABLE="width: 161"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]0[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]18[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]19[/TD]
[TD]Order[/TD]
[/TR]
[TR]
[TD]20[/TD]
[TD]Order[/TD]
[/TR]
</tbody>[/TABLE]