@zelzaal were you asking about how to start a project from zero, or just the block for stoch. cross?
Posts made by q8carpenter
-
RE: Stochastic crossover ?posted in Questions & Answers
-
RE: Drawing 2 nearest horizontal lines (help)posted in Questions & Answers
@temuriy It's not easy without looking at the project and without experimentation. but you may want to try these blocks:
-
RE: Stochastic crossover ?posted in Questions & Answers
https://fxdreema.com/shared/J3bNszXYd
open the block and see. on the left is the main line and the right is the signal line. in the middle we place the cross and greater
-
RE: Send Signal to Phone with Symbol, Entry Price, TP and SLposted in Questions & Answers
@kyohuat this is a bit complex and require some work for different pairs or markets. At least that's the way I know. check the link with the notification block: https://fxdreema.com/shared/oOHNJiWsb
place the block after the place you want it to activate. I have it set up for the BUY of your strategy. As you can see the way it is set up, in every label block you'll have to write something.
For symbol I chose the market name
For the entry price, i chose the market price
For SL I chose market price and I adjusted by -0.005 which is 50 pips below the price
For TP I chose market price and I adjusted by +0.015 which is 150 pips above the priceNow for sell you'll need to do the opposite, and for currencys pair other than EURUSD, the adjustments for SL and TP may change
-
RE: Problem with take profitposted in Questions & Answers
@tedhor07 if you're trying to close a group of trades with a sum total of 7 pips, then try removing the "filter trades with certain profit" within the blocks.
-
RE: Half my indicators show in EA, no trades takenposted in Questions & Answers
@cbot-0
hello,
You'll need to share the project so that people here can analyze and see if there's anything wrong.
you can create a shared link copy -
RE: Problem with take profitposted in Questions & Answers
@tedhor07 in blocks 15 and 17 , the profit and filter are set to 7 pips. that could be your problem
-
RE: Crossover Helpposted in Questions & Answers
@xfire it's not my problem

it was a suggestion to help out in this thread -
RE: pls helpposted in Questions & Answers
@ralph I'm not really sure but maybe changing the magic number will help
-
RE: pls helpposted in Questions & Answers
@ralph I love how everything is so neat. you should look at my work and how messy it is

in any case, it seems that you have overcomplicated a simple strategy. there are many blocks that are not needed here. as l'andorra mentioned the pink blocks are not needed here. and it seems that you have some blocks set to be turned off but there is no other place to turn them back on.
and also there are many tricks that can help you a bit. example: instead of having 2 (turn off blocks) blocks with one for 20 and one for 19, you can just have 1 block and inside write ( 19,20 )
-
RE: Multiply volume on each tradeposted in Questions & Answers
@svengate in the buy/sell block, for money management choose (betting:martingale...) and set it up to add volume on every next trade.
check this out:https://fxdreema.com/shared/TSlS1imVc
I have set it up to add 0.2 lots for every losing trade. and if I'm not mistaken, even when the trades are not closed, the next trade opened will have the volume added. if that didn't work there's another approach
-
RE: Crossover Helpposted in Questions & Answers
@adeel Did you try adding a trailing stop or a brake even block?
-
RE: I need to make sure my EA go for a trade only if previous trade is Break even.posted in Questions & Answers
@thilinawiz-0 I'm sorry I dont understand that. maybe if you explain some more?
-
RE: Grouping Tpposted in Questions & Answers
@kwd-hunter you can try the pink blocks for your entry every 10 pips. try playing around with them as in the link: https://fxdreema.com/shared/2U2zAswje
-
RE: pls helpposted in Questions & Answers
@ralph the problem may lie with candle ID0. you see at ID0 the Moving Averages are dynamic and moving, and they only stop moving at candle ID1.
-
RE: I need to make sure my EA go for a trade only if previous trade is Break even.posted in Questions & Answers
@thilinawiz-0 try some combination like this where you turn off the blocks of your strategy after a trade then reopen of your BE conditions or sl is met
-
RE: multiple trade exit rulesposted in Questions & Answers
yes. for the buy block you can add tp. then try adding a condition block that has candle crossing EMA with adjusting, connected to a close trades block

