@papaskindog Specify candle ID 1 on all operands of both condition blocks and retry it.
Posts made by l'andorrà
-
RE: SSL Crossover not working correctlyposted in Questions & Answers
-
RE: Condition is not executedposted in Questions & Answers
Are you sure your indicator doesn't repaint? Just look at it for 10 minutes on a 1M chart and confirm colours aren't changes AFTER the price has moved in the opposite direction. That is very common in coloured line indicators.
-
RE: Incremental pending order creationposted in Questions & Answers
@tintman7 My suggestions would more or less the following. Now you are using an input parameter to insert the grid volume. I can't see any structure to modify it incrementally. This mean you should create it this way:
- Your INITIAL grid volume can still be used to establish the first value (1000).
- The you should create the incremental calculaing structure on the 'on Trade' tab. There you can choose a 'Closed trade' block so that...
- Every time a trade is closed the whole grid volume is recalculated.
- Then the new value is inserted as a variable (not as a constant like now) in all buy/sell pending order blocks.
And that's a lot or work!

-
RE: Hey New to fxdreem.posted in Questions & Answers
Not sure I fully understand you. If you want to test a custom indicator I recommend you to use condition blocks to test it. However, if you are a programmer, maybe custom code blocks will be more useful for you.
-
RE: Is it because of strategy tester inconsistencies??posted in Questions & Answers
@alfredinho50 Changing to candle ID 0 mean that is the crossing is happening right now, the condition will be true and then maybe the result is closer to what you want. If you are looking for a complete closed candle then hold it on candle ID 1.
-
RE: I need help with basic EAposted in Questions & Answers
@envex Debes mover los tres bloques a la pestaña 'on tick'. En la pestaña actual el EA sólo comprobará si los bloques con ciertos la primera vez que ejecutas el robot y nunca más. Además, te recomiendo que especifiques la candle ID 1 en los dos operandos del bloque 2.
-
RE: PLS CAN YOU KINDLY EXPAND THE SCOPE OF THE "ADJUST" IN EACH BLOCK SO THAT I COULD CONTAIN MORE CONTENTS.posted in Questions & Answers
The only way I know to do that is by creating a variable with the final number to be inserted there. Imagein You have a variable with that final numer and you call it 'Result'. Then you can do this:

-
RE: False Cross Signalposted in Questions & Answers
@traderline Congrats for your effort fixint ot. Good for you!

-
RE: Bucket of Traders , a problem EA to open positions.posted in Questions & Answers
Of course you can. Simply remove any 'No trade' block present in the launching trades tree.
-
RE: Open Trade When New Top Created?posted in Questions & Answers
@aldric That's how the block works, I'm afraid. It needs to identify the new top just within a period of candles. Otherwise you will have to create your own identifying structure.
-
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
Do you mean this?
- You program a buy pending order only.
- That buy is activated.
- Immediately after this activation a new sell pending order is programmed with twice the lot size of the fist pending order.
-
RE: THE DISTANCE BETWEEN SOME CANDLESposted in Questions & Answers
@fuad-2 My project was an ideo of how to apply a counter to your project it doesn't necessarily is to be applied to your project as I suggested. So let's do it step by step. So I recommend:
- Connect the 3 condition blocks one blow the other and remove that 'And' block. It is not necessary.
- Then connect the 'Once per bar' block on top of the block tree and 'sell now' at the bottom.
- Is that lonely unconnect block really necessary?
-
RE: My EA not working I don't know whyposted in Questions & Answers
@marianomartinez No order is created anywhere!
Substitute block number 10 by a 'Once per bar' block and block number 11 by a 'buy now' block, for example. -
RE: Stop object from repeatingposted in Questions & Answers
@mannybear1 So why do you want to draw an arrow when what you want apparently is to identify the moment the indicator reverses? I don't see the logic behind it, sorry.
-
RE: Is it because of strategy tester inconsistencies??posted in Questions & Answers
Exceptionally, I recommend you to use candle ID 0 in blocks 23 and 24. That should fix the problem.
-
RE: CLOSE ALL TRADES AT ONCE, LET SAY ALL BUY TRADES. NOT ONE AFTER ANOTHER.posted in Questions & Answers
That will never happen because that is the way the MT4 platform works.
-
RE: Pivot Pointsposted in Questions & Answers
@marianomartinez Unless you are looking for something really special, no custom indicator is necessary. Just use this:

