Forum

Order Close

Hey guys, Sorry to bump in here, I'm trying to set up my first robot, woohoo. So far i succeeded in defining inputs for the indicators which do display! Orders are being opened as well but I'm a bit struggling with defining code to close them. At this moment I would just like to close the trades

Use Balance instead of Equity

Hey guys, I got an EA which is entering orders with a size based on the Equity amount and I would like to have it have it enter order based on the Balance amount instead. The used code to enter orders is if (AutoLot) { double pv = SymbolInfoDouble(Symbol(), SYMBOL_TRADE_TICK_VALUE

Local trade copier

Hey guys, does anyone of u knows a good local trade copier in script format? What I want to achieve is that the trades my EA makes are being copied x (preferably up to to two digits after the commes) the amount that I specify. ISF

Export of market purchase to other brokers

Hey Guys, I bought a few market items on the MQ4 market in my brokers MT4. Is ther anyway to export these to another brokers MT4? Thanks, Thomas