Multiple trades are created one after another? I want 1 signal from indicator=only 1 trade
-
Please help me, I don't found solution by reading this forum.
Thank you in advance

-
Use "no trade" block as a condition before opening the 1 trade.
If your signal continues for a long time, you will need to learn variables to control it. -
It doesn't works, please help me, I am sharing my project https://fxdreema.com/shared/etj7gYCA
-
@krystian your algorithm is upside down:

Corrected:
https://fxdreema.com/shared/vnq1XKNXb

Also, you dont have to tick these boxes:

-
@roar 1 condition and is signal for buy and also signal for sell? Is it for sure 100% well?
-
@krystian yes, this is a correct "shortcut".
The orange output is for TRUE, and yellow output is for FALSE.
The FALSE of condition: "above (>)" is "below (<)".
-
@roar , Thank you very much, how to add martingale mode, but without multiple trades, only 1 trade can be opened, if will be loosing trade, then increase lot size??
I am trying, but i can't do this

-
@krystian Having that 'No trade' block on top will guarantee a single trade all the time. If you want a martingale just select this:

-
@l-andorrà , yes, i want to have martingale, but when I will delete "no trade" I have multi first trades based on 1 signal...., how to fix this? this is the question
-
@krystian Did you try holding the 'No trade' block AND the martingale management? That should work.
-
@l-andorrà yes, i tried and this doesn't works, i don't know, maybe i did something wrong...
-
Can you please share your latest version?
-
@l-andorrà , my latest version https://fxdreema.com/shared/vnq1XKNXb Please check
-
in your condition block, change from ID 0 to ID 1.
Also, before the condition block add in a green "Once per bar"
-
https://fxdreema.com/shared/033yt4C2c Is is a good construction?
but it will be once per bar and i think that this isn't the same like "1 signal from indicator=only 1 trade, can't be recurring signals/trades.
-
almost....
No Trade - Once Per Bar - Condition - Buy/Sell
@krystian Once per Bar is another way to say Once Per Time Frame, meaning whatever time you load your EA into. If you want a 1M time frame, it will only trade once per minute.
-
@krystian Your connections are wrong. Orange output dots (at the bottom of the block) are to be connected to white input dots (on top of the block. Never the opposite way, as you did here.
-
@l-andorrà Is it good now? I hope that yes... https://fxdreema.com/shared/1v1S697pe
-
No Trade.
Once Per Bar.
Condition.
Buy/Sell.Put them in 1 row from top to bottom and connect them in that order, dragging them into place doesn't make them perform in that order.
-
@jsauter86 thank you very much for help, but i am very new, this is why I made very simple errors, Could you do this for me? I prefer learning by eye, watching etc.