RJang
RJang
Friends

Add friends via their profile or user search and you will be able to see if they are online

RJang
Added topic Compare pending orders
Can someone please help me with this? Very much appreciated. How can I compare pending orders with defined price? Suppose I want to open pending order at 1.0590, 1.0580, 1.0570 and 1.0560, I want to compare and check if any pending order missing
RJang
Added topic First Bar
Is there way to find if it's a first bar above/below the MA (first bar's open above/below the MA)? Thanks Example
RJang
Added topic Drawing Up/down Arrows!
Is there a way to draw just one UP and one DOWN arrow whenever conditions meet? I am trying to accomplish this 1- Draw just one UP arrow when bar's open is greater then 20ma 2- Draw just one DOWN arrow when bar's open is less then 20ma The code i
RJang
Added topic Reconstruct of MAGIC NUMBERS
Hello There, I would like to know the posisbility of regenrating the MAGIC Numbers. I have an incident were my broker reset all my magic numbers for opened orders and My EA was unable to manage opned trades anymore. Your help greately appreciated
RJang
Added topic Is it possible to get list of unique magic number?
Lets say i have 10 orders Magic Numbers are 1001 1002 1001 1003 1001 1004 1003 1002 1005 1004 i would like to see the result like this 1001 1002 1003 1004 1005 Just want to check if it's possible or not? Thanks in advance
RJang
Added topic IsTradeAllowed()=Ture
Do i have to confirm it if it's true or not for all types of actions( i mean when i am modifying and sending pending & market order) or just for the Market order? Thanks in advance
RJang
Added topic Get MAX lot size?
Can someone please help to get the MAX lot size? Lets say i have 4 opened orders Lots Size 1 Lots Size 2 Lots Size 3 Lots Size 6 I am trying if some how my script can return "MAX lot Size" and put into a variable