@jdaveh
You will use a <<for each trade>> button and the a <<condition>> button for RSI
Posts made by mpantogi
-
RE: Exiting a trade when RSI crosses given valueposted in Questions & Answers
-
Pending order triggered when price closeposted in Questions & Answers
Hello,
i would like to know if my pending order buy can triggered when the price on candle id close above that custom level.I don't want to open the trade when it is only touch that level.Can that be down?
I think i can use some draw lines and buy now blocks to archive that but my EA looks huge and is supported with pending orders blocks.I use that pending order now for my EA

Thank you
-
RE: Time Compareposted in Questions & Answers
@fxdreema very understandable your answer,
Thank you again
-
Time Compareposted in Questions & Answers
Hello,
Someone knows if that will work, is the same type that time values,so i can compare them?

-
RE: Object is visible-invisibleposted in Questions & Answers
It works as you did,changing the parameter which my indicator use
-
RE: Object is visible-invisibleposted in Questions & Answers
@miro1360 Thank you,
Sure it will be very helpful,if the admin include this feature in the update.
-
Object is visible-invisibleposted in Questions & Answers
Hello,
Is any block which i can use to see if a object on chart on candle ID(0) is visible-invisible.
My costum indicator does not use buffers,it gives only objects on charts,
so the block indicator visible/unvisible can't be used,as i see in the description.
-
RE: Pending Order Issueposted in Questions & Answers
@sydneyfox Thank you,i didn't notice that on sell peding order should put adjust -6pips.
Although the result is not right for sell pending order.There isn't that the lowest price for candles 0-32.
I change it to 0-24 candles and looks it work now. -
RE: Pending Order Issueposted in Questions & Answers
@fxdreema ok,that you told is true,but there is no sense where the pending orders opened.As you can see i told the ea to open the pending sell order on the lowest price from 0-32 candle and the pending buy order on the highest price from 0-32.As you can see in the image in metatrader, that didn't happened.
-
Pending Order Issueposted in Questions & Answers
Hello,
I open a pending order using costum price,but the result which i take is not that i say the EA to do.
Please look the images above:

It opens the pending orders very close,but i use highest/lowest price for 0-32 candle id.Why this happened?
Thank you
-
RE: Get Pips result from Price levelsposted in Questions & Answers
Anyone Please ( @fxDreema ), i get wrong results with that i have done.
-
Get Pips result from Price levelsposted in Questions & Answers
Hello everyone,
i have that

and consider that the Ask Price is 1.18410 and the Variable StoplossBuy is 1.17500.
I want to get the pips between that levels and put it as Take Profit(91pips in that example).Is that right to do it?
Thank you
-
RE: If trade - No trade Bug??posted in Questions & Answers
@fxdreema Thank you for reply,
I thought that it was an issue because i have change my EA,while still running.As i check later it has lost the magic number and it has the default.So i think that is the reason for not finding the opened trade.
Is that correct? -
If trade - No trade Bug??posted in Questions & Answers
Hello,
I upload an image from a sample of the EA.
As you can see i want for each currency to have only one trade opened.
Expept if there is opposite trade opended,then i want to duplicate my lot once as you can see.Until now the bigger lot size trade works good.
The problem is that when the condition are triggered
it opens a new trade, altough there is same a direction trade opened.For examble i have one buy trade opened,and when the condition met again it opens an other buy trade again.
I want to check for conditions only if there is no buy trade opened.I think that <<No trade Button should do>>Should i do something wrong or there is a bug in that order?
Thank you

-
RE: Draw Edit Fieldposted in Questions & Answers
The only thing that should do is to check the button

-
RE: Critical Error,array out of rangeposted in Questions & Answers
Thank's @miro1360 ,
So, should i put the code on the trade section or is an other way ,which i can get the pips of take-profit(maybe save it in a variable) and use it.
Also later i use that,to check the profit on pips with some variable
Is that wrong too?I will appreciate your help.
