Hi @biztet I had to rewrite the blocks and it works perfectly now.
Thanks alot!
Hi @biztet I had to rewrite the blocks and it works perfectly now.
Thanks alot!
Please Help, the EA below does not place a trade on demo account but works perfectly during backtesting on strategy tester. what could be wrong?
Note that auto trading is on, the smiley face is on, the EA status on chart says "working" and the expert tab confirms EA is loaded and initialised.
@decopain share your blocks here lets have a look.
@l-andorrà Kindly upload a picture of what a pink "break" block looks like. When I did a search the only pink break block I found was the "(loop)break" block which I attached to 657.
https://fxdreema.com/shared/ffJJeS0X
Thanks
I just did that but it is still applying trailing stops to all trade.
Here is what I noticed. If I change the "Value" section to "1" instead of "AccountBalance()*0.001" (under the conditions on the right hand side), it works correctly but only when the lot size is "1lot". I need to be able to dynamically adjust it instead of using fixed values.
https://fxdreema.com/shared/ffJJeS0X
Please have a look once more.
@l-andorrà Ok Take a look at it again. I am very close to getting the desired output.
https://fxdreema.com/shared/ffJJeS0X
I want the blocks on the right to check the volume of the current open profitable trade. if the volume is equal to AccountBalance()*0.001 (which is thesame as the volume of the 2nd level in the martingale sequence), then close the trade with the specified take profit, otherwise, use trailing stop.
I tried the setup as it is in the link but it keeps closing all profitable trades using trailing stops.
@l-andorrà i will readjust and repost. Please bear with me.
Help, I am stuck. https://fxdreema.com/shared/OrVztTf9e
After the buy trade on the left has been executed and closed, I want the blocks on the right to check the stop loss of the closed trade & if it is => 80 pips it should go through the same set of conditions as the last trade(weekly filter, time filter, Price close > 20SMA) then place another trade (I want to achieve this without using martingale buy option).
Thanks
@didymario7 martingale solves the lot size distribution but does not give me the option to decide how i want to manage the take profit for each trade.
I want to use trailing stop for the first trade and fixed stop for the next 2 trades...
Thanks
@l-andorrà The lot size increases to all future trades. E.g if trade one is 1lot, trade two will be 2lots and trade three will be 4lots. Its stops there (just 3 trades in the sequence)
https://fxdreema.com/shared/uoNj5ps8b
Under the martingale option, I want only the first trade in the sequence to be trailing stop, subsequent trades should have a fixed Take profit
Help please ( see shared link below)
I want this set up to buy when the conditions above have been met, then check when the trade closes and if it is a loss it should go through the conditons again but this time increase trade by x amount of the previous trade. How can I achieve this without using the martingale trade type?
I want to do it this way so that I can apply a trailing stop for the first buy trade and a fixed profit for the second buy trade. The martingale option does not allow me to have different take profit options for each trade in the sequence.
https://fxdreema.com/shared/yOBB8Md9c
Thanks
Hello guys,
I set up my system using martingale such that it takes 2 more trades after the first trade. The challenge is all 3 trades use the same take profit method.
I want the first of the 3 trades to use trailing stop method, then the last 2 trades to use fixed take profit.
Thanks
@xyon126 I mean someone with no experience of programming. Never mind, the question has been answered in another thread.
@l-andorrà I did exactly as you described it in the link and it worked flawlessly.
Thanks
@l-andorrà yes i have the trailing stop all sorted. I will check out the links you provided. Thanks
@xyon126 Well done. I have been able to get the trailing stop to work. Thanks alot.
For the second part which is a how to open the reversal trade such that it checks the last lost trade and opens a new position 6x that of the trade.
I know you provided a solution please how can you break it down to a non-programmer so i can understand how to input the correct values.
Thanks once more
Lets begin with the trailing stop example you posted. I dont want it to apply to the reversal trade in the 'on-trade' tab. It should only apply to trades in group 1 and group 2. That was why i connected them that way
@xyon126 I just saw your work. Thanks alot but I think there is an area you missed out something. I will send you a message shortly