Forum

Need Help to make this indicator works

Hi, I need help to make this indicator works. The idea here is to get a Buy signal alert only once at the opening of a new candle each time the following conditions happens : - First condition - The Open price of the alert candle is above the MA - Second condition - both of the last two candles are

Look for last closed trade

Hello, I´m trying to add a routine to an EA to avoid open consecutive orders of the same type. The idea here is, if price is above such a MA it BUY, but when that initial order is closed I need to avoid that the EA opens a new Buy order even if the price still above the MA, because the next order

Signal Provider Rules???

Hi, As a signal provider may I suggest a link to a Forex Broker which should improve my subscribers profits, avoid big slippage? If so, may I suggest it on the Signal description? Thanks. Best regards Cashmaker

Look for last lost closed orders

Hi, I need my EA finds all the losing orders closed in the last 30 minutes, and returns me the total lost (in cash), so it can place an order to hedge that amount. Example: It runs the search routine and in the last 30 minutes there are found 3 sell orders which were losers. Order A lost $100 Order

Export Indicator Signals

Hi, Is it possible to export signals from an indicator running on a platform in broker A, in order to be used by an EA running on the broker B platform? Maybe using the icustom command on platform B!!! If so, how can I do that? Regards

Import and Export Orders between brokers ????

Hi, How can I search/import open orders on other broker platform? What I mean is this: I want to run an EA on the broker X, which will copy all the open orders on the broker Y. How can I do that? REgards

Restart a chart

Hi, I have an indicator which provides good signals each time I start the platform or change the actual timeframe to any other and back again. If I let it run for few hours or days, it keeps providing me signals but they aren´t so good as if I start it somehow. My question is, how can I restart the

Close all Order at once

Hi, Given a such condition, how can I close all the BUY, or all the SELL, opened orders at once? Example: It must look for all the Buy opened orders, each one matching with a list of different magic numbers, and then, select all of it and close all of them at once. This must be valid to opened Sell

Close all Buy or Sell Orders at once

Hi, I want to run a cicle or something like that, to identify last Buy/Sell closed order by magicnumber, and then if it finds any remaining open Buy/Sell orders from a list of magic numbers, it must close all the Buy or Sell orders depending of the type of last closed. I already tryed the following

Search for total Loser orders

Hi, I want to run a cicle to look for the negative amount of money in open buy/sell orders . Exemple, if I have 3 open buy orders, one losing 20 pips, other losing 50 pips and another losing 33 pips, which means at that point a total of 83 negative pips. How can I get look for that 83 value, and for