Pass the shared link on so I can see how it's set up
Posts made by jstap
-
RE: Help me with this indicator's buffersposted in Questions & Answers
-
RE: Help me with this indicator's buffersposted in Questions & Answers
Then each buffer should return these numbers. Add a shared link to show what isn't working
-
RE: Draw line at certain timeposted in Questions & Answers
You will need to draw every day, which will build up to many, create every bar but don't redraw, draw it as a trend line so it only covers the current day
-
RE: Draw line at certain timeposted in Questions & Answers
once a day block connected to a draw line block
-
RE: Is there a way to activate block when drawdown hit 10%posted in Questions & Answers
Put: AccountBalance() * 0.1 into the profit amount box
-
RE: Pending Payment Confirmation for FXDreamer with cryptoposted in Questions & Answers
Message support, it will activate in time
-
RE: Help me with this indicator's buffersposted in Questions & Answers
In the data window do you have different results next to 4 buffers?
-
RE: "Once Per Bar" Block Does Not Activate During a Tradeposted in Questions & Answers
Separate your trees so the hours filter starts the tree:

-
RE: EAs do not open operations in MTposted in Questions & Answers
There is no reason why that won't open trades
-
RE: Change order line colors related to magic numberposted in Questions & Answers
When an order/trade is created (use the on trade tab), check TF and draw a new line on the open price.
-
RE: selling expert advisor in mql5 wesite?posted in Questions & Answers
Yes you can, if your project works then you can sell it.
-
RE: How to create new stoploss and take profitposted in Questions & Answers
This depends on when you set it and where you place it
-
RE: Trading GUI Not Entering Tradesposted in Questions & Answers
Maybe move it in to profit, but you will have to test to find out
-
RE: How to make the block when every 6 orders are completed and then multiply the lots size? like every 6 12 18 24 etc...posted in Questions & Answers
you could do something like what's in this link: https://fxdreema.com/shared/pnBP75AGc
-
RE: Problem with Loop - Roulette Money Managementposted in Questions & Answers
It would be something like this: https://fxdreema.com/shared/pnBP75AGc test and change so it does exactly what you want it to
-
RE: Problem with Loop - Roulette Money Managementposted in Questions & Answers
Personally, I would set it up separately, so that every new trade it uses a variable to choose the lot and save the trade number into another variable,
Then check this number in a separate tree and change the lot variable accordingly. -
RE: Problem with Loop - Roulette Money Managementposted in Questions & Answers
I have never really used martingale in the blocks, try changing the multiply on profit to 3 and see what happens
-
RE: Problem with Loop - Roulette Money Managementposted in Questions & Answers
0.1 you mean LOT, not TP? If you add a shared link people can see how this is setup
