@ambrogio Create a boolean variable initially as false before block 22. Then change it into true after block 22. That way those blocks on the 'on tick' tab will not interefere anymore until the EA ir reset.
Posts made by l'andorrà
-
RE: "ON TRADE" event works badly?posted in Questions & Answers
-
RE: Sub windows when drawing objects? Getting indicator values, and getting candle count, when an event occurs...posted in Questions & Answers
@len-1 If you sent the question to the admin, just give him time (up to 2 weeks) to answer.

-
RE: IF someone can check this start of a project, and tell me what is wrong with the comment uglyposted in Questions & Answers
@len-1 Firstly, you don't need the 'pass' block because there are more than 2 blocks below it. I see you are storing the RSI value of candle ID 0. If I understand you correctly, you need the RSI of those highs and lows. Right? Then you will need a loop because those candle ID values will change as new candles are formed. I'm afraid this is another case for mr. roar's loops.
-
RE: Is there any way to store RSI value when a candle closes at its high or low? andposted in Questions & Answers
@len-1 Then you need a loop. Sadly this is not my field of expertise. Can mr. roar take a look at this case?
-
RE: Manual Execution of Buttons On Chartposted in Questions & Answers
@er-arpit09 Can you please share the link of the project instead of the file?
-
RE: Count number of buy/sell trades in profit/lossposted in Questions & Answers
@ebenv Do you mean only those open right now?
-
RE: count arrows on chartposted in Questions & Answers
@tsheppo Then you need a loop. I'm afraid this is not my field of expertise. Can mr. roar tale a look at this case, please?
-
RE: Ascending lot sizes in grid pending ordersposted in General Discussions
@mohammed66 This is clearly a case for a loop. Sadly, loops are not my field of expertise. Can mr roar take a look at this case, please?
-
RE: Buy Signal not takenposted in Questions & Answers
@lvang1126 I see you are using a custom indocator. Are you sure its buffers are correctly identified by fxDreema?
-
RE: This works for XAUUSD but Not DAX30?posted in Questions & Answers
@yoloyacht That's weird. Is the the project exactly the same but with 'buy now' instead of 'buy pending order'?
-
RE: I want to close All order By PIPS calculate Profitposted in Questions & Answers
@ramisignals You need to substitute block 63 by these two:

Then connect your 'close trades' block below them.
-
RE: auto tpposted in Questions & Answers
@norbii012 said in auto tp:
shared/rwobFBl0d
Can you please share the whole project and not just that part?
-
RE: DAILY TARGETposted in Questions & Answers
@kestra Ok. Let move step by step. The condition block 3 is the condition telling your EA that trades can be open today. I created a variable called 'activate' that can have just two values, true and false. I decided that it should be true for the trades to be open. Please remember that thsi block is supposed to be on top af all your blocks deciding when a buy or a sell are open. If this condition move to false, no more trades will be open.
And that is what block number 6 is doing. Once the EA gets as much money as you want, all trades are closed by block 5 and then the variable is changed to false again. It will not be true again until tomorrow (Block 1).
Do you understand do far?
-
RE: Sub windows when drawing objects? Getting indicator values, and getting candle count, when an event occurs...posted in Questions & Answers
@len-1 Don't get me wrong but, are you still asking the same as RSI capture a few thread ago but with Stochastic now?

-
RE: Why do some variables have check boxes but can't be optimised?posted in Questions & Answers
@tonyramirez Because 5 years ago or more (this platform is 9 tyears old) they were available as optimizable as boolean but that caused a lot of issues so this option was removed but the checkboxes are still there.
-
RE: Bug - Time mode 'components' condition is not working properly (MT5)posted in Bug Reports
@tonyramirez Well done. Let me say that he will take his time to answer, but I guarantee he always does.

