@alexthegreat I'm glad I was helpful. You're welcome.
Best posts made by l'andorrà
-
RE: Help with volume range indicatorposted in Questions & Answers
-
RE: Open trade another pairposted in Questions & Answers
@jsauter86 You need to to this on the 'on trade' tab:

In this example the EA is supposed to be run on any chart that is NOT AUDUSD and then a AUDUSD is open as per your condition.
-
RE: Get name of the horizontal lineposted in Questions & Answers
@zackry The only way to get what line has been crossed is checking it tick by tick. You should try it on the 'on tick' tab.
-
RE: Open trade another pairposted in Questions & Answers
Exactly. Multibacktest is possible on MT5 only.
-
RE: ATR Stop loss help (Bollinger Bands)posted in Questions & Answers
@deadllee This is a way to get the SL moved to the distance (without ATR) for buys:

-
RE: Why is the EA not opening a second trade after I lose the first one?posted in Questions & Answers
@jaime-jimenez said in Why is the EA not opening a second trade after I lose the first one?:
shared/b33irMG6b
This because of block 7. Is it connected to the 'false' output of block 5. Simply disconnect it. You will need a different structure to remove pending orders.
-
RE: [SOLVED] Cannot manage a position countingposted in Questions & Answers
@jerkha Interesting. Thank you for sharing.
-
RE: Take Profit Trailposted in Questions & Answers
@jsauter86 Never forget to read all the Instructions pages in this site!

-
RE: How to open a new trade if existing one still active ?posted in Questions & Answers
@saeed-2 Can you please share the link to your project?
-
RE: Wrong timeframe close for candle conditionposted in Questions & Answers
@seb-0 Exactly. Please remember that you can specify two different fully operational timeframes within the same EA. Just select the wanted one on the appropriate display menu in each 'condition' block or by using the block suggested by seb 0.
-
RE: Multi-currency MT5 EA????posted in Questions & Answers
@biztet Exactly, and don't forget to put that block on top of ALL your EA structure, as well as include all symbols to trade comma separated.
-
RE: Crossovers in Separate Indicator Window Not Happening on same Indicator Buffersposted in Questions & Answers
@bablaasnani Ok. Don't hesitate to be back here if necessary.
-
RE: PLS HELP ME BUILD THIS CONDITION BLOCK. IF EITHER CANDLE ID 1 OR 3 OR 5 OR 7 OR 9 IS A BULL CANDLE SELL. THANKS!.posted in Questions & Answers
@bablaasnani Then you need to add a 'No trade' block on top.
-
RE: How to Import an EA and Just Lock it with Account ID and name of Userposted in Questions & Answers
@bablaasnani You can try this, for example:

Please notice that both blocks are on the 'on init' tab and that the connected output dot is the yellow one and not the orange one. This means that if the EA is active on any MT4 account with a different login number the EA will immediately remove itself from the chart.
-
RE: Pip Value Quotesposted in Questions & Answers
@iceyheart This option does that automatically no matter what symbol you are trading:

-
RE: Sum profits from selected positionsposted in Questions & Answers
@xfire I guess the amount of open trades will be variable, right? Then you will need a loop. In this case you can try asking miro or roar for that. They are the experts at loops.
-
RE: Sum profits from selected positionsposted in Questions & Answers
@xfire You're welcome. And welcome back!

