@l-andorrĂ thank you but is not mine:)
Posts made by Uriel 0
-
RE: condition for Candle stick pattern - helpposted in Questions & Answers
-
RE: Start lot differentposted in Questions & Answers
@Slashes I would suggest to you change the block number, put pass block above it, then your mql5 custom code, then test it again. Work with the numeration secuence
-
RE: Highest and lowest Price Between Time Periodposted in Questions & Answers
@Lorenzo97 first of all, probably your problem is using current candle (0) and not the last candle closed (1)

Then, and the principal reason wich is not taking the pending orders is because this:

Try putting once per bar instead once per day
-
RE: condition for Candle stick pattern - helpposted in Questions & Answers
@ose Also you can use this block just to make your candle pattern

-
RE: condition for Candle stick pattern - helpposted in Questions & Answers
@ose I' not sure what do you want to get but this does not have sense, you are requesting that candle 1 be bull and bear candles (?)

Is really suggested to test what you are making just to verify that the logic is the correct
-
RE: MARTINGALE (Custom Lot Size)posted in Questions & Answers
@Ben-Romewel you can put the martingale directly at the buy/sell block

for the just work with the opposite and viceversa, you can use bool variables:

and put the condition block above the buy/sell blocks

-
RE: Change base coordinatesposted in Questions & Answers
@sara-m You can verify the coordinates drawing an object on the chart or a text label and then check its coordinates,after use them on your object block

-
RE: introduce me -> pivot indicatorposted in Questions & Answers
@mohammadmozaffari There are some ways to put your SL following the indicator data, this is an example:

I see that pivots are not on the indicators options, then you must to upload the indicator and select the buffer wich you want to be use as SL, do not forget to put the candle ID.
Using a variable must be like this:

-
RE: Combine indicatorposted in Questions & Answers
@Adisa222 there are a page wich you can make your indicators for free, is another builder. Look on the web for it, is easier to find it
-
RE: how i can control in the spread ?posted in Questions & Answers
@TumiTladi is easier use the max spread filter block :

-
RE: correct trailing stopposted in Questions & Answers
@tradingconig yes, is correct how you want use the step and trailing. Just define your stop loss on the buy order to exist something to moves on trailing. Also don't forget to put an conditional or pink block to the trailing be activated when the condition happens
-
RE: Ryan Jones MMposted in Questions & Answers
Just the formula explanation: Balance / Delta = Step . Step x Risk = Lot size
-
RE: Ryan Jones MMposted in Questions & Answers
@pbarbieri First of all, you must to know how ryan jones MM formula works. I just will to explain to you simply: Delta mean that every $ , the fixed risk will be added and it means that the lot will be increased following the next risk. If you loose, Delta is the key to know wich will be the next risk take. Don't worry if the Platform be restarted
-
RE: Combine indicatorposted in Questions & Answers
@Adisa222 You must to make the indicator (combine them together) and then upload it on the builder to you can use it to make EAs. Here in the builder, is not possible combine the indicators on just one, you must to make it by yourself or search if someone has published it to upload here and work with its buffers
-
RE: GAP EA F40 sell order stopposted in Bug Reports
Also, usually shorts and longs doesn't works on the same way, maybe for sells you must to multiply by 1 instead a negative number, just a such of example
-
RE: GAP EA F40 sell order stopposted in Bug Reports
@biez6900 try putting the formula results on ugly comment, then test it, I think that the problem is in the logic of the results, because you are using them on TP,SL and also you are using these that every thick affects on your variable...

I think that for use it you must to put a condition there that happen every event that happens