@jstap There is no block deleting the old ones, so how can ther be 'redrawn'? A new one is drawn, but where are the old one being deleted?
Posts made by l'andorrà
-
RE: Trading GUI Not Entering Tradesposted in Questions & Answers
-
RE: EA opens trades at max lot sizeposted in Bug Reports
How big is your balance? And how far is the SL from current price? The logic is correct.
-
RE: DISTANCE CHECKposted in Questions & Answers
What point of candle ID1 do you need? High, low, close...?
-
RE: Money Management of this ruleposted in Questions & Answers
Did you create a first project for it. We can begin from there.
-
RE: Trading GUI Not Entering Tradesposted in Questions & Answers
You are drawing infinite buttons one on top of the previous one because its blocks are in the 'on tick' tab. Those blocks should be moved to the 'on init' tab instead.
-
RE: lot size errorposted in Questions & Answers
@gj-malaysia This is the second thread you created for the exact same question. Please stop duplicating threads.
-
RE: ATR Indicator giving value as zeroposted in Bug Reports
Can you please share the link to your project instead?
-
RE: ADXposted in Questions & Answers
@Nilesh This is the second time you are asking the exact same question. Please don't duplicate threads.
-
RE: lot size no same as setting in inputposted in Questions & Answers
@gj-malaysia You should remove the 'once per bar' block. Then move the pink 'pips away from open price' block below block ID 7. Then add this block before block 8:

-
RE: How do I make limit orders cancel stop orders once filled, and vice versa?posted in Questions & Answers
@BrianaM1 Your initial sell stop order or wrong. It is using a negative price offset value when it should be positive.
You need to substitute both purple 'trade closed' block by 'trade created' blocks instead.
-
RE: PLEASE HELP ME GUYS. Unstable EAposted in Questions & Answers
@Maop1994 If you need to close a trade when it hits 10 USD profit you can do this:

On your second question, do you mean opening a new trade or closing the previous one partially?
-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
I'm afraid I don't get it yet. Could you please upload an image example to make it clear?
-
RE: erorr 138 in back testingposted in Questions & Answers
What additional text is provided with the error?
-
RE: MA CROSSOVER TIMEposted in Questions & Answers
@aster4u You need to use a string type variable:

-
RE: How to check for number of candles between now and entry positionposted in Questions & Answers
Is that last entry you need an open or a closed position?
-
RE: PLEASE HELP ME GUYS. Unstable EAposted in Questions & Answers
@Maop1994 What do you mean by 'the rest remain the same'?
-
RE: How do I make limit orders cancel stop orders once filled, and vice versa?posted in Questions & Answers
@BrianaM1 Can you please share the link to your project? I cannot see the issue without watching your current distribution of blocks.

