Forum

MT4 Mobile

Hello out there! does anyone know how to use stock indicators to create a mobile verison of the cog? setting i use are Bars Back 240 M =4 i = 0 ktsd =1 sname=500 any help or direction would be awesome

MT4 OrderOpenPrice

I'm trying to pull OrderOpenPrice from an open order to use for a sellstop order - a certain amount of pips for new order. OrderSelect(123,SELECT_BY_TICKET); double B3= OrderOpenPrice(); B3 is the key i'm trying to use. would this be the way to do it? or would I do double B3 =

How to have my EA use existing order info for new order

How can I grab info off an existing order and use it for a new order? for example if I have my stoploss getting close can I use code to grab existing stoploss level and have it open a sell stop order at the stoploss level? Im super new to programing trying to learn so please be gentle! lol thanks