Posts made by jstap
-
RE: Check Max Stop Loss distance before placing a tradeposted in Questions & Answers
By using a number like 0.0020 you are assuming the pip rules of the asset work like that, use value 0 and adjust to +20 pips
-
RE: How to make my bot to take just a positionposted in Questions & Answers
on trade tab - trade closed by TP - place new trade
-
RE: how to reset Check consecutive lossesposted in Questions & Answers
If you have a win there will be no consecutive losses.
-
RE: thanks, How to draw trend lines?posted in Questions & Answers
Create as pictures and draw a trend line rather than a channel




-
RE: how to make formula with multiple indicators?posted in Questions & Answers
This should do what you want, I'm assuming you want to add the multiplier as pips? https://fxdreema.com/shared/F1UgBh4tb
-
RE: My EA is automatically using a different Magic number different from what I set.posted in Questions & Answers
In close blocks use 1,2,3,564 etc to ensure relevant blocks are working on the group number
-
RE: indicator does not cross belowposted in Questions & Answers
You have a couple of options, indicator mover within limits, if there is a cross then that is your signal to say not relevant and ignore
-
RE: indicator does not cross belowposted in Questions & Answers
so if yoy check where it is at the open, and at the close, you have the answer? You could use x> or x< to count every time it hits?
-
RE: Fix Martingaleposted in Questions & Answers
To my knowledge on FX you cannot place a trade smaller than 0.01
-
RE: Color Changeposted in Questions & Answers
I'm not sure if you can, some MT5 indicators have multi coloured buffers, if you can installing using the MQ file would be the only way and the buffers it installs.
-
RE: indicator does not cross belowposted in Questions & Answers
I am a little lost at what you mean, do you want check if it crossed once a new candle opens?
-
RE: indicator does not cross belowposted in Questions & Answers
@TJaydeen Just crosses or crosses and is still below at close?
-
RE: How can we select a SL/TP price level based on balance percentage?posted in Questions & Answers
Surly the option is in blocks? I don't use but:

-
RE: Do EAs with a lot of coding execute slower ?posted in Questions & Answers
yes but it depends what happens where, if you have 1000's of lines of code the EA will likely run slightly slower, but if only a few of the lines are on tick it may still run quick (on tick happen constantly so doing too much on tick uses a lot of computer remorse's)
-
RE: Send and receive variables to different accounts/terminalsposted in Questions & Answers
the easiest way is to save it on 1 terminal, then read it on another, F4 will give you a list of saved global variables. Is easier to read through your terminal rather than finding where they're saved
-
RE: Cent Account (MT5)posted in Questions & Answers
As far as I know 0.00 lot is the smallest you can do.
-
RE: HOW TO SET THE NEW TRADE VOLUME EQUAL TO THE TOTAL OPENED VOLUME IN THE SAME DIRECTION ?posted in Questions & Answers
Yes I've amended that, it is counting all trade lots of the wanted types. run these trees on tick, you can then access the variable from any tab.
