@stantham This is the second thread dedicated to the same question. Please don't replicate threads and focuns in just one.
Posts made by l'andorrà
-
RE: FOMULAE TO CALCULATE THE MIDPOINT OF A CANDLE BODY AND WICKposted in Questions & Answers
-
RE: "Indicator Appear" does not work as intendedposted in Questions & Answers
@hebe I'm afraid this is a clear case of repainting. Using custom indicators like that is always risky for that reason. You should check if it repaints.
-
RE: How can I stop placing Buy Limit/Sell Limit pending orders?posted in Questions & Answers
@baxishparmar Can you please share the link to your project?
-
RE: Undeclared Identifier Smooth Methodposted in Questions & Answers
@kriordan I cannot import it. Are you sure this the the correct version?
-
RE: Help me my EA don't workposted in Bug Reports
@trpssrv The logic is correct if you are running it on the daily timeframe. You will get one buy and one sell only per day.
-
RE: fractal indicator draw midpointposted in Questions & Answers
@stantham You will need to use variables to stor the value of both ends of the wick. Then you can use a formula block to calculate the middle point and finally you can plot the line there.
-
RE: Help me pleaseposted in Questions & Answers
@gggvvvv Please stop posting the same question on different threads. This is Off topic here.
-
RE: please help me with rsi indicatorposted in Questions & Answers
@gggvvvv You alredy asked this question in another thread. I replied there.
-
RE: Trailling Stop (How to use)posted in Tutorials by Users
@ontradingx Thank you very much for sharing.

-
RE: HELP ME ABOUT MY ADD VOLUMEposted in Questions & Answers
@ecowith This the second thread you opened for the same question. I replied to the previous one. Please don't duplicate threads.
-
RE: Display on chart the real profit/loss (including swaps and commisions)posted in Questions & Answers
@pinoa Your fisrt option was correct and you definitely ned the 'For each trade' block on top to make it work.
-
RE: CAN AN EA THAT LOOKS BACK IN TIME BE CREATEDposted in Questions & Answers
@od Yes, you can do it with a loop like that. The problem is that there is no limit in the search of past candles and it is suposed to work on the 'on tick' tab. Do you really need do that search every tick? Why not limiting the past candles to be checked?
-
RE: Heikin Ashi as a Line Color change, custom indicator conditionposted in Questions & Answers
@sauce Thanks for your support!
I recommend to substitute both condition blocks by 'indicator is visible' blocks instead. That way no comparisons are necessary. However, did you check the indicator doesn't repaint? because if it does, the EA will destroy you balance! -
RE: Please help me. how can i create a variable like in the pictureposted in Questions & Answers
@gggvvvv Not sure what you exactly mean. Apparently you already created it. Once a variable is created you can use it as per your screenshot on any block with the 'variables' tab on itis top right corner.
-
RE: Trailing Stop into Conditionposted in Questions & Answers
@chattahooche You can create a loop structure by using a 'For each trade' on top. Then yuo can use as many 'condition' blocks as necessary to create your trailing stop move. At the bottom of it all you should use the 'modify stops' block.
-
RE: Add to volume only first 5 candlesposted in Questions & Answers
@wadz91 I meant this:

But probably you will need to limit how many times or when that additiona is happening. That will depend on the whole strategy.
-
RE: How to allow 2 conditions at the same time?posted in Questions & Answers
@tashab You need to use variables to get what you want. When the first condition has happened, then a boolean variable can be 'true' for example. The you require this condition as 'conditioning' the second one later.
-
RE: open trade and Add volume same bar problemposted in Questions & Answers
@ecowith You can specify that 'add volume' cannnot be applied to candle ID 0, for example.
-
RE: Moving Avrage as SLposted in Questions & Answers
@niills Ok. I'm afraid arrays are my weak point. I'm not a programmer, sorry.

