@iqbalazmi error 4210 refer to "Unknown chart property" , probably setting modify chart block are wrong
Posts made by miki
-
RE: Error Code: 4210posted in Questions & Answers
-
RE: SuperTrend indicator for EAposted in Questions & Answers
@nikolas_m_s come ho scritto sopra, provando l'indicatore ho notato che i buffer ritornano solo un valore alla volta perciò per andare long dovresti impostare buffer0>0 e per andare short buffer1>0 una cosa tipo questa : https://fxdreema.com/shared/w6b1HenTb
Stai molto attento però, come dice @l-andorrà l'indicatore fa repaint perciò vedrai posizioni aprire e chiudersi perchè l'indicatore ha "cambiato idea" per poi vedere sul grafico l'indicatore perfetto. -
RE: SuperTrend indicator for EAposted in Questions & Answers
@l-andorrà thank you for your suggestion. Personally I don't use indicators or at most I use the default ones in the metatrader. In the @nikolas_m_s's project in my opinion the problem is that buffer 2 and 3 don't have a real value. For condition blocks I would change buffer0 >0 to go long and buffer1>0 to go short.
-
RE: SuperTrend indicator for EAposted in Questions & Answers
@nikolas_m_s è questo il super trend in questione? https://www.mql5.com/en/code/14257
-
RE: SuperTrend indicator for EAposted in Questions & Answers
@nikolas_m_s vedo che sei italiano
-
sei sicuro che i filtri non ti impediscano di aprire posizioni?
-
hai verificato che i buffer dell'indicatore abbiano tutti un valore?
-
con quello schema in ogni caso se venissero aperte posizioni queste non verrebbero chiuse
-
-
RE: Not taking long tradesposted in Questions & Answers
@lrswatson testing ea i noticed the problem is in block 5 for a reason i don't know. Chinkou span is the current price shifted 26 periods back on the chart, to get around the problem instead of using the chinkou span you can use bid / ask> close candle id 26 .
-
RE: SuperTrend indicator for EAposted in Questions & Answers
@nikolas_m_s supertrend it isn't a default indicator in metatrader you must add it in "my indicators" tab in fxdreema and after you can use it in your project
-
RE: Average price, Number of lotsposted in Questions & Answers
@thomas_stock you can see this discussion https://fxdreema.com/forum/topic/11215/as-i-calculate-the-exact-price-with-the-profit-at-0-having-many-open-positions-with-different-sizes/6 with same system you can calculate the volume
-
RE: EA flexibilizationposted in Tutorials by Users
@seb-0 no i'm on mt5 hedge account and i seen that your ea is designed for netting account but what i mean, as you can see in the picture the part of the code that stays green, builder say you that this part is wrong

pow is green instead blue ,brackets are green instead black same for wup variable is green instead blue -
RE: EA flexibilizationposted in Tutorials by Users
@seb-0 are you sure the custom code is right? Because I see that even the builder detects errors in the custom code.
-
RE: Indicator notifying about the price levelposted in Questions & Answers
@lomcio once per bar block is required
-
RE: EA flexibilizationposted in Tutorials by Users
@seb-0 thank you for sharing this system with us.Just a question, I state that I am not a mathematician but making the power of 0.5 and then the power of 2 you get the initial number that is the two operations cancel each other out. Ps: i only saw the ea, i didn't download it because as a free user i am not allowed.
-
RE: Calling on the Mastersposted in Questions & Answers
@alphaomega you had the indicator in the expert section
i'm happy that it work now -
RE: Calling on the Mastersposted in Questions & Answers
@alphaomega said in Calling on the Masters:
@miki This is exactly what I did also... Check the picture

you opened again the indicator file. However the error you get now is that the expert cannot find the indicator.
-
RE: Calling on the Mastersposted in Questions & Answers
@alphaomega from the builder i download mq5 and open it in metaeditor
-
RE: Calling on the Mastersposted in Questions & Answers
@alphaomega you opened the indicator file not expert file. My picture refers expert file
-
RE: Calling on the Mastersposted in Questions & Answers
@alphaomega i don't understand, why? To me the problem is that. If i cancel in my expert advisor file enum word i receive the same error
