@adimardiyantoid It works fime to me. Are you sure it doesn't for you? Is that the whole project or just a part of it?
Posts made by l'andorrà
-
RE: Need Help About : Condition (Equity > Balance) Not Working Properlyposted in General Discussions
-
RE: EA with 3 Moving Averageposted in General Discussions
@ricky-0 I can help you, but I'm curious. I see a Spanish expression in tht screenshot. I speak Spanish if that is easier for you.
-
RE: how to create alert on EA against autotradingposted in Questions & Answers
@ebony You can substitute both buy/sell now blocks by any or both of these blocks:

-
RE: Compiling indicator for custom indicatorposted in Questions & Answers
@yyaanniicckk Is it for MT4 or MT5?
-
RE: need some help to add a custom indicator to my EAposted in General Discussions
@rajesh-ram Can you please upload it directly here to the forum? That would help.
-
RE: Ea issueposted in Questions & Answers
@biztet I guess biztet is right. Probably the problem is on your borker's side.
-
RE: How to add different TP'sposted in Questions & Answers
@tim-3 The reason why I shared my project is showing it is not a trivial project to implement. Creating a structure based on separated block trees is not efficient necessarily. You need a structure storing the value of the last lot size to modify it for the next one.
-
RE: fxDreema Last Update Errorposted in Bug Reports
@lali Hi Lali,
You request is not related to this post. Can you please create a new thread on the 'Questions and Answers' forum?
-
RE: Open position when the candle opens close position when the candle closesposted in Questions & Answers
@nehemiah7 You should specify 'candle ID 1' on blocks 2 and 3 and not candle ID 0 as it is now.
-
RE: how to create alert on EA against autotradingposted in Questions & Answers
@ebony Which option do you prefer: sending a phone alerts or opening an alert window on chart?
-
RE: How to Modify Take Profit of Multiple Open Positions?posted in Questions & Answers
@rare-clone Then you will need a loop searchng for all open trades and calculate the average TP level for all of them. Sadly, loops are not my field of expertise. Maybe roar may help.
-
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
@kestra Here you have a fully functional martingale EA for you to test.
-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
@biztet In that case a loop is needed. Sadly, I'm not an expert at loops. Maybe roar can help for this project.
-
RE: EA with 3 Moving Averageposted in General Discussions
@ricky-0 o parece una estrategia especialmente compleja. ¿Tienes algún proyecto inicial de EA ya desarrollado o has de empezar desde cero?
-
RE: Need Help About : Condition (Equity > Balance) Not Working Properlyposted in General Discussions
@adimardiyantoid And what is the block supposed to do that is not doing correctly?
-
RE: Hello guys. I am new here, so any help is highly apreciated.How do i include an RSI divergence into an ea?posted in Questions & Answers
@yorgos Can you please upload a screenshot of the indicator and the link to your project?
-
RE: How to Modify Take Profit of Multiple Open Positions?posted in Questions & Answers
@rare-clone What do you exactly mean? You have several open trades with different TP each and then you need to modify all of them to a common TP for all?
-
RE: Bug/ Lagging - No connection anymoreposted in Bug Reports
@umbrellamaker Thanks for sharing your solution.
-
RE: How to add different TP'sposted in Questions & Answers
@tim-3 This is my own project of a martingale. I think this can be helpful.