@jstap or is it possible to set it up like. On the first installment of EA.
We can input initially and manullay the ATR of all 10 trades/options.
And as soon as a trade #1 is openned. ATR #1 will then be replaced by the actual ATR value
@jstap or is it possible to set it up like. On the first installment of EA.
We can input initially and manullay the ATR of all 10 trades/options.
And as soon as a trade #1 is openned. ATR #1 will then be replaced by the actual ATR value
@jstap Actually it works, i just made some errors with the block condition.
Appreciate the help.
@jstap how about the block "Position Closed" is there any limitations to it? I just want to know from your perspective
@jstap got it.
some entry of the EA are not taken when i enable the seconds delay, how can i set that all entries will be taken just a little delay of 2 seconds of the time.
@jstap im experimenting right now, basically, there are 2 counters for second
1st Value = 2
2nd Value = 3
this is where my confusion is.
the difference between the secodns in OnInit and OnTick
hope you can explain,
@jstap appreciate the idea, just want to clarify. what if i set oninit count to 2?
@jstap would it not be possible that the EA will scan the previous candles and conditions by itself?
@jstap what if I want to add a condition so that it will not rely on the history of closed trades, like for example.
MA(25) x> MA(50)
Can it scan the previous MA crosses and store its ATR value the moment it crossed or the moment the condition became true? whether there is an entry or not.
@jstap is the logic like this? i dont get the set to 0 when conditions are true
@jstap above the conditions are once per bar.
Where shoild once per second be placed?
Is it possible that after all conditions are true, the EA waits for 2 seconds then enter the trade?
Would it be possible to store the last 10 trades its ATR value the moment it open the trade?
@l-andorrà thanks.
If its on xauusd, should it be +50 pips?
Hi guys,
How can i adjust my TP for example i have Risk to reward to 2 and after i want to add another 5 pips to it?
thanks

@jstap ill try the formula block.
What do you mean by 0 adjusted to +1/-1?
Hello,
ive been working on a project on a multicurrency.
for example:
EURUSD
if candle 1 > MA = EUR + 1 / USD -1
GBPUSD
if candle 1 > MA = GBP+ 1 / USD -1
Now the total of USD supposedly will be "USD -2" but when i put it in the comment it always stuk in "-1"
Any idea? Thanks.

I tried to update the conditions to like this.
How can I make it that as soon as the EA starts, it will draw 10 lines on top and 10 lines below?

@l-andorrà said in Draw line - Psychology/Whole number:
You need to specify the grid size like 0.0100, for example. In your example it is 0.0.
I tried it with 0.10 but it didnt draw the whole number.
I tried it with XAUUSD. I do not know why but I want it the exacr whole number like 2900.00, 2900.10, 2900.20
Hello guys,
I've been trying to draw a horizontal line on psychology/whole number using round number block but seems not working.
Hope somebody can assist. Thank you.