One trade per a signal
-
@friedrish you dont need a candle, just use close prices
-
I want my EA to open just one trade per signal. What is the variable for it? whenever my EA receives the signal, it opens trade one after another! how can I stop it?
-
Use the block "No Trade is Running" on top of everything else
-
It depends. " No trade" limits trades by their count. Sometimes we want to limit them by time, so then something like "Once per bar" or "Once a day" can be used. Or we can mix those filters.
-
__It depends. " No trade" limits trades by their count. Sometimes we want to limit them by time, so then something like "Once per bar" or "Once a day" can be used. Or we can mix those filters.[/quote:2n5ark6k]
Thank you very much
One other question: I want to set a variable like: If RSI reaches 70 open the trade BUT wait for the candle to be closed. I need a confirmation here: When the candle closes and the RSI is above 70. How can I set the paramiteres for this? I didn't find any block regarding this. thank you -
"Once per bar" is a block who passes 1 time for any given candle (bar). If you put it on top level in "on Tick", then it will pass in the first tick of the new candle. At this time it's easy to get RSI of the previous candle (Candle ID = 1)
-
would this work?
https://fxdreema.com/shared/wqxK4IMK
I didnt test it but I think it would wait for the current candle close to be above the last candle close, ensuring that there is a candle close, then check that the RSI is above 70. That would mean that that you had a candle close above the 70 level.
-
Here is something important - Condition 7 will not wait for Condition 6 to become true. I mean, when block 6 is reached, the EA will not stay on it waiting it to pass.
On every tick block 9 runs, and if this block passes - the next one runs... and the same for other blocks. On the very next tick the same thing happen again. Block 8 can be reached only if blocks 7 and 6 are both true at the same time. -
__Here is something important - Condition 7 will not wait for Condition 6 to become true. I mean, when block 6 is reached, the EA will not stay on it waiting it to pass.
On every tick block 9 runs, and if this block passes - the next one runs... and the same for other blocks. On the very next tick the same thing happen again. Block 8 can be reached only if blocks 7 and 6 are both true at the same time.[/quote:7mnmuqys]thank you! I have organized a module. it is a simple RSI condition but the sell side does not work. I wonder where have I done wrong. here's a pic of it http://uupload.ir/files/90sb_module.jpg
-
How can I know? This is a screenshot from the local version and I can't see what is going on there. Each of these blocks has enough settings to make them do something completely different than what is written in their title. I don't know your settings.
-
can you help me? i want to trade 1 candle 1 trade.. I use "no trade" before my condition.. it always open another trade if that candle not close yet.. do you think i must combine "no trade" with "once per bar"? or i only need use "once per bar"? thank u
-
@jswind Can you please share your project?
-
Friedrish 12 Nov 2015, 01:42
I want my EA to open just one trade per signal. What is the variable for it? whenever my EA receives the signal, it opens trade one after another! how can I stop it? -
give me image
-
I want my EA to open just one trade per signal. What is the variable for it? whenever my EA receives the signal, it opens trade one after another! how can I stop it?
-
I want my EA to open just one trade per signal. What is the variable for it? whenever my EA receives the signal, it opens trade one after another! how can I stop it?
give me a images
-
Hi!
I´m making a simple robot with SAR. The conditions are:
-When SAR < Candle = buyWhen SAR > Candle = sell
But the problem is that when the transaction closes (TP, SL or Manually), another trade opens again. I want to open ONCE for each condition. I want that when closed wait for a new different condition (the opposite condition).How can I do?
Thanks.
-
Please don't retake this old thread to ask the same question again.
-
-
Here is my Expert Advisor link
https://fxdreema.com/shared/o4v24KZveplease help me
https://fxdreema.com/builder