Blocks 15 and 21 are redundant. You can remove them.
Best posts made by l'andorrà
-
RE: Hedging Grid Mix Lots @ Boxxocodeposted in Questions & Answers
-
RE: How to tell EA to stop Tradingposted in Questions & Answers
You can use this general structure:
-
RE: Open a trade with keyboardposted in Questions & Answers
As mentioned in the post above yours, you need to find the ASCII code for those keys, not the key itself.
On the other hand, that trailing stop block will never work on the 'on chart' tab. It needs to be moved to the 'on tick' tab to work correctly.
-
RE: About the Chrome extension to download filesposted in Questions & Answers
Thank you for sharing.
-
RE: example: For each tradeposted in Tutorials by Users
@bhovens Your logic is correct. The problem is that this action is executed every single tick. This is why all of them are closed, because every single tick, both are closed. You need to move to the 'on Trade' tab. Probably you will also need to create a variable to identify when this calculation should be done.
-
RE: TypeError: vFormula.replace is not a functionposted in Bug Reports
Boy, if you can't fix it, I guess the admin is the only one who can do it.
-
RE: Waiting after a certain conditionposted in Questions & Answers
Easy. Just create a Yes/No variable for the arrow condition. Once the arrow is visible your variable will be "Yes". Then use a condition block immediately above your "bull candle" condition block in which the condition is just "Yes".
That way you can have the arrow condition (Yes) but no bull candle, so no order will be executed. On the other hand, if the arrow condition is "NO", no matter how many bull candles will appear, there will not be an order. Only when both conditions are met, there will be an order.
-
RE: TUTORIAL Create Button Sell And Buy & Executeposted in Tutorials by Users
@ramisignals Excellent initiative ramisignals. Thank you very much for your help. Just one fsmall request. Can you please add the word 'TUTORIAL' (in capital letters) in this thread title? That wahy it will be easier to find by the search engine.
And please keep the good work.

-
RE: TypeError: vFormula.replace is not a functionposted in Bug Reports
Usually the smallest mistakes are those creating the biggest issues.

Congrats for your success finding it.
-
RE: ATR value to Pips - Tutorialposted in Tutorials by Users
Upvoted and congratulated!
Great tutorial. -
RE: please help with this , is this a bug ?posted in Bug Reports
It sounds really weird. Did it happen before?
-
RE: What is the difference between EA and Scriptposted in Questions & Answers
An Ea is designed to work on every tick received on your MT4 terminal. It will execute everything is programmed to over and over. Whereas a scritp is designed to execute its programming just once, usually at the precise moment it is doublecliked. No more.
-
RE: Creating objects from user inputposted in Tutorials by Users
@roar Another demostration of roar's might!
Thank you for sharing. -
RE: please help with this , is this a bug ?posted in Bug Reports
This is not my field of expertise, but i general those are the best options, AFAIK.
-
RE: Trade copier?posted in Questions & Answers
I remember having read in an old thread that it is possible but adding some communication programming that is not included on any block right now. So in short, yes, but if you know how to communicate two EAs on your own.
-
RE: ATR to PIPS new Formulaposted in Tutorials by Users
@fenixtrading Did you ask for permission to the admin to ad your commercial services? If not, please remove those signature and email.
-
RE: System not exiting Tradesposted in Bug Reports
More than probably the reason is the supertrend repainting the las candles' values. I recommend you to test it on a demo account (not backtesting) for a week. That way you will be complete sure all, none or some exits are correctly executed. Then backtest that same week. I bet you will get VERY different results.

