Do you have any initial project to begin with?
Posts made by l'andorrà
-
RE: INDICATOR - MARKET FACILITATOR INDEX (MFI) BY BILL WILLIAMS HISTOGRAM BLUE OR PINK COLOURposted in Questions & Answers
-
RE: Round decimal numbers?posted in Questions & Answers
@stantonhitz Honestly, I found the solution through the search engine. I remembered someone els asked for it, but I have no idea how to use it, sorry. Sadly, I'm not a programmer.

-
RE: How to close trade when the EA gives the opposite signalposted in Questions & Answers
@ebony Below the 'buy now' block select:
Filter by type ---> Sells.
And the opposite for the block below 'sell now'.
-
RE: Most profit point detectingposted in Questions & Answers
Correct. You are looking for trading's Holy Grial. No one can find that.
-
RE: Grid function bugposted in Bug Reports
@stantonhitz Yes, the order of number ID of blocks on top of each tree is DETERMINING in the EA execution. Honestñy, when dealing with huge projects like this the most efficient solution is deconstruct it and reconstruct it again module by module. The grid should be the first so that any later module can be identified as the origin of the issue.
Beyond that, I'm afraid I cannot be more helpful, sorry.
-
RE: Move Stoploss to 25% of Profit when Profit reaches 100% of the TP target.posted in Questions & Answers
@ankitrader Technically the logic is correct. Can you confirm the TP distance is correctly positioned on the chart when the trade is open?
-
RE: How can we place buy stop order with double the lot size after sell stop order triggers by the current market price?posted in Questions & Answers
@agitins Sorry. What link are you talking about exactly?
-
RE: Baseline - NNFX questionposted in Questions & Answers
@t-fah LOL, your very kind! You're welcome.

-
RE: identify most oldest trade and most newest tradeposted in Questions & Answers
@tradingstrategy88 Not sure I fully understand what you need. Can you please provide a numeric example?
-
RE: Need help with my strategy!posted in Questions & Answers
@kovoli Please specify candle ID 1 on all operans of both condition blocks.
-
RE: EA Renkoposted in Questions & Answers
@cartaza Antes de continuar permíteme decirte que ese tipode esrategias no funcionan a largo plazo. Piensa que necesitas un spread bajísimo para que no se te coma las ganancias. Imagínate anadir tan sólo 1 pip de spread a cada caja de 10 pips. Por experiencia te digo que no resultará como esperas. Aun así, estaré encantado de ayudarte si quieres continuar adelante, por supuesto.
-
RE: Request for help.posted in Questions & Answers
@rafał Obviosuly you will need at least a variable to control one of the indicators. If I understand it correctly, you need a trade is open when BOTH indicators coincide in the same direction and on the same candle. Right?
-
RE: Manual Trailing stop lossposted in Questions & Answers
@salahuddinonline I see. There is an alternative, maybe. You can run an EA on chart permanently and it can modify a manual trade' SL when conditions are met. Would it work for you?
-
RE: Building an EAposted in Questions & Answers
@don-fabi This is a better distribution:

Please notice the numer of blocks on top of each tree. That should be the correct order. Additionally, you need to add the condition blocks defining when a new pending order is set (below the 'for each trade' block). And now that I see it, substitute block ID 3 by a 'Pass' block with the same number, please.
-
RE: Trailing Stops Not Working As They Shouldposted in Questions & Answers
@yoloyacht Honestly I don't know. Maybe you find an unexpected bug in the block. I know the block works perfect for more 'conventional' (ie, higher) distances. So perhaps this, 2, 2, 2 settings is not working well.
-
RE: EA doesn't trade signalposted in Questions & Answers
Certainly weird. Apparently it is a coding problem. I'm afraid I cannot suggest you anything to do in cases like this.

-
RE: Manual Trailing stop lossposted in Questions & Answers
@salahuddinonline I'm afraid I never traded on mobile, sorry. Why can't you use an EA while trading on the phone?
-
RE: Manual Trailing stop lossposted in Questions & Answers
@salahuddinonline Why not? Arent you trading with MT4? What is the problem?